Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-debugfs.c236 struct xhci_file_map *f_map; in xhci_ring_open() local
240 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() local
321 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()