Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dhcd.h113 #define HCD_FLAG_INTF_AUTHORIZED 7 /* authorize interfaces? */ macro
133 ((hcd)->flags & (1U << HCD_FLAG_INTF_AUTHORIZED))
/linux/drivers/usb/core/
H A Dhcd.c2853 set_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in usb_add_hcd()