Home
last modified time | relevance | path

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

/openbmc/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))
/openbmc/linux/drivers/usb/core/
H A Dsysfs.c976 set_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in interface_authorized_default_store()
978 clear_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in interface_authorized_default_store()
H A Dhcd.c2840 set_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in usb_add_hcd()