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 = timer_container_of(sc, t, btcoex.period_timer); in ath_btcoex_period_timer() local
257 struct ath_softc *sc = timer_container_of(sc, t, in ath_btcoex_no_stomp_timer() local
277 static void ath_init_btcoex_timer(struct ath_softc *sc) in ath_init_btcoex_timer()
297 void ath9k_btcoex_timer_resume(struct ath_softc *sc) in ath9k_btcoex_timer_resume()
322 void ath9k_btcoex_timer_pause(struct ath_softc *sc) in ath9k_btcoex_timer_pause()
337 void ath9k_btcoex_stop_gen_timer(struct ath_softc *sc) in ath9k_btcoex_stop_gen_timer()
344 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) in ath9k_btcoex_aggr_limit()
359 void ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status) in ath9k_btcoex_handle_interrupt()
365 void ath9k_start_btcoex(struct ath_softc *sc) in ath9k_start_btcoex()
383 void ath9k_stop_btcoex(struct ath_softc *sc) in ath9k_stop_btcoex()
398 void ath9k_deinit_btcoex(struct ath_softc *sc) in ath9k_deinit_btcoex()
413 int ath9k_init_btcoex(struct ath_softc *sc) in ath9k_init_btcoex()
453 static int ath9k_dump_mci_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_mci_btcoex()
498 static int ath9k_dump_legacy_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_legacy_btcoex()
512 int ath9k_dump_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_btcoex()