/linux-4.4.14/sound/soc/sh/ |
D | fsi.c | 245 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 …]
|
D | Makefile | 8 snd-soc-fsi-objs := fsi.o 12 obj-$(CONFIG_SND_SOC_SH4_FSI) += snd-soc-fsi.o
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 248 struct pts_fs_info *fsi = DEVPTS_SB(sb); in mknod_ptmx() local 249 struct pts_mount_opts *opts = &fsi->mount_opts; in mknod_ptmx() 261 if (fsi->ptmx_dentry) { in mknod_ptmx() 292 fsi->ptmx_dentry = dentry; in mknod_ptmx() 299 static void update_ptmx_mode(struct pts_fs_info *fsi) in update_ptmx_mode() argument 302 if (fsi->ptmx_dentry) { in update_ptmx_mode() 303 inode = d_inode(fsi->ptmx_dentry); in update_ptmx_mode() 304 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode() 308 static inline void update_ptmx_mode(struct pts_fs_info *fsi) in update_ptmx_mode() argument 317 struct pts_fs_info *fsi = DEVPTS_SB(sb); in devpts_remount() local [all …]
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 1349 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.4.14/fs/tracefs/ |
D | inode.c | 215 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.4.14/fs/debugfs/ |
D | inode.c | 121 struct debugfs_fs_info *fsi = sb->s_fs_info; in debugfs_apply_options() local 123 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_apply_options() 137 struct debugfs_fs_info *fsi = sb->s_fs_info; in debugfs_remount() local 140 err = debugfs_parse_options(data, &fsi->mount_opts); in debugfs_remount() 152 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info; in debugfs_show_options() local 153 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_show_options() 197 struct debugfs_fs_info *fsi; in debug_fill_super() local 202 fsi = kzalloc(sizeof(struct debugfs_fs_info), GFP_KERNEL); in debug_fill_super() 203 sb->s_fs_info = fsi; in debug_fill_super() 204 if (!fsi) { in debug_fill_super() [all …]
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 209 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.4.14/arch/s390/kvm/ |
D | gaccess.c | 450 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.4.14/arch/arm/boot/dts/ |
D | r8a7740.dtsi | 643 "cmt1", "fsi", "iic1", "usbf", "sdhi0", "sdhi1",
|
D | sh73a0.dtsi | 876 "scifa6", "cmt1", "fsi", "irda", "iic1",
|