Home
last modified time | relevance | path

Searched refs:proc_create_single_data (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/
H A Dproc_fs.h104 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode,
108 proc_create_single_data(name, mode, parent, show, NULL)
197 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) macro
/linux/arch/sparc/kernel/
H A Dioport.c339 proc_create_single_data("io_map", 0, NULL, sparc_io_proc_show, in register_proc_sparc_ioport()
341 proc_create_single_data("dvma_map", 0, NULL, sparc_io_proc_show, in register_proc_sparc_ioport()
/linux/fs/ext4/
H A Dsysfs.c624 proc_create_single_data("options", S_IRUGO, sbi->s_proc, in ext4_register_sysfs()
626 proc_create_single_data("es_shrinker_info", S_IRUGO, in ext4_register_sysfs()
629 proc_create_single_data("fc_info", 0444, sbi->s_proc, in ext4_register_sysfs()
633 proc_create_single_data("mb_stats", 0444, sbi->s_proc, in ext4_register_sysfs()
/linux/drivers/rtc/
H A Dproc.c84 proc_create_single_data("driver/rtc", 0, NULL, rtc_proc_show, in rtc_proc_add_device()
/linux/drivers/scsi/
H A Dmegaraid.c2741 proc_create_single_data("config", S_IRUSR, dir, in mega_create_proc_entry()
2743 proc_create_single_data("stat", S_IRUSR, dir, in mega_create_proc_entry()
2745 proc_create_single_data("mailbox", S_IRUSR, dir, in mega_create_proc_entry()
2748 proc_create_single_data("rebuild-rate", S_IRUSR, dir, in mega_create_proc_entry()
2750 proc_create_single_data("battery-status", S_IRUSR, dir, in mega_create_proc_entry()
2752 proc_create_single_data("diskdrives-ch0", S_IRUSR, dir, in mega_create_proc_entry()
2754 proc_create_single_data("diskdrives-ch1", S_IRUSR, dir, in mega_create_proc_entry()
2756 proc_create_single_data("diskdrives-ch2", S_IRUSR, dir, in mega_create_proc_entry()
2758 proc_create_single_data("diskdrives-ch3", S_IRUSR, dir, in mega_create_proc_entry()
2760 proc_create_single_data("raiddrives-0-9", S_IRUSR, dir, in mega_create_proc_entry()
[all …]
/linux/fs/proc/
H A Dproc_tty.c139 ent = proc_create_single_data(driver->driver_name, 0, proc_tty_driver, in proc_tty_register_driver()
H A Dgeneric.c665 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, in proc_create_single_data() function
678 EXPORT_SYMBOL(proc_create_single_data);
/linux/arch/mips/sibyte/common/
H A Dbus_watcher.c136 ent = proc_create_single_data("bus_watcher", S_IWUSR | S_IRUGO, NULL, in create_proc_decoder()
/linux/net/8021q/
H A Dvlanproc.c143 vlan->dent = proc_create_single_data(vlandev->name, S_IFREG | 0600, in vlan_proc_add_dev()
/linux/drivers/acpi/
H A Dbutton.c336 entry = proc_create_single_data(ACPI_BUTTON_FILE_STATE, S_IRUGO, in acpi_button_add_fs()
/linux/drivers/isdn/capi/
H A Dkcapi.c452 ctr->procent = proc_create_single_data(ctr->procfn, 0, NULL, in attach_capi_ctr()
/linux/drivers/block/
H A Dps3vram.c522 pde = proc_create_single_data(DEVICE_NAME, 0444, NULL, in ps3vram_proc_init()
/linux/drivers/usb/gadget/udc/
H A Dat91_udc.c240 udc->pde = proc_create_single_data(debug_filename, 0, NULL, in create_debug_file()
H A Dgoku_udc.c1817 proc_create_single_data(proc_node_name, 0, NULL, udc_proc_read, dev); in goku_probe()
/linux/drivers/macintosh/
H A Dvia-pmu.c552 proc_pmu_batt[i] = proc_create_single_data(title, 0, in via_pmu_dev_init()
/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c1793 proc_create_single_data("version", S_IRUGO, toshiba_proc_dir, in create_toshiba_proc_entries()
/linux/drivers/message/fusion/
H A Dmptbase.c2036 proc_create_single_data("info", S_IRUGO, dent, in mpt_attach()
2038 proc_create_single_data("summary", S_IRUGO, dent, in mpt_attach()