/linux-4.1.27/arch/x86/kernel/ |
D | iosf_mbi.c | 242 d = debugfs_create_x32("mdr", 0660, iosf_dbg, &dbg_mdr); in iosf_sideband_debug_init() 247 debugfs_create_x32("mcrx", 0660, iosf_dbg, &dbg_mcrx); in iosf_sideband_debug_init()
|
D | kdebugfs.c | 89 type = debugfs_create_x32("type", S_IRUGO, d, &node->type); in create_setup_data_node()
|
/linux-4.1.27/include/linux/ |
D | debugfs.h | 87 struct dentry *debugfs_create_x32(const char *name, umode_t mode, 212 static inline struct dentry *debugfs_create_x32(const char *name, umode_t mode, in debugfs_create_x32() function
|
/linux-4.1.27/drivers/power/avs/ |
D | smartreflex.c | 941 (void) debugfs_create_x32("errweight", S_IRUGO, sr_info->dbg_dir, in omap_sr_probe() 943 (void) debugfs_create_x32("errmaxlimit", S_IRUGO, sr_info->dbg_dir, in omap_sr_probe() 967 (void) debugfs_create_x32(name, S_IRUGO | S_IWUSR, nvalue_dir, in omap_sr_probe() 971 (void) debugfs_create_x32(name, S_IRUGO | S_IWUSR, nvalue_dir, in omap_sr_probe()
|
/linux-4.1.27/drivers/acpi/ |
D | ec_sys.c | 128 if (!debugfs_create_x32("gpe", 0444, dev_dir, (u32 *)&first_ec->gpe)) in acpi_ec_add_debugfs()
|
/linux-4.1.27/drivers/acpi/apei/ |
D | einj.c | 747 fentry = debugfs_create_x32("flags", S_IRUSR | S_IWUSR, in einj_init() 768 fentry = debugfs_create_x32("notrigger", S_IRUSR | S_IWUSR, in einj_init() 781 fentry = debugfs_create_x32("vendor_flags", S_IRUSR | S_IWUSR, in einj_init()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 346 struct dentry *debugfs_create_x32(const char *name, umode_t mode, in debugfs_create_x32() function 358 EXPORT_SYMBOL_GPL(debugfs_create_x32);
|
/linux-4.1.27/drivers/mmc/core/ |
D | debugfs.c | 355 if (!debugfs_create_x32("state", S_IRUSR, root, &card->state)) in mmc_add_card_debugfs()
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_serial.c | 108 debugfs_create_x32("ser_state", S_IRUSR, in debugfs_init()
|
/linux-4.1.27/drivers/platform/x86/ |
D | asus-wmi.c | 1691 dent = debugfs_create_x32("method_id", S_IRUGO | S_IWUSR, in asus_wmi_debugfs_init() 1696 dent = debugfs_create_x32("dev_id", S_IRUGO | S_IWUSR, in asus_wmi_debugfs_init() 1701 dent = debugfs_create_x32("ctrl_param", S_IRUGO | S_IWUSR, in asus_wmi_debugfs_init()
|
/linux-4.1.27/net/mac80211/ |
D | debugfs_sta.c | 461 debugfs_create_x32("driver_buffered_tids", 0400, in ieee80211_sta_debugfs_add()
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 77 struct dentry *debugfs_create_x32(const char *name, umode_t mode,
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | clock.c | 1044 d = debugfs_create_x32("flags", S_IRUGO, c->dent, (u32 *)&c->flags); in clk_debugfs_register_one()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 50 debugfs_create_x32(buf, S_IRUSR|S_IWUSR, parent, addr); \ 594 debugfs_create_x32("last_seqstat", S_IRUSR, parent, &last_seqstat); in bfin_debug_mmrs_init()
|
/linux-4.1.27/drivers/mmc/host/ |
D | atmel-mci.c | 500 node = debugfs_create_x32("pending_events", S_IRUSR, root, in atmci_init_debugfs() 505 node = debugfs_create_x32("completed_events", S_IRUSR, root, in atmci_init_debugfs()
|
D | dw_mmc.c | 215 node = debugfs_create_x32("pending_events", S_IRUSR, root, in dw_mci_init_debugfs() 220 node = debugfs_create_x32("completed_events", S_IRUSR, root, in dw_mci_init_debugfs()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 339 f = debugfs_create_x32(tbl[i].name, tbl[i].mode, dbg, in wil6210_debugfs_init_offset()
|
/linux-4.1.27/drivers/hwmon/ |
D | asus_atk0110.c | 806 f = debugfs_create_x32("id", S_IRUSR | S_IWUSR, d, &data->debugfs.id); in atk_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | debug.c | 146 __tmp = debugfs_create_x32(#name, S_IWUSR | S_IRUSR, \
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 328 d = debugfs_create_x32("clk_flags", S_IRUGO, clk->dentry, in clk_debug_create_one()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 57 __tmp = debugfs_create_x32(#name, S_IWUSR | S_IRUSR, \
|