Searched refs:sc (Results 1 - 25 of 162) sorted by relevance

1234567

/drivers/net/wan/lmc/
H A Dlmc_media.c157 lmc_dummy_set_1 (lmc_softc_t * const sc, int a) argument
162 lmc_dummy_set2_1 (lmc_softc_t * const sc, lmc_ctl_t * a) argument
171 lmc_hssi_init (lmc_softc_t * const sc) argument
173 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5200;
175 lmc_gpio_mkoutput (sc, LMC_GEP_HSSI_CLOCK);
179 lmc_hssi_default (lmc_softc_t * const sc) argument
181 sc->lmc_miireg16 = LMC_MII16_LED_ALL;
183 sc->lmc_media->set_link_status (sc, LMC_LINK_DOWN);
184 sc
193 lmc_hssi_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
224 lmc_hssi_set_clock(lmc_softc_t * const sc, int ie) argument
251 lmc_hssi_get_link_status(lmc_softc_t * const sc) argument
261 lmc_hssi_set_link_status(lmc_softc_t * const sc, int state) argument
275 lmc_hssi_set_crc_length(lmc_softc_t * const sc, int state) argument
294 lmc_hssi_watchdog(lmc_softc_t * const sc) argument
307 lmc_ds3_set_100ft(lmc_softc_t * const sc, int ie) argument
323 lmc_ds3_default(lmc_softc_t * const sc) argument
338 lmc_ds3_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
369 lmc_ds3_init(lmc_softc_t * const sc) argument
404 lmc_ds3_set_scram(lmc_softc_t * const sc, int ie) argument
424 lmc_ds3_get_link_status(lmc_softc_t * const sc) argument
510 lmc_ds3_set_crc_length(lmc_softc_t * const sc, int state) argument
529 lmc_ds3_watchdog(lmc_softc_t * const sc) argument
539 lmc_ssi_init(lmc_softc_t * const sc) argument
555 lmc_ssi_default(lmc_softc_t * const sc) argument
575 lmc_ssi_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
612 lmc_ssi_set_clock(lmc_softc_t * const sc, int ie) argument
635 lmc_ssi_set_speed(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
677 lmc_ssi_get_link_status(lmc_softc_t * const sc) argument
765 lmc_ssi_set_link_status(lmc_softc_t * const sc, int state) argument
786 lmc_ssi_set_crc_length(lmc_softc_t * const sc, int state) argument
811 write_av9110_bit(lmc_softc_t * sc, int c) argument
836 write_av9110(lmc_softc_t *sc, u32 n, u32 m, u32 v, u32 x, u32 r) argument
883 lmc_ssi_watchdog(lmc_softc_t * const sc) argument
900 lmc_t1_write(lmc_softc_t * const sc, int a, int d) argument
917 lmc_t1_init(lmc_softc_t * const sc) argument
980 lmc_t1_default(lmc_softc_t * const sc) argument
992 lmc_t1_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
1016 lmc_t1_get_link_status(lmc_softc_t * const sc) argument
1134 lmc_t1_set_circuit_type(lmc_softc_t * const sc, int ie) argument
1154 lmc_t1_set_crc_length(lmc_softc_t * const sc, int state) argument
1179 lmc_t1_set_clock(lmc_softc_t * const sc, int ie) argument
1202 lmc_t1_watchdog(lmc_softc_t * const sc) argument
1207 lmc_set_protocol(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
[all...]
H A Dlmc_main.c98 static void lmc_initcsrs(lmc_softc_t * const sc, lmc_csrptr_t csr_base, size_t csr_size);
103 static void lmc_reset(lmc_softc_t * const sc);
104 static void lmc_dec_reset(lmc_softc_t * const sc);
113 lmc_softc_t *sc = dev_to_sc(dev); local
132 if (copy_to_user(ifr->ifr_data, &sc->ictl, sizeof(lmc_ctl_t)))
154 spin_lock_irqsave(&sc->lmc_lock, flags);
155 sc->lmc_media->set_status (sc, &ctl);
157 if(ctl.crc_length != sc->ictl.crc_length) {
158 sc
642 lmc_softc_t *sc = dev_to_sc(dev); local
820 lmc_softc_t *sc; local
1004 lmc_softc_t *sc = dev_to_sc(dev); local
1117 lmc_softc_t *sc = dev_to_sc(dev); local
1154 lmc_softc_t *sc = dev_to_sc(dev); local
1173 lmc_softc_t *sc = dev_to_sc(dev); local
1239 lmc_softc_t *sc = dev_to_sc(dev); local
1425 lmc_softc_t *sc = dev_to_sc(dev); local
1513 lmc_softc_t *sc = dev_to_sc(dev); local
1712 lmc_softc_t *sc = dev_to_sc(dev); local
1737 lmc_mii_readreg(lmc_softc_t * const sc, unsigned devaddr, unsigned regno) argument
1779 lmc_mii_writereg(lmc_softc_t * const sc, unsigned devaddr, unsigned regno, unsigned data) argument
1822 lmc_softreset(lmc_softc_t * const sc) argument
1906 lmc_gpio_mkinput(lmc_softc_t * const sc, u32 bits) argument
1914 lmc_gpio_mkoutput(lmc_softc_t * const sc, u32 bits) argument
1922 lmc_led_on(lmc_softc_t * const sc, u32 led) argument
1935 lmc_led_off(lmc_softc_t * const sc, u32 led) argument
1948 lmc_reset(lmc_softc_t * const sc) argument
1989 lmc_dec_reset(lmc_softc_t * const sc) argument
2052 lmc_initcsrs(lmc_softc_t * const sc, lmc_csrptr_t csr_base, size_t csr_size) argument
2077 lmc_softc_t *sc = dev_to_sc(dev); local
[all...]
H A Dlmc_proto.h6 void lmc_proto_attach(lmc_softc_t *sc);
7 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd);
8 int lmc_proto_open(lmc_softc_t *sc);
9 void lmc_proto_close(lmc_softc_t *sc);
10 __be16 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb);
11 void lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb);
H A Dlmc_proto.c50 void lmc_proto_attach(lmc_softc_t *sc) /*FOLD00*/ argument
52 lmc_trace(sc->lmc_device, "lmc_proto_attach in");
53 if (sc->if_type == LMC_NET) {
54 struct net_device *dev = sc->lmc_device;
62 lmc_trace(sc->lmc_device, "lmc_proto_attach out");
65 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd) argument
67 lmc_trace(sc->lmc_device, "lmc_proto_ioctl");
68 if (sc->if_type == LMC_PPP)
69 return hdlc_ioctl(sc->lmc_device, ifr, cmd);
73 int lmc_proto_open(lmc_softc_t *sc) argument
90 lmc_proto_close(lmc_softc_t *sc) argument
100 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb) argument
122 lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dchannel.c23 static int ath_set_channel(struct ath_softc *sc) argument
25 struct ath_hw *ah = sc->sc_ah;
27 struct ieee80211_hw *hw = sc->hw;
29 struct cfg80211_chan_def *chandef = &sc->cur_chan->chandef;
46 ath_update_survey_stats(sc);
56 if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) {
57 if (sc->cur_survey)
58 sc
102 ath_chanctx_init(struct ath_softc *sc) argument
125 ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx, struct cfg80211_chan_def *chandef) argument
198 ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx) argument
244 ath_chanctx_get_next(struct ath_softc *sc, struct ath_chanctx *ctx) argument
251 ath_chanctx_adjust_tbtt_delta(struct ath_softc *sc) argument
290 ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) argument
304 ath_chanctx_event(struct ath_softc *sc, struct ieee80211_vif *vif, enum ath_chanctx_event ev) argument
605 ath_chanctx_beacon_sent_ev(struct ath_softc *sc, enum ath_chanctx_event ev) argument
612 ath_chanctx_beacon_recv_ev(struct ath_softc *sc, enum ath_chanctx_event ev) argument
618 ath_scan_channel_duration(struct ath_softc *sc, struct ieee80211_channel *chan) argument
629 ath_chanctx_switch(struct ath_softc *sc, struct ath_chanctx *ctx, struct cfg80211_chan_def *chandef) argument
676 ath_chanctx_offchan_switch(struct ath_softc *sc, struct ieee80211_channel *chan) argument
689 ath_chanctx_get_oper_chan(struct ath_softc *sc, bool active) argument
708 ath_scan_next_channel(struct ath_softc *sc) argument
738 ath_offchannel_next(struct ath_softc *sc) argument
762 ath_roc_complete(struct ath_softc *sc, bool abort) argument
779 ath_scan_complete(struct ath_softc *sc, bool abort) argument
801 ath_scan_send_probe(struct ath_softc *sc, struct cfg80211_ssid *ssid) argument
839 ath_scan_channel_start(struct ath_softc *sc) argument
861 struct ath_softc *sc = (struct ath_softc *) data; local
872 struct ath_softc *sc = (struct ath_softc *)data; local
915 ath_chanctx_send_vif_ps_frame(struct ath_softc *sc, struct ath_vif *avp, bool powersave) argument
962 ath_chanctx_send_ps_frame(struct ath_softc *sc, bool powersave) argument
977 ath_chanctx_defer_switch(struct ath_softc *sc) argument
1003 ath_offchannel_channel_change(struct ath_softc *sc) argument
1044 ath_chanctx_set_next(struct ath_softc *sc, bool force) argument
1140 struct ath_softc *sc = container_of(work, struct ath_softc, local
1147 ath9k_offchannel_init(struct ath_softc *sc) argument
1172 ath9k_init_channel_context(struct ath_softc *sc) argument
1182 ath9k_deinit_channel_context(struct ath_softc *sc) argument
1196 ath9k_chanctx_stop_queues(struct ath_softc *sc, struct ath_chanctx *ctx) argument
1215 ath9k_chanctx_wake_queues(struct ath_softc *sc, struct ath_chanctx *ctx) argument
1237 ath9k_update_p2p_ps_timer(struct ath_softc *sc, struct ath_vif *avp) argument
1259 ath9k_update_p2p_ps(struct ath_softc *sc, struct ieee80211_vif *vif) argument
1276 ath9k_get_ctwin(struct ath_softc *sc, struct ath_vif *avp) argument
1300 ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, struct sk_buff *skb) argument
1357 struct ath_softc *sc = priv; local
1402 ath9k_p2p_bss_info_changed(struct ath_softc *sc, struct ieee80211_vif *vif) argument
1415 ath9k_p2p_beacon_sync(struct ath_softc *sc) argument
1421 ath9k_p2p_remove_vif(struct ath_softc *sc, struct ieee80211_vif *vif) argument
1434 ath9k_init_p2p(struct ath_softc *sc) argument
1444 ath9k_deinit_p2p(struct ath_softc *sc) argument
[all...]
H A Dgpio.c27 struct ath_softc *sc = container_of(led_cdev, struct ath_softc, led_cdev); local
28 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, (brightness == LED_OFF));
31 void ath_deinit_leds(struct ath_softc *sc) argument
33 if (!sc->led_registered)
36 ath_led_brightness(&sc->led_cdev, LED_OFF);
37 led_classdev_unregister(&sc->led_cdev);
40 void ath_init_leds(struct ath_softc *sc) argument
44 if (AR_SREV_9100(sc->sc_ah))
48 sc
63 ath_fill_led_pin(struct ath_softc *sc) argument
93 ath_is_rfkill_set(struct ath_softc *sc) argument
108 struct ath_softc *sc = hw->priv; local
114 ath_start_rfkill_poll(struct ath_softc *sc) argument
131 ath_detect_bt_priority(struct ath_softc *sc) argument
160 ath_mci_ftp_adjust(struct ath_softc *sc) argument
185 struct ath_softc *sc = (struct ath_softc *) data; local
247 struct ath_softc *sc = (struct ath_softc *)arg; local
269 ath_init_btcoex_timer(struct ath_softc *sc) argument
292 ath9k_btcoex_timer_resume(struct ath_softc *sc) argument
314 ath9k_btcoex_timer_pause(struct ath_softc *sc) argument
322 ath9k_btcoex_stop_gen_timer(struct ath_softc *sc) argument
329 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) argument
344 ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status) argument
350 ath9k_start_btcoex(struct ath_softc *sc) argument
369 ath9k_stop_btcoex(struct ath_softc *sc) argument
383 ath9k_deinit_btcoex(struct ath_softc *sc) argument
391 ath9k_init_btcoex(struct ath_softc *sc) argument
433 ath9k_dump_mci_btcoex(struct ath_softc *sc, u8 *buf, u32 size) argument
478 ath9k_dump_legacy_btcoex(struct ath_softc *sc, u8 *buf, u32 size) argument
492 ath9k_dump_btcoex(struct ath_softc *sc, u8 *buf, u32 size) argument
[all...]
H A Drecv.c23 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) argument
25 return sc->ps_enabled &&
26 (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP);
37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, argument
40 struct ath_hw *ah = sc->sc_ah;
63 if (sc->rx.rxlink)
64 *sc->rx.rxlink = bf->bf_daddr;
68 sc->rx.rxlink = &ds->ds_link;
71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, argument
74 if (sc
80 ath_setdefantenna(struct ath_softc *sc, u32 antenna) argument
88 ath_opmode_init(struct ath_softc *sc) argument
110 ath_rx_edma_buf_link(struct ath_softc *sc, enum ath9k_rx_qtype qtype) argument
138 ath_rx_addbuffer_edma(struct ath_softc *sc, enum ath9k_rx_qtype qtype) argument
155 ath_rx_remove_buffer(struct ath_softc *sc, enum ath9k_rx_qtype qtype) argument
171 ath_rx_edma_cleanup(struct ath_softc *sc) argument
198 ath_rx_edma_init(struct ath_softc *sc, int nbufs) argument
256 ath_edma_start_recv(struct ath_softc *sc) argument
265 ath_edma_stop_recv(struct ath_softc *sc) argument
271 ath_rx_init(struct ath_softc *sc, int nbufs) argument
331 ath_rx_cleanup(struct ath_softc *sc) argument
375 ath_calcrxfilter(struct ath_softc *sc) argument
441 ath_startrecv(struct ath_softc *sc) argument
473 ath_flushrecv(struct ath_softc *sc) argument
480 ath_stoprecv(struct ath_softc *sc) argument
538 ath_rx_ps_beacon(struct ath_softc *sc, struct sk_buff *skb) argument
592 ath_rx_ps(struct ath_softc *sc, struct sk_buff *skb, bool mybeacon) argument
628 ath_edma_get_buffers(struct ath_softc *sc, enum ath9k_rx_qtype qtype, struct ath_rx_status *rs, struct ath_rxbuf **dest) argument
681 ath_edma_get_next_rx_buf(struct ath_softc *sc, struct ath_rx_status *rs, enum ath9k_rx_qtype qtype) argument
696 ath_get_next_rx_buf(struct ath_softc *sc, struct ath_rx_status *rs) argument
809 ath9k_rx_skb_preprocess(struct ath_softc *sc, struct sk_buff *skb, struct ath_rx_status *rx_stats, struct ieee80211_rx_status *rx_status, bool *decrypt_error, u64 tsf) argument
949 ath9k_antenna_check(struct ath_softc *sc, struct ath_rx_status *rs) argument
978 ath9k_apply_ampdu_details(struct ath_softc *sc, struct ath_rx_status *rs, struct ieee80211_rx_status *rxs) argument
996 ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) argument
[all...]
H A Dmain.c57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq) argument
71 list = &sc->cur_chan->acq[txq->mac80211_qnum];
80 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) argument
85 spin_lock_irqsave(&sc->sc_pm_lock, flags);
86 ret = ath9k_hw_setpower(sc->sc_ah, mode);
87 spin_unlock_irqrestore(&sc->sc_pm_lock, flags);
94 struct ath_softc *sc = (struct ath_softc *) data; local
95 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
102 ath9k_hw_setrxabort(sc->sc_ah, 1);
103 ath9k_hw_stopdmarecv(sc
108 ath9k_ps_wakeup(struct ath_softc *sc) argument
139 ath9k_ps_restore(struct ath_softc *sc) argument
177 __ath_cancel_work(struct ath_softc *sc) argument
189 ath_cancel_work(struct ath_softc *sc) argument
195 ath_restart_work(struct ath_softc *sc) argument
206 ath_prepare_reset(struct ath_softc *sc) argument
224 ath_complete_reset(struct ath_softc *sc, bool start) argument
273 ath_reset_internal(struct ath_softc *sc, struct ath9k_channel *hchan) argument
334 ath_node_attach(struct ath_softc *sc, struct ieee80211_sta *sta, struct ieee80211_vif *vif) argument
350 ath_node_detach(struct ath_softc *sc, struct ieee80211_sta *sta) argument
360 struct ath_softc *sc = (struct ath_softc *)data; local
493 struct ath_softc *sc = dev; local
601 ath_reset(struct ath_softc *sc) argument
612 ath9k_queue_reset(struct ath_softc *sc, enum ath_reset_type type) argument
624 struct ath_softc *sc = container_of(work, struct ath_softc, hw_reset_work); local
635 struct ath_softc *sc = hw->priv; local
734 struct ath_softc *sc = hw->priv; local
809 struct ath_softc *sc = hw->priv; local
941 ath9k_update_bssid_mask(struct ath_softc *sc, struct ath_chanctx *ctx, struct ath9k_vif_iter_data *iter_data) argument
970 ath9k_calculate_iter_data(struct ath_softc *sc, struct ath_chanctx *ctx, struct ath9k_vif_iter_data *iter_data) argument
990 ath9k_set_assoc_state(struct ath_softc *sc, struct ieee80211_vif *vif, bool changed) argument
1021 ath9k_set_offchannel_state(struct ath_softc *sc) argument
1058 ath9k_calculate_summary_state(struct ath_softc *sc, struct ath_chanctx *ctx) argument
1179 struct ath_softc *sc = hw->priv; local
1226 struct ath_softc *sc = hw->priv; local
1258 struct ath_softc *sc = hw->priv; local
1283 ath9k_enable_ps(struct ath_softc *sc) argument
1302 ath9k_disable_ps(struct ath_softc *sc) argument
1328 struct ath_softc *sc = hw->priv; local
1360 struct ath_softc *sc = hw->priv; local
1400 struct ath_softc *sc = hw->priv; local
1484 struct ath_softc *sc = hw->priv; local
1507 struct ath_softc *sc = hw->priv; local
1528 ath9k_del_ps_key(struct ath_softc *sc, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
1548 struct ath_softc *sc = hw->priv; local
1574 struct ath_softc *sc = hw->priv; local
1595 struct ath_softc *sc = hw->priv; local
1638 struct ath_softc *sc = hw->priv; local
1727 struct ath_softc *sc = hw->priv; local
1801 struct ath_softc *sc = hw->priv; local
1817 struct ath_softc *sc = hw->priv; local
1828 struct ath_softc *sc = hw->priv; local
1845 struct ath_softc *sc = hw->priv; local
1890 struct ath_softc *sc = hw->priv; local
1926 ath9k_enable_dynack(struct ath_softc *sc) argument
1943 struct ath_softc *sc = hw->priv; local
1970 ath9k_has_tx_pending(struct ath_softc *sc) argument
1989 struct ath_softc *sc = hw->priv; local
1998 struct ath_softc *sc = hw->priv; local
2037 struct ath_softc *sc = hw->priv; local
2044 struct ath_softc *sc = hw->priv; local
2086 struct ath_softc *sc = hw->priv; local
2134 struct ath_softc *sc = hw->priv; local
2163 struct ath_softc *sc = hw->priv; local
2172 struct ath_softc *sc = hw->priv; local
2179 struct ath_softc *sc = hw->priv; local
2190 struct ath_softc *sc = hw->priv; local
2224 struct ath_softc *sc = hw->priv; local
2240 struct ath_softc *sc = hw->priv; local
2273 struct ath_softc *sc = hw->priv; local
2294 struct ath_softc *sc = hw->priv; local
2330 struct ath_softc *sc = hw->priv; local
2351 struct ath_softc *sc = hw->priv; local
2367 struct ath_softc *sc = hw->priv; local
2396 struct ath_softc *sc = hw->priv; local
2422 struct ath_softc *sc = hw->priv; local
[all...]
H A Dwow.c26 static void ath9k_wow_map_triggers(struct ath_softc *sc, argument
39 sc->wow_enabled = *wow_triggers;
43 static void ath9k_wow_add_disassoc_deauth_pattern(struct ath_softc *sc) argument
45 struct ath_hw *ah = sc->sc_ah;
137 static void ath9k_wow_add_pattern(struct ath_softc *sc, argument
140 struct ath_hw *ah = sc->sc_ah;
190 struct ath_softc *sc = hw->priv; local
191 struct ath_hw *ah = sc->sc_ah;
196 ath9k_deinit_channel_context(sc);
198 mutex_lock(&sc
294 struct ath_softc *sc = hw->priv; local
343 struct ath_softc *sc = hw->priv; local
353 struct ath_softc *sc = hw->priv; local
[all...]
H A Dbeacon.c22 static void ath9k_reset_beacon_status(struct ath_softc *sc) argument
24 sc->beacon.tx_processed = false;
25 sc->beacon.tx_last = false;
33 static void ath9k_beaconq_config(struct ath_softc *sc) argument
35 struct ath_hw *ah = sc->sc_ah;
40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi);
42 if (sc->sc_ah->opmode == NL80211_IFTYPE_AP ||
43 sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) {
50 txq = sc->tx.txq_map[IEEE80211_AC_BE];
60 if (!ath9k_hw_set_txq_props(ah, sc
72 ath9k_beacon_setup(struct ath_softc *sc, struct ieee80211_vif *vif, struct ath_buf *bf, int rateidx) argument
114 struct ath_softc *sc = hw->priv; local
193 ath9k_beacon_assign_slot(struct ath_softc *sc, struct ieee80211_vif *vif) argument
216 ath9k_beacon_remove_slot(struct ath_softc *sc, struct ieee80211_vif *vif) argument
244 ath9k_beacon_choose_slot(struct ath_softc *sc) argument
272 ath9k_set_tsfadjust(struct ath_softc *sc, struct ieee80211_vif *vif) argument
290 ath9k_csa_is_finished(struct ath_softc *sc, struct ieee80211_vif *vif) argument
304 struct ath_softc *sc = data; local
308 ath9k_csa_update(struct ath_softc *sc) argument
317 struct ath_softc *sc = (struct ath_softc *)data; local
440 ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt, u32 intval, bool reset_tsf) argument
460 ath9k_beacon_config_ap(struct ath_softc *sc, struct ath_beacon_config *conf) argument
485 ath9k_beacon_config_adhoc(struct ath_softc *sc, struct ath_beacon_config *conf) argument
505 ath9k_allow_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif) argument
544 ath9k_cache_beacon_config(struct ath_softc *sc, struct ath_chanctx *ctx, struct ieee80211_bss_conf *bss_conf) argument
581 ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif, u32 changed) argument
661 ath9k_set_beacon(struct ath_softc *sc) argument
[all...]
H A Ddfs.h25 * @sc: ath_softc
37 void ath9k_dfs_process_phyerr(struct ath_softc *sc, void *data,
41 ath9k_dfs_process_phyerr(struct ath_softc *sc, void *data, argument
H A Dtx99.c19 static void ath9k_tx99_stop(struct ath_softc *sc) argument
21 struct ath_hw *ah = sc->sc_ah;
24 ath_drain_all_txq(sc);
25 ath_startrecv(sc);
30 ieee80211_wake_queues(sc->hw);
32 kfree_skb(sc->tx99_skb);
33 sc->tx99_skb = NULL;
34 sc->tx99_state = false;
36 ath9k_hw_tx99_stop(sc->sc_ah);
40 static struct sk_buff *ath9k_build_tx99_skb(struct ath_softc *sc) argument
100 ath9k_tx99_deinit(struct ath_softc *sc) argument
109 ath9k_tx99_init(struct ath_softc *sc) argument
165 struct ath_softc *sc = file->private_data; local
176 struct ath_softc *sc = file->private_data; local
224 struct ath_softc *sc = file->private_data; local
239 struct ath_softc *sc = file->private_data; local
267 ath9k_tx99_init_debug(struct ath_softc *sc) argument
[all...]
H A Dinit.c89 static void ath9k_deinit_softc(struct ath_softc *sc);
101 struct ath_softc *sc = (struct ath_softc *) common->priv; local
105 spin_lock_irqsave(&sc->sc_serial_rw, flags);
106 iowrite32(val, sc->mem + reg_offset);
107 spin_unlock_irqrestore(&sc->sc_serial_rw, flags);
109 iowrite32(val, sc->mem + reg_offset);
116 struct ath_softc *sc = (struct ath_softc *) common->priv; local
121 spin_lock_irqsave(&sc->sc_serial_rw, flags);
122 val = ioread32(sc->mem + reg_offset);
123 spin_unlock_irqrestore(&sc
129 __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, u32 set, u32 clr) argument
146 struct ath_softc *sc = (struct ath_softc *) common->priv; local
168 struct ath_softc *sc = hw->priv; local
193 ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, struct list_head *head, const char *name, int nbuf, int ndesc, bool is_tx) argument
316 ath9k_init_queues(struct ath_softc *sc) argument
334 ath9k_init_misc(struct ath_softc *sc) argument
359 ath9k_init_pcoem_platform(struct ath_softc *sc) argument
435 ath9k_eeprom_request(struct ath_softc *sc, const char *name) argument
464 ath9k_eeprom_release(struct ath_softc *sc) argument
469 ath9k_init_soc_platform(struct ath_softc *sc) argument
490 ath9k_init_softc(u16 devid, struct ath_softc *sc, const struct ath_bus_ops *bus_ops) argument
632 ath9k_init_band_txpower(struct ath_softc *sc, int band) argument
651 ath9k_init_txpower_limits(struct ath_softc *sc) argument
738 ath9k_set_mcc_capab(struct ath_softc *sc, struct ieee80211_hw *hw) argument
763 ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) argument
851 ath9k_init_device(u16 devid, struct ath_softc *sc, const struct ath_bus_ops *bus_ops) argument
937 ath9k_deinit_softc(struct ath_softc *sc) argument
956 ath9k_deinit_device(struct ath_softc *sc) argument
[all...]
H A Ddfs_debug.h58 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++)
59 void ath9k_dfs_init_debug(struct ath_softc *sc);
65 #define DFS_STAT_INC(sc, c) do { } while (0)
66 static inline void ath9k_dfs_init_debug(struct ath_softc *sc) { } argument
H A Dlink.c25 struct ath_softc *sc = container_of(work, struct ath_softc, local
32 if (sc->tx99_state) {
33 ath_dbg(ath9k_hw_common(sc->sc_ah), RESET,
39 txq = sc->tx.txq_map[i];
41 ath_txq_lock(sc, txq);
45 ath_txq_unlock(sc, txq);
51 ath_txq_unlock(sc, txq);
55 ath_dbg(ath9k_hw_common(sc->sc_ah), RESET,
57 ath9k_queue_reset(sc, RESET_TYPE_TX_HANG);
61 ieee80211_queue_delayed_work(sc
68 ath_hw_check(struct ath_softc *sc) argument
93 ath_hw_pll_rx_hang_check(struct ath_softc *sc, u32 pll_sqsum) argument
116 struct ath_softc *sc = container_of(work, struct ath_softc, local
144 ath_paprd_activate(struct ath_softc *sc) argument
168 ath_paprd_send_frame(struct ath_softc *sc, struct sk_buff *skb, int chain) argument
210 struct ath_softc *sc = container_of(work, struct ath_softc, paprd_work); local
302 struct ath_softc *sc = (struct ath_softc *)data; local
411 ath_start_ani(struct ath_softc *sc) argument
431 ath_stop_ani(struct ath_softc *sc) argument
439 ath_check_ani(struct ath_softc *sc) argument
478 ath_update_survey_nf(struct ath_softc *sc, int channel) argument
496 ath_update_survey_stats(struct ath_softc *sc) argument
[all...]
H A Dath9k.h75 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
83 #define ATH_TXQ_SETUP(sc, i) ((sc)->tx.txqsetup & (1<<i))
260 struct ath_softc *sc; member in struct:ath_node
425 for (ctx = &sc->chanctx[0]; \
426 ctx <= &sc->chanctx[ARRAY_SIZE(sc->chanctx) - 1]; \
429 void ath_chanctx_init(struct ath_softc *sc);
430 void ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx,
444 void ath9k_init_channel_context(struct ath_softc *sc);
481 ath9k_init_channel_context(struct ath_softc *sc) argument
484 ath9k_offchannel_init(struct ath_softc *sc) argument
487 ath9k_deinit_channel_context(struct ath_softc *sc) argument
490 ath_chanctx_beacon_recv_ev(struct ath_softc *sc, enum ath_chanctx_event ev) argument
494 ath_chanctx_beacon_sent_ev(struct ath_softc *sc, enum ath_chanctx_event ev) argument
498 ath_chanctx_event(struct ath_softc *sc, struct ieee80211_vif *vif, enum ath_chanctx_event ev) argument
503 ath9k_init_p2p(struct ath_softc *sc) argument
507 ath9k_deinit_p2p(struct ath_softc *sc) argument
510 ath9k_p2p_remove_vif(struct ath_softc *sc, struct ieee80211_vif *vif) argument
514 ath9k_p2p_beacon_sync(struct ath_softc *sc) argument
517 ath9k_p2p_bss_info_changed(struct ath_softc *sc, struct ieee80211_vif *vif) argument
521 ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, struct sk_buff *skb) argument
525 ath9k_p2p_ps_timer(struct ath_softc *sc) argument
528 ath9k_chanctx_wake_queues(struct ath_softc *sc, struct ath_chanctx *ctx) argument
532 ath9k_chanctx_stop_queues(struct ath_softc *sc, struct ath_chanctx *ctx) argument
536 ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx) argument
765 ath9k_init_btcoex(struct ath_softc *sc) argument
769 ath9k_deinit_btcoex(struct ath_softc *sc) argument
772 ath9k_start_btcoex(struct ath_softc *sc) argument
775 ath9k_stop_btcoex(struct ath_softc *sc) argument
778 ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status) argument
782 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) argument
787 ath9k_btcoex_stop_gen_timer(struct ath_softc *sc) argument
790 ath9k_dump_btcoex(struct ath_softc *sc, u8 *buf, u32 size) argument
811 ath_init_leds(struct ath_softc *sc) argument
815 ath_deinit_leds(struct ath_softc *sc) argument
818 ath_fill_led_pin(struct ath_softc *sc) argument
1052 ath9k_tx99_init_debug(struct ath_softc *sc) argument
1055 ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) argument
[all...]
H A Ddfs.c51 ath9k_postprocess_radar_event(struct ath_softc *sc, argument
68 DFS_STAT_INC(sc, pri_phy_errors);
78 DFS_STAT_INC(sc, ext_phy_errors);
97 DFS_STAT_INC(sc, dc_phy_errors);
107 DFS_STAT_INC(sc, bwinfo_discards);
112 DFS_STAT_INC(sc, rssi_discards);
123 pe->width = dur_to_usecs(sc->sc_ah, dur);
126 DFS_STAT_INC(sc, pulses_detected);
135 void ath9k_dfs_process_phyerr(struct ath_softc *sc, void *data, argument
142 struct ath_hw *ah = sc
[all...]
H A Ddebug.c29 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) argument
32 sc->debug.stats.istats.sync_cause_all++;
34 sc->debug.stats.istats.sync_rtc_irq++;
36 sc->debug.stats.istats.sync_mac_irq++;
38 sc->debug.stats.istats.eeprom_illegal_access++;
40 sc->debug.stats.istats.apb_timeout++;
42 sc->debug.stats.istats.pci_mode_conflict++;
44 sc->debug.stats.istats.host1_fatal++;
46 sc->debug.stats.istats.host1_perr++;
48 sc
89 struct ath_softc *sc = file->private_data; local
101 struct ath_softc *sc = file->private_data; local
135 struct ath_softc *sc = file->private_data; local
191 struct ath_softc *sc = file->private_data; local
234 struct ath_softc *sc = file->private_data; local
247 struct ath_softc *sc = file->private_data; local
285 ath9k_debug_stat_ant(struct ath_softc *sc, struct ath_hw_antcomb_conf *div_ant_conf, int main_rssi_avg, int alt_rssi_avg) argument
303 struct ath_softc *sc = file->private_data; local
407 struct ath_softc *sc = file->private_data; local
506 ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status) argument
562 struct ath_softc *sc = file->private_data; local
646 struct ath_softc *sc = file->private_data; local
690 print_queue(struct ath_softc *sc, struct ath_txq *txq, char *buf, ssize_t size) argument
715 struct ath_softc *sc = file->private_data; local
751 struct ath_softc *sc = file->private_data; local
854 struct ath_softc *sc = file->private_data; local
892 ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, struct ath_txq *txq, unsigned int flags) argument
957 ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs) argument
965 struct ath_softc *sc = file->private_data; local
976 struct ath_softc *sc = file->private_data; local
1004 struct ath_softc *sc = file->private_data; local
1020 struct ath_softc *sc = file->private_data; local
1052 struct ath_softc *sc = inode->i_private; local
1087 struct ath_softc *sc = file->private_data; local
1141 struct ath_softc *sc = file->private_data; local
1176 struct ath_softc *sc = file->private_data; local
1269 struct ath_softc *sc = hw->priv; local
1316 ath9k_deinit_debug(struct ath_softc *sc) argument
1324 struct ath_softc *sc = (struct ath_softc *) common->priv; local
[all...]
H A Dmci.c119 static void ath_mci_update_scheme(struct ath_softc *sc) argument
121 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
122 struct ath_btcoex *btcoex = &sc->btcoex;
124 struct ath9k_hw_mci *mci_hw = &sc->sc_ah->btcoex_hw.mci;
160 btcoex->duty_cycle = AR_SREV_9565(sc->sc_ah) ? 40 : 35;
186 if (IS_CHAN_2GHZ(sc->sc_ah->curchan)) {
187 if (IS_CHAN_HT(sc->sc_ah->curchan))
193 ath9k_btcoex_timer_pause(sc);
194 ath9k_hw_btcoex_disable(sc->sc_ah);
196 if (IS_CHAN_5GHZ(sc
210 ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) argument
238 struct ath_softc *sc = container_of(work, struct ath_softc, mci_work); local
256 ath_mci_set_concur_txprio(struct ath_softc *sc) argument
295 ath_mci_process_profile(struct ath_softc *sc, struct ath_mci_profile_info *info) argument
330 ath_mci_process_status(struct ath_softc *sc, struct ath_mci_profile_status *status) argument
367 ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) argument
434 ath_mci_setup(struct ath_softc *sc) argument
473 ath_mci_cleanup(struct ath_softc *sc) argument
483 ath_mci_intr(struct ath_softc *sc) argument
632 ath_mci_enable(struct ath_softc *sc) argument
643 ath9k_mci_update_wlan_channels(struct ath_softc *sc, bool allow_all) argument
693 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) argument
726 ath9k_mci_stomp_audio(struct ath_softc *sc) argument
742 ath9k_mci_update_rssi(struct ath_softc *sc) argument
[all...]
/drivers/md/
H A Ddm-stripe.c52 struct stripe_c *sc = container_of(work, struct stripe_c, local
54 dm_table_event(sc->ti->table);
73 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, argument
83 &sc->stripe[stripe].dev))
86 sc->stripe[stripe].physical_start = start;
97 struct stripe_c *sc; local
142 sc = alloc_context(stripes);
143 if (!sc) {
149 INIT_WORK(&sc->trigger_event, trigger_event);
152 sc
202 struct stripe_c *sc = (struct stripe_c *) ti->private; local
211 stripe_map_sector(struct stripe_c *sc, sector_t sector, uint32_t *stripe, sector_t *result) argument
239 stripe_map_range_sector(struct stripe_c *sc, sector_t sector, uint32_t target_stripe, sector_t *result) argument
259 stripe_map_range(struct stripe_c *sc, struct bio *bio, uint32_t target_stripe) argument
283 struct stripe_c *sc = ti->private; local
325 struct stripe_c *sc = (struct stripe_c *) ti->private; local
356 struct stripe_c *sc = ti->private; local
392 struct stripe_c *sc = ti->private; local
408 struct stripe_c *sc = ti->private; local
418 struct stripe_c *sc = ti->private; local
[all...]
/drivers/usb/atm/
H A Dueagle-atm.c296 #define IS_OPERATIONAL(sc) \
297 ((UEA_CHIP_VERSION(sc) != EAGLE_IV) ? \
298 (GET_STATUS(sc->stats.phy.state) == 2) : \
299 (sc->stats.phy.state == 7))
590 #define uea_wait(sc, cond, timeo) \
592 int _r = wait_event_interruptible_timeout(sc->sync_q, \
601 if (sc->usbatm->atm_dev) \
602 sc->usbatm->atm_dev->type = val; \
607 if (sc->usbatm->atm_dev) \
608 atm_dev_signal_change(sc
864 uea_idma_write(struct uea_softc *sc, const void *data, u32 size) argument
892 request_dsp(struct uea_softc *sc) argument
943 struct uea_softc *sc = container_of(work, struct uea_softc, task); local
1018 __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) argument
1068 struct uea_softc *sc = container_of(work, struct uea_softc, task); local
1119 wake_up_cmv_ack(struct uea_softc *sc) argument
1126 wait_cmv_ack(struct uea_softc *sc) argument
1143 uea_request(struct uea_softc *sc, u16 value, u16 index, u16 size, const void *data) argument
1176 uea_cmv_e1(struct uea_softc *sc, u8 function, u32 address, u16 offset, u32 data) argument
1214 uea_cmv_e4(struct uea_softc *sc, u16 function, u16 group, u16 address, u16 offset, u32 data) argument
1249 uea_read_cmv_e1(struct uea_softc *sc, u32 address, u16 offset, u32 *data) argument
1263 uea_read_cmv_e4(struct uea_softc *sc, u8 size, u16 group, u16 address, u16 offset, u32 *data) argument
1281 uea_write_cmv_e1(struct uea_softc *sc, u32 address, u16 offset, u32 data) argument
1293 uea_write_cmv_e4(struct uea_softc *sc, u8 size, u16 group, u16 address, u16 offset, u32 data) argument
1306 uea_set_bulk_timeout(struct uea_softc *sc, u32 dsrate) argument
1335 uea_stat_e1(struct uea_softc *sc) argument
1477 uea_stat_e4(struct uea_softc *sc) argument
1597 cmvs_file_name(struct uea_softc *sc, char *const cmv_name, int ver) argument
1624 request_cmvs_old(struct uea_softc *sc, void **cmvs, const struct firmware **fw) argument
1657 request_cmvs(struct uea_softc *sc, void **cmvs, const struct firmware **fw, int *ver) argument
1718 uea_send_cmvs_e1(struct uea_softc *sc) argument
1784 uea_send_cmvs_e4(struct uea_softc *sc) argument
1845 uea_start_reset(struct uea_softc *sc) argument
1930 struct uea_softc *sc = data; local
1949 load_XILINX_firmware(struct uea_softc *sc) argument
2007 uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr) argument
2069 uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr) argument
2111 uea_schedule_load_page_e1(struct uea_softc *sc, struct intr_pkt *intr) argument
2119 uea_schedule_load_page_e4(struct uea_softc *sc, struct intr_pkt *intr) argument
2131 struct uea_softc *sc = urb->context; local
2170 uea_boot(struct uea_softc *sc) argument
2250 uea_stop(struct uea_softc *sc) argument
2291 struct uea_softc *sc; local
2307 struct uea_softc *sc; local
2327 struct uea_softc *sc; local
2389 struct uea_softc *sc; local
2457 uea_getesi(struct uea_softc *sc, u_char * esi) argument
2476 struct uea_softc *sc = usbatm->driver_data; local
2483 struct uea_softc *sc = usbatm->driver_data; local
2538 struct uea_softc *sc; local
2622 struct uea_softc *sc = usbatm->driver_data; local
2660 struct uea_softc *sc = usbatm->driver_data; local
[all...]
/drivers/dma/sh/
H A Dsudmac.c54 #define to_sdev(sc) container_of(sc->shdma_chan.dma_chan.device, \
82 static void sudmac_writel(struct sudmac_chan *sc, u32 data, u32 reg) argument
84 iowrite32(data, sc->base + reg);
87 static u32 sudmac_readl(struct sudmac_chan *sc, u32 reg) argument
89 return ioread32(sc->base + reg);
92 static bool sudmac_is_busy(struct sudmac_chan *sc) argument
94 u32 den = sudmac_readl(sc, SUDMAC_CH0DEN + sc->offset);
102 static void sudmac_set_reg(struct sudmac_chan *sc, struc argument
110 sudmac_start(struct sudmac_chan *sc) argument
121 struct sudmac_chan *sc = to_chan(schan); local
130 struct sudmac_chan *sc = to_chan(schan); local
139 sudmac_find_slave( struct sudmac_chan *sc, int slave_id) argument
157 struct sudmac_chan *sc = to_chan(schan); local
166 sudmac_dma_halt(struct sudmac_chan *sc) argument
179 struct sudmac_chan *sc = to_chan(schan); local
199 struct sudmac_chan *sc = to_chan(schan); local
206 struct sudmac_chan *sc = to_chan(schan); local
221 struct sudmac_chan *sc = to_chan(schan); local
231 struct sudmac_chan *sc = to_chan(schan); local
243 struct sudmac_chan *sc; local
[all...]
/drivers/scsi/fnic/
H A Dfnic_scsi.c107 struct scsi_cmnd *sc)
109 u32 hash = sc->request->tag & (FNIC_IO_LOCKS - 1);
126 struct scsi_cmnd *sc)
132 scsi_dma_unmap(sc);
320 struct scsi_cmnd *sc,
324 struct fc_rport *rport = starget_to_rport(scsi_target(sc->device));
339 for_each_sg(scsi_sglist(sc), sg, sg_count, i) {
354 sc->sense_buffer,
358 int_to_scsilun(sc->device->lun, &fc_lun);
362 scsi_populate_tag_msg(sc, ms
106 fnic_io_lock_hash(struct fnic *fnic, struct scsi_cmnd *sc) argument
124 fnic_release_ioreq_buf(struct fnic *fnic, struct fnic_io_req *io_req, struct scsi_cmnd *sc) argument
317 fnic_queue_wq_copy_desc(struct fnic *fnic, struct vnic_wq_copy *wq, struct fnic_io_req *io_req, struct scsi_cmnd *sc, int sg_count) argument
420 fnic_queuecommand_lck(struct scsi_cmnd *sc, void (*done)(struct scsi_cmnd *)) argument
773 struct scsi_cmnd *sc; local
989 struct scsi_cmnd *sc; local
1261 struct scsi_cmnd *sc; local
1346 struct scsi_cmnd *sc; local
1456 struct scsi_cmnd *sc; local
1576 struct scsi_cmnd *sc; local
1722 fnic_abort_cmd(struct scsi_cmnd *sc) argument
1909 fnic_queue_dr_io_req(struct fnic *fnic, struct scsi_cmnd *sc, struct fnic_io_req *io_req) argument
1977 struct scsi_cmnd *sc; local
2119 fnic_scsi_host_start_tag(struct fnic *fnic, struct scsi_cmnd *sc) argument
2155 fnic_scsi_host_end_tag(struct fnic *fnic, struct scsi_cmnd *sc) argument
2178 fnic_device_reset(struct scsi_cmnd *sc) argument
2478 fnic_host_reset(struct scsi_cmnd *sc) argument
2636 struct scsi_cmnd *sc; local
[all...]
/drivers/isdn/sc/
H A DMakefile1 # Makefile for the sc ISDN device driver
5 obj-$(CONFIG_ISDN_DRV_SC) += sc.o
9 sc-y := shmem.o init.o packet.o command.o event.o \
/drivers/hid/
H A Dhid-sony.c882 struct sony_sc *sc = hid_get_drvdata(hdev); local
888 if ((sc->quirks & VAIO_RDESC_CONSTANT) && *rsize >= 56 &&
905 if ((sc->quirks & DUALSHOCK4_CONTROLLER_USB) && *rsize == 467) {
909 } else if ((sc->quirks & DUALSHOCK4_CONTROLLER_BT) && *rsize == 357) {
915 if (sc->quirks & SIXAXIS_CONTROLLER)
918 if (sc->quirks & PS3REMOTE)
924 static void sixaxis_parse_report(struct sony_sc *sc, __u8 *rd, int size) argument
947 spin_lock_irqsave(&sc->lock, flags);
948 sc->cable_state = cable_state;
949 sc
954 dualshock4_parse_report(struct sony_sc *sc, __u8 *rd, int size) argument
1029 struct sony_sc *sc = hid_get_drvdata(hdev); local
1055 struct sony_sc *sc = hid_get_drvdata(hdev); local
1106 struct sony_sc *sc = hid_get_drvdata(hdev); local
1226 sony_set_leds(struct sony_sc *sc, const __u8 *leds, int count) argument
1354 sony_leds_remove(struct sony_sc *sc) argument
1373 sony_leds_init(struct sony_sc *sc) argument
1474 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); local
1525 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); local
1574 struct sony_sc *sc = hid_get_drvdata(hid); local
1586 sony_init_ff(struct sony_sc *sc) argument
1597 sony_init_ff(struct sony_sc *sc) argument
1608 struct sony_sc *sc = container_of(psy, struct sony_sc, battery); local
1645 sony_battery_probe(struct sony_sc *sc) argument
1681 sony_battery_remove(struct sony_sc *sc) argument
1697 sony_check_add_dev_list(struct sony_sc *sc) argument
1724 sony_remove_dev_list(struct sony_sc *sc) argument
1735 sony_get_bt_devaddr(struct sony_sc *sc) argument
1755 sony_check_add(struct sony_sc *sc) argument
1817 sony_set_device_id(struct sony_sc *sc) argument
1841 sony_release_device_id(struct sony_sc *sc) argument
1849 sony_init_work(struct sony_sc *sc, void (*worker)(struct work_struct *)) argument
1858 sony_cancel_work_sync(struct sony_sc *sc) argument
1868 struct sony_sc *sc; local
1995 struct sony_sc *sc = hid_get_drvdata(hdev); local
[all...]

Completed in 584 milliseconds

1234567