Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H 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()