Searched refs:ep_addr (Results 1 – 7 of 7) sorted by relevance
1248 __u8 ep_addr; in ap_probe() local1293 ep_addr = endpoint->bEndpointAddress; in ap_probe()1297 es2->cport_in.endpoint = ep_addr; in ap_probe()1300 es2->arpc_endpoint_in = ep_addr; in ap_probe()1305 ep_addr); in ap_probe()1311 es2->cport_out_endpoint = ep_addr; in ap_probe()1316 ep_addr); in ap_probe()1322 ep_addr); in ap_probe()
135 static const u8 ep_addr[] = { in kalmia_bind() local144 if (!usb_check_bulk_endpoints(intf, ep_addr)) in kalmia_bind()
174 u8 ep_addr[2] = {b_ep, 0}; in thrustmaster_interrupts() local176 if (!usb_check_int_endpoints(usbif, ep_addr)) { in thrustmaster_interrupts()
222 const struct usb_interface *intf, unsigned int ep_addr) in usb_find_endpoint() argument230 if (ep->desc.bEndpointAddress == ep_addr) in usb_find_endpoint()
1739 resource_size_t ep_addr = 0; in ppc4xx_configure_pciex_PIMs() local1763 out_le32(mbase + PCI_BASE_ADDRESS_0, RES_TO_U32_LOW(ep_addr)); in ppc4xx_configure_pciex_PIMs()1764 out_le32(mbase + PCI_BASE_ADDRESS_1, RES_TO_U32_HIGH(ep_addr)); in ppc4xx_configure_pciex_PIMs()
1356 u8 cdns3_ep_addr_to_index(u8 ep_addr);
110 u8 cdns3_ep_addr_to_index(u8 ep_addr) in cdns3_ep_addr_to_index() argument112 return (((ep_addr & 0x7F)) + ((ep_addr & USB_DIR_IN) ? 16 : 0)); in cdns3_ep_addr_to_index()