Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dhcd.h135 #define HCD_INTF_AUTHORIZED(hcd) \ macro
/linux-4.4.14/drivers/usb/core/
Dmessage.c1846 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
Dhcd.c905 return sprintf(buf, "%u\n", !!HCD_INTF_AUTHORIZED(hcd)); in interface_authorized_default_show()