Searched refs:deviceIdProduct (Results 1 – 1 of 1) sorted by relevance
752 const std::string &deviceIdProduct) { in canProductAutoSuspend() argument754 deviceIdProduct == GOOGLE_USBC_35_ADAPTER_UNPLUGGED_ID_STR) { in canProductAutoSuspend()762 std::string deviceIdProduct; in canUsbDeviceAutoSuspend() local764 readFile(devicePath + "/idProduct", &deviceIdProduct); in canUsbDeviceAutoSuspend()767 return canProductAutoSuspend(deviceIdVendor, deviceIdProduct); in canUsbDeviceAutoSuspend()