Searched refs:EVENT_DEV_ASLEEP (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/usb/
H A Dusbnet.h71 # define EVENT_DEV_ASLEEP 6 macro
/linux-master/drivers/net/usb/
H A Dusbnet.c81 [EVENT_DEV_ASLEEP] = "EVENT_DEV_ASLEEP",
520 !test_bit (EVENT_DEV_ASLEEP, &dev->flags)) {
1441 if (test_bit(EVENT_DEV_ASLEEP, &dev->flags)) {
1885 set_bit(EVENT_DEV_ASLEEP, &dev->flags);
1934 clear_bit(EVENT_DEV_ASLEEP, &dev->flags);
H A Dlan78xx.c395 #define EVENT_DEV_ASLEEP 7 macro
3382 if (test_bit(EVENT_DEV_ASLEEP, &dev->flags))
3728 !test_bit(EVENT_DEV_ASLEEP, &dev->flags)) {
3932 if (test_bit(EVENT_DEV_ASLEEP, &dev->flags)) {
4060 if (test_bit(EVENT_DEV_ASLEEP, &dev->flags)) {
4801 set_bit(EVENT_DEV_ASLEEP, &dev->flags);
4848 set_bit(EVENT_DEV_ASLEEP, &dev->flags);
4962 clear_bit(EVENT_DEV_ASLEEP, &dev->flags);
4984 clear_bit(EVENT_DEV_ASLEEP, &dev->flags);

Completed in 112 milliseconds