Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/include/
Dsiutils.h213 typedef struct si_info { struct
214 struct si_pub pub; /* back plane public state (must be first) */
215 void *pbus; /* handle to bus (pci/sdio/..) */
216 uint dev_coreid; /* the core provides driver functions */
217 void *intr_arg; /* interrupt callback function arg */
218 si_intrsoff_t intrsoff_fn; /* turns chip interrupts off */
219 si_intrsrestore_t intrsrestore_fn; /* restore chip interrupts */
220 si_intrsenabled_t intrsenabled_fn; /* check if interrupts are enabled */
222 void *pch; /* PCI/E core handle */
224 gpioh_item_t *gpioh_head; /* GPIO event handlers list */
[all …]