/linux-3.4.99/drivers/media/dvb/b2c2/ |
D | flexcop-hw-filter.c | 8 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl() 14 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl() 19 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl() 24 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter() 40 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_mac_filter_ctrl() 45 static void flexcop_pid_group_filter(struct flexcop_device *fc, in flexcop_pid_group_filter() 55 static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_pid_group_filter_ctrl() 73 static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_Stream1_PID_ctrl() 80 static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_Stream2_PID_ctrl() 87 static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_PCR_PID_ctrl() [all …]
|
D | flexcop.c | 60 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local 66 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local 70 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init() 149 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit() 169 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data() 175 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets() 181 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset() 212 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300() 230 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc() local 250 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree() [all …]
|
D | flexcop-fe-tuner.c | 33 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() local 61 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() local 73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone() local 158 static int skystar2_rev23_attach(struct flexcop_device *fc, in skystar2_rev23_attach() 271 static int skystar2_rev26_attach(struct flexcop_device *fc, in skystar2_rev26_attach() 305 static int skystar2_rev27_attach(struct flexcop_device *fc, in skystar2_rev27_attach() 371 static int skystar2_rev28_attach(struct flexcop_device *fc, in skystar2_rev28_attach() 432 static int airstar_dvbt_attach(struct flexcop_device *fc, in airstar_dvbt_attach() 451 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() local 460 static int airstar_atsc1_attach(struct flexcop_device *fc, in airstar_atsc1_attach() [all …]
|
D | flexcop-sram.c | 8 static void flexcop_sram_set_chip(struct flexcop_device *fc, in flexcop_sram_set_chip() 14 int flexcop_sram_init(struct flexcop_device *fc) in flexcop_sram_init() 30 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, in flexcop_sram_set_dest() 58 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) in flexcop_wan_set_speed() 64 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() 70 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control() 111 static int flexcop_dma_remap(struct flexcop_device *fc, in flexcop_dma_remap() 123 int flexcop_dma_control_size_irq(struct flexcop_device *fc, in flexcop_dma_control_size_irq() 140 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, in flexcop_dma_control_timer_irq() 158 int flexcop_dma_config_timer(struct flexcop_device *fc, in flexcop_dma_config_timer()
|
D | flexcop-misc.c | 8 void flexcop_determine_revision(struct flexcop_device *fc) in flexcop_determine_revision() 66 void flexcop_device_name(struct flexcop_device *fc, in flexcop_device_name() 75 void flexcop_dump_reg(struct flexcop_device *fc, in flexcop_dump_reg()
|
D | flexcop-i2c.c | 10 static int flexcop_i2c_operation(struct flexcop_device *fc, in flexcop_i2c_operation() 86 static int flexcop_i2c_write4(struct flexcop_device *fc, in flexcop_i2c_write4() 225 int flexcop_i2c_init(struct flexcop_device *fc) in flexcop_i2c_init() 280 void flexcop_i2c_exit(struct flexcop_device *fc) in flexcop_i2c_exit()
|
D | flexcop-eeprom.c | 106 static int flexcop_eeprom_request(struct flexcop_device *fc, in flexcop_eeprom_request() 120 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, in flexcop_eeprom_lrc_read() 132 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) in flexcop_eeprom_check_mac_addr()
|
D | flexcop-pci.c | 75 static flexcop_ibi_value flexcop_pci_read_ibi_reg(struct flexcop_device *fc, in flexcop_pci_read_ibi_reg() 90 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, in flexcop_pci_write_ibi_reg() 108 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work() local 148 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr() local 232 static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff) in flexcop_pci_stream_control() 345 struct flexcop_device *fc; in flexcop_pci_probe() local
|
D | flexcop-usb.c | 69 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) in flexcop_usb_readwrite_dw() 192 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) in flexcop_usb_get_mac_addr() 273 static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc, in flexcop_usb_read_ibi_reg() 282 static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc, in flexcop_usb_write_ibi_reg() 379 static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff) in flexcop_usb_stream_control() 511 struct flexcop_device *fc = NULL; in flexcop_usb_probe() local
|
/linux-3.4.99/fs/fuse/ |
D | dev.c | 100 struct fuse_req *fuse_get_req(struct fuse_conn *fc) in fuse_get_req() 139 static struct fuse_req *get_reserved_req(struct fuse_conn *fc, in get_reserved_req() 163 static void put_reserved_req(struct fuse_conn *fc, struct fuse_req *req) in put_reserved_req() 190 struct fuse_req *fuse_get_req_nofail(struct fuse_conn *fc, struct file *file) in fuse_get_req_nofail() 205 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request() 230 static u64 fuse_get_unique(struct fuse_conn *fc) in fuse_get_unique() 240 static void queue_request(struct fuse_conn *fc, struct fuse_req *req) in queue_request() 254 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() 272 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue() 296 static void request_end(struct fuse_conn *fc, struct fuse_req *req) in request_end() [all …]
|
D | control.c | 24 struct fuse_conn *fc; in fuse_ctl_file_conn_get() local 36 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write() local 52 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_waiting_read() local 109 struct fuse_conn *fc; in fuse_conn_max_background_read() local 132 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_max_background_write() local 146 struct fuse_conn *fc; in fuse_conn_congestion_threshold_read() local 169 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_congestion_threshold_write() local 206 struct fuse_conn *fc, in fuse_ctl_add_dentry() 244 int fuse_ctl_add_conn(struct fuse_conn *fc) in fuse_ctl_add_conn() 283 void fuse_ctl_remove_conn(struct fuse_conn *fc) in fuse_ctl_remove_conn() [all …]
|
D | dir.c | 115 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_req *req, in fuse_lookup_init() 133 u64 fuse_get_attr_version(struct fuse_conn *fc) in fuse_get_attr_version() 167 struct fuse_conn *fc; in fuse_dentry_revalidate() local 263 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_lookup_name() local 325 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_lookup() local 377 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_create_open() local 478 static int create_new_entry(struct fuse_conn *fc, struct fuse_req *req, in create_new_entry() 551 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_mknod() local 588 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_mkdir() local 611 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_symlink() local [all …]
|
D | file.c | 21 static int fuse_send_open(struct fuse_conn *fc, u64 nodeid, struct file *file, in fuse_send_open() 51 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc() 93 struct fuse_conn *fc; in fuse_release_async() local 104 static void fuse_release_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_release_end() 140 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file, in fuse_do_open() 173 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_finish_open() local 194 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_open_common() local 212 struct fuse_conn *fc = ff->fc; in fuse_prepare_release() local 295 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() 321 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_page_is_writeback() local [all …]
|
D | inode.c | 129 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode() local 159 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common() local 198 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes() local 263 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget() local 322 static void fuse_send_destroy(struct fuse_conn *fc) in fuse_send_destroy() 334 static void fuse_bdi_destroy(struct fuse_conn *fc) in fuse_bdi_destroy() 340 void fuse_conn_kill(struct fuse_conn *fc) in fuse_conn_kill() 361 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_put_super() local 385 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_statfs() local 520 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_show_options() local [all …]
|
D | cuse.c | 58 struct fuse_conn fc; /* fuse connection */ member 70 static struct cuse_conn *fc_to_cc(struct fuse_conn *fc) in fc_to_cc() 143 struct fuse_conn *fc = ff->fc; in cuse_release() local 306 static void cuse_process_init_reply(struct fuse_conn *fc, struct fuse_req *req) in cuse_process_init_reply() 408 struct fuse_conn *fc = &cc->fc; in cuse_send_init() local 458 static void cuse_fc_release(struct fuse_conn *fc) in cuse_fc_release()
|
/linux-3.4.99/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 181 struct fritzcard *fc = p; in ReadISAC_V1() local 191 struct fritzcard *fc = p; in WriteISAC_V1() local 201 struct fritzcard *fc = p; in ReadFiFoISAC_V1() local 210 struct fritzcard *fc = p; in WriteFiFoISAC_V1() local 219 struct fritzcard *fc = p; in ReadISAC_V2() local 228 struct fritzcard *fc = p; in WriteISAC_V2() local 237 struct fritzcard *fc = p; in ReadFiFoISAC_V2() local 248 struct fritzcard *fc = p; in WriteFiFoISAC_V2() local 257 Sel_BCS(struct fritzcard *fc, u32 channel) in Sel_BCS() 270 __write_ctrl_pci(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { in __write_ctrl_pci() [all …]
|
/linux-3.4.99/drivers/md/ |
D | dm-flakey.c | 18 #define all_corrupt_bio_flags_match(bio, fc) \ argument 42 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() 159 struct flakey_c *fc; in flakey_ctr() local 227 struct flakey_c *fc = ti->private; in flakey_dtr() local 235 struct flakey_c *fc = ti->private; in flakey_map_sector() local 242 struct flakey_c *fc = ti->private; in flakey_map_bio() local 249 static void corrupt_bio_data(struct bio *bio, struct flakey_c *fc) in corrupt_bio_data() 271 struct flakey_c *fc = ti->private; in flakey_map() local 320 struct flakey_c *fc = ti->private; in flakey_end_io() local 339 struct flakey_c *fc = ti->private; in flakey_status() local [all …]
|
/linux-3.4.99/net/core/ |
D | flow.c | 77 struct flow_cache *fc = (void *) arg; in flow_cache_new_hashrnd() local 130 static void __flow_cache_shrink(struct flow_cache *fc, in __flow_cache_shrink() 158 static void flow_cache_shrink(struct flow_cache *fc, in flow_cache_shrink() 166 static void flow_new_hash_rnd(struct flow_cache *fc, in flow_new_hash_rnd() 174 static u32 flow_hash_code(struct flow_cache *fc, in flow_hash_code() 211 struct flow_cache *fc = &flow_cache_global; in flow_cache_lookup() local 301 struct flow_cache *fc = info->cache; in flow_cache_flush_tasklet() local 373 static int __cpuinit flow_cache_cpu_prepare(struct flow_cache *fc, int cpu) in flow_cache_cpu_prepare() 395 struct flow_cache *fc = container_of(nfb, struct flow_cache, hotcpu_notifier); in flow_cache_cpu() local 414 static int __init flow_cache_init(struct flow_cache *fc) in flow_cache_init()
|
/linux-3.4.99/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 22 u16 fc; in hostap_dump_tx_80211() local 66 u16 fc, ethertype = 0; in hostap_data_start_xmit() local 275 u16 fc; in hostap_mgmt_start_xmit() local 387 u16 fc; in hostap_master_start_xmit() local
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nv10_fifo.c | 47 uint32_t fc = NV10_RAMFC(chan->id); in nv10_fifo_create_context() local 85 uint32_t fc = NV10_RAMFC(chid), tmp; in nv10_fifo_do_load_context() local 139 uint32_t fc, tmp; in nv10_fifo_unload_context() local
|
D | nv40_fifo.c | 40 uint32_t fc = NV40_RAMFC(chan->id); in nv40_fifo_create_context() local 81 uint32_t fc = NV40_RAMFC(chid), tmp, tmp2; in nv40_fifo_do_load_context() local 149 uint32_t fc, tmp; in nv40_fifo_unload_context() local
|
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 96 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_frag_cache_get() local 164 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_frag_cache_invalidate() local 245 u16 fc, ethertype; in rtllib_is_eapol_frame() local 361 u16 fc = le16_to_cpu(header->frame_ctl); in is_duplicate_packet() local 739 u16 fc = le16_to_cpu(hdr->frame_ctl); in parse_subframe() local 864 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_get_hdrlen() local 885 u16 fc, sc; in rtllib_rx_check_duplicate() local 927 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_extract_addr() local 953 static int rtllib_rx_data_filter(struct rtllib_device *ieee, u16 fc, in rtllib_rx_data_filter() 1015 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_get_crypt() local [all …]
|
/linux-3.4.99/include/linux/ |
D | ieee80211.h | 191 static inline int ieee80211_has_tods(__le16 fc) in ieee80211_has_tods() 200 static inline int ieee80211_has_fromds(__le16 fc) in ieee80211_has_fromds() 209 static inline int ieee80211_has_a4(__le16 fc) in ieee80211_has_a4() 219 static inline int ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags() 228 static inline int ieee80211_has_retry(__le16 fc) in ieee80211_has_retry() 237 static inline int ieee80211_has_pm(__le16 fc) in ieee80211_has_pm() 246 static inline int ieee80211_has_moredata(__le16 fc) in ieee80211_has_moredata() 255 static inline int ieee80211_has_protected(__le16 fc) in ieee80211_has_protected() 264 static inline int ieee80211_has_order(__le16 fc) in ieee80211_has_order() 273 static inline int ieee80211_is_mgmt(__le16 fc) in ieee80211_is_mgmt() [all …]
|
/linux-3.4.99/net/mac80211/ |
D | led.h | 58 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_tx() 67 ieee80211_tpt_led_trig_rx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_rx()
|