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 = from_timer(sc, t, btcoex.period_timer); in ath_btcoex_period_timer() local
257 struct ath_softc *sc = from_timer(sc, t, btcoex.no_stomp_timer); in ath_btcoex_no_stomp_timer() local
276 static void ath_init_btcoex_timer(struct ath_softc *sc) in ath_init_btcoex_timer()
296 void ath9k_btcoex_timer_resume(struct ath_softc *sc) in ath9k_btcoex_timer_resume()
321 void ath9k_btcoex_timer_pause(struct ath_softc *sc) in ath9k_btcoex_timer_pause()
336 void ath9k_btcoex_stop_gen_timer(struct ath_softc *sc) in ath9k_btcoex_stop_gen_timer()
343 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) in ath9k_btcoex_aggr_limit()
358 void ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status) in ath9k_btcoex_handle_interrupt()
364 void ath9k_start_btcoex(struct ath_softc *sc) in ath9k_start_btcoex()
382 void ath9k_stop_btcoex(struct ath_softc *sc) in ath9k_stop_btcoex()
397 void ath9k_deinit_btcoex(struct ath_softc *sc) in ath9k_deinit_btcoex()
412 int ath9k_init_btcoex(struct ath_softc *sc) in ath9k_init_btcoex()
452 static int ath9k_dump_mci_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_mci_btcoex()
497 static int ath9k_dump_legacy_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_legacy_btcoex()
511 int ath9k_dump_btcoex(struct ath_softc *sc, u8 *buf, u32 size) in ath9k_dump_btcoex()