Home
last modified time | relevance | path

Searched refs:ep_addr (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c1257 __u8 ep_addr; in ap_probe() local
1305 ep_addr = endpoint->bEndpointAddress; in ap_probe()
1309 es2->cport_in.endpoint = ep_addr; in ap_probe()
1312 es2->arpc_endpoint_in = ep_addr; in ap_probe()
1317 ep_addr); in ap_probe()
1323 es2->cport_out_endpoint = ep_addr; in ap_probe()
1328 ep_addr); in ap_probe()
1334 ep_addr); in ap_probe()
/kernel/linux/linux-6.6/drivers/greybus/
H A Des2.c1252 __u8 ep_addr; in ap_probe() local
1300 ep_addr = endpoint->bEndpointAddress; in ap_probe()
1304 es2->cport_in.endpoint = ep_addr; in ap_probe()
1307 es2->arpc_endpoint_in = ep_addr; in ap_probe()
1312 ep_addr); in ap_probe()
1318 es2->cport_out_endpoint = ep_addr; in ap_probe()
1323 ep_addr); in ap_probe()
1329 ep_addr); in ap_probe()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1921 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local
1967 ep_addr = ep->desc.bEndpointAddress; in hfcsusb_probe()
1970 idx = ((ep_addr & 0x7f) - 1) * 2; in hfcsusb_probe()
1974 if (ep_addr & 0x80) in hfcsusb_probe()
2031 ep_addr = ep->desc.bEndpointAddress; in hfcsusb_probe()
2033 idx = ((ep_addr & 0x7f) - 1) * 2; in hfcsusb_probe()
2034 if (ep_addr & 0x80) in hfcsusb_probe()
2051 if (ep_addr & 0x80) in hfcsusb_probe()
2061 if (ep_addr & 0x80) in hfcsusb_probe()
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1921 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local
1967 ep_addr = ep->desc.bEndpointAddress; in hfcsusb_probe()
1970 idx = ((ep_addr & 0x7f) - 1) * 2; in hfcsusb_probe()
1974 if (ep_addr & 0x80) in hfcsusb_probe()
2031 ep_addr = ep->desc.bEndpointAddress; in hfcsusb_probe()
2033 idx = ((ep_addr & 0x7f) - 1) * 2; in hfcsusb_probe()
2034 if (ep_addr & 0x80) in hfcsusb_probe()
2051 if (ep_addr & 0x80) in hfcsusb_probe()
2061 if (ep_addr & 0x80) in hfcsusb_probe()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dusb.c214 * @ep_addr: the endpoint address (number and direction) to find
221 const struct usb_interface *intf, unsigned int ep_addr) in usb_find_endpoint()
229 if (ep->desc.bEndpointAddress == ep_addr) in usb_find_endpoint()
220 usb_find_endpoint( const struct usb_interface *intf, unsigned int ep_addr) usb_find_endpoint() argument
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dusb.c214 * @ep_addr: the endpoint address (number and direction) to find
221 const struct usb_interface *intf, unsigned int ep_addr) in usb_find_endpoint()
229 if (ep->desc.bEndpointAddress == ep_addr) in usb_find_endpoint()
220 usb_find_endpoint( const struct usb_interface *intf, unsigned int ep_addr) usb_find_endpoint() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c176 static inline void set_index(struct s3c_hsudc *hsudc, int ep_addr) in set_index() argument
178 ep_addr &= USB_ENDPOINT_NUMBER_MASK; in set_index()
179 writel(ep_addr, hsudc->regs + S3C_IR); in set_index()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfhci-sched.c240 ed->ep_addr, ed->mode, ed->speed, td->toggle)) { in add_packet()
710 ed->ep_addr = usb_pipeendpoint(urb->pipe); in fhci_queue_urb()
H A Dfhci.h325 u8 ep_addr; /* endpoint address */ member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfhci-sched.c240 ed->ep_addr, ed->mode, ed->speed, td->toggle)) { in add_packet()
710 ed->ep_addr = usb_pipeendpoint(urb->pipe); in fhci_queue_urb()
H A Dfhci.h325 u8 ep_addr; /* endpoint address */ member
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/
H A Dpci.c1847 resource_size_t ep_addr = 0; in ppc4xx_configure_pciex_PIMs() local
1871 out_le32(mbase + PCI_BASE_ADDRESS_0, RES_TO_U32_LOW(ep_addr)); in ppc4xx_configure_pciex_PIMs()
1872 out_le32(mbase + PCI_BASE_ADDRESS_1, RES_TO_U32_HIGH(ep_addr)); in ppc4xx_configure_pciex_PIMs()
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/
H A Dpci.c1845 resource_size_t ep_addr = 0; in ppc4xx_configure_pciex_PIMs() local
1869 out_le32(mbase + PCI_BASE_ADDRESS_0, RES_TO_U32_LOW(ep_addr)); in ppc4xx_configure_pciex_PIMs()
1870 out_le32(mbase + PCI_BASE_ADDRESS_1, RES_TO_U32_HIGH(ep_addr)); in ppc4xx_configure_pciex_PIMs()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.c105 * @ep_addr: endpoint address for which endpoint object is required
108 u8 cdns3_ep_addr_to_index(u8 ep_addr) in cdns3_ep_addr_to_index() argument
110 return (((ep_addr & 0x7F)) + ((ep_addr & USB_DIR_IN) ? 16 : 0)); in cdns3_ep_addr_to_index()
H A Dgadget.h1353 u8 cdns3_ep_addr_to_index(u8 ep_addr);
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-gadget.c107 * @ep_addr: endpoint address for which endpoint object is required
110 u8 cdns3_ep_addr_to_index(u8 ep_addr) in cdns3_ep_addr_to_index() argument
112 return (((ep_addr & 0x7F)) + ((ep_addr & USB_DIR_IN) ? 16 : 0)); in cdns3_ep_addr_to_index()
H A Dcdns3-gadget.h1356 u8 cdns3_ep_addr_to_index(u8 ep_addr);

Completed in 37 milliseconds