Searched refs:debug_fops (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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.4.14/drivers/gpio/ |
D | gpio-tegra.c | 411 static const struct file_operations debug_fops = { variable 421 NULL, NULL, &debug_fops); in tegra_gpio_debuginit()
|
/linux-4.4.14/drivers/mfd/ |
D | tps65010.c | 304 static const struct file_operations debug_fops = { variable 311 #define DEBUG_FOPS &debug_fops
|
/linux-4.4.14/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.4.14/drivers/scsi/ |
D | sg.c | 2370 static const struct file_operations debug_fops = { variable 2392 {"debug", &debug_fops},
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 465 static const struct file_operations debug_fops = { variable 482 pd->dfs_d_root, pd, &debug_fops); in pkt_debugfs_dev_new()
|