Searched refs:f_map (Results 1 – 2 of 2) sorted by relevance
235 const struct xhci_file_map *f_map = debugfs_get_aux(file); in xhci_ring_open() local237 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() local314 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() local713 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()
260 const struct mtu3_file_map *f_map = debugfs_get_aux(file); in mtu3_ep_open() local262 return single_open(file, f_map->show, inode->i_private); in mtu3_ep_open()
Completed in 9 milliseconds