Searched defs:sdioh (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
H A Dbcmsdh.c50 void *sdioh; /* handler for sdioh */ member in struct:bcmsdh_info
61 sdioh_enable_hw_oob_intr(void *sdioh, bool enable);
66 sdioh_enable_hw_oob_intr(sdh->sdioh, enable);
84 if (!(bcmsdh->sdioh = sdioh_attach(osh, cfghdl, irq))) {
105 if (bcmsdh->sdioh) {
106 sdioh_detach(osh, bcmsdh->sdioh);
107 bcmsdh->sdioh = NULL;
121 return sdioh_iovar_op(bcmsdh->sdioh, name, params, plen, arg, len, set);
132 status = sdioh_interrupt_query(bcmsdh->sdioh,
[all...]

Completed in 3 milliseconds