Searched refs:debugfs_get_aux (Results 1 – 9 of 9) sorted by relevance
166 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)
260 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()
210 dfops = debugfs_get_aux(file); in b43legacy_debugfs_read()276 dfops = debugfs_get_aux(file); in b43legacy_debugfs_write()
235 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()
513 dfops = debugfs_get_aux(file); in b43_debugfs_read()574 dfops = debugfs_get_aux(file); in b43_debugfs_write()
349 hwsfops = debugfs_get_aux(file); in nsim_dev_hwstats_do_write()
77 dfops = debugfs_get_aux(file); in carl9170_debugfs_read()129 dfops = debugfs_get_aux(file); in carl9170_debugfs_write()
50 const void *debugfs_get_aux(const struct file *file) in debugfs_get_aux() function54 EXPORT_SYMBOL_GPL(debugfs_get_aux);
1131 file->private_data = (void *)debugfs_get_aux(file); in gb_camera_debugfs_open()