Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dhcd.h146 #define HCD_INTF_AUTHORIZED(hcd) \ macro
/linux-5.19.10/drivers/usb/core/
Dsysfs.c960 return sprintf(buf, "%u\n", !!HCD_INTF_AUTHORIZED(hcd)); in interface_authorized_default_show()
Dmessage.c2072 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()