Home
last modified time | relevance | path

Searched refs:debugfs_get_aux (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Ddebugfs.h165 void *debugfs_get_aux(const struct file *file);
329 void *debugfs_get_aux(const struct file *file); in debugfs_lookup_and_remove()
473 #define debugfs_get_aux_num(f) (unsigned long)debugfs_get_aux(f)
/linux/drivers/usb/mtu3/
H A Dmtu3_debugfs.c260 const struct mtu3_file_map *f_map = debugfs_get_aux(file); in mtu3_ep_open()
284 const struct debugfs_reg32 *regs = debugfs_get_aux(sf->file); in mtu3_probe_show()
302 const struct debugfs_reg32 *regs = debugfs_get_aux(file); in mtu3_probe_write()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c210 dfops = debugfs_get_aux(file); in b43legacy_debugfs_read()
276 dfops = debugfs_get_aux(file); in b43legacy_debugfs_write()
/linux/block/
H A Dblk-mq-debugfs.c526 void *data = debugfs_get_aux(m->file); in blk_mq_debugfs_show()
536 void *data = debugfs_get_aux(file); in blk_mq_debugfs_write()
551 void *data = debugfs_get_aux(file); in blk_mq_debugfs_open()
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c513 dfops = debugfs_get_aux(file); in b43_debugfs_read()
574 dfops = debugfs_get_aux(file); in b43_debugfs_write()
/linux/drivers/usb/host/
H A Dxhci-debugfs.c235 const struct xhci_file_map *f_map = debugfs_get_aux(file); in xhci_ring_open()
312 const struct xhci_file_map *f_map = debugfs_get_aux(file); in xhci_context_open()
/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c77 dfops = debugfs_get_aux(file); in carl9170_debugfs_read()
129 dfops = debugfs_get_aux(file); in carl9170_debugfs_write()
/linux/drivers/net/netdevsim/
H A Dhwstats.c346 hwsfops = debugfs_get_aux(file); in nsim_dev_hwstats_do_write()
/linux/fs/debugfs/
H A Dfile.c50 void *debugfs_get_aux(const struct file *file) in debugfs_get_aux() function
54 EXPORT_SYMBOL_GPL(debugfs_get_aux);
/linux/drivers/staging/greybus/
H A Dcamera.c1131 file->private_data = debugfs_get_aux(file); in gb_camera_debugfs_open()