Searched refs:fops (Results 1 – 20 of 20) sorted by relevance
/arch/powerpc/kernel/ |
D | rtas_flash.c | 660 const struct file_operations fops; member 668 .fops.read = rtas_flash_read_msg, 669 .fops.write = rtas_flash_write, 670 .fops.release = rtas_flash_release, 671 .fops.llseek = default_llseek, 677 .fops.read = rtas_flash_read_num, 678 .fops.write = rtas_flash_write, 679 .fops.release = rtas_flash_release, 680 .fops.llseek = default_llseek, 686 .fops.read = validate_flash_read, [all …]
|
/arch/arc/kernel/ |
D | arc_hostlink.c | 50 .fops = &arc_hl_fops
|
/arch/blackfin/mach-bf561/ |
D | coreb.c | 60 .fops = &coreb_fops,
|
/arch/xtensa/platforms/iss/ |
D | simdisk.c | 265 static const struct file_operations fops = { variable 297 dev->gd->fops = &simdisk_ops; in simdisk_setup() 304 dev->procfile = proc_create_data(tmp, 0644, procdir, &fops, dev); in simdisk_setup()
|
/arch/um/drivers/ |
D | mmapper_kern.c | 99 .fops = &mmapper_fops
|
D | harddog_kern.c | 176 .fops = &harddog_fops,
|
D | ubd_kern.c | 816 disk->fops = &ubd_blops; in ubd_disk_register()
|
/arch/m68k/mvme16x/ |
D | rtc.c | 153 .fops = &rtc_fops
|
/arch/s390/crypto/ |
D | prng.c | 161 .fops = &prng_fops,
|
/arch/m68k/bvme6000/ |
D | rtc.c | 163 .fops = &rtc_fops
|
/arch/m68k/emu/ |
D | nfblock.c | 133 dev->disk->fops = &nfhd_ops; in nfhd_init_one()
|
/arch/powerpc/sysdev/ |
D | axonram.c | 231 bank->disk->fops = &axon_ram_devops; in axon_ram_probe()
|
/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 127 const struct file_operations *fops, umode_t mode, in spufs_new_file() argument 143 inode->i_fop = fops; in spufs_new_file()
|
/arch/x86/kernel/ |
D | microcode_core.c | 248 .fops = µcode_fops,
|
/arch/arm/vfp/ |
D | vfpdouble.c | 1110 static struct op fops[16] = { variable 1137 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_double_cpdo()
|
D | vfpsingle.c | 1155 static struct op fops[16] = { variable 1182 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_single_cpdo()
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_gpt.c | 669 .fops = &mpc52xx_wdt_fops,
|
/arch/sparc/kernel/ |
D | mdesc.c | 941 .fops = &mdesc_fops,
|
/arch/arm/kernel/ |
D | etm.c | 441 .fops = &etb_fops,
|
/arch/blackfin/kernel/ |
D | debug-mmrs.c | 468 #define _D_SPORT(name, perms, fops) \ argument 471 debugfs_create_file(buf, perms, parent, (void *)(base + SPORT_OFF(name)), fops); \
|