Searched refs:pl2303_type_data (Results 1 – 1 of 1) sorted by relevance
190 struct pl2303_type_data { struct200 const struct pl2303_type_data *type; argument212 static const struct pl2303_type_data pl2303_type_data[TYPE_COUNT] = { variable252 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_vendor_read()283 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_vendor_write()310 if (spriv->type == &pl2303_type_data[TYPE_HXN]) in pl2303_update_reg()504 dev_dbg(&serial->interface->dev, "device type: %s\n", pl2303_type_data[type].name); in pl2303_startup()510 spriv->type = &pl2303_type_data[type]; in pl2303_startup()812 static bool pl2303_enable_xonxoff(struct tty_struct *tty, const struct pl2303_type_data *type) in pl2303_enable_xonxoff()941 } else if (spriv->type == &pl2303_type_data[TYPE_HXN]) { in pl2303_set_termios()[all …]