Home
last modified time | relevance | path

Searched refs:fsi (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/sound/soc/sh/
Dfsi.c245 struct fsi_priv *fsi);
273 int (*init)(struct fsi_priv *fsi, struct fsi_stream *io);
274 int (*quit)(struct fsi_priv *fsi, struct fsi_stream *io);
275 int (*probe)(struct fsi_priv *fsi, struct fsi_stream *io, struct device *dev);
276 int (*transfer)(struct fsi_priv *fsi, struct fsi_stream *io);
277 int (*remove)(struct fsi_priv *fsi, struct fsi_stream *io);
278 int (*start_stop)(struct fsi_priv *fsi, struct fsi_stream *io,
304 static int fsi_stream_is_play(struct fsi_priv *fsi, struct fsi_stream *io);
376 static struct fsi_master *fsi_get_master(struct fsi_priv *fsi) in fsi_get_master() argument
378 return fsi->master; in fsi_get_master()
[all …]
DMakefile8 snd-soc-fsi-objs := fsi.o
12 obj-$(CONFIG_SND_SOC_SH4_FSI) += snd-soc-fsi.o
/linux-4.1.27/fs/devpts/
Dinode.c246 struct pts_fs_info *fsi = DEVPTS_SB(sb); in mknod_ptmx() local
247 struct pts_mount_opts *opts = &fsi->mount_opts; in mknod_ptmx()
259 if (fsi->ptmx_dentry) { in mknod_ptmx()
290 fsi->ptmx_dentry = dentry; in mknod_ptmx()
297 static void update_ptmx_mode(struct pts_fs_info *fsi) in update_ptmx_mode() argument
300 if (fsi->ptmx_dentry) { in update_ptmx_mode()
301 inode = d_inode(fsi->ptmx_dentry); in update_ptmx_mode()
302 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()
306 static inline void update_ptmx_mode(struct pts_fs_info *fsi) in update_ptmx_mode() argument
315 struct pts_fs_info *fsi = DEVPTS_SB(sb); in devpts_remount() local
[all …]
/linux-4.1.27/fs/jfs/
Djfs_dtree.c1349 int fsi, stblsize; in dtSplitPage() local
1429 fsi = rp->header.stblindex + stblsize; in dtSplitPage()
1430 rp->header.freelist = fsi; in dtSplitPage()
1431 rp->header.freecnt = rp->header.maxslot - fsi; in dtSplitPage()
1456 f = &rp->slot[fsi]; in dtSplitPage()
1457 for (fsi++; fsi < rp->header.maxslot; f++, fsi++) in dtSplitPage()
1458 f->next = fsi; in dtSplitPage()
1572 fsi = rp->header.freelist; in dtSplitPage()
1573 f = &rp->slot[fsi]; in dtSplitPage()
1574 for (fsi++; fsi < rp->header.maxslot; f++, fsi++) in dtSplitPage()
[all …]
/linux-4.1.27/fs/tracefs/
Dinode.c215 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_apply_options() local
217 struct tracefs_mount_opts *opts = &fsi->mount_opts; in tracefs_apply_options()
231 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_remount() local
234 err = tracefs_parse_options(data, &fsi->mount_opts); in tracefs_remount()
246 struct tracefs_fs_info *fsi = root->d_sb->s_fs_info; in tracefs_show_options() local
247 struct tracefs_mount_opts *opts = &fsi->mount_opts; in tracefs_show_options()
270 struct tracefs_fs_info *fsi; in trace_fill_super() local
275 fsi = kzalloc(sizeof(struct tracefs_fs_info), GFP_KERNEL); in trace_fill_super()
276 sb->s_fs_info = fsi; in trace_fill_super()
277 if (!fsi) { in trace_fill_super()
[all …]
/linux-4.1.27/fs/debugfs/
Dinode.c126 struct debugfs_fs_info *fsi = sb->s_fs_info; in debugfs_apply_options() local
128 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_apply_options()
142 struct debugfs_fs_info *fsi = sb->s_fs_info; in debugfs_remount() local
145 err = debugfs_parse_options(data, &fsi->mount_opts); in debugfs_remount()
157 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info; in debugfs_show_options() local
158 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_show_options()
202 struct debugfs_fs_info *fsi; in debug_fill_super() local
207 fsi = kzalloc(sizeof(struct debugfs_fs_info), GFP_KERNEL); in debug_fill_super()
208 sb->s_fs_info = fsi; in debug_fill_super()
209 if (!fsi) { in debug_fill_super()
[all …]
/linux-4.1.27/fs/ramfs/
Dinode.c209 struct ramfs_fs_info *fsi; in ramfs_fill_super() local
215 fsi = kzalloc(sizeof(struct ramfs_fs_info), GFP_KERNEL); in ramfs_fill_super()
216 sb->s_fs_info = fsi; in ramfs_fill_super()
217 if (!fsi) in ramfs_fill_super()
220 err = ramfs_parse_options(data, &fsi->mount_opts); in ramfs_fill_super()
231 inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0); in ramfs_fill_super()
/linux-4.1.27/arch/s390/kvm/
Dgaccess.c450 unsigned long fsi : 2; /* Access Exception Fetch/Store Indication */ member
473 tec_bits->fsi = write ? FSI_STORE : FSI_FETCH; in get_vcpu_asce()
909 tec_bits->fsi = FSI_STORE; in kvm_s390_check_low_addr_prot_real()
/linux-4.1.27/arch/arm/boot/dts/
Dr8a7740.dtsi642 "cmt1", "fsi", "iic1", "usbf", "sdhi0", "sdhi1",
Dsh73a0.dtsi873 "scifa6", "cmt1", "fsi", "irda", "iic1",