Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Dxhci-debugfs.c238 struct xhci_file_map *f_map; in xhci_ring_open() local
242 f_map = &ring_files[i]; in xhci_ring_open()
244 if (strcmp(f_map->name, file_name) == 0) in xhci_ring_open()
248 return single_open(file, f_map->show, inode->i_private); in xhci_ring_open()
323 struct xhci_file_map *f_map; in xhci_context_open() local
327 f_map = &context_files[i]; in xhci_context_open()
329 if (strcmp(f_map->name, file_name) == 0) in xhci_context_open()
333 return single_open(file, f_map->show, inode->i_private); in xhci_context_open()
/linux-6.3-rc2/drivers/usb/mtu3/
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()

Completed in 6 milliseconds