Searched defs:iwn_ops (Results 1 – 1 of 1) sorted by relevance
177 struct iwn_ops { struct178 int (*load_firmware)(struct iwn_softc *);179 void (*read_eeprom)(struct iwn_softc *);180 int (*post_alive)(struct iwn_softc *);181 int (*nic_config)(struct iwn_softc *);182 int (*config_bt_coex)(struct iwn_softc *);183 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,185 int (*get_temperature)(struct iwn_softc *);186 int (*get_rssi)(const struct iwn_rx_stat *);187 int (*set_txpower)(struct iwn_softc *, int);[all …]