Lines Matching refs:idVendor
96 udev.idVendor, udev.idProduct); in get_exported_devices()
173 const char *idVendor; in list_devices() local
212 idVendor = udev_device_get_sysattr_value(dev, "idVendor"); in list_devices()
219 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices()
227 strtol(idVendor, NULL, 16), in list_devices()
231 print_device(busid, idVendor, idProduct, parsable); in list_devices()
262 uint16_t idVendor; in list_gadget_devices() local
297 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices()
298 sprintf(idVendor_buf, "0x%4x", idVendor); in list_gadget_devices()
300 sprintf(idProduct_buf, "0x%4x", idVendor); in list_gadget_devices()
305 le16toh(idVendor), in list_gadget_devices()