Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dusbnet.h85 # define EVENT_LINK_CHANGE 11 macro
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dusbnet.c1080 clear_bit(EVENT_LINK_CHANGE, &dev->flags); in __handle_link_change()
1201 if (test_bit (EVENT_LINK_CHANGE, &dev->flags)) in usbnet_deferred_kevent()
1957 usbnet_defer_kevent(dev, EVENT_LINK_CHANGE); in usbnet_link_change()
H A Dsmsc95xx.c1071 usbnet_defer_kevent(dev, EVENT_LINK_CHANGE); in smsc95xx_handle_link_change()