Home
last modified time | relevance | path

Searched refs:usb_ists (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Ddebug.h17 u32 usb_ists) in cdns3_decode_usb_irq()
21 ret = sprintf(str, "IRQ %08x = ", usb_ists); in cdns3_decode_usb_irq()
23 if (usb_ists & (USB_ISTS_CON2I | USB_ISTS_CONI)) { in cdns3_decode_usb_irq()
27 if (usb_ists & USB_ISTS_DIS2I || usb_ists & USB_ISTS_DISI) in cdns3_decode_usb_irq()
29 if (usb_ists & USB_ISTS_L2ENTI) in cdns3_decode_usb_irq()
31 if (usb_ists & USB_ISTS_L1ENTI) in cdns3_decode_usb_irq()
33 if (usb_ists & USB_ISTS_L1EXTI) in cdns3_decode_usb_irq()
35 if (usb_ists & USB_ISTS_L2ENTI) in cdns3_decode_usb_irq()
37 if (usb_ists in cdns3_decode_usb_irq()
15 cdns3_decode_usb_irq(char *str, enum usb_device_speed speed, u32 usb_ists) cdns3_decode_usb_irq() argument
[all...]
H A Dtrace.h98 TP_PROTO(struct cdns3_device *priv_dev, u32 usb_ists),
99 TP_ARGS(priv_dev, usb_ists),
102 __field(u32, usb_ists)
107 __entry->usb_ists = usb_ists;
110 __entry->usb_ists))
114 TP_PROTO(struct cdns3_device *priv_dev, u32 usb_ists),
115 TP_ARGS(priv_dev, usb_ists)
H A Dgadget.c1826 * @usb_ists: bitmap representation of device's reported interrupts
1827 * (usb_ists register value)
1830 u32 usb_ists)
1835 trace_cdns3_usb_irq(priv_dev, usb_ists);
1836 if (usb_ists & USB_ISTS_L1ENTI) {
1847 if (usb_ists & (USB_ISTS_CON2I | USB_ISTS_CONI)) {
1855 if (usb_ists & (USB_ISTS_DIS2I | USB_ISTS_DISI)) {
1864 if (usb_ists & (USB_ISTS_L2ENTI | USB_ISTS_U3ENTI)) {
1873 if (usb_ists & (USB_ISTS_L2EXTI | USB_ISTS_U3EXTI)) {
1883 if (usb_ists
[all...]
H A Dgadget.h29 * @usb_ists: USB Interrupt Status.
77 __le32 usb_ists; member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-debug.h17 u32 usb_ists) in cdns3_decode_usb_irq()
21 ret = sprintf(str, "IRQ %08x = ", usb_ists); in cdns3_decode_usb_irq()
23 if (usb_ists & (USB_ISTS_CON2I | USB_ISTS_CONI)) { in cdns3_decode_usb_irq()
27 if (usb_ists & USB_ISTS_DIS2I || usb_ists & USB_ISTS_DISI) in cdns3_decode_usb_irq()
29 if (usb_ists & USB_ISTS_L2ENTI) in cdns3_decode_usb_irq()
31 if (usb_ists & USB_ISTS_L1ENTI) in cdns3_decode_usb_irq()
33 if (usb_ists & USB_ISTS_L1EXTI) in cdns3_decode_usb_irq()
35 if (usb_ists & USB_ISTS_L2ENTI) in cdns3_decode_usb_irq()
37 if (usb_ists in cdns3_decode_usb_irq()
15 cdns3_decode_usb_irq(char *str, enum usb_device_speed speed, u32 usb_ists) cdns3_decode_usb_irq() argument
[all...]
H A Dcdns3-trace.h98 TP_PROTO(struct cdns3_device *priv_dev, u32 usb_ists),
99 TP_ARGS(priv_dev, usb_ists),
102 __field(u32, usb_ists)
106 __entry->usb_ists = usb_ists;
109 __entry->usb_ists))
113 TP_PROTO(struct cdns3_device *priv_dev, u32 usb_ists),
114 TP_ARGS(priv_dev, usb_ists)
H A Dcdns3-gadget.c1831 * @usb_ists: bitmap representation of device's reported interrupts
1832 * (usb_ists register value)
1835 u32 usb_ists)
1840 trace_cdns3_usb_irq(priv_dev, usb_ists);
1841 if (usb_ists & USB_ISTS_L1ENTI) {
1852 if (usb_ists & (USB_ISTS_CON2I | USB_ISTS_CONI)) {
1860 if (usb_ists & (USB_ISTS_DIS2I | USB_ISTS_DISI)) {
1869 if (usb_ists & (USB_ISTS_L2ENTI | USB_ISTS_U3ENTI)) {
1878 if (usb_ists & (USB_ISTS_L2EXTI | USB_ISTS_U3EXTI)) {
1888 if (usb_ists
[all...]
H A Dcdns3-gadget.h30 * @usb_ists: USB Interrupt Status.
78 __le32 usb_ists; member

Completed in 19 milliseconds