Home
last modified time | relevance | path

Searched refs:EVENT_RX_HALT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/rc/
Dmceusb.c521 # define EVENT_RX_HALT 1 macro
1334 mceusb_defer_kevent(ir, EVENT_RX_HALT); in mceusb_dev_recv()
1476 if (test_bit(EVENT_RX_HALT, &ir->kevent_flags)) { in mceusb_deferred_kevent()
1489 clear_bit(EVENT_RX_HALT, &ir->kevent_flags); in mceusb_deferred_kevent()
1495 clear_bit(EVENT_RX_HALT, &ir->kevent_flags); in mceusb_deferred_kevent()
1518 clear_bit(EVENT_RX_HALT, &ir->kevent_flags); in mceusb_deferred_kevent()
/Linux-v5.4/drivers/net/usb/
Dusbnet.c506 !test_bit (EVENT_RX_HALT, &dev->flags) && in rx_submit()
510 usbnet_defer_kevent (dev, EVENT_RX_HALT); in rx_submit()
599 usbnet_defer_kevent (dev, EVENT_RX_HALT); in rx_complete()
655 !test_bit (EVENT_RX_HALT, &dev->flags) && in rx_complete()
1159 if (test_bit (EVENT_RX_HALT, &dev->flags)) { in usbnet_deferred_kevent()
1174 clear_bit (EVENT_RX_HALT, &dev->flags); in usbnet_deferred_kevent()
1558 !test_bit(EVENT_RX_HALT, &dev->flags)) { in usbnet_bh()
1918 !test_bit(EVENT_RX_HALT, &dev->flags)) in usbnet_resume()
Dlan78xx.c335 #define EVENT_RX_HALT 1 macro
3214 !test_bit(EVENT_RX_HALT, &dev->flags) && in rx_submit()
3222 lan78xx_defer_kevent(dev, EVENT_RX_HALT); in rx_submit()
3273 lan78xx_defer_kevent(dev, EVENT_RX_HALT); in rx_complete()
3308 !test_bit(EVENT_RX_HALT, &dev->flags) && in rx_complete()
3507 !test_bit(EVENT_RX_HALT, &dev->flags)) in lan78xx_bh()
3540 if (test_bit(EVENT_RX_HALT, &dev->flags)) { in lan78xx_delayedwork()
3556 clear_bit(EVENT_RX_HALT, &dev->flags); in lan78xx_delayedwork()
/Linux-v5.4/include/linux/usb/
Dusbnet.h73 # define EVENT_RX_HALT 1 macro