Lines Matching refs:idVendor
97 udev.idVendor, udev.idProduct); in get_exported_devices()
174 const char *idVendor; in list_devices() local
213 idVendor = udev_device_get_sysattr_value(dev, "idVendor"); in list_devices()
220 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices()
228 strtol(idVendor, NULL, 16), in list_devices()
232 print_device(busid, idVendor, idProduct, parsable); in list_devices()
263 uint16_t idVendor; in list_gadget_devices() local
298 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices()
299 sprintf(idVendor_buf, "0x%4x", idVendor); in list_gadget_devices()
301 sprintf(idProduct_buf, "0x%4x", idVendor); in list_gadget_devices()
306 le16toh(idVendor), in list_gadget_devices()