Searched refs:pl2303_vendor_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/serial/
H A Dpl2303.c242 static int pl2303_vendor_read(struct usb_serial *serial, u16 value, function
309 ret = pl2303_vendor_read(serial, reg, buf);
311 ret = pl2303_vendor_read(serial, reg | 0x80, buf);
500 pl2303_vendor_read(serial, 0x8484, buf);
502 pl2303_vendor_read(serial, 0x8484, buf);
503 pl2303_vendor_read(serial, 0x8383, buf);
504 pl2303_vendor_read(serial, 0x8484, buf);
506 pl2303_vendor_read(serial, 0x8484, buf);
507 pl2303_vendor_read(serial, 0x8383, buf);

Completed in 107 milliseconds