/Linux-v4.19/include/linux/ |
D | proc_fs.h | 38 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, 42 proc_create_single_data(name, mode, parent, show, NULL) 100 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) macro
|
/Linux-v4.19/kernel/irq/ |
D | proc.c | 362 proc_create_single_data("affinity_hint", 0444, desc->dir, in register_irq_proc() 369 proc_create_single_data("node", 0444, desc->dir, irq_node_proc_show, in register_irq_proc() 372 proc_create_single_data("effective_affinity", 0444, desc->dir, in register_irq_proc() 374 proc_create_single_data("effective_affinity_list", 0444, desc->dir, in register_irq_proc() 378 proc_create_single_data("spurious", 0444, desc->dir, in register_irq_proc()
|
/Linux-v4.19/drivers/nubus/ |
D | proc.c | 155 proc_create_single_data(name, S_IFREG | 0444, procdir, in nubus_proc_add_rsrc_mem() 169 proc_create_single_data(name, S_IFREG | 0444, procdir, in nubus_proc_add_rsrc()
|
/Linux-v4.19/arch/ia64/sn/kernel/sn2/ |
D | prominfo_proc.c | 196 proc_create_single_data("fit", 0, dir, proc_fit_show, in prominfo_init() 198 proc_create_single_data("version", 0, dir, proc_version_show, in prominfo_init()
|
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap_proc.c | 375 proc_create_single_data("debug", 0, local->proc, in hostap_init_proc() 378 proc_create_single_data("stats", 0, local->proc, prism2_stats_proc_show, in hostap_init_proc() 389 proc_create_single_data("crypt", 0, local->proc, prism2_crypt_proc_show, in hostap_init_proc() 392 proc_create_single_data("io_debug", 0, local->proc, in hostap_init_proc()
|
D | hostap_ap.c | 851 proc_create_single_data("ap_debug", 0, ap->proc, ap_debug_proc_show, ap); in hostap_init_ap_proc() 1083 sta->proc = proc_create_single_data( in handle_add_proc_queue()
|
/Linux-v4.19/fs/f2fs/ |
D | sysfs.c | 686 proc_create_single_data("segment_info", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs() 688 proc_create_single_data("segment_bits", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs() 690 proc_create_single_data("iostat_info", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs() 692 proc_create_single_data("victim_bits", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-proc.c | 113 proc_create_single_data("driver/rtc", 0, NULL, rtc_proc_show, in rtc_proc_add_device()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | ioport.c | 555 proc_create_single_data("io_map", 0, NULL, sparc_io_proc_show, in register_proc_sparc_ioport() 557 proc_create_single_data("dvma_map", 0, NULL, sparc_io_proc_show, in register_proc_sparc_ioport()
|
/Linux-v4.19/drivers/scsi/ |
D | megaraid.c | 2756 proc_create_single_data("config", S_IRUSR, dir, in mega_create_proc_entry() 2758 proc_create_single_data("stat", S_IRUSR, dir, in mega_create_proc_entry() 2760 proc_create_single_data("mailbox", S_IRUSR, dir, in mega_create_proc_entry() 2763 proc_create_single_data("rebuild-rate", S_IRUSR, dir, in mega_create_proc_entry() 2765 proc_create_single_data("battery-status", S_IRUSR, dir, in mega_create_proc_entry() 2767 proc_create_single_data("diskdrives-ch0", S_IRUSR, dir, in mega_create_proc_entry() 2769 proc_create_single_data("diskdrives-ch1", S_IRUSR, dir, in mega_create_proc_entry() 2771 proc_create_single_data("diskdrives-ch2", S_IRUSR, dir, in mega_create_proc_entry() 2773 proc_create_single_data("diskdrives-ch3", S_IRUSR, dir, in mega_create_proc_entry() 2775 proc_create_single_data("raiddrives-0-9", S_IRUSR, dir, in mega_create_proc_entry() [all …]
|
/Linux-v4.19/fs/proc/ |
D | proc_tty.c | 141 ent = proc_create_single_data(driver->driver_name, 0, proc_tty_driver, in proc_tty_register_driver()
|
D | generic.c | 613 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, in proc_create_single_data() function 626 EXPORT_SYMBOL(proc_create_single_data);
|
/Linux-v4.19/fs/ext4/ |
D | sysfs.c | 390 proc_create_single_data("options", S_IRUGO, sbi->s_proc, in ext4_register_sysfs() 392 proc_create_single_data("es_shrinker_info", S_IRUGO, in ext4_register_sysfs()
|
/Linux-v4.19/arch/mips/sibyte/common/ |
D | bus_watcher.c | 149 ent = proc_create_single_data("bus_watcher", S_IWUSR | S_IRUGO, NULL, in create_proc_decoder()
|
/Linux-v4.19/net/8021q/ |
D | vlanproc.c | 146 vlan->dent = proc_create_single_data(vlandev->name, S_IFREG | 0600, in vlan_proc_add_dev()
|
/Linux-v4.19/net/ipv6/ |
D | proc.c | 258 p = proc_create_single_data(idev->dev->name, 0444, in snmp6_register_dev()
|
/Linux-v4.19/drivers/acpi/ |
D | ac.c | 216 entry = proc_create_single_data(ACPI_AC_FILE_STATE, S_IRUGO, in acpi_ac_add_fs()
|
D | button.c | 300 entry = proc_create_single_data(ACPI_BUTTON_FILE_STATE, S_IRUGO, in acpi_button_add_fs()
|
D | battery.c | 1200 if (!proc_create_single_data("info", S_IRUGO, acpi_device_dir(device), in acpi_battery_add_fs() 1203 if (!proc_create_single_data("state", S_IRUGO, acpi_device_dir(device), in acpi_battery_add_fs()
|
/Linux-v4.19/fs/reiserfs/ |
D | procfs.c | 405 proc_create_single_data(name, 0, REISERFS_SB(sb)->procdir, func, sb); in add_file()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | salinfo.c | 605 *sdir++ = proc_create_single_data(salinfo_entries[i].name, 0, in salinfo_init()
|
D | palinfo.c | 939 proc_create_single_data(palinfo_entries[j].name, 0, cpu_dir, in palinfo_add_proc()
|
/Linux-v4.19/drivers/ide/ |
D | ide-proc.c | 480 ent = proc_create_single_data(p->name, p->mode, dir, p->show, data); in ide_add_proc_entries()
|
/Linux-v4.19/drivers/block/ |
D | ps3vram.c | 530 pde = proc_create_single_data(DEVICE_NAME, 0444, NULL, in ps3vram_proc_init()
|
/Linux-v4.19/drivers/isdn/capi/ |
D | kcapi.c | 537 ctr->procent = proc_create_single_data(ctr->procfn, 0, NULL, in attach_capi_ctr()
|