Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dhcd.h132 #define HCD_INTF_AUTHORIZED(hcd) \ macro
/openbmc/linux/drivers/usb/core/
H A Dsysfs.c953 return sysfs_emit(buf, "%u\n", !!HCD_INTF_AUTHORIZED(hcd)); in interface_authorized_default_show()
H A Dmessage.c2108 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()