/Linux-v4.19/drivers/net/wan/lmc/ |
D | lmc_media.c | 158 lmc_dummy_set_1 (lmc_softc_t * const sc, int a) in lmc_dummy_set_1() 163 lmc_dummy_set2_1 (lmc_softc_t * const sc, lmc_ctl_t * a) in lmc_dummy_set2_1() 172 lmc_hssi_init (lmc_softc_t * const sc) in lmc_hssi_init() 180 lmc_hssi_default (lmc_softc_t * const sc) in lmc_hssi_default() 194 lmc_hssi_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_hssi_set_status() 225 lmc_hssi_set_clock (lmc_softc_t * const sc, int ie) in lmc_hssi_set_clock() 252 lmc_hssi_get_link_status (lmc_softc_t * const sc) in lmc_hssi_get_link_status() 262 lmc_hssi_set_link_status (lmc_softc_t * const sc, int state) in lmc_hssi_set_link_status() 276 lmc_hssi_set_crc_length (lmc_softc_t * const sc, int state) in lmc_hssi_set_crc_length() 295 lmc_hssi_watchdog (lmc_softc_t * const sc) in lmc_hssi_watchdog() [all …]
|
D | lmc_main.c | 113 lmc_softc_t *sc = dev_to_sc(dev); in lmc_ioctl() local 634 lmc_softc_t *sc = from_timer(sc, t, timer); in lmc_watchdog() local 812 lmc_softc_t *sc; in lmc_init_one() local 984 lmc_softc_t *sc = dev_to_sc(dev); in lmc_open() local 1095 lmc_softc_t *sc = dev_to_sc(dev); in lmc_running_reset() local 1132 lmc_softc_t *sc = dev_to_sc(dev); in lmc_close() local 1151 lmc_softc_t *sc = dev_to_sc(dev); in lmc_ifdown() local 1217 lmc_softc_t *sc = dev_to_sc(dev); in lmc_interrupt() local 1403 lmc_softc_t *sc = dev_to_sc(dev); in lmc_start_xmit() local 1491 lmc_softc_t *sc = dev_to_sc(dev); in lmc_rx() local [all …]
|
D | lmc_proto.c | 50 void lmc_proto_attach(lmc_softc_t *sc) /*FOLD00*/ in lmc_proto_attach() 65 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd) in lmc_proto_ioctl() 73 int lmc_proto_open(lmc_softc_t *sc) in lmc_proto_open() 90 void lmc_proto_close(lmc_softc_t *sc) in lmc_proto_close() 100 __be16 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb) /*FOLD00*/ in lmc_proto_type() 122 void lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb) /*FOLD00*/ in lmc_proto_netif()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | gpio.c | 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 [all …]
|
D | channel.c | 23 static int ath_set_channel(struct ath_softc *sc) in ath_set_channel() 103 void ath_chanctx_init(struct ath_softc *sc) in ath_chanctx_init() 130 void ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx, in ath_chanctx_set_channel() 157 struct ath_chanctx* ath_is_go_chanctx_present(struct ath_softc *sc) in ath_is_go_chanctx_present() 233 static u32 chanctx_event_delta(struct ath_softc *sc) in chanctx_event_delta() 247 void ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_check_active() 327 ath_chanctx_get_next(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_get_next() 334 static void ath_chanctx_adjust_tbtt_delta(struct ath_softc *sc) in ath_chanctx_adjust_tbtt_delta() 373 static void ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) in ath_chanctx_setup_timer() 389 static void ath_chanctx_handle_bmiss(struct ath_softc *sc, in ath_chanctx_handle_bmiss() [all …]
|
D | main.c | 57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames() 84 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) in ath9k_setpower() 98 struct ath_softc *sc = from_timer(sc, t, sleep_timer); in ath_ps_full_sleep() local 113 void ath9k_ps_wakeup(struct ath_softc *sc) in ath9k_ps_wakeup() 144 void ath9k_ps_restore(struct ath_softc *sc) in ath9k_ps_restore() 182 static void __ath_cancel_work(struct ath_softc *sc) in __ath_cancel_work() 194 void ath_cancel_work(struct ath_softc *sc) in ath_cancel_work() 200 void ath_restart_work(struct ath_softc *sc) in ath_restart_work() 212 static bool ath_prepare_reset(struct ath_softc *sc) in ath_prepare_reset() 232 static bool ath_complete_reset(struct ath_softc *sc, bool start) in ath_complete_reset() [all …]
|
D | beacon.c | 22 static void ath9k_reset_beacon_status(struct ath_softc *sc) in ath9k_reset_beacon_status() 33 static void ath9k_beaconq_config(struct ath_softc *sc) in ath9k_beaconq_config() 72 static void ath9k_beacon_setup(struct ath_softc *sc, struct ieee80211_vif *vif, in ath9k_beacon_setup() 115 struct ath_softc *sc = hw->priv; in ath9k_beacon_generate() local 195 void ath9k_beacon_assign_slot(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_beacon_assign_slot() 217 void ath9k_beacon_remove_slot(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_beacon_remove_slot() 244 void ath9k_beacon_ensure_primary_slot(struct ath_softc *sc) in ath9k_beacon_ensure_primary_slot() 306 static int ath9k_beacon_choose_slot(struct ath_softc *sc) in ath9k_beacon_choose_slot() 334 static void ath9k_set_tsfadjust(struct ath_softc *sc, in ath9k_set_tsfadjust() 363 bool ath9k_csa_is_finished(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_csa_is_finished() [all …]
|
D | recv.c | 23 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) in ath9k_check_auto_sleep() 37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_link() 71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_relink() 80 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna) in ath_setdefantenna() 88 static void ath_opmode_init(struct ath_softc *sc) in ath_opmode_init() 110 static bool ath_rx_edma_buf_link(struct ath_softc *sc, in ath_rx_edma_buf_link() 138 static void ath_rx_addbuffer_edma(struct ath_softc *sc, in ath_rx_addbuffer_edma() 155 static void ath_rx_remove_buffer(struct ath_softc *sc, in ath_rx_remove_buffer() 171 static void ath_rx_edma_cleanup(struct ath_softc *sc) in ath_rx_edma_cleanup() 198 static int ath_rx_edma_init(struct ath_softc *sc, int nbufs) in ath_rx_edma_init() [all …]
|
D | link.c | 23 static bool ath_tx_complete_check(struct ath_softc *sc) in ath_tx_complete_check() 58 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_check_work() local 72 bool ath_hw_check(struct ath_softc *sc) in ath_hw_check() 97 static bool ath_hw_pll_rx_hang_check(struct ath_softc *sc, u32 pll_sqsum) in ath_hw_pll_rx_hang_check() 120 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_pll_work() local 148 static void ath_paprd_activate(struct ath_softc *sc) in ath_paprd_activate() 172 static bool ath_paprd_send_frame(struct ath_softc *sc, struct sk_buff *skb, int chain) in ath_paprd_send_frame() 214 struct ath_softc *sc = container_of(work, struct ath_softc, paprd_work); in ath_paprd_calibrate() local 307 struct ath_softc *sc = (struct ath_softc *)common->priv; in ath_ani_calibrate() local 421 void ath_start_ani(struct ath_softc *sc) in ath_start_ani() [all …]
|
D | debug.c | 29 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) in ath9k_debug_sync_cause() 89 struct ath_softc *sc = file->private_data; in read_file_debug() local 101 struct ath_softc *sc = file->private_data; in write_file_debug() local 135 struct ath_softc *sc = file->private_data; in read_file_ani() local 191 struct ath_softc *sc = file->private_data; in write_file_ani() local 234 struct ath_softc *sc = file->private_data; in read_file_bt_ant_diversity() local 247 struct ath_softc *sc = file->private_data; in write_file_bt_ant_diversity() local 285 void ath9k_debug_stat_ant(struct ath_softc *sc, in ath9k_debug_stat_ant() 303 struct ath_softc *sc = file->private_data; in read_file_antenna_diversity() local 407 struct ath_softc *sc = hw->priv; in read_file_dma() local [all …]
|
D | init.c | 177 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_iowrite32() local 192 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_ioread32() local 215 static unsigned int __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, in __ath9k_reg_rmw() 232 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_reg_rmw() local 254 struct ath_softc *sc = hw->priv; in ath9k_reg_notifier() local 283 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, in ath_descdma_setup() 406 static int ath9k_init_queues(struct ath_softc *sc) in ath9k_init_queues() 423 static void ath9k_init_misc(struct ath_softc *sc) in ath9k_init_misc() 449 static void ath9k_init_pcoem_platform(struct ath_softc *sc) in ath9k_init_pcoem_platform() 538 static int ath9k_eeprom_request(struct ath_softc *sc, const char *name) in ath9k_eeprom_request() [all …]
|
D | tx99.c | 19 static void ath9k_tx99_stop(struct ath_softc *sc) in ath9k_tx99_stop() 40 static struct sk_buff *ath9k_build_tx99_skb(struct ath_softc *sc) in ath9k_build_tx99_skb() 100 static void ath9k_tx99_deinit(struct ath_softc *sc) in ath9k_tx99_deinit() 109 static int ath9k_tx99_init(struct ath_softc *sc) in ath9k_tx99_init() 164 struct ath_softc *sc = file->private_data; in read_file_tx99() local 175 struct ath_softc *sc = file->private_data; in write_file_tx99() local 233 struct ath_softc *sc = file->private_data; in read_file_tx99_power() local 248 struct ath_softc *sc = file->private_data; in write_file_tx99_power() local 276 void ath9k_tx99_init_debug(struct ath_softc *sc) in ath9k_tx99_init_debug()
|
D | xmit.c | 101 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete() 116 void __ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in __ath_tx_queue_tid() 138 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid() 156 struct ath_softc *sc = hw->priv; in ath9k_wake_tx_queue() local 198 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done() 214 ath_get_skb_tid(struct ath_softc *sc, struct ath_node *an, struct sk_buff *skb) in ath_get_skb_tid() 224 struct ath_softc *sc = tid->an->sc; in ath_tid_pull() local 275 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid() 314 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_update_baw() 337 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_addto_baw() [all …]
|
D | mci.c | 119 static void ath_mci_update_scheme(struct ath_softc *sc) in ath_mci_update_scheme() 210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg() 238 struct ath_softc *sc = container_of(work, struct ath_softc, mci_work); in ath9k_mci_work() local 256 static void ath_mci_set_concur_txprio(struct ath_softc *sc) in ath_mci_set_concur_txprio() 295 static u8 ath_mci_process_profile(struct ath_softc *sc, in ath_mci_process_profile() 330 static u8 ath_mci_process_status(struct ath_softc *sc, in ath_mci_process_status() 367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg() 434 int ath_mci_setup(struct ath_softc *sc) in ath_mci_setup() 473 void ath_mci_cleanup(struct ath_softc *sc) in ath_mci_cleanup() 483 void ath_mci_intr(struct ath_softc *sc) in ath_mci_intr() [all …]
|
D | wow.c | 33 static u8 ath9k_wow_map_triggers(struct ath_softc *sc, in ath9k_wow_map_triggers() 50 static int ath9k_wow_add_disassoc_deauth_pattern(struct ath_softc *sc) in ath9k_wow_add_disassoc_deauth_pattern() 138 static int ath9k_wow_add_pattern(struct ath_softc *sc, in ath9k_wow_add_pattern() 170 struct ath_softc *sc = hw->priv; in ath9k_suspend() local 282 struct ath_softc *sc = hw->priv; in ath9k_resume() local 316 struct ath_softc *sc = hw->priv; in ath9k_set_wakeup() local 329 struct ath_softc *sc = hw->priv; in ath9k_init_wow() local 344 struct ath_softc *sc = hw->priv; in ath9k_deinit_wow() local
|
/Linux-v4.19/fs/xfs/scrub/ |
D | common.c | 72 struct xfs_scrub *sc, in __xchk_process_error() 102 struct xfs_scrub *sc, in xchk_process_error() 113 struct xfs_scrub *sc, in xchk_xref_process_error() 125 struct xfs_scrub *sc, in __xchk_fblock_process_error() 155 struct xfs_scrub *sc, in xchk_fblock_process_error() 166 struct xfs_scrub *sc, in xchk_fblock_xref_process_error() 190 struct xfs_scrub *sc, in xchk_block_set_preen() 204 struct xfs_scrub *sc, in xchk_ino_set_preen() 214 struct xfs_scrub *sc, in xchk_block_set_corrupt() 224 struct xfs_scrub *sc, in xchk_block_xref_set_corrupt() [all …]
|
D | agheader_repair.c | 39 struct xfs_scrub *sc) in xrep_superblock() 68 struct xfs_scrub *sc; member 99 struct xfs_scrub *sc = priv; in xrep_agf_check_agfl_block() local 122 struct xfs_scrub *sc, in xrep_check_btree_root() 143 struct xfs_scrub *sc, in xrep_agf_find_btrees() 184 struct xfs_scrub *sc, in xrep_agf_init_header() 211 struct xfs_scrub *sc, in xrep_agf_set_roots() 241 struct xfs_scrub *sc, in xrep_agf_calc_from_btrees() 306 struct xfs_scrub *sc, in xrep_agf_commit_new() 339 struct xfs_scrub *sc) in xrep_agf() [all …]
|
D | agheader.c | 32 struct xfs_scrub *sc, in xchk_superblock_xref() 69 struct xfs_scrub *sc) in xchk_superblock() 368 struct xfs_scrub *sc) in xchk_agf_xref_freeblks() 388 struct xfs_scrub *sc) in xchk_agf_xref_cntbt() 420 struct xfs_scrub *sc) in xchk_agf_xref_btreeblks() 466 struct xfs_scrub *sc) in xchk_agf_xref_refcblks() 485 struct xfs_scrub *sc) in xchk_agf_xref() 517 struct xfs_scrub *sc) in xchk_agf() 605 struct xfs_scrub *sc; member 611 struct xfs_scrub *sc, in xchk_agfl_block_xref() [all …]
|
D | inode.c | 41 struct xfs_scrub *sc, in xchk_setup_inode() 80 struct xfs_scrub *sc, in xchk_inode_extsize() 102 struct xfs_scrub *sc, in xchk_inode_cowextsize() 121 struct xfs_scrub *sc, in xchk_inode_flags() 167 struct xfs_scrub *sc, in xchk_inode_flags2() 211 struct xfs_scrub *sc, in xchk_dinode() 431 struct xfs_scrub *sc, in xchk_inode_xref_finobt() 474 struct xfs_scrub *sc, in xchk_inode_xref_bmap() 508 struct xfs_scrub *sc, in xchk_inode_xref() 545 struct xfs_scrub *sc, in xchk_inode_check_reflink_iflag() [all …]
|
D | alloc.c | 31 struct xfs_scrub *sc, in xchk_setup_ag_allocbt() 44 struct xfs_scrub *sc, in xchk_allocbt_xref_other() 84 struct xfs_scrub *sc, in xchk_allocbt_xref() 125 struct xfs_scrub *sc, in xchk_allocbt() 138 struct xfs_scrub *sc) in xchk_bnobt() 145 struct xfs_scrub *sc) in xchk_cntbt() 153 struct xfs_scrub *sc, in xchk_xref_is_used_space()
|
D | repair.c | 47 struct xfs_scrub *sc, in xrep_attempt() 110 struct xfs_scrub *sc) in xrep_probe() 126 struct xfs_scrub *sc) in xrep_roll_ag_trans() 192 struct xfs_scrub *sc) in xrep_calc_ag_resblks() 300 struct xfs_scrub *sc, in xrep_alloc_ag_block() 351 struct xfs_scrub *sc, in xrep_init_btblock() 448 struct xfs_scrub *sc, in xrep_invalidate_blocks() 483 struct xfs_scrub *sc, in xrep_fix_freelist() 503 struct xfs_scrub *sc, in xrep_put_freelist() 539 struct xfs_scrub *sc, in xrep_reap_block() [all …]
|
/Linux-v4.19/drivers/clk/qcom/ |
D | gdsc.c | 59 static int gdsc_check_status(struct gdsc *sc, enum gdsc_status status) in gdsc_check_status() 95 static int gdsc_hwctrl(struct gdsc *sc, bool en) in gdsc_hwctrl() 102 static int gdsc_poll_status(struct gdsc *sc, enum gdsc_status status) in gdsc_poll_status() 118 static int gdsc_toggle_logic(struct gdsc *sc, enum gdsc_status status) in gdsc_toggle_logic() 155 static inline int gdsc_deassert_reset(struct gdsc *sc) in gdsc_deassert_reset() 164 static inline int gdsc_assert_reset(struct gdsc *sc) in gdsc_assert_reset() 173 static inline void gdsc_force_mem_on(struct gdsc *sc) in gdsc_force_mem_on() 182 static inline void gdsc_clear_mem_on(struct gdsc *sc) in gdsc_clear_mem_on() 191 static inline void gdsc_deassert_clamp_io(struct gdsc *sc) in gdsc_deassert_clamp_io() 197 static inline void gdsc_assert_clamp_io(struct gdsc *sc) in gdsc_assert_clamp_io() [all …]
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_scsi.c | 36 #define snic_cmd_tag(sc) (((struct scsi_cmnd *) sc)->request->tag) argument 112 snic_io_lock_hash(struct snic *snic, struct scsi_cmnd *sc) in snic_io_lock_hash() 129 struct scsi_cmnd *sc) in snic_release_req_buf() 165 struct scsi_cmnd *sc, in snic_queue_icmnd_req() 243 struct scsi_cmnd *sc) in snic_issue_scsi_req() 334 snic_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *sc) in snic_queuecommand() 379 struct scsi_cmnd *sc, in snic_proc_tmreq_pending_state() 412 struct scsi_cmnd *sc, in snic_process_io_failed_state() 486 snic_tmreq_pending(struct scsi_cmnd *sc) in snic_tmreq_pending() 502 struct scsi_cmnd *sc) in snic_process_icmnd_cmpl_status() [all …]
|
/Linux-v4.19/fs/ocfs2/cluster/ |
D | tcp.c | 78 #define SC_NODEF_ARGS(sc) sc->sc_node->nd_name, sc->sc_node->nd_num, \ argument 97 #define sclog(sc, fmt, args...) do { \ argument 174 struct o2net_sock_container *sc) in o2net_set_nst_sock_container() 185 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc) in o2net_set_sock_timer() 190 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc) in o2net_set_data_ready_time() 195 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc) in o2net_set_advance_start_time() 200 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc) in o2net_set_advance_stop_time() 205 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc) in o2net_set_func_start_time() 210 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc) in o2net_set_func_stop_time() 231 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc) in o2net_get_func_run_time() [all …]
|
/Linux-v4.19/drivers/dma/sh/ |
D | sudmac.c | 54 #define to_sdev(sc) container_of(sc->shdma_chan.dma_chan.device, \ argument 82 static void sudmac_writel(struct sudmac_chan *sc, u32 data, u32 reg) in sudmac_writel() 87 static u32 sudmac_readl(struct sudmac_chan *sc, u32 reg) in sudmac_readl() 92 static bool sudmac_is_busy(struct sudmac_chan *sc) in sudmac_is_busy() 102 static void sudmac_set_reg(struct sudmac_chan *sc, struct sudmac_regs *hw, in sudmac_set_reg() 110 static void sudmac_start(struct sudmac_chan *sc) in sudmac_start() 121 struct sudmac_chan *sc = to_chan(schan); in sudmac_start_xfer() local 130 struct sudmac_chan *sc = to_chan(schan); in sudmac_channel_busy() local 140 struct sudmac_chan *sc, int slave_id) in sudmac_find_slave() 157 struct sudmac_chan *sc = to_chan(schan); in sudmac_set_slave() local [all …]
|