Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddebugfs.h166 const void *debugfs_get_aux(const struct file *file);
333 void *debugfs_get_aux(const struct file *file);
477 #define debugfs_get_aux_num(f) (unsigned long)debugfs_get_aux(f)
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/drivers/net/netdevsim/
H A Dhwstats.c349 hwsfops = debugfs_get_aux(file); in nsim_dev_hwstats_do_write()
/linux-6.15/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-6.15/fs/debugfs/
H A Dfile.c50 const void *debugfs_get_aux(const struct file *file) in debugfs_get_aux() function
54 EXPORT_SYMBOL_GPL(debugfs_get_aux);
/linux-6.15/drivers/staging/greybus/
H A Dcamera.c1131 file->private_data = (void *)debugfs_get_aux(file); in gb_camera_debugfs_open()