Home
last modified time | relevance | path

Searched refs:ep0_data (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h248 __le16 ep0_data; member
H A Dfotg210-udc.c741 fotg210->ep0_data = cpu_to_le16(1 << USB_DEVICE_SELF_POWERED); in fotg210_get_status()
744 fotg210->ep0_data = cpu_to_le16(0); in fotg210_get_status()
749 fotg210->ep0_data = in fotg210_get_status()
761 fotg210->ep0_req->buf = &fotg210->ep0_data; in fotg210_get_status()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h102 u16 ep0_data; /* for internal request */ member
H A Dm66592-udc.h477 __le16 ep0_data; /* for internal request */ member
H A Dfusb300_udc.h664 __le16 ep0_data; member
H A Dfusb300_udc.c714 fusb300->ep0_data = cpu_to_le16(status); in get_status()
715 fusb300->ep0_req->buf = &fusb300->ep0_data; in get_status()
H A Dm66592-udc.c991 m66592->ep0_data = cpu_to_le16(status); in get_status()
992 m66592->ep0_req->buf = &m66592->ep0_data; in get_status()
H A Dr8a66597-udc.c1188 r8a66597->ep0_data = cpu_to_le16(status); in get_status()
1189 r8a66597->ep0_req->buf = &r8a66597->ep0_data; in get_status()
/openbmc/u-boot/include/usb/
H A Dfotg210.h65 uint32_t ep0_data; /* 0x1d0: EP0 Setup Packet PIO Register */ member
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c352 tmp[0] = readl(&regs->ep0_data); in fotg210_setup()
353 tmp[1] = readl(&regs->ep0_data); in fotg210_setup()