Searched refs:debug_fops (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | pm-debug.c | 172 static const struct file_operations debug_fops = { variable 268 d, (void *)DEBUG_FILE_COUNTERS, &debug_fops); in pm_dbg_init() 270 d, (void *)DEBUG_FILE_TIMERS, &debug_fops); in pm_dbg_init()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-tegra.c | 576 static const struct file_operations debug_fops = { variable 586 NULL, NULL, &debug_fops); in tegra_gpio_debuginit()
|
/linux-4.1.27/drivers/mfd/ |
D | tps65010.c | 304 static const struct file_operations debug_fops = { variable 311 #define DEBUG_FOPS &debug_fops
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 1124 static const struct file_operations debug_fops = { variable 1135 S_IRUGO, NULL, dev, &debug_fops); \
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 464 static const struct file_operations debug_fops = { variable 481 pd->dfs_d_root, pd, &debug_fops); in pkt_debugfs_dev_new()
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 2364 static const struct file_operations debug_fops = { variable 2386 {"debug", &debug_fops},
|