Home
last modified time | relevance | path

Searched refs:fei (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c65 struct c8sectpfei *fei = from_timer(fei, t, timer); in c8sectpfe_timer_interrupt() local
93 fei = channel->fei; in channel_swdemux_bh_work()
115 dev_dbg(fei->dev, in channel_swdemux_bh_work()
669 if (!fei) in c8sectpfe_probe()
672 fei->dev = dev; in c8sectpfe_probe()
710 memset_io(fei->sram, 0x0, fei->sram_size); in c8sectpfe_probe()
732 fei->tsin_count > fei->hw_stats.num_ib) { in c8sectpfe_probe()
759 tsin->fei = fei; in c8sectpfe_probe()
847 (void *)fei, in c8sectpfe_probe()
873 c8sectpfe_tuner_unregister_frontend(fei->c8sectpfe[0], fei); in c8sectpfe_remove()
[all …]
H A Dc8sectpfe-common.c36 struct c8sectpfei *fei) in register_dvb() argument
142 c8sectpfe->device = fei->dev; in c8sectpfe_create()
145 THIS_MODULE, fei->dev, ids); in c8sectpfe_create()
152 c8sectpfe->adapter.priv = fei; in c8sectpfe_create()
157 c8sectpfe->demux[i].c8sectpfei = fei; in c8sectpfe_create()
160 start_feed, stop_feed, fei); in c8sectpfe_create()
162 dev_err(fei->dev, in c8sectpfe_create()
200 struct c8sectpfei *fei) in c8sectpfe_tuner_unregister_frontend() argument
207 tsin = fei->channel_data[n]; in c8sectpfe_tuner_unregister_frontend()
228 struct c8sectpfei *fei, in c8sectpfe_tuner_register_frontend() argument
[all …]
H A Dc8sectpfe-debugfs.c226 void c8sectpfe_debugfs_init(struct c8sectpfei *fei) in c8sectpfe_debugfs_init() argument
228 fei->regset = devm_kzalloc(fei->dev, sizeof(*fei->regset), GFP_KERNEL); in c8sectpfe_debugfs_init()
229 if (!fei->regset) in c8sectpfe_debugfs_init()
232 fei->regset->regs = fei_sys_regs; in c8sectpfe_debugfs_init()
233 fei->regset->nregs = ARRAY_SIZE(fei_sys_regs); in c8sectpfe_debugfs_init()
234 fei->regset->base = fei->io; in c8sectpfe_debugfs_init()
236 fei->root = debugfs_create_dir("c8sectpfe", NULL); in c8sectpfe_debugfs_init()
237 debugfs_create_regset32("registers", S_IRUGO, fei->root, fei->regset); in c8sectpfe_debugfs_init()
240 void c8sectpfe_debugfs_exit(struct c8sectpfei *fei) in c8sectpfe_debugfs_exit() argument
242 debugfs_remove_recursive(fei->root); in c8sectpfe_debugfs_exit()
[all …]
H A Dc8sectpfe-debugfs.h19 static inline void c8sectpfe_debugfs_init(struct c8sectpfei *fei) {}; in c8sectpfe_debugfs_init() argument
20 static inline void c8sectpfe_debugfs_exit(struct c8sectpfei *fei) {}; in c8sectpfe_debugfs_exit() argument
H A Dc8sectpfe-common.h53 struct c8sectpfei *fei,
58 struct c8sectpfei *fei);
H A Dc8sectpfe-core.h56 struct c8sectpfei *fei; member
/linux/Documentation/input/devices/
H A Dwalkera0701.rst10 http://zub.fei.tuke.sk/walkera-wk0701/
13 cg-clone http://zub.fei.tuke.sk/GIT/walkera0701-joystick
/linux/fs/smb/client/
H A Dinode.c2740 int cifs_fiemap(struct inode *inode, struct fiemap_extent_info *fei, u64 start, argument
2771 rc = server->ops->fiemap(tcon, cfile, fei, start, len);
H A Dsmb2ops.c3835 struct fiemap_extent_info *fei, u64 start, u64 len) in smb3_fiemap() argument
3843 rc = fiemap_prep(d_inode(cfile->dentry), fei, start, &len, 0); in smb3_fiemap()
3881 rc = fiemap_fill_next_extent(fei, in smb3_fiemap()