Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/linux/drivers/media/common/b2c2/
H A Dflexcop-hw-filter.c9 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 …]
H A Dflexcop.c47 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local
53 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local
57 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
136 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
156 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
162 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
168 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
199 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
217 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc() local
237 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree()
[all …]
H A Dflexcop-fe-tuner.c34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() local
45 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 …]
H A Dflexcop-sram.c9 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()
/linux/fs/
H A Dfs_context.c61 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag()
94 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source()
127 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param()
170 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string()
206 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data, in vfs_parse_monolithic_sep()
256 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic()
282 struct fs_context *fc; in alloc_fs_context() local
357 struct fs_context *fc; in fs_context_for_submount() local
374 void fc_drop_locked(struct fs_context *fc) in fc_drop_locked()
390 struct fs_context *fc; in vfs_dup_fs_context() local
[all …]
/linux/drivers/isdn/hardware/mISDN/
H A Davmfritz.c173 struct fritzcard *fc = p; in ReadISAC_V1() local
183 struct fritzcard *fc = p; in WriteISAC_V1() local
193 struct fritzcard *fc = p; in ReadFiFoISAC_V1() local
202 struct fritzcard *fc = p; in WriteFiFoISAC_V1() local
211 struct fritzcard *fc = p; in ReadISAC_V2() local
220 struct fritzcard *fc = p; in WriteISAC_V2() local
229 struct fritzcard *fc = p; in ReadFiFoISAC_V2() local
240 struct fritzcard *fc = p; in WriteFiFoISAC_V2() local
249 Sel_BCS(struct fritzcard *fc, u32 channel) in Sel_BCS()
262 __write_ctrl_pci(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { in __write_ctrl_pci()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c115 #define HWS_CALC_HDR_SRC(fc, s_hdr) \ argument
122 #define HWS_CALC_HDR_DST(fc, d_hdr) \ argument
129 #define HWS_CALC_HDR(fc, s_hdr, d_hdr) \ argument
156 struct mlx5hws_definer_fc *fc; member
162 hws_definer_ones_set(struct mlx5hws_definer_fc *fc, in hws_definer_ones_set()
170 hws_definer_generic_set(struct mlx5hws_definer_fc *fc, in hws_definer_generic_set()
181 hws_definer_outer_vlan_type_set(struct mlx5hws_definer_fc *fc, in hws_definer_outer_vlan_type_set()
194 hws_definer_inner_vlan_type_set(struct mlx5hws_definer_fc *fc, in hws_definer_inner_vlan_type_set()
207 hws_definer_second_vlan_type_set(struct mlx5hws_definer_fc *fc, in hws_definer_second_vlan_type_set()
228 hws_definer_inner_second_vlan_type_set(struct mlx5hws_definer_fc *fc, in hws_definer_inner_second_vlan_type_set()
[all …]
/linux/drivers/dma-buf/
H A Dst-dma-fence-chain.c113 static int fence_chains_init(struct fence_chains *fc, unsigned int count, in fence_chains_init()
166 static void fence_chains_fini(struct fence_chains *fc) in fence_chains_fini()
183 struct fence_chains fc; in find_seqno() local
261 struct fence_chains fc; in find_signaled() local
299 struct fence_chains fc; in find_out_of_order() local
343 struct fence_chains fc; in find_gap() local
390 struct fence_chains fc; member
498 struct fence_chains fc; in signal_forward() local
530 struct fence_chains fc; in signal_backward() local
563 struct fence_chains *fc = arg; in __wait_fence_chains() local
[all …]
/linux/fs/smb/client/
H A Dfs_context.c215 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
263 cifs_parse_upcall_target(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_upcall_target()
295 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
345 static int parse_reparse_flavor(struct fs_context *fc, char *value, in parse_reparse_flavor()
382 static int parse_symlink_flavor(struct fs_context *fc, char *value, in parse_symlink_flavor()
468 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
740 static int smb3_fs_context_parse_monolithic(struct fs_context *fc, in smb3_fs_context_parse_monolithic()
794 static int smb3_fs_context_validate(struct fs_context *fc) in smb3_fs_context_validate()
867 static int smb3_get_tree_common(struct fs_context *fc) in smb3_get_tree_common()
885 static int smb3_get_tree(struct fs_context *fc) in smb3_get_tree()
[all …]
/linux/fs/fuse/
H A Dcontrol.c25 struct fuse_conn *fc; in fuse_ctl_file_conn_get() local
37 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
206 struct fuse_conn *fc, in fuse_ctl_add_dentry()
248 int fuse_ctl_add_conn(struct fuse_conn *fc) in fuse_ctl_add_conn()
287 void fuse_ctl_remove_conn(struct fuse_conn *fc) in fuse_ctl_remove_conn()
[all …]
H A Ddev.c70 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
77 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
83 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
103 struct fuse_conn *fc = fm->fc; in fuse_get_req() local
172 struct fuse_conn *fc = req->fm->fc; in fuse_put_request() local
308 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
319 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
345 struct fuse_conn *fc = fm->fc; in fuse_request_end() local
412 struct fuse_conn *fc = req->fm->fc; in request_wait_answer() local
472 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
[all …]
H A Dacl.c14 static struct posix_acl *__fuse_get_acl(struct fuse_conn *fc, in __fuse_get_acl()
56 static inline bool fuse_no_acl(const struct fuse_conn *fc, in fuse_no_acl()
71 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_acl() local
81 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_inode_acl() local
99 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_set_acl() local
H A Ddev_uring.c53 struct fuse_conn *fc = ring->fc; in fuse_uring_flush_bg() local
83 struct fuse_conn *fc = ring->fc; in fuse_uring_req_end() local
124 struct fuse_conn *fc = ring->fc; in fuse_uring_abort_end_requests() local
143 void fuse_uring_destruct(struct fuse_conn *fc) in fuse_uring_destruct()
182 static struct fuse_ring *fuse_uring_create(struct fuse_conn *fc) in fuse_uring_create()
229 struct fuse_conn *fc = ring->fc; in fuse_uring_create_queue() local
495 struct fuse_conn *fc) in fuse_uring_out_header_has_err()
729 struct fuse_conn *fc = req->fm->fc; in fuse_uring_add_req_to_ring_ent() local
776 struct fuse_conn *fc = ring->fc; in fuse_uring_commit() local
837 struct fuse_conn *fc) in fuse_uring_commit_fetch()
[all …]
H A Ddir.c67 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in fuse_dentry_settime() local
171 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_args *args, in fuse_lookup_init()
553 struct fuse_conn *fc = get_fuse_conn(dir); in get_create_supp_group() local
585 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in get_create_ext() local
739 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_atomic_open() local
900 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_tmpfile() local
979 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_entry_unlinked() local
1101 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2() local
1161 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fillattr() local
1323 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_update_get_attr() local
[all …]
H A Dfile.c129 struct fuse_conn *fc = fm->fc; in fuse_file_open() local
202 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_finish_open() local
222 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_truncate_update_attr() local
237 struct fuse_conn *fc = fm->fc; in fuse_open() local
294 struct fuse_conn *fc = ff->fm->fc; in fuse_prepare_release() local
370 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_release() local
398 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
597 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fsync() local
731 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_aio_complete() local
845 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_read_update_size() local
[all …]
/linux/drivers/md/
H A Ddm-flakey.c21 #define all_corrupt_bio_flags_match(bio, fc) \ argument
53 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features()
247 struct flakey_c *fc; in flakey_ctr() local
320 struct flakey_c *fc = ti->private; in flakey_dtr() local
328 struct flakey_c *fc = ti->private; in flakey_map_sector() local
335 struct flakey_c *fc = ti->private; in flakey_map_bio() local
368 static void corrupt_bio_data(struct bio *bio, struct flakey_c *fc) in corrupt_bio_data()
413 static struct bio *clone_bio(struct dm_target *ti, struct flakey_c *fc, struct bio *bio) in clone_bio()
480 struct flakey_c *fc = ti->private; in flakey_map() local
556 struct flakey_c *fc = ti->private; in flakey_end_io() local
[all …]
/linux/fs/proc/
H A Droot.c58 static int proc_parse_hidepid_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_hidepid_param()
89 static int proc_parse_subset_param(struct fs_context *fc, char *value) in proc_parse_subset_param()
112 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param()
146 struct fs_context *fc, in proc_apply_options()
159 static int proc_fill_super(struct super_block *s, struct fs_context *fc) in proc_fill_super()
213 static int proc_reconfigure(struct fs_context *fc) in proc_reconfigure()
224 static int proc_get_tree(struct fs_context *fc) in proc_get_tree()
229 static void proc_fs_context_free(struct fs_context *fc) in proc_fs_context_free()
244 static int proc_init_fs_context(struct fs_context *fc) in proc_init_fs_context()
/linux/fs/coda/
H A Dinode.c92 static int coda_reconfigure(struct fs_context *fc) in coda_reconfigure()
122 static int coda_set_idx(struct fs_context *fc, struct file *file) in coda_set_idx()
139 static int coda_parse_fd(struct fs_context *fc, struct fs_parameter *param, in coda_parse_fd()
159 static int coda_parse_param(struct fs_context *fc, struct fs_parameter *param) in coda_parse_param()
180 static int coda_parse_monolithic(struct fs_context *fc, void *_data) in coda_parse_monolithic()
199 static int coda_fill_super(struct super_block *sb, struct fs_context *fc) in coda_fill_super()
359 static int coda_get_tree(struct fs_context *fc) in coda_get_tree()
367 static void coda_free_fc(struct fs_context *fc) in coda_free_fc()
380 static int coda_init_fs_context(struct fs_context *fc) in coda_init_fs_context()
/linux/fs/vboxsf/
H A Dsuper.c54 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) in vboxsf_parse_param()
111 static int vboxsf_fill_super(struct super_block *sb, struct fs_context *fc) in vboxsf_fill_super()
376 static int vboxsf_parse_monolithic(struct fs_context *fc, void *data) in vboxsf_parse_monolithic()
386 static int vboxsf_get_tree(struct fs_context *fc) in vboxsf_get_tree()
397 static int vboxsf_reconfigure(struct fs_context *fc) in vboxsf_reconfigure()
410 static void vboxsf_free_fc(struct fs_context *fc) in vboxsf_free_fc()
426 static int vboxsf_init_fs_context(struct fs_context *fc) in vboxsf_init_fs_context()
/linux/fs/nfs/
H A Dfs_context.c330 static int nfs_validate_transport_protocol(struct fs_context *fc, in nfs_validate_transport_protocol()
384 static int nfs_auth_info_add(struct fs_context *fc, in nfs_auth_info_add()
407 static int nfs_parse_security_flavors(struct fs_context *fc, in nfs_parse_security_flavors()
466 static int nfs_parse_xprtsec_policy(struct fs_context *fc, in nfs_parse_xprtsec_policy()
489 static int nfs_parse_version_string(struct fs_context *fc, in nfs_parse_version_string()
531 static int nfs_fs_context_parse_param(struct fs_context *fc, in nfs_fs_context_parse_param()
962 static int nfs_parse_source(struct fs_context *fc, in nfs_parse_source()
1027 static inline bool is_remount_fc(struct fs_context *fc) in is_remount_fc()
1048 static int nfs23_parse_monolithic(struct fs_context *fc, in nfs23_parse_monolithic()
1283 static int nfs4_parse_monolithic(struct fs_context *fc, in nfs4_parse_monolithic()
[all …]
/linux/fs/autofs/
H A Dinode.c155 static int autofs_parse_fd(struct fs_context *fc, struct autofs_sb_info *sbi, in autofs_parse_fd()
192 static int autofs_parse_param(struct fs_context *fc, struct fs_parameter *param) in autofs_parse_param()
266 static int autofs_validate_protocol(struct fs_context *fc) in autofs_validate_protocol()
300 static int autofs_fill_super(struct super_block *s, struct fs_context *fc) in autofs_fill_super()
365 static int autofs_get_tree(struct fs_context *fc) in autofs_get_tree()
380 static void autofs_free_fc(struct fs_context *fc) in autofs_free_fc()
402 int autofs_init_fs_context(struct fs_context *fc) in autofs_init_fs_context()
/linux/drivers/mtd/
H A Dmtdsuper.c25 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb()
76 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr()
96 int get_tree_mtd(struct fs_context *fc, in get_tree_mtd()
/linux/fs/freevxfs/
H A Dvxfs_super.c94 static int vxfs_reconfigure(struct fs_context *fc) in vxfs_reconfigure()
125 static int vxfs_try_sb_magic(struct super_block *sbp, struct fs_context *fc, in vxfs_try_sb_magic()
184 static int vxfs_fill_super(struct super_block *sbp, struct fs_context *fc) in vxfs_fill_super()
287 static int vxfs_get_tree(struct fs_context *fc) in vxfs_get_tree()
297 static int vxfs_init_fs_context(struct fs_context *fc) in vxfs_init_fs_context()
/linux/fs/hfs/
H A Dsuper.c115 static int hfs_reconfigure(struct fs_context *fc) in hfs_reconfigure()
217 static int hfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hfs_parse_param()
313 static int hfs_fill_super(struct super_block *sb, struct fs_context *fc) in hfs_fill_super()
386 static int hfs_get_tree(struct fs_context *fc) in hfs_get_tree()
391 static void hfs_free_fc(struct fs_context *fc) in hfs_free_fc()
403 static int hfs_init_fs_context(struct fs_context *fc) in hfs_init_fs_context()
/linux/drivers/crypto/nx/
H A Dnx.c489 nx_check_prop(struct device * dev,u32 fc,u32 mode,int slot) nx_check_prop() argument
504 nx_check_props(struct device * dev,u32 fc,u32 mode) nx_check_props() argument
515 nx_register_skcipher(struct skcipher_alg * alg,u32 fc,u32 mode) nx_register_skcipher() argument
521 nx_register_aead(struct aead_alg * alg,u32 fc,u32 mode) nx_register_aead() argument
527 nx_register_shash(struct shash_alg * alg,u32 fc,u32 mode,int slot) nx_register_shash() argument
535 nx_unregister_skcipher(struct skcipher_alg * alg,u32 fc,u32 mode) nx_unregister_skcipher() argument
541 nx_unregister_aead(struct aead_alg * alg,u32 fc,u32 mode) nx_unregister_aead() argument
547 nx_unregister_shash(struct shash_alg * alg,u32 fc,u32 mode,int slot) nx_unregister_shash() argument
654 nx_crypto_ctx_init(struct nx_crypto_ctx * nx_ctx,u32 fc,u32 mode) nx_crypto_ctx_init() argument
[all...]

12345678910>>...13