Home
last modified time | relevance | path

Searched refs:bcmsdh_info_t (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmsdh.c59 bcmsdh_info_t * l_bcmsdh = NULL;
74 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable) in bcmsdh_enable_hw_oob_intr()
145 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)l_bcmsdh; in bcmsdh_btsdio_interface_init()
164 bcmsdh_info_t *
167 bcmsdh_info_t *bcmsdh; in bcmsdh_attach()
169 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) { in bcmsdh_attach()
173 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_attach()
193 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_detach()
196 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_detach()
208 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_iovar_op()
[all …]
H A Dbcmsdh_linux.c146 bcmsdh_info_t *bcmsdh; in bcmsdh_probe()
203 int bcmsdh_remove(bcmsdh_info_t *bcmsdh) in bcmsdh_remove()
221 int bcmsdh_get_total_wake(bcmsdh_info_t *bcmsdh) in bcmsdh_get_total_wake()
226 int bcmsdh_set_get_wake(bcmsdh_info_t *bcmsdh, int flag) in bcmsdh_set_get_wake()
247 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh) in bcmsdh_suspend()
256 int bcmsdh_resume(bcmsdh_info_t *bcmsdh) in bcmsdh_resume()
307 void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_stay_awake()
315 void bcmsdh_dev_relax(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_relax()
323 bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_enabled()
331 void bcmsdh_oob_intr_set(bcmsdh_info_t *bcmsdh, bool enable) in bcmsdh_oob_intr_set()
[all …]
H A Ddhd_config.h297 void dhd_conf_get_otp(dhd_pub_t *dhd, bcmsdh_info_t *sdh);
299 void dhd_conf_set_hw_oob_intr(bcmsdh_info_t *sdh, uint chip);
H A Dbcmsdh_sdmmc_linux.c84 extern int bcmsdh_remove(bcmsdh_info_t *bcmsdh);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmsdh.c60 bcmsdh_info_t * l_bcmsdh = NULL;
74 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable) in bcmsdh_enable_hw_oob_intr()
146 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)l_bcmsdh; in bcmsdh_btsdio_interface_init()
165 bcmsdh_info_t *
168 bcmsdh_info_t *bcmsdh; in bcmsdh_attach()
170 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) { in bcmsdh_attach()
174 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_attach()
194 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_detach()
197 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_detach()
209 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_iovar_op()
[all …]
H A Dbcmsdh_linux.c149 bcmsdh_info_t *bcmsdh; in bcmsdh_probe()
215 int bcmsdh_remove(bcmsdh_info_t *bcmsdh) in bcmsdh_remove()
236 int bcmsdh_get_total_wake(bcmsdh_info_t *bcmsdh) in bcmsdh_get_total_wake()
241 int bcmsdh_set_get_wake(bcmsdh_info_t *bcmsdh, int flag) in bcmsdh_set_get_wake()
258 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh) in bcmsdh_suspend()
267 int bcmsdh_resume(bcmsdh_info_t *bcmsdh) in bcmsdh_resume()
318 void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_stay_awake()
329 void bcmsdh_dev_relax(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_relax()
340 bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_enabled()
348 void bcmsdh_oob_intr_set(bcmsdh_info_t *bcmsdh, bool enable) in bcmsdh_oob_intr_set()
[all …]
H A Dbcmsdh_sdmmc_linux.c64 extern int bcmsdh_remove(bcmsdh_info_t *bcmsdh);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmsdh.c60 bcmsdh_info_t * l_bcmsdh = NULL;
74 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable) in bcmsdh_enable_hw_oob_intr()
146 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)l_bcmsdh; in bcmsdh_btsdio_interface_init()
169 bcmsdh_info_t *
172 bcmsdh_info_t *bcmsdh; in bcmsdh_attach()
174 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) { in bcmsdh_attach()
178 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_attach()
198 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_detach()
201 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_detach()
213 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_iovar_op()
[all …]
H A Dbcmsdh_linux.c145 bcmsdh_info_t *bcmsdh; in bcmsdh_probe()
211 int bcmsdh_remove(bcmsdh_info_t *bcmsdh) in bcmsdh_remove()
232 int bcmsdh_get_total_wake(bcmsdh_info_t *bcmsdh) in bcmsdh_get_total_wake()
237 int bcmsdh_set_get_wake(bcmsdh_info_t *bcmsdh, int flag) in bcmsdh_set_get_wake()
254 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh) in bcmsdh_suspend()
263 int bcmsdh_resume(bcmsdh_info_t *bcmsdh) in bcmsdh_resume()
314 void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_stay_awake()
325 void bcmsdh_dev_relax(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_relax()
336 bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_enabled()
344 void bcmsdh_oob_intr_set(bcmsdh_info_t *bcmsdh, bool enable) in bcmsdh_oob_intr_set()
[all …]
H A Dbcmsdh_sdmmc_linux.c61 extern int bcmsdh_remove(bcmsdh_info_t *bcmsdh);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmsdh.c60 bcmsdh_info_t * l_bcmsdh = NULL;
74 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable) in bcmsdh_enable_hw_oob_intr()
146 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)l_bcmsdh; in bcmsdh_btsdio_interface_init()
169 bcmsdh_info_t *
172 bcmsdh_info_t *bcmsdh; in bcmsdh_attach()
174 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) { in bcmsdh_attach()
178 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_attach()
198 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_detach()
201 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_detach()
213 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_iovar_op()
[all …]
H A Dbcmsdh_linux.c145 bcmsdh_info_t *bcmsdh; in bcmsdh_probe()
211 int bcmsdh_remove(bcmsdh_info_t *bcmsdh) in bcmsdh_remove()
232 int bcmsdh_get_total_wake(bcmsdh_info_t *bcmsdh) in bcmsdh_get_total_wake()
237 int bcmsdh_set_get_wake(bcmsdh_info_t *bcmsdh, int flag) in bcmsdh_set_get_wake()
254 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh) in bcmsdh_suspend()
263 int bcmsdh_resume(bcmsdh_info_t *bcmsdh) in bcmsdh_resume()
314 void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_stay_awake()
325 void bcmsdh_dev_relax(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_relax()
336 bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_enabled()
344 void bcmsdh_oob_intr_set(bcmsdh_info_t *bcmsdh, bool enable) in bcmsdh_oob_intr_set()
[all …]
H A Dbcmsdh_sdmmc_linux.c61 extern int bcmsdh_remove(bcmsdh_info_t *bcmsdh);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsdh.c57 bcmsdh_info_t * l_bcmsdh = NULL;
75 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable) in bcmsdh_enable_hw_oob_intr()
147 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)l_bcmsdh; in bcmsdh_btsdio_interface_init()
166 bcmsdh_info_t *
169 bcmsdh_info_t *bcmsdh; in bcmsdh_attach()
171 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) { in bcmsdh_attach()
175 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_attach()
195 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_detach()
202 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_detach()
214 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_iovar_op()
[all …]
H A Dbcmsdh_linux.c188 bcmsdh_info_t *bcmsdh; in bcmsdh_probe()
245 int bcmsdh_remove(bcmsdh_info_t *bcmsdh) in bcmsdh_remove()
263 int bcmsdh_get_total_wake(bcmsdh_info_t *bcmsdh) in bcmsdh_get_total_wake()
268 int bcmsdh_set_get_wake(bcmsdh_info_t *bcmsdh, int flag) in bcmsdh_set_get_wake()
289 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh) in bcmsdh_suspend()
298 int bcmsdh_resume(bcmsdh_info_t *bcmsdh) in bcmsdh_resume()
349 void *bcmsdh_get_dev(bcmsdh_info_t *sdh) in bcmsdh_get_dev()
355 void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_stay_awake()
363 void bcmsdh_dev_relax(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_relax()
371 bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_enabled()
[all …]
H A Ddhd_config.h396 void dhd_conf_get_otp(dhd_pub_t *dhd, bcmsdh_info_t *sdh, si_t *sih);
398 void dhd_conf_set_hw_oob_intr(bcmsdh_info_t *sdh, struct si_pub *sih);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsdh.c57 bcmsdh_info_t * l_bcmsdh = NULL;
75 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable) in bcmsdh_enable_hw_oob_intr()
147 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)l_bcmsdh; in bcmsdh_btsdio_interface_init()
166 bcmsdh_info_t *
169 bcmsdh_info_t *bcmsdh; in bcmsdh_attach()
171 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) { in bcmsdh_attach()
175 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_attach()
195 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_detach()
202 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t)); in bcmsdh_detach()
214 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_iovar_op()
[all …]
H A Dbcmsdh_linux.c188 bcmsdh_info_t *bcmsdh; in bcmsdh_probe()
245 int bcmsdh_remove(bcmsdh_info_t *bcmsdh) in bcmsdh_remove()
263 int bcmsdh_get_total_wake(bcmsdh_info_t *bcmsdh) in bcmsdh_get_total_wake()
268 int bcmsdh_set_get_wake(bcmsdh_info_t *bcmsdh, int flag) in bcmsdh_set_get_wake()
289 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh) in bcmsdh_suspend()
298 int bcmsdh_resume(bcmsdh_info_t *bcmsdh) in bcmsdh_resume()
349 void *bcmsdh_get_dev(bcmsdh_info_t *sdh) in bcmsdh_get_dev()
355 void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_stay_awake()
363 void bcmsdh_dev_relax(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_relax()
371 bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *bcmsdh) in bcmsdh_dev_pm_enabled()
[all …]
H A Ddhd_config.h393 void dhd_conf_get_otp(dhd_pub_t *dhd, bcmsdh_info_t *sdh, si_t *sih);
395 void dhd_conf_set_hw_oob_intr(bcmsdh_info_t *sdh, struct si_pub *sih);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmsdh.h50 typedef struct bcmsdh_info bcmsdh_info_t; typedef
54 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *cfghdl,
66 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *sdioh, ulong *regsva);
225 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
253 extern int bcmsdh_oob_intr_register(bcmsdh_info_t *bcmsdh, bcmsdh_cb_fn_t oob_irq_handler,
255 extern void bcmsdh_oob_intr_unregister(bcmsdh_info_t *sdh);
256 extern void bcmsdh_oob_intr_set(bcmsdh_info_t *sdh, bool enable);
257 extern int bcmsdh_get_oob_intr_num(bcmsdh_info_t *bcmsdh);
259 extern void *bcmsdh_get_dev(bcmsdh_info_t *sdh);
260 extern void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *sdh);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmsdh.h50 typedef struct bcmsdh_info bcmsdh_info_t; typedef
54 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *cfghdl,
66 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *sdioh, ulong *regsva);
225 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
253 extern int bcmsdh_oob_intr_register(bcmsdh_info_t *bcmsdh, bcmsdh_cb_fn_t oob_irq_handler,
255 extern void bcmsdh_oob_intr_unregister(bcmsdh_info_t *sdh);
256 extern void bcmsdh_oob_intr_set(bcmsdh_info_t *sdh, bool enable);
257 extern int bcmsdh_get_oob_intr_num(bcmsdh_info_t *bcmsdh);
259 extern void *bcmsdh_get_dev(bcmsdh_info_t *sdh);
260 extern void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *sdh);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmsdh.h54 typedef struct bcmsdh_info bcmsdh_info_t; typedef
65 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *sdioh, ulong *regsva);
212 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
240 extern int bcmsdh_oob_intr_register(bcmsdh_info_t *bcmsdh, bcmsdh_cb_fn_t oob_irq_handler,
242 extern void bcmsdh_oob_intr_unregister(bcmsdh_info_t *sdh);
243 extern void bcmsdh_oob_intr_set(bcmsdh_info_t *sdh, bool enable);
245 extern void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *sdh);
246 extern void bcmsdh_dev_relax(bcmsdh_info_t *sdh);
247 extern bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *sdh);
249 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmsdh.h54 typedef struct bcmsdh_info bcmsdh_info_t; typedef
65 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *sdioh, ulong *regsva);
208 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
236 extern int bcmsdh_oob_intr_register(bcmsdh_info_t *bcmsdh, bcmsdh_cb_fn_t oob_irq_handler,
238 extern void bcmsdh_oob_intr_unregister(bcmsdh_info_t *sdh);
239 extern void bcmsdh_oob_intr_set(bcmsdh_info_t *sdh, bool enable);
241 extern void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *sdh);
242 extern void bcmsdh_dev_relax(bcmsdh_info_t *sdh);
243 extern bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *sdh);
245 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmsdh.h54 typedef struct bcmsdh_info bcmsdh_info_t; typedef
65 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *sdioh, ulong *regsva);
208 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
236 extern int bcmsdh_oob_intr_register(bcmsdh_info_t *bcmsdh, bcmsdh_cb_fn_t oob_irq_handler,
238 extern void bcmsdh_oob_intr_unregister(bcmsdh_info_t *sdh);
239 extern void bcmsdh_oob_intr_set(bcmsdh_info_t *sdh, bool enable);
241 extern void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *sdh);
242 extern void bcmsdh_dev_relax(bcmsdh_info_t *sdh);
243 extern bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *sdh);
245 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmsdh.h53 typedef struct bcmsdh_info bcmsdh_info_t; typedef
65 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *sdioh, ulong *regsva);
220 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
248 extern int bcmsdh_oob_intr_register(bcmsdh_info_t *bcmsdh, bcmsdh_cb_fn_t oob_irq_handler,
250 extern void bcmsdh_oob_intr_unregister(bcmsdh_info_t *sdh);
251 extern void bcmsdh_oob_intr_set(bcmsdh_info_t *sdh, bool enable);
253 extern void bcmsdh_dev_pm_stay_awake(bcmsdh_info_t *sdh);
254 extern void bcmsdh_dev_relax(bcmsdh_info_t *sdh);
255 extern bool bcmsdh_dev_pm_enabled(bcmsdh_info_t *sdh);
257 int bcmsdh_suspend(bcmsdh_info_t *bcmsdh);
[all …]

12