Home
last modified time | relevance | path

Searched refs:EVENT_DEV_OPEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dusbnet.h76 # define EVENT_DEV_OPEN 7 macro
/linux-4.1.27/drivers/net/usb/
Dusbnet.c783 clear_bit(EVENT_DEV_OPEN, &dev->flags); in usbnet_stop()
885 set_bit(EVENT_DEV_OPEN, &dev->flags); in usbnet_open()
1033 if (!test_bit(EVENT_DEV_OPEN, &dev->flags)) in __handle_link_change()
1834 if (test_bit(EVENT_DEV_OPEN, &dev->flags)) { in usbnet_resume()