Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-debugfs.c239 struct xhci_file_map *f_map; in xhci_ring_open() local
243 f_map = &ring_files[i]; in xhci_ring_open()
245 if (strcmp(f_map->name, file_name) == 0) in xhci_ring_open()
249 return single_open(file, f_map->show, inode->i_private); in xhci_ring_open()
324 struct xhci_file_map *f_map; in xhci_context_open() local
328 f_map = &context_files[i]; in xhci_context_open()
330 if (strcmp(f_map->name, file_name) == 0) in xhci_context_open()
334 return single_open(file, f_map->show, inode->i_private); in xhci_context_open()
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_debugfs.c260 const struct mtu3_file_map *f_map; in mtu3_ep_open() local
264 f_map = &mtu3_ep_files[i]; in mtu3_ep_open()
266 if (strcmp(f_map->name, file_name) == 0) in mtu3_ep_open()
270 return single_open(file, f_map->show, inode->i_private); in mtu3_ep_open()