Lines Matching refs:usb_dev
286 query_usb_device_info(pl->path, &profile->usb_dev); in qmidevice_detect()
287 if (profile->usb_dev.idVendor == CM_INVALID_VAL) in qmidevice_detect()
290 if (profile->usb_dev.idVendor == 0x2c7c || profile->usb_dev.idVendor == 0x05c6) { in qmidevice_detect()
292 rootdir, ent->d_name, profile->usb_dev.idVendor, profile->usb_dev.idProduct, in qmidevice_detect()
293 profile->usb_dev.busnum, profile->usb_dev.devnum); in qmidevice_detect()
300 for (netIntf = 0; netIntf < (profile->usb_dev.bNumInterfaces + 8); netIntf++) { in qmidevice_detect()
342 if (profile->usb_dev.idVendor == 0x2c7c) { //Quectel in qmidevice_detect()
343 if ((profile->usb_dev.idProduct&0xFF00) == 0x0900) //unisoc in qmidevice_detect()
345 else if ((profile->usb_dev.idProduct&0xF000) == 0x8000) //hisi in qmidevice_detect()
347 else if ((profile->usb_dev.idProduct&0xFF00) == 0x6000) //asr in qmidevice_detect()
503 …evpath, sizeof(devpath), "/dev/bus/usb/%03d/%03d", profile->usb_dev.busnum, profile->usb_dev.devnu… in reattach_driver()
555 snprintf(filter, sizeof(filter), ":%d:%03d:", profile->usb_dev.busnum, profile->usb_dev.devnum); in catch_log()
595 …snprintf(usbmon_path, sizeof(usbmon_path), "/sys/kernel/debug/usb/usbmon/%du", profile->usb_dev.bu… in ql_capture_usbmon_log()