Lines Matching defs:sc
25 static void ath_fill_led_pin(struct ath_softc *sc) in ath_fill_led_pin()
54 struct ath_softc *sc = container_of(led_cdev, struct ath_softc, led_cdev); in ath_led_brightness() local
63 void ath_deinit_leds(struct ath_softc *sc) in ath_deinit_leds()
74 void ath_init_leds(struct ath_softc *sc) in ath_init_leds()
104 static bool ath_is_rfkill_set(struct ath_softc *sc) in ath_is_rfkill_set()
119 struct ath_softc *sc = hw->priv; in ath9k_rfkill_poll_state() local
125 void ath_start_rfkill_poll(struct ath_softc *sc) in ath_start_rfkill_poll()
142 static void ath_detect_bt_priority(struct ath_softc *sc) in ath_detect_bt_priority()
171 static void ath_mci_ftp_adjust(struct ath_softc *sc) in ath_mci_ftp_adjust()
196 struct ath_softc *sc = (struct ath_softc *) data; in ath_btcoex_period_timer() local
257 struct ath_softc *sc = (struct ath_softc *)arg; in ath_btcoex_no_stomp_timer() local
276 static void ath_init_btcoex_timer(struct ath_softc *sc) in ath_init_btcoex_timer()
298 void ath9k_btcoex_timer_resume(struct ath_softc *sc) in ath9k_btcoex_timer_resume()
323 void ath9k_btcoex_timer_pause(struct ath_softc *sc) in ath9k_btcoex_timer_pause()
338 void ath9k_btcoex_stop_gen_timer(struct ath_softc *sc) in ath9k_btcoex_stop_gen_timer()
345 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) in ath9k_btcoex_aggr_limit()
360 void ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status) in ath9k_btcoex_handle_interrupt()
366 void ath9k_start_btcoex(struct ath_softc *sc) in ath9k_start_btcoex()
384 void ath9k_stop_btcoex(struct ath_softc *sc) in ath9k_stop_btcoex()
399 void ath9k_deinit_btcoex(struct ath_softc *sc) in ath9k_deinit_btcoex()
414 int ath9k_init_btcoex(struct ath_softc *sc) in ath9k_init_btcoex()
454 static int ath9k_dump_mci_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_mci_btcoex()
499 static int ath9k_dump_legacy_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_legacy_btcoex()
513 int ath9k_dump_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_btcoex()