Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dhcd.h119 #define HCD_FLAG_INTF_AUTHORIZED 7 /* authorize interfaces? */ macro
138 ((hcd)->flags & (1U << HCD_FLAG_INTF_AUTHORIZED))
/Linux-v4.19/drivers/usb/core/
Dhcd.c951 set_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in interface_authorized_default_store()
953 clear_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in interface_authorized_default_store()
2777 set_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in usb_add_hcd()