Home
last modified time | relevance | path

Searched refs:f_map (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
A Dxhci-debugfs.c235 const struct xhci_file_map *f_map = debugfs_get_aux(file); in xhci_ring_open() local
237 return single_open(file, f_map->show, inode->i_private); in xhci_ring_open()
312 const struct xhci_file_map *f_map = debugfs_get_aux(file); in xhci_context_open() local
314 return single_open(file, f_map->show, inode->i_private); in xhci_context_open()
709 struct xhci_file_map *f_map; in bw_context_open() local
713 f_map = &bw_context_files[i]; in bw_context_open()
715 if (strcmp(f_map->name, file_name) == 0) in bw_context_open()
719 return single_open(file, f_map->show, inode->i_private); in bw_context_open()
/drivers/usb/mtu3/
A Dmtu3_debugfs.c260 const struct mtu3_file_map *f_map = debugfs_get_aux(file); in mtu3_ep_open() local
262 return single_open(file, f_map->show, inode->i_private); in mtu3_ep_open()

Completed in 9 milliseconds