/drivers/media/dvb/b2c2/ |
D | flexcop-hw-filter.c | 10 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl() 17 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl() 22 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl() 27 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter() 43 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_mac_filter_ctrl() 48 static void flexcop_pid_group_filter(struct flexcop_device *fc, u16 pid, u16 mask) in flexcop_pid_group_filter() 57 static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_pid_group_filter_ctrl() 77 static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) in flexcop_pid_Stream1_PID_ctrl() 82 static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) in flexcop_pid_Stream2_PID_ctrl() 87 static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) in flexcop_pid_PCR_PID_ctrl() [all …]
|
D | flexcop.c | 59 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local 65 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local 69 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init() 138 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit() 157 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data() 163 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets() 169 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset() 202 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300() 222 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), GFP_KERNEL); in flexcop_device_kmalloc() local 241 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree() [all …]
|
D | flexcop-sram.c | 10 static void flexcop_sram_set_chip (struct flexcop_device *fc, flexcop_sram_type_t type) in flexcop_sram_set_chip() 15 int flexcop_sram_init(struct flexcop_device *fc) in flexcop_sram_init() 31 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, flexcop_sram_dest_ta… in flexcop_sram_set_dest() 60 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) in flexcop_wan_set_speed() 66 void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) in flexcop_sram_ctrl()
|
D | flexcop-dma.c | 40 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config() 69 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control() 109 static int flexcop_dma_remap(struct flexcop_device *fc, in flexcop_dma_remap() 121 int flexcop_dma_control_size_irq(struct flexcop_device *fc, in flexcop_dma_control_size_irq() 138 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, in flexcop_dma_control_timer_irq() 156 int flexcop_dma_config_timer(struct flexcop_device *fc, in flexcop_dma_config_timer()
|
D | flexcop-fe-tuner.c | 34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() local 60 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() local 75 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone() local 186 struct flexcop_device *fc = fe->dvb->priv; in samsung_tbmu24112_tuner_set_params() local 313 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() local 338 struct flexcop_device *fc = fe->dvb->priv; in skystar23_samsung_tbdu18132_tuner_set_params() local 365 struct flexcop_device *fc = fe->dvb->priv; in alps_tdee4_stv0297_tuner_set_params() local 514 int flexcop_frontend_init(struct flexcop_device *fc) in flexcop_frontend_init() 677 void flexcop_frontend_exit(struct flexcop_device *fc) in flexcop_frontend_exit()
|
D | flexcop-misc.c | 10 void flexcop_determine_revision(struct flexcop_device *fc) in flexcop_determine_revision() 64 void flexcop_device_name(struct flexcop_device *fc,const char *prefix,const in flexcop_device_name() 72 void flexcop_dump_reg(struct flexcop_device *fc, flexcop_ibi_register reg, int num) in flexcop_dump_reg()
|
D | flexcop-i2c.c | 14 static int flexcop_i2c_operation(struct flexcop_device *fc, flexcop_ibi_value *r100) in flexcop_i2c_operation() 76 static int flexcop_i2c_write4(struct flexcop_device *fc, flexcop_ibi_value r100, u8 *buf) in flexcop_i2c_write4() 214 int flexcop_i2c_init(struct flexcop_device *fc) in flexcop_i2c_init() 275 void flexcop_i2c_exit(struct flexcop_device *fc) in flexcop_i2c_exit()
|
D | flexcop-eeprom.c | 113 static int flexcop_eeprom_request(struct flexcop_device *fc, flexcop_access_op_t op, u16 addr, u8 *… in flexcop_eeprom_request() 126 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, u8 *buf, u16 len, int retri… in flexcop_eeprom_lrc_read() 138 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) in flexcop_eeprom_check_mac_addr()
|
D | flexcop-pci.c | 77 static flexcop_ibi_value flexcop_pci_read_ibi_reg (struct flexcop_device *fc, flexcop_ibi_register … in flexcop_pci_read_ibi_reg() 91 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register r, flexcop_ibi… in flexcop_pci_write_ibi_reg() 108 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work() local 147 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr() local 221 static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff) in flexcop_pci_stream_control() 344 struct flexcop_device *fc; in flexcop_pci_probe() local
|
D | flexcop-usb.c | 67 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) in flexcop_usb_readwrite_dw() 181 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) in flexcop_usb_get_mac_addr() 265 static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register r… in flexcop_usb_read_ibi_reg() 273 static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register reg, flexcop_i… in flexcop_usb_write_ibi_reg() 360 static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff) in flexcop_usb_stream_control() 480 struct flexcop_device *fc = NULL; in flexcop_usb_probe() local
|
/drivers/scsi/fcoe/ |
D | libfcoe.c | 103 struct fcoe_softc *fc; in fcoe_create_percpu_data() local 127 struct fcoe_softc *fc; in fcoe_destroy_percpu_data() local 183 struct fcoe_softc *fc; in fcoe_rcv() local 383 struct fcoe_softc *fc; in fcoe_xmit() local 531 struct fcoe_softc *fc; in fcoe_percpu_receive_thread() local 669 static void fcoe_recv_flogi(struct fcoe_softc *fc, struct fc_frame *fp, u8 *sa) in fcoe_recv_flogi() 727 struct fcoe_softc *fc; in fcoe_watchdog() local 759 struct fcoe_softc *fc = lport_priv(lp); in fcoe_check_wait_queue() local 831 struct fcoe_softc *fc; in fcoe_device_notification() local 1080 struct fcoe_softc *fc = lport_priv(lp); in fcoe_link_ok() local [all …]
|
D | fcoe_sw.c | 152 struct fcoe_softc *fc; in fcoe_sw_netdev_config() local 289 struct fcoe_softc *fc; in fcoe_sw_destroy() local 366 struct fcoe_softc *fc; in fcoe_sw_create() local
|
/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 19 u16 fc; in hostap_dump_tx_80211() local 61 u16 fc, ethertype = 0; in hostap_data_start_xmit() local 269 u16 fc; in hostap_mgmt_start_xmit() local 314 u16 fc; in hostap_tx_encrypt() local 382 u16 fc; in hostap_master_start_xmit() local
|
D | hostap_80211_rx.c | 21 u16 fc; in hostap_dump_rx_80211() local 64 u16 fc; in prism2_rx_80211() local 556 u16 fc, struct net_device **wds) in hostap_rx_frame_wds() 613 u16 fc, ethertype; in hostap_is_eapol_frame() local 725 u16 fc, type, stype, sc; in hostap_80211_rx() local
|
D | hostap_ap.c | 591 u16 fc; in hostap_ap_tx_cb() local 625 u16 fc, auth_alg, auth_transaction, status; in hostap_ap_tx_cb_auth() local 695 u16 fc, status; in hostap_ap_tx_cb_assoc() local 921 u16 fc; in prism2_send_mgmt() local 1294 u16 resp = WLAN_STATUS_SUCCESS, fc; in handle_authen() local 2145 u16 fc, type, stype; in handle_ap_item() local 2265 u16 fc; in hostap_rx() local 2905 u16 fc; in hostap_update_sta_ps() local 2934 u16 fc, type, stype; in hostap_handle_sta_rx() local
|
D | hostap_main.c | 533 u16 status, fc; in hostap_dump_rx_header() local 563 u16 fc; in hostap_dump_tx_header() local 596 int hostap_80211_get_hdrlen(u16 fc) in hostap_80211_get_hdrlen()
|
/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_rx.c | 55 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_monitor_rx() local 107 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_frag_cache_get() local 182 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_frag_cache_invalidate() local 323 u16 fc, ethertype; in ieee80211_is_eapol_frame() local 451 u16 fc = le16_to_cpu(header->frame_ctl); in is_duplicate_packet() local 576 u16 fc, type, stype, sc; in ieee80211_rx() local
|
/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 43 u16 fc = le16_to_cpu(hdr->frame_control); in ieee80211_monitor_rx() local 233 u16 fc, ethertype; in ieee80211_is_eapol_frame() local 336 u16 fc, type, stype, sc; in ieee80211_rx() local 842 u16 fc; in ieee80211_rx_any() local 1547 static inline int is_beacon(__le16 fc) in is_beacon()
|
/drivers/staging/wlan-ng/ |
D | p80211conv.c | 136 u16 fc; in skb_ether_to_p80211() local 299 u16 fc; in skb_p80211_to_ether() local
|
D | p80211netdev.c | 315 u16 fc; in p80211netdev_rx_bh() local 1036 static int p80211_rx_typedrop( wlandevice_t *wlandev, u16 fc) in p80211_rx_typedrop()
|
/drivers/net/wireless/iwlwifi/ |
D | iwl-rx.c | 657 __le16 fc; in iwl_dbg_report_frame() local 765 static void iwl_update_rx_stats(struct iwl_priv *priv, u16 fc, u16 len) in iwl_update_rx_stats() 781 u16 fc = le16_to_cpu(hdr->frame_control); in iwl_set_decrypted_flag() local 990 u16 fc; in iwl_rx_reply_rx() local
|
/drivers/net/skfp/ |
D | hwmtm.c | 1065 u_char fc ; /* Frame control */ in process_receive() local 1391 u_char fc ; in smt_to_llc() local 1559 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, in hwm_tx_init() 1815 void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc) in smt_send_mbuf()
|
/drivers/net/chelsio/ |
D | pm3393.c | 93 u8 fc; member 402 int *duplex, int *fc) in pm3393_get_speed_duplex_fc() 414 int fc) in pm3393_set_speed_duplex_fc()
|
/drivers/net/cxgb3/ |
D | ael1002.c | 131 int *duplex, int *fc) in get_link_status_r() 1117 int *duplex, int *fc) in get_link_status_x() 1173 int *speed, int *duplex, int *fc) in xaui_direct_get_link_status()
|
D | vsc8211.c | 128 int *speed, int *duplex, int *fc) in vsc8211_get_link_status() 200 int *speed, int *duplex, int *fc) in vsc8211_get_link_status_fiber()
|