Home
last modified time | relevance | path

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

/linux-6.15/drivers/fwctl/pds/
H A Dmain.c185 struct pds_fwctl_query_data_endpoint *ep_entry; in pdsfc_init_endpoints() local
201 ep_entry = (struct pds_fwctl_query_data_endpoint *)pdsfc->endpoints->entries; in pdsfc_init_endpoints()
204 pdsfc->endpoint_info[i].endpoint = le32_to_cpu(ep_entry[i].id); in pdsfc_init_endpoints()
/linux-6.15/drivers/usb/host/
H A Dxhci.c2439 struct list_head *ep_entry; in xhci_check_bw_table() local
2441 ep_entry = bw_table->interval_bw[i].endpoints.next; in xhci_check_bw_table()
2442 virt_ep = list_entry(ep_entry, in xhci_check_bw_table()