Searched refs:f_map (Results 1 – 1 of 1) sorted by relevance
236 struct xhci_file_map *f_map; in xhci_ring_open() local240 f_map = &ring_files[i]; in xhci_ring_open()242 if (strcmp(f_map->name, file_name) == 0) in xhci_ring_open()246 return single_open(file, f_map->show, inode->i_private); in xhci_ring_open()317 struct xhci_file_map *f_map; in xhci_context_open() local321 f_map = &context_files[i]; in xhci_context_open()323 if (strcmp(f_map->name, file_name) == 0) in xhci_context_open()327 return single_open(file, f_map->show, inode->i_private); in xhci_context_open()