Home
last modified time | relevance | path

Searched defs:si_info (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsiutils_priv.h135 typedef struct si_info { struct
136 struct si_pub pub; /**< back plane public state (must be first field) */
138 void *osh; /**< osl os handle */
139 void *sdh; /**< bcmsdh handle */
141 uint dev_coreid; /**< the core provides driver functions */
142 void *intr_arg; /**< interrupt callback function arg */
143 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
144 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
145 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
147 void *pch; /**< PCI/E core handle */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsiutils_priv.h135 typedef struct si_info { struct
136 struct si_pub pub; /**< back plane public state (must be first field) */
138 void *osh; /**< osl os handle */
139 void *sdh; /**< bcmsdh handle */
141 uint dev_coreid; /**< the core provides driver functions */
142 void *intr_arg; /**< interrupt callback function arg */
143 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
144 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
145 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
147 void *pch; /**< PCI/E core handle */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsiutils_priv.h135 typedef struct si_info { struct
136 struct si_pub pub; /**< back plane public state (must be first field) */
138 void *osh; /**< osl os handle */
139 void *sdh; /**< bcmsdh handle */
141 uint dev_coreid; /**< the core provides driver functions */
142 void *intr_arg; /**< interrupt callback function arg */
143 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
144 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
145 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
147 void *pch; /**< PCI/E core handle */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsiutils_priv.h119 typedef struct si_info { struct
120 struct si_pub pub; /**< back plane public state (must be first field) */
122 void *osh; /**< osl os handle */
123 void *sdh; /**< bcmsdh handle */
125 uint dev_coreid; /**< the core provides driver functions */
126 void *intr_arg; /**< interrupt callback function arg */
127 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
128 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
129 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
131 void *pch; /**< PCI/E core handle */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsiutils_priv.h179 typedef struct si_info { struct
180 struct si_pub pub; /**< back plane public state (must be first field) */
182 void *osh; /**< osl os handle */
183 void *sdh; /**< bcmsdh handle */
185 uint dev_coreid; /**< the core provides driver functions */
186 void *intr_arg; /**< interrupt callback function arg */
187 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
188 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
189 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
191 void *pch; /**< PCI/E core handle */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsiutils_priv.h179 typedef struct si_info { struct
180 struct si_pub pub; /**< back plane public state (must be first field) */
182 void *osh; /**< osl os handle */
183 void *sdh; /**< bcmsdh handle */
185 uint dev_coreid; /**< the core provides driver functions */
186 void *intr_arg; /**< interrupt callback function arg */
187 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
188 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
189 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
191 void *pch; /**< PCI/E core handle */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Daiutils.h157 struct si_info { struct
158 struct si_pub pub; /* back plane public state (must be first) */
159 struct bcma_bus *icbus; /* handle to soc interconnect bus */
160 struct pci_dev *pcibus; /* handle to pci bus */
162 u32 chipst; /* chip status */
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe_tdm.c29 struct si_mode_info *si_info = &ut_info->si_info; in set_si_param() local
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe_tdm.h72 struct si_mode_info si_info; member