| /Linux-v5.4/drivers/media/common/b2c2/ | 
| D | flexcop-hw-filter.c | 9 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff)  in flexcop_rcv_data_ctrl()15 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff)  in flexcop_smc_ctrl()
 20 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff)  in flexcop_null_filter_ctrl()
 25 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6])  in flexcop_set_mac_filter()
 41 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff)  in flexcop_mac_filter_ctrl()
 46 static void flexcop_pid_group_filter(struct flexcop_device *fc,  in flexcop_pid_group_filter()
 56 static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff)  in flexcop_pid_group_filter_ctrl()
 74 static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc,  in flexcop_pid_Stream1_PID_ctrl()
 81 static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc,  in flexcop_pid_Stream2_PID_ctrl()
 88 static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc,  in flexcop_pid_PCR_PID_ctrl()
 [all …]
 
 | 
| D | flexcop.c | 56 	struct flexcop_device *fc = dvbdmxfeed->demux->priv;  in flexcop_dvb_start_feed()  local62 	struct flexcop_device *fc = dvbdmxfeed->demux->priv;  in flexcop_dvb_stop_feed()  local
 66 static int flexcop_dvb_init(struct flexcop_device *fc)  in flexcop_dvb_init()
 145 static void flexcop_dvb_exit(struct flexcop_device *fc)  in flexcop_dvb_exit()
 165 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len)  in flexcop_pass_dmx_data()
 171 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no)  in flexcop_pass_dmx_packets()
 177 static void flexcop_reset(struct flexcop_device *fc)  in flexcop_reset()
 208 void flexcop_reset_block_300(struct flexcop_device *fc)  in flexcop_reset_block_300()
 226 	struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device),  in flexcop_device_kmalloc()  local
 246 void flexcop_device_kfree(struct flexcop_device *fc)  in flexcop_device_kfree()
 [all …]
 
 | 
