Lines Matching refs:bcmsdh_info_t
57 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()
221 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_intr_query()
236 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_intr_enable()
255 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_intr_disable()
274 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_intr_reg()
289 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_intr_dereg()
305 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_intr_pending()
332 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cfg_read()
368 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cfg_write()
401 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cfg_read_word()
425 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cfg_write_word()
446 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cis_read()
485 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cisaddr_read()
507 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdhsdio_set_sbaddr_window()
538 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_reg_read()
590 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_reg_write()
625 return ((bcmsdh_info_t *)sdh)->regfail; in bcmsdh_regfail()
633 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_recv_buf()
671 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_send_buf()
707 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_rwdata()
727 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_abort()
735 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_start()
743 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_stop()
752 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_waitlockfree()
763 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_query_device()
808 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_query_iofnum()
817 bcmsdh_reset(bcmsdh_info_t *sdh) in bcmsdh_reset()
819 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_reset()
825 void *bcmsdh_get_sdioh(bcmsdh_info_t *sdh) in bcmsdh_get_sdioh()
836 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_get_dstatus()
846 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_cur_sbwad()
860 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_force_sbwad_calc()
871 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_chipinfo()
883 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_dwordmode()
894 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_sleep()
906 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_gpio_init()
915 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_gpioin()
924 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_gpioouten()
933 bcmsdh_info_t *p = (bcmsdh_info_t *)sdh; in bcmsdh_gpioout()
942 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_set_mode()
950 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh; in bcmsdh_get_spend_time()