Searched full:f_map (Results 1 – 1 of 1) 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()