Lines Matching refs:ch341_private

94 struct ch341_private {  struct
181 static int ch341_get_divisor(struct ch341_private *priv, speed_t speed) in ch341_get_divisor()
246 struct ch341_private *priv, in ch341_set_baudrate_lcr()
297 static int ch341_get_status(struct usb_device *dev, struct ch341_private *priv) in ch341_get_status()
322 static int ch341_configure(struct usb_device *dev, struct ch341_private *priv) in ch341_configure()
356 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_detect_quirks()
404 struct ch341_private *priv; in ch341_port_probe()
407 priv = kzalloc(sizeof(struct ch341_private), GFP_KERNEL); in ch341_port_probe()
437 struct ch341_private *priv; in ch341_port_remove()
447 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_carrier_raised()
455 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_dtr_rts()
478 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_open()
516 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_set_termios()
596 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_simulate_break()
661 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_break_ctl()
709 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_tiocmset()
731 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_update_status()
809 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_tiocmget()
835 struct ch341_private *priv; in ch341_reset_resume()