| D | flexcop-fe-tuner.c | 34 	struct flexcop_device *fc = fe->dvb->priv;  in flexcop_fe_request_firmware()  local45 	struct flexcop_device *fc = fe->dvb->priv;  in flexcop_set_voltage()  local
 73 	struct flexcop_device *fc = fe->dvb->priv;  in flexcop_sleep()  local
 85 	struct flexcop_device *fc = fe->dvb->priv;  in flexcop_set_tone()  local
 170 static int skystar2_rev23_attach(struct flexcop_device *fc,  in skystar2_rev23_attach()
 283 static int skystar2_rev26_attach(struct flexcop_device *fc,  in skystar2_rev26_attach()
 317 static int skystar2_rev27_attach(struct flexcop_device *fc,  in skystar2_rev27_attach()
 383 static int skystar2_rev28_attach(struct flexcop_device *fc,  in skystar2_rev28_attach()
 444 static int airstar_dvbt_attach(struct flexcop_device *fc,  in airstar_dvbt_attach()
 465 static int airstar_atsc1_attach(struct flexcop_device *fc,  in airstar_atsc1_attach()
 [all …]
 
 | 
| D | flexcop-sram.c | 9 static void flexcop_sram_set_chip(struct flexcop_device *fc,  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,  in flexcop_sram_set_dest()
 59 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s)  in flexcop_wan_set_speed()
 65 void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill)  in flexcop_sram_ctrl()
 
 | 
| D | flexcop-misc.c | 9 void flexcop_determine_revision(struct flexcop_device *fc)  in flexcop_determine_revision()65 void flexcop_device_name(struct flexcop_device *fc,  in flexcop_device_name()
 74 void flexcop_dump_reg(struct flexcop_device *fc,  in flexcop_dump_reg()
 
 | 
| /Linux-v5.4/fs/ | 
| D | fs_context.c | 84 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key)  in vfs_parse_sb_flag()126 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param)  in vfs_parse_fs_param()
 171 int vfs_parse_fs_string(struct fs_context *fc, const char *key,  in vfs_parse_fs_string()
 205 int generic_parse_monolithic(struct fs_context *fc, void *data)  in generic_parse_monolithic()
 258 	struct fs_context *fc;  in alloc_fs_context()  local
 328 void fc_drop_locked(struct fs_context *fc)  in fc_drop_locked()
 344 	struct fs_context *fc;  in vfs_dup_fs_context()  local
 388 void logfc(struct fs_context *fc, const char *fmt, ...)  in logfc()
 469 static void put_fc_log(struct fs_context *fc)  in put_fc_log()
 489 void put_fs_context(struct fs_context *fc)  in put_fs_context()
 [all …]
 
 | 
| D | fsopen.c | 27 	struct fs_context *fc = file->private_data;  in fscontext_read()  local69 	struct fs_context *fc = file->private_data;  in fscontext_release()  local
 87 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags)  in fscontext_create_fd()
 98 static int fscontext_alloc_log(struct fs_context *fc)  in fscontext_alloc_log()
 118 	struct fs_context *fc;  in SYSCALL_DEFINE2()  local
 160 	struct fs_context *fc;  in SYSCALL_DEFINE3()  local
 216 static int vfs_fsconfig_locked(struct fs_context *fc, int cmd,  in vfs_fsconfig_locked()
 321 	struct fs_context *fc;  in SYSCALL_DEFINE5()  local
 
 | 
| D | super.c | 483 bool mount_capable(struct fs_context *fc)  in mount_capable()509 struct super_block *sget_fc(struct fs_context *fc,  in sget_fc()
 901 int reconfigure_super(struct fs_context *fc)  in reconfigure_super()
 993 		struct fs_context *fc;  in do_emergency_remount_callback()  local
 1119 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc)  in set_anon_super_fc()
 1125 static int test_keyed_super(struct super_block *sb, struct fs_context *fc)  in test_keyed_super()
 1130 static int test_single_super(struct super_block *s, struct fs_context *fc)  in test_single_super()
 1160 int vfs_get_super(struct fs_context *fc,  in vfs_get_super()
 1215 int get_tree_nodev(struct fs_context *fc,  in get_tree_nodev()
 1223 int get_tree_single(struct fs_context *fc,  in get_tree_single()
 [all …]
 
 | 
| /Linux-v5.4/fs/fuse/ | 
| D | control.c | 25 	struct fuse_conn *fc;  in fuse_ctl_file_conn_get()  local37 	struct fuse_conn *fc = fuse_ctl_file_conn_get(file);  in fuse_conn_abort_write()  local
 55 		struct fuse_conn *fc = fuse_ctl_file_conn_get(file);  in fuse_conn_waiting_read()  local
 106 	struct fuse_conn *fc;  in fuse_conn_max_background_read()  local
 129 		struct fuse_conn *fc = fuse_ctl_file_conn_get(file);  in fuse_conn_max_background_write()  local
 148 	struct fuse_conn *fc;  in fuse_conn_congestion_threshold_read()  local
 166 	struct fuse_conn *fc;  in fuse_conn_congestion_threshold_write()  local
 221 					  struct fuse_conn *fc,  in fuse_ctl_add_dentry()
 263 int fuse_ctl_add_conn(struct fuse_conn *fc)  in fuse_ctl_add_conn()
 302 void fuse_ctl_remove_conn(struct fuse_conn *fc)  in fuse_ctl_remove_conn()
 [all …]
 
 | 
| D | inode.c | 114 		struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_evict_inode()  local148 	struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_change_attributes_common()  local
 193 	struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_change_attributes()  local
 291 	struct fuse_conn *fc = get_fuse_conn_super(sb);  in fuse_iget()  local
 367 	struct fuse_conn *fc = get_fuse_conn_super(sb);  in fuse_umount_begin()  local
 373 static void fuse_send_destroy(struct fuse_conn *fc)  in fuse_send_destroy()
 387 	struct fuse_conn *fc = get_fuse_conn_super(sb);  in fuse_put_super()  local
 414 	struct fuse_conn *fc = get_fuse_conn_super(sb);  in fuse_statfs()  local
 470 static int fuse_parse_param(struct fs_context *fc, struct fs_parameter *param)  in fuse_parse_param()
 546 static void fuse_free_fc(struct fs_context *fc)  in fuse_free_fc()
 [all …]
 
 | 
| D | dir.c | 57 	struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb);  in fuse_dentry_settime()  local171 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_args *args,  in fuse_lookup_init()
 199 	struct fuse_conn *fc;  in fuse_dentry_revalidate()  local
 325 	struct fuse_conn *fc = get_fuse_conn_super(sb);  in fuse_lookup_name()  local
 430 	struct fuse_conn *fc = get_fuse_conn(dir);  in fuse_create_open()  local
 521 	struct fuse_conn *fc = get_fuse_conn(dir);  in fuse_atomic_open()  local
 562 static int create_new_entry(struct fuse_conn *fc, struct fuse_args *args,  in create_new_entry()
 623 	struct fuse_conn *fc = get_fuse_conn(dir);  in fuse_mknod()  local
 651 	struct fuse_conn *fc = get_fuse_conn(dir);  in fuse_mkdir()  local
 672 	struct fuse_conn *fc = get_fuse_conn(dir);  in fuse_symlink()  local
 [all …]
 
 | 
| D | file.c | 34 static int fuse_send_open(struct fuse_conn *fc, u64 nodeid, struct file *file,  in fuse_send_open()62 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc)  in fuse_file_alloc()
 102 static void fuse_release_end(struct fuse_conn *fc, struct fuse_args *args,  in fuse_release_end()
 132 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file,  in fuse_do_open()
 193 	struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_finish_open()  local
 218 	struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_open_common()  local
 249 	struct fuse_conn *fc = ff->fc;  in fuse_prepare_release()  local
 312 	struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_release()  local
 340 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id)  in fuse_lock_owner_id()
 439 	struct fuse_conn *fc = get_fuse_conn(inode);  in fuse_flush()  local
 [all …]
 
 | 
| D | dev.c | 77 void fuse_set_initialized(struct fuse_conn *fc)  in fuse_set_initialized()84 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background)  in fuse_block_alloc()
 89 static void fuse_drop_waiting(struct fuse_conn *fc)  in fuse_drop_waiting()
 105 static struct fuse_req *fuse_get_req(struct fuse_conn *fc, bool for_background)  in fuse_get_req()
 156 static void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req)  in fuse_put_request()
 232 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,  in fuse_queue_forget()
 251 static void flush_bg_queue(struct fuse_conn *fc)  in flush_bg_queue()
 276 void fuse_request_end(struct fuse_conn *fc, struct fuse_req *req)  in fuse_request_end()
 362 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req)  in request_wait_answer()
 407 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req)  in __fuse_request_send()
 [all …]
 
 | 
| /Linux-v5.4/drivers/isdn/hardware/mISDN/ | 
| D | avmfritz.c | 172 	struct fritzcard *fc = p;  in ReadISAC_V1()  local182 	struct fritzcard *fc = p;  in WriteISAC_V1()  local
 192 	struct fritzcard *fc = p;  in ReadFiFoISAC_V1()  local
 201 	struct fritzcard *fc = p;  in WriteFiFoISAC_V1()  local
 210 	struct fritzcard *fc = p;  in ReadISAC_V2()  local
 219 	struct fritzcard *fc = p;  in WriteISAC_V2()  local
 228 	struct fritzcard *fc = p;  in ReadFiFoISAC_V2()  local
 239 	struct fritzcard *fc = p;  in WriteFiFoISAC_V2()  local
 248 Sel_BCS(struct fritzcard *fc, u32 channel)  in Sel_BCS()
 261 __write_ctrl_pci(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) {  in __write_ctrl_pci()
 [all …]
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-flakey.c | 18 #define all_corrupt_bio_flags_match(bio, fc)	\  argument47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc,  in parse_features()
 192 	struct flakey_c *fc;  in flakey_ctr()  local
 265 	struct flakey_c *fc = ti->private;  in flakey_dtr()  local
 273 	struct flakey_c *fc = ti->private;  in flakey_map_sector()  local
 280 	struct flakey_c *fc = ti->private;  in flakey_map_bio()  local
 288 static void corrupt_bio_data(struct bio *bio, struct flakey_c *fc)  in corrupt_bio_data()
 320 	struct flakey_c *fc = ti->private;  in flakey_map()  local
 384 	struct flakey_c *fc = ti->private;  in flakey_end_io()  local
 415 	struct flakey_c *fc = ti->private;  in flakey_status()  local
 [all …]
 
 | 
| /Linux-v5.4/fs/afs/ | 
| D | rotate.c | 23 bool afs_begin_vnode_operation(struct afs_fs_cursor *fc, struct afs_vnode *vnode,  in afs_begin_vnode_operation()52 static bool afs_start_fs_iteration(struct afs_fs_cursor *fc,  in afs_start_fs_iteration()
 121 static bool afs_sleep_and_retry(struct afs_fs_cursor *fc)  in afs_sleep_and_retry()
 140 bool afs_select_fileserver(struct afs_fs_cursor *fc)  in afs_select_fileserver()
 486 bool afs_select_current_fileserver(struct afs_fs_cursor *fc)  in afs_select_current_fileserver()
 567 static void afs_dump_edestaddrreq(const struct afs_fs_cursor *fc)  in afs_dump_edestaddrreq()
 616 int afs_end_vnode_operation(struct afs_fs_cursor *fc)  in afs_end_vnode_operation()
 
 | 
| D | super.c | 230 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param)  in afs_parse_source()320 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param)  in afs_parse_param()
 357 static int afs_validate_fc(struct fs_context *fc)  in afs_validate_fc()
 399 static int afs_test_super(struct super_block *sb, struct fs_context *fc)  in afs_test_super()
 410 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc)  in afs_dynroot_test_super()
 418 static int afs_set_super(struct super_block *sb, struct fs_context *fc)  in afs_set_super()
 492 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc)  in afs_alloc_sbi()
 543 static int afs_get_tree(struct fs_context *fc)  in afs_get_tree()
 596 static void afs_free_fc(struct fs_context *fc)  in afs_free_fc()
 616 static int afs_init_fs_context(struct fs_context *fc)  in afs_init_fs_context()
 [all …]
 
 | 
| D | yfsclient.c | 393 int yfs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_status_cb *scb,  in yfs_fs_fetch_file_status()583 int yfs_fs_fetch_data(struct afs_fs_cursor *fc, struct afs_status_cb *scb,  in yfs_fs_fetch_data()
 670 int yfs_fs_create_file(struct afs_fs_cursor *fc,  in yfs_fs_create_file()
 734 int yfs_fs_make_dir(struct afs_fs_cursor *fc,  in yfs_fs_make_dir()
 829 int yfs_fs_remove_file2(struct afs_fs_cursor *fc, struct afs_vnode *vnode,  in yfs_fs_remove_file2()
 917 int yfs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode,  in yfs_fs_remove()
 998 int yfs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode,  in yfs_fs_link()
 1086 int yfs_fs_symlink(struct afs_fs_cursor *fc,  in yfs_fs_symlink()
 1181 int yfs_fs_rename(struct afs_fs_cursor *fc,  in yfs_fs_rename()
 1245 int yfs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping,  in yfs_fs_store_data()
 [all …]
 
 | 
| D | fsclient.c | 275 int afs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_status_cb *scb,  in afs_fs_fetch_file_status()475 static int afs_fs_fetch_data64(struct afs_fs_cursor *fc,  in afs_fs_fetch_data64()
 517 int afs_fs_fetch_data(struct afs_fs_cursor *fc,  in afs_fs_fetch_data()
 610 int afs_fs_create(struct afs_fs_cursor *fc,  in afs_fs_create()
 720 int afs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode,  in afs_fs_remove()
 809 int afs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode,  in afs_fs_link()
 903 int afs_fs_symlink(struct afs_fs_cursor *fc,  in afs_fs_symlink()
 1015 int afs_fs_rename(struct afs_fs_cursor *fc,  in afs_fs_rename()
 1132 static int afs_fs_store_data64(struct afs_fs_cursor *fc,  in afs_fs_store_data64()
 1192 int afs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping,  in afs_fs_store_data()
 [all …]
 
 | 
| /Linux-v5.4/drivers/mtd/ | 
| D | mtdsuper.c | 25 static int mtd_test_super(struct super_block *sb, struct fs_context *fc)  in mtd_test_super()45 static int mtd_set_super(struct super_block *sb, struct fs_context *fc)  in mtd_set_super()
 56 static int mtd_get_sb(struct fs_context *fc,  in mtd_get_sb()
 98 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr,  in mtd_get_sb_by_nr()
 118 int get_tree_mtd(struct fs_context *fc,  in get_tree_mtd()
 
 | 
| /Linux-v5.4/fs/proc/ | 
| D | root.c | 55 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param)  in proc_parse_param()86 			       struct fs_context *fc,  in proc_apply_options()
 98 static int proc_fill_super(struct super_block *s, struct fs_context *fc)  in proc_fill_super()
 145 static int proc_reconfigure(struct fs_context *fc)  in proc_reconfigure()
 156 static int proc_get_tree(struct fs_context *fc)  in proc_get_tree()
 163 static void proc_fs_context_free(struct fs_context *fc)  in proc_fs_context_free()
 178 static int proc_init_fs_context(struct fs_context *fc)  in proc_init_fs_context()
 304 	struct fs_context *fc;  in pid_ns_prepare_proc()  local
 
 | 
| /Linux-v5.4/drivers/media/pci/b2c2/ | 
| D | flexcop-dma.c | 42 int flexcop_dma_config(struct flexcop_device *fc,  in flexcop_dma_config()72 int flexcop_dma_xfer_control(struct flexcop_device *fc,  in flexcop_dma_xfer_control()
 113 static int flexcop_dma_remap(struct flexcop_device *fc,  in flexcop_dma_remap()
 126 int flexcop_dma_control_size_irq(struct flexcop_device *fc,  in flexcop_dma_control_size_irq()
 143 int flexcop_dma_control_timer_irq(struct flexcop_device *fc,  in flexcop_dma_control_timer_irq()
 161 int flexcop_dma_config_timer(struct flexcop_device *fc,  in flexcop_dma_config_timer()
 
 | 
| /Linux-v5.4/fs/squashfs/ | 
| D | super.c | 41 	struct fs_context *fc,  in supported_squashfs_filesystem()68 static int squashfs_fill_super(struct super_block *sb, struct fs_context *fc)  in squashfs_fill_super()
 346 static int squashfs_get_tree(struct fs_context *fc)  in squashfs_get_tree()
 351 static int squashfs_reconfigure(struct fs_context *fc)  in squashfs_reconfigure()
 363 static int squashfs_init_fs_context(struct fs_context *fc)  in squashfs_init_fs_context()
 
 | 
| /Linux-v5.4/fs/jffs2/ | 
| D | super.c | 193 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param)  in jffs2_parse_param()224 static int jffs2_reconfigure(struct fs_context *fc)  in jffs2_reconfigure()
 247 static int jffs2_fill_super(struct super_block *sb, struct fs_context *fc)  in jffs2_fill_super()
 277 static int jffs2_get_tree(struct fs_context *fc)  in jffs2_get_tree()
 282 static void jffs2_free_fc(struct fs_context *fc)  in jffs2_free_fc()
 294 static int jffs2_init_fs_context(struct fs_context *fc)  in jffs2_init_fs_context()
 
 | 
| /Linux-v5.4/drivers/crypto/nx/ | 
| D | nx.c | 488 static bool nx_check_prop(struct device *dev, u32 fc, u32 mode, int slot)  in nx_check_prop()503 static bool nx_check_props(struct device *dev, u32 fc, u32 mode)  in nx_check_props()
 514 static int nx_register_alg(struct crypto_alg *alg, u32 fc, u32 mode)  in nx_register_alg()
 520 static int nx_register_aead(struct aead_alg *alg, u32 fc, u32 mode)  in nx_register_aead()
 526 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot)  in nx_register_shash()
 534 static void nx_unregister_alg(struct crypto_alg *alg, u32 fc, u32 mode)  in nx_unregister_alg()
 540 static void nx_unregister_aead(struct aead_alg *alg, u32 fc, u32 mode)  in nx_unregister_aead()
 546 static void nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode,  in nx_unregister_shash()
 652 static int nx_crypto_ctx_init(struct nx_crypto_ctx *nx_ctx, u32 fc, u32 mode)  in nx_crypto_ctx_init()
 
 |