Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dusbnet.h76 # define EVENT_LINK_CHANGE 11 macro
/linux/drivers/net/usb/
H A Dusbnet.c83 [EVENT_LINK_CHANGE] = "EVENT_LINK_CHANGE",
1121 clear_bit(EVENT_LINK_CHANGE, &dev->flags); in __handle_link_change()
1244 if (test_bit (EVENT_LINK_CHANGE, &dev->flags)) in usbnet_deferred_kevent()
2011 usbnet_defer_kevent(dev, EVENT_LINK_CHANGE); in usbnet_link_change()