Lines Matching refs:value
242 static int pl2303_vendor_read(struct usb_serial *serial, u16 value,
257 value, 0, buf, 1, 100);
260 value, res);
267 dev_dbg(dev, "%s - [%04x] = %02x\n", __func__, value, buf[0]);
272 static int pl2303_vendor_write(struct usb_serial *serial, u16 value, u16 index)
279 dev_dbg(dev, "%s - [%04x] = %02x\n", __func__, value, index);
288 value, index, NULL, 0, 100);
291 value, res);
552 static int pl2303_set_control_lines(struct usb_serial_port *port, u8 value)
557 dev_dbg(&port->dev, "%s - %02x\n", __func__, value);
561 value, 0, NULL, 0, 100);
819 /* For reference buf[0]:buf[3] baud rate value */