Searched defs:si_info (Results 1 – 9 of 9) sorted by relevance
135 typedef struct si_info { struct136 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 …]
119 typedef struct si_info { struct120 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 …]
179 typedef struct si_info { struct180 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 …]
157 struct si_info { struct158 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 */
29 struct si_mode_info *si_info = &ut_info->si_info; in set_si_param() local
72 struct si_mode_info si_info; member