/linux-3.3/drivers/net/wan/lmc/ |
D | lmc_media.c | 157 lmc_dummy_set_1 (lmc_softc_t * const sc, int a) in lmc_dummy_set_1() 162 lmc_dummy_set2_1 (lmc_softc_t * const sc, lmc_ctl_t * a) in lmc_dummy_set2_1() 171 lmc_hssi_init (lmc_softc_t * const sc) in lmc_hssi_init() 179 lmc_hssi_default (lmc_softc_t * const sc) in lmc_hssi_default() 193 lmc_hssi_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_hssi_set_status() 224 lmc_hssi_set_clock (lmc_softc_t * const sc, int ie) in lmc_hssi_set_clock() 251 lmc_hssi_get_link_status (lmc_softc_t * const sc) in lmc_hssi_get_link_status() 261 lmc_hssi_set_link_status (lmc_softc_t * const sc, int state) in lmc_hssi_set_link_status() 275 lmc_hssi_set_crc_length (lmc_softc_t * const sc, int state) in lmc_hssi_set_crc_length() 294 lmc_hssi_watchdog (lmc_softc_t * const sc) in lmc_hssi_watchdog() [all …]
|
D | lmc_main.c | 114 lmc_softc_t *sc = dev_to_sc(dev); in lmc_ioctl() local 644 lmc_softc_t *sc = dev_to_sc(dev); in lmc_watchdog() local 823 lmc_softc_t *sc; in lmc_init_one() local 1009 lmc_softc_t *sc = dev_to_sc(dev); in lmc_open() local 1122 lmc_softc_t *sc = dev_to_sc(dev); in lmc_running_reset() local 1159 lmc_softc_t *sc = dev_to_sc(dev); in lmc_close() local 1178 lmc_softc_t *sc = dev_to_sc(dev); in lmc_ifdown() local 1244 lmc_softc_t *sc = dev_to_sc(dev); in lmc_interrupt() local 1430 lmc_softc_t *sc = dev_to_sc(dev); in lmc_start_xmit() local 1518 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-3.3/drivers/staging/sbe-2t3e3/ |
D | dc.c | 20 void dc_init(struct channel *sc) in dc_init() 95 void dc_start(struct channel *sc) in dc_start() 132 void dc_stop(struct channel *sc) in dc_stop() 156 void dc_start_intr(struct channel *sc) in dc_start_intr() 181 void dc_stop_intr(struct channel *sc) in dc_stop_intr() 187 void dc_reset(struct channel *sc) in dc_reset() 212 void dc_receiver_onoff(struct channel *sc, u32 mode) in dc_receiver_onoff() 252 void dc_transmitter_onoff(struct channel *sc, u32 mode) in dc_transmitter_onoff() 292 void dc_set_loopback(struct channel *sc, u32 mode) in dc_set_loopback() 327 u32 dc_init_descriptor_list(struct channel *sc) in dc_init_descriptor_list() [all …]
|
D | cpld.c | 17 #define bootrom_set_bit(sc, reg, bit) \ argument 21 #define bootrom_clear_bit(sc, reg, bit) \ argument 41 void cpld_init(struct channel *sc) in cpld_init() 104 void cpld_start_intr(struct channel *sc) in cpld_start_intr() 121 void cpld_stop_intr(struct channel *sc) in cpld_stop_intr() 130 void cpld_set_frame_mode(struct channel *sc, u32 mode) in cpld_set_frame_mode() 165 void cpld_set_frame_type(struct channel *sc, u32 type) in cpld_set_frame_type() 183 void cpld_set_scrambler(struct channel *sc, u32 mode) in cpld_set_scrambler() 213 void cpld_set_crc(struct channel *sc, u32 crc) in cpld_set_crc() 235 void cpld_select_panel(struct channel *sc, u32 panel) in cpld_select_panel() [all …]
|
D | ctrl.c | 17 void t3e3_set_frame_type(struct channel *sc, u32 mode) in t3e3_set_frame_type() 34 void t3e3_set_loopback(struct channel *sc, u32 mode) in t3e3_set_loopback() 98 void t3e3_reg_read(struct channel *sc, u32 *reg, u32 *val) in t3e3_reg_read() 135 void t3e3_reg_write(struct channel *sc, u32 *reg) in t3e3_reg_write() 167 void t3e3_port_get(struct channel *sc, t3e3_param_t *param) in t3e3_port_get() 172 void t3e3_port_set(struct channel *sc, t3e3_param_t *param) in t3e3_port_set() 219 void t3e3_port_get_stats(struct channel *sc, in t3e3_port_get_stats() 289 void t3e3_port_del_stats(struct channel *sc) in t3e3_port_del_stats() 294 void t3e3_if_config(struct channel *sc, u32 cmd, char *set, in t3e3_if_config() 344 void t3e3_sc_init(struct channel *sc) in t3e3_sc_init()
|
D | exar7300.c | 16 void exar7300_init(struct channel *sc) in exar7300_init() 28 void exar7300_set_loopback(struct channel *sc, u32 mode) in exar7300_set_loopback() 65 void exar7300_set_frame_type(struct channel *sc, u32 type) in exar7300_set_frame_type() 100 void exar7300_transmit_all_ones_onoff(struct channel *sc, u32 mode) in exar7300_transmit_all_ones_onoff() 121 void exar7300_receive_equalization_onoff(struct channel *sc, u32 mode) in exar7300_receive_equalization_onoff() 142 void exar7300_line_build_out_onoff(struct channel *sc, u32 mode) in exar7300_line_build_out_onoff() 166 void exar7300_unipolar_onoff(struct channel *sc, u32 mode) in exar7300_unipolar_onoff()
|
D | exar7250.c | 16 void exar7250_init(struct channel *sc) in exar7250_init() 32 void exar7250_set_frame_type(struct channel *sc, u32 type) in exar7250_set_frame_type() 73 void exar7250_start_intr(struct channel *sc, u32 type) in exar7250_start_intr() 154 void exar7250_stop_intr(struct channel *sc, u32 type) in exar7250_stop_intr() 191 void exar7250_unipolar_onoff(struct channel *sc, u32 mode) in exar7250_unipolar_onoff() 205 void exar7250_set_loopback(struct channel *sc, u32 mode) in exar7250_set_loopback()
|
D | intr.c | 20 struct channel *sc = dev_to_priv(dev_instance); in t3e3_intr() local 55 void dc_intr(struct channel *sc) in dc_intr() 117 void dc_intr_rx(struct channel *sc) in dc_intr_rx() 291 void dc_intr_tx(struct channel *sc) in dc_intr_tx() 397 void dc_intr_tx_underflow(struct channel *sc) in dc_intr_tx_underflow() 433 void exar7250_intr(struct channel *sc) in exar7250_intr() 492 void exar7250_T3_intr(struct channel *sc, u32 block_status) in exar7250_T3_intr() 571 void exar7250_E3_intr(struct channel *sc, u32 block_status) in exar7250_E3_intr()
|
D | main.c | 17 void t3e3_init(struct channel *sc) in t3e3_init() 28 struct channel *sc = dev_to_priv(dev); in t3e3_if_start_xmit() local 131 void t3e3_read_card_serial_number(struct channel *sc) in t3e3_read_card_serial_number() 157 void update_led(struct channel *sc, int blinker) in update_led()
|
D | netdev.c | 26 struct channel *sc = dev_to_priv(dev); in t3e3_ioctl() local 63 struct channel *sc = dev_to_priv(dev); in t3e3_get_stats() local 87 struct channel *sc = dev_to_priv(dev); in t3e3_open() local 102 struct channel *sc = dev_to_priv(dev); in t3e3_close() local 126 int setup_device(struct net_device *dev, struct channel *sc) in setup_device()
|
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | main.c | 57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq) in ath9k_has_pending_frames() 70 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) in ath9k_setpower() 82 void ath9k_ps_wakeup(struct ath_softc *sc) in ath9k_ps_wakeup() 111 void ath9k_ps_restore(struct ath_softc *sc) in ath9k_ps_restore() 146 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_start_ani() local 163 static void ath_update_survey_nf(struct ath_softc *sc, int channel) in ath_update_survey_nf() 180 static int ath_update_survey_stats(struct ath_softc *sc) in ath_update_survey_stats() 220 static void __ath_cancel_work(struct ath_softc *sc) in __ath_cancel_work() 228 static void ath_cancel_work(struct ath_softc *sc) in ath_cancel_work() 234 static bool ath_prepare_reset(struct ath_softc *sc, bool retry_tx, bool flush) in ath_prepare_reset() [all …]
|
D | gpio.c | 27 struct ath_softc *sc = container_of(led_cdev, struct ath_softc, led_cdev); in ath_led_brightness() local 31 void ath_deinit_leds(struct ath_softc *sc) in ath_deinit_leds() 40 void ath_init_leds(struct ath_softc *sc) in ath_init_leds() 84 static bool ath_is_rfkill_set(struct ath_softc *sc) in ath_is_rfkill_set() 99 struct ath_softc *sc = hw->priv; in ath9k_rfkill_poll_state() local 105 void ath_start_rfkill_poll(struct ath_softc *sc) in ath_start_rfkill_poll() 120 static void ath_detect_bt_priority(struct ath_softc *sc) in ath_detect_bt_priority() 185 struct ath_softc *sc = (struct ath_softc *) data; in ath_btcoex_period_timer() local 227 struct ath_softc *sc = (struct ath_softc *)arg; in ath_btcoex_no_stomp_timer() local 248 int ath_init_btcoex_timer(struct ath_softc *sc) in ath_init_btcoex_timer() [all …]
|
D | init.c | 173 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_iowrite32() local 188 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_ioread32() local 201 static unsigned int __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, in __ath9k_reg_rmw() 218 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_reg_rmw() local 236 static void setup_ht_cap(struct ath_softc *sc, in setup_ht_cap() 298 struct ath_softc *sc = hw->priv; in ath9k_reg_notifier() local 322 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, in ath_descdma_setup() 422 static int ath9k_init_btcoex(struct ath_softc *sc) in ath9k_init_btcoex() 482 static int ath9k_init_queues(struct ath_softc *sc) in ath9k_init_queues() 499 static int ath9k_init_channels_rates(struct ath_softc *sc) in ath9k_init_channels_rates() [all …]
|
D | beacon.c | 22 static void ath9k_reset_beacon_status(struct ath_softc *sc) in ath9k_reset_beacon_status() 33 int ath_beaconq_config(struct ath_softc *sc) in ath_beaconq_config() 70 static void ath_beacon_setup(struct ath_softc *sc, struct ath_vif *avp, in ath_beacon_setup() 113 struct ath_softc *sc = hw->priv; in ath_tx_cabq() local 131 struct ath_softc *sc = hw->priv; in ath_beacon_generate() local 222 int ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_vif *vif) in ath_beacon_alloc() 323 void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp) in ath_beacon_return() 352 struct ath_softc *sc = (struct ath_softc *)data; in ath_beacon_tasklet() local 473 static void ath9k_beacon_init(struct ath_softc *sc, in ath9k_beacon_init() 495 static void ath_beacon_config_ap(struct ath_softc *sc, in ath_beacon_config_ap() [all …]
|
D | xmit.c | 107 static void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock() 113 static void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock() 119 static void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete() 153 static void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_resume_tid() 185 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid() 225 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_update_baw() 243 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_addto_baw() 265 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain() 300 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_set_retry() 320 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer() [all …]
|
D | recv.c | 60 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) in ath9k_check_auto_sleep() 74 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link() 109 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna) in ath_setdefantenna() 117 static void ath_opmode_init(struct ath_softc *sc) in ath_opmode_init() 139 static bool ath_rx_edma_buf_link(struct ath_softc *sc, in ath_rx_edma_buf_link() 168 static void ath_rx_addbuffer_edma(struct ath_softc *sc, in ath_rx_addbuffer_edma() 190 static void ath_rx_remove_buffer(struct ath_softc *sc, in ath_rx_remove_buffer() 206 static void ath_rx_edma_cleanup(struct ath_softc *sc) in ath_rx_edma_cleanup() 239 static int ath_rx_edma_init(struct ath_softc *sc, int nbufs) in ath_rx_edma_init() 298 static void ath_edma_start_recv(struct ath_softc *sc) in ath_edma_start_recv() [all …]
|
D | mci.c | 120 static void ath_mci_update_scheme(struct ath_softc *sc) in ath_mci_update_scheme() 187 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg() 235 static void ath_mci_process_profile(struct ath_softc *sc, in ath_mci_process_profile() 262 static void ath_mci_process_status(struct ath_softc *sc, in ath_mci_process_status() 305 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg() 386 static int ath_mci_buf_alloc(struct ath_softc *sc, struct ath_mci_buf *buf) in ath_mci_buf_alloc() 405 static void ath_mci_buf_free(struct ath_softc *sc, struct ath_mci_buf *buf) in ath_mci_buf_free() 414 int ath_mci_setup(struct ath_softc *sc) in ath_mci_setup() 451 void ath_mci_cleanup(struct ath_softc *sc) in ath_mci_cleanup() 466 void ath_mci_intr(struct ath_softc *sc) in ath_mci_intr()
|
D | debug.c | 53 struct ath_softc *sc = file->private_data; in read_file_debug() local 65 struct ath_softc *sc = file->private_data; in write_file_debug() local 98 struct ath_softc *sc = file->private_data; in read_file_tx_chainmask() local 110 struct ath_softc *sc = file->private_data; in write_file_tx_chainmask() local 141 struct ath_softc *sc = file->private_data; in read_file_rx_chainmask() local 153 struct ath_softc *sc = file->private_data; in write_file_rx_chainmask() local 183 struct ath_softc *sc = file->private_data; in read_file_disable_ani() local 196 struct ath_softc *sc = file->private_data; in write_file_disable_ani() local 234 struct ath_softc *sc = file->private_data; in read_file_dma() local 333 void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status) in ath_debug_stat_interrupt() [all …]
|
D | pci.c | 45 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_pci_read_cachesize() local 63 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_pci_eeprom_read() local 97 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_pci_extn_synch_enable() local 109 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_pci_aspm_init() local 162 struct ath_softc *sc; in ath_pci_probe() local 288 struct ath_softc *sc = hw->priv; in ath_pci_remove() local 308 struct ath_softc *sc = hw->priv; in ath_pci_suspend() local
|
/linux-3.3/arch/um/sys-ppc/shared/sysdep/ |
D | sigcontext.h | 11 #define SC_FAULT_ADDR(sc) ({ \ argument 29 #define SC_FAULT_WRITE(sc) ({ \ argument 47 #define SC_IP(sc) ((sc)->regs->nip) argument 48 #define SC_SP(sc) ((sc)->regs->gpr[1]) argument 49 #define SEGV_IS_FIXABLE(sc) (1) argument
|
/linux-3.3/fs/ocfs2/cluster/ |
D | tcp.c | 77 #define SC_NODEF_ARGS(sc) sc->sc_node->nd_name, sc->sc_node->nd_num, \ argument 96 #define sclog(sc, fmt, args...) do { \ argument 173 struct o2net_sock_container *sc) in o2net_set_nst_sock_container() 184 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc) in o2net_set_sock_timer() 189 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc) in o2net_set_data_ready_time() 194 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc) in o2net_set_advance_start_time() 199 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc) in o2net_set_advance_stop_time() 204 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc) in o2net_set_func_start_time() 209 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc) in o2net_set_func_stop_time() 230 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc) in o2net_get_func_run_time() [all …]
|
/linux-3.3/drivers/md/ |
D | dm-stripe.c | 53 struct stripe_c *sc = container_of(work, struct stripe_c, in trigger_event() local 74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() 97 struct stripe_c *sc; in stripe_ctr() local 206 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_dtr() local 215 static void stripe_map_sector(struct stripe_c *sc, sector_t sector, in stripe_map_sector() 231 static void stripe_map_range_sector(struct stripe_c *sc, sector_t sector, in stripe_map_range_sector() 244 static int stripe_map_discard(struct stripe_c *sc, struct bio *bio, in stripe_map_discard() 267 struct stripe_c *sc = ti->private; in stripe_map() local 307 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_status() local 340 struct stripe_c *sc = ti->private; in stripe_end_io() local [all …]
|
/linux-3.3/drivers/block/ |
D | ub.c | 490 static void ub_put(struct ub_dev *sc) in ub_put() 507 static void ub_cleanup(struct ub_dev *sc) in ub_cleanup() 574 static void ub_cmdq_add(struct ub_dev *sc, struct ub_scsi_cmd *cmd) in ub_cmdq_add() 590 static void ub_cmdq_insert(struct ub_dev *sc, struct ub_scsi_cmd *cmd) in ub_cmdq_insert() 606 static struct ub_scsi_cmd *ub_cmdq_pop(struct ub_dev *sc) in ub_cmdq_pop() 621 #define ub_cmdq_peek(sc) ((sc)->cmd_queue.head) argument 642 struct ub_dev *sc = lun->udev; in ub_request_fn_1() local 711 static void ub_cmd_build_block(struct ub_dev *sc, struct ub_lun *lun, in ub_cmd_build_block() 747 static void ub_cmd_build_packet(struct ub_dev *sc, struct ub_lun *lun, in ub_cmd_build_packet() 776 static void ub_rw_cmd_done(struct ub_dev *sc, struct ub_scsi_cmd *cmd) in ub_rw_cmd_done() [all …]
|
/linux-3.3/arch/mips/math-emu/ |
D | kernel_linkage.c | 55 int fpu_emulator_save_context(struct sigcontext __user *sc) in fpu_emulator_save_context() 69 int fpu_emulator_restore_context(struct sigcontext __user *sc) in fpu_emulator_restore_context() 88 int fpu_emulator_save_context32(struct sigcontext32 __user *sc) in fpu_emulator_save_context32() 102 int fpu_emulator_restore_context32(struct sigcontext32 __user *sc) in fpu_emulator_restore_context32()
|