Lines Matching refs:sc16is7xx_port
321 struct sc16is7xx_port { struct
343 #define to_sc16is7xx_port(p,e) ((container_of((p), struct sc16is7xx_port, e))) argument
355 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_read()
366 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_write()
374 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_read()
385 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_write()
404 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_update()
493 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_baud()
558 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_rx()
635 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_tx()
678 static bool sc16is7xx_port_irq(struct sc16is7xx_port *s, int portno) in sc16is7xx_port_irq()
715 struct sc16is7xx_port *s = (struct sc16is7xx_port *)dev_id; in sc16is7xx_irq()
800 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_ier_clear()
820 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_start_tx()
845 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_mctrl()
863 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_termios()
958 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_config_rs485()
991 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_startup()
1051 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_shutdown()
1069 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_type()
1131 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_get()
1141 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_set()
1151 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_direction_input()
1162 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_direction_output()
1186 struct sc16is7xx_port *s; in sc16is7xx_probe()
1369 struct sc16is7xx_port *s = dev_get_drvdata(dev); in sc16is7xx_remove()