Searched refs:big_endian_desc (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/usb/
H A Dohci_pdriver.h12 * @big_endian_desc: BE descriptors
21 unsigned big_endian_desc:1; member in struct:usb_ohci_pdata
H A Dehci_pdriver.h34 unsigned big_endian_desc:1; member in struct:usb_ehci_pdata
/linux-master/drivers/usb/host/
H A Dohci.h538 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC) macro
540 #define big_endian_desc(ohci) 1 /* only big endian */ macro
543 #define big_endian_desc(ohci) 0 /* only little endian */ macro
594 return big_endian_desc(ohci) ?
601 return big_endian_desc(ohci) ?
608 return big_endian_desc(ohci) ?
615 return big_endian_desc(ohci) ?
623 return big_endian_desc(ohci) ?
630 return big_endian_desc(ohci) ?
637 return big_endian_desc(ohc
[all...]
H A Dehci-ppc-of.c156 ehci->big_endian_desc = 1;
161 ehci->big_endian_desc = 1;
H A Dehci-platform.c281 ehci->big_endian_desc = 1;
284 ehci->big_endian_mmio = ehci->big_endian_desc = 1;
328 if (pdata->big_endian_desc)
329 ehci->big_endian_desc = 1;
348 if (ehci->big_endian_desc) {
H A Dehci-grlib.c123 ehci->big_endian_desc = 1;
H A Dehci-xilinx-of.c165 ehci->big_endian_desc = 1;
H A Duhci-grlib.c42 uhci->big_endian_desc = 1;
H A Duhci-hcd.h429 unsigned int big_endian_desc:1; /* Big endian descriptors */ member in struct:uhci_hcd
689 #define uhci_big_endian_desc(u) ((u)->big_endian_desc)
H A Dehci.h212 unsigned big_endian_desc:1; member in struct:ehci_hcd
824 #define ehci_big_endian_desc(e) ((e)->big_endian_desc)
H A Dehci-fsl.c378 ehci->big_endian_desc = pdata->big_endian_desc;
H A Dohci-platform.c169 if (pdata->big_endian_desc)
H A Dfsl-mph-dr-of.c335 .big_endian_desc = 1,
/linux-master/include/linux/
H A Dfsl_devices.h88 unsigned big_endian_desc:1; member in struct:fsl_usb2_platform_data
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h489 unsigned big_endian_desc:1; member in struct:fsl_udc
H A Dfsl_udc_core.c85 * have BE USB descriptors should set pdata->big_endian_desc flag.
126 return udc_controller->pdata->big_endian_desc
133 return udc_controller->pdata->big_endian_desc

Completed in 173 milliseconds