/arch/s390/kernel/ |
D | sysinfo.c | 524 const struct file_operations *fops; member 529 {.fops = &stsi_1_1_1_fs_ops, .name = "1_1_1"}, 530 {.fops = &stsi_1_2_1_fs_ops, .name = "1_2_1"}, 531 {.fops = &stsi_1_2_2_fs_ops, .name = "1_2_2"}, 532 {.fops = &stsi_2_2_1_fs_ops, .name = "2_2_1"}, 533 {.fops = &stsi_2_2_2_fs_ops, .name = "2_2_2"}, 534 {.fops = &stsi_3_2_2_fs_ops, .name = "3_2_2"}, 535 {.fops = &stsi_15_1_2_fs_ops, .name = "15_1_2"}, 536 {.fops = &stsi_15_1_3_fs_ops, .name = "15_1_3"}, 537 {.fops = &stsi_15_1_4_fs_ops, .name = "15_1_4"}, [all …]
|
D | perf_cpum_cf.c | 1204 .fops = &cfset_fops,
|
/arch/x86/kernel/cpu/mce/ |
D | inject.c | 653 const struct file_operations *fops; member 656 { .name = "status", .fops = &status_fops, .perm = S_IRUSR | S_IWUSR }, 657 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR }, 658 { .name = "addr", .fops = &addr_fops, .perm = S_IRUSR | S_IWUSR }, 659 { .name = "synd", .fops = &synd_fops, .perm = S_IRUSR | S_IWUSR }, 660 { .name = "ipid", .fops = &ipid_fops, .perm = S_IRUSR | S_IWUSR }, 661 { .name = "bank", .fops = &bank_fops, .perm = S_IRUSR | S_IWUSR }, 662 { .name = "flags", .fops = &flags_fops, .perm = S_IRUSR | S_IWUSR }, 663 { .name = "cpu", .fops = &extcpu_fops, .perm = S_IRUSR | S_IWUSR }, 664 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH }, [all …]
|
/arch/arc/kernel/ |
D | arc_hostlink.c | 47 .fops = &arc_hl_fops
|
/arch/um/drivers/ |
D | harddog_kern.c | 172 .fops = &harddog_fops,
|
D | mmapper_kern.c | 100 .fops = &mmapper_fops
|
D | ubd_kern.c | 864 disk->fops = &ubd_blops; in ubd_disk_register()
|
/arch/x86/kernel/ |
D | machine_kexec_64.c | 376 if (!image->fops || !image->fops->load) in arch_kexec_kernel_image_load() 379 return image->fops->load(image, image->kernel_buf, in arch_kexec_kernel_image_load()
|
/arch/m68k/mvme16x/ |
D | rtc.c | 154 .fops = &rtc_fops
|
/arch/m68k/bvme6000/ |
D | rtc.c | 164 .fops = &rtc_fops
|
/arch/x86/kernel/cpu/sgx/ |
D | driver.c | 143 .fops = &sgx_encl_fops,
|
D | virt.c | 250 .fops = &sgx_vepc_fops,
|
D | main.c | 769 .fops = &sgx_provision_fops,
|
/arch/m68k/emu/ |
D | nfblock.c | 128 dev->disk->fops = &nfhd_ops; in nfhd_init_one()
|
/arch/s390/crypto/ |
D | prng.c | 804 .fops = &prng_sha512_fops, 812 .fops = &prng_tdes_fops,
|
/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 110 const struct file_operations *fops, umode_t mode, in spufs_new_file() argument 126 inode->i_fop = fops; in spufs_new_file()
|
/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 336 .fops = &opal_prd_fops,
|
/arch/xtensa/platforms/iss/ |
D | simdisk.c | 280 dev->gd->fops = &simdisk_ops; in simdisk_setup()
|
/arch/arm/vfp/ |
D | vfpdouble.c | 1112 static struct op fops[16] = { variable 1139 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_double_cpdo()
|
D | vfpsingle.c | 1157 static struct op fops[16] = { variable 1184 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 | 659 .fops = &mpc52xx_wdt_fops,
|
/arch/s390/pci/ |
D | pci_clp.c | 658 .fops = &clp_misc_fops,
|
/arch/sparc/kernel/ |
D | mdesc.c | 1315 .fops = &mdesc_fops,
|