Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dpl2303.c188 struct pl2303_type_data { struct
198 const struct pl2303_type_data *type;
210 static const struct pl2303_type_data pl2303_type_data[TYPE_COUNT] = { variable
250 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_vendor_read()
281 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_vendor_write()
308 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_update_reg()
481 dev_dbg(&serial->interface->dev, "device type: %s\n", pl2303_type_data[type].name); in pl2303_startup()
487 spriv->type = &pl2303_type_data[type]; in pl2303_startup()
777 static bool pl2303_enable_xonxoff(struct tty_struct *tty, const struct pl2303_type_data *typ
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dpl2303.c185 struct pl2303_type_data { struct
193 const struct pl2303_type_data *type;
205 static const struct pl2303_type_data pl2303_type_data[TYPE_COUNT] = { variable
228 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_vendor_read()
259 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_vendor_write()
286 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_update_reg()
404 spriv->type = &pl2303_type_data[type]; in pl2303_startup()
649 static bool pl2303_enable_xonxoff(struct tty_struct *tty, const struct pl2303_type_data *type) in pl2303_enable_xonxoff()
790 } else if (spriv->type == &pl2303_type_data[TYPE_HX in pl2303_set_termios()
[all...]

Completed in 3 milliseconds