Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/usb/
Dusbnet.h86 static inline bool usbnet_going_away(struct usbnet *ubn) in usbnet_going_away() argument
88 return test_bit(EVENT_UNPLUG, &ubn->flags); in usbnet_going_away()
91 static inline void usbnet_mark_going_away(struct usbnet *ubn) in usbnet_mark_going_away() argument
93 set_bit(EVENT_UNPLUG, &ubn->flags); in usbnet_mark_going_away()