Home
last modified time | relevance | path

Searched refs:debugfs_create_file_aux (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/netdevsim/
H A Dhwstats.c430 debugfs_create_file_aux("enable_ifindex", 0200, hwstats->l3_ddir, hwstats, in nsim_dev_hwstats_init()
432 debugfs_create_file_aux("disable_ifindex", 0200, hwstats->l3_ddir, hwstats, in nsim_dev_hwstats_init()
434 debugfs_create_file_aux("fail_next_enable", 0200, hwstats->l3_ddir, hwstats, in nsim_dev_hwstats_init()
/linux/include/linux/
H A Ddebugfs.h133 #define debugfs_create_file_aux(name, mode, parent, data, aux, fops) \ macro
271 static inline struct dentry *debugfs_create_file_aux(const char *name, in debugfs_create_file_aux() function
473 debugfs_create_file_aux(name, mode, parent, data, \
/linux/drivers/usb/host/
H A Dxhci-debugfs.c428 debugfs_create_file_aux(files[i].name, 0444, parent, in xhci_debugfs_create_files()
/linux/drivers/staging/greybus/
H A Dcamera.c1167 debugfs_create_file_aux(entry->name, entry->mask, in gb_camera_debugfs_init()