| /linux/include/linux/ |
| H A D | proc_fs.h | 104 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 D | ioport.c | 339 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/drivers/rtc/ |
| H A D | proc.c | 84 proc_create_single_data("driver/rtc", 0, NULL, rtc_proc_show, in rtc_proc_add_device()
|
| /linux/fs/f2fs/ |
| H A D | sysfs.c | 1960 proc_create_single_data("segment_info", 0444, sbi->s_proc, in f2fs_register_sysfs() 1962 proc_create_single_data("segment_bits", 0444, sbi->s_proc, in f2fs_register_sysfs() 1965 proc_create_single_data("iostat_info", 0444, sbi->s_proc, in f2fs_register_sysfs() 1968 proc_create_single_data("victim_bits", 0444, sbi->s_proc, in f2fs_register_sysfs() 1970 proc_create_single_data("discard_plist_info", 0444, sbi->s_proc, in f2fs_register_sysfs() 1972 proc_create_single_data("disk_map", 0444, sbi->s_proc, in f2fs_register_sysfs() 1974 proc_create_single_data("donation_list", 0444, sbi->s_proc, in f2fs_register_sysfs() 1977 proc_create_single_data("inject_stats", 0444, sbi->s_proc, in f2fs_register_sysfs()
|
| /linux/fs/proc/ |
| H A D | proc_tty.c | 139 ent = proc_create_single_data(driver->driver_name, 0, proc_tty_driver, in proc_tty_register_driver()
|
| H A D | generic.c | 665 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 D | bus_watcher.c | 136 ent = proc_create_single_data("bus_watcher", S_IWUSR | S_IRUGO, NULL, in create_proc_decoder()
|
| /linux/net/8021q/ |
| H A D | vlanproc.c | 143 vlan->dent = proc_create_single_data(vlandev->name, S_IFREG | 0600, in vlan_proc_add_dev()
|
| /linux/drivers/acpi/ |
| H A D | button.c | 334 entry = proc_create_single_data(ACPI_BUTTON_FILE_STATE, S_IRUGO, in acpi_button_add_fs()
|
| /linux/drivers/block/ |
| H A D | ps3vram.c | 524 pde = proc_create_single_data(DEVICE_NAME, 0444, NULL, in ps3vram_proc_init()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | goku_udc.c | 1817 proc_create_single_data(proc_node_name, 0, NULL, udc_proc_read, dev); in goku_probe()
|
| H A D | at91_udc.c | 240 udc->pde = proc_create_single_data(debug_filename, 0, NULL, in create_debug_file()
|
| /linux/drivers/macintosh/ |
| H A D | via-pmu.c | 552 proc_pmu_batt[i] = proc_create_single_data(title, 0, in via_pmu_dev_init()
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 2036 proc_create_single_data("info", S_IRUGO, dent, in mpt_attach() 2038 proc_create_single_data("summary", S_IRUGO, dent, in mpt_attach()
|