Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c35 if((xr_usb_serial->DeviceProduct&0xfff0) == 0x1400) in xr_usb_serial_set_reg()
48 else if((xr_usb_serial->DeviceProduct == 0x1410) || in xr_usb_serial_set_reg()
49 (xr_usb_serial->DeviceProduct == 0x1412) || in xr_usb_serial_set_reg()
50 (xr_usb_serial->DeviceProduct == 0x1414)) in xr_usb_serial_set_reg()
64 else if(xr_usb_serial->DeviceProduct == 0x1411) in xr_usb_serial_set_reg()
76 else if((xr_usb_serial->DeviceProduct == 0x1420)|| in xr_usb_serial_set_reg()
77 (xr_usb_serial->DeviceProduct == 0x1422)|| in xr_usb_serial_set_reg()
78 (xr_usb_serial->DeviceProduct == 0x1424)) in xr_usb_serial_set_reg()
105 if((xr_usb_serial->DeviceProduct&0xfff0) == 0x1400) in xr_usb_serial_set_reg_ext()
117 else if((xr_usb_serial->DeviceProduct == 0x1410) || in xr_usb_serial_set_reg_ext()
[all …]
H A Dxr_usb_serial_common.h158 unsigned short DeviceProduct; member
H A Dxr_usb_serial_common.c1559 xr_usb_serial->DeviceProduct = id->idProduct; in xr_usb_serial_probe()
1561 if((xr_usb_serial->DeviceProduct&0xfff0) == 0x1410) in xr_usb_serial_probe()
1565 else if((xr_usb_serial->DeviceProduct&0xfff0) == 0x1420) in xr_usb_serial_probe()