Searched refs:to_sc16is7xx_one (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 347 #define to_sc16is7xx_one(p,e) ((container_of((p), struct sc16is7xx_one, e))) macro 351 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_line() 711 struct uart_port *port = &(to_sc16is7xx_one(ws, tx_work)->port); in sc16is7xx_tx_proc() 742 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc() 768 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_ier_clear() 788 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_start_tx() 813 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_set_mctrl() 921 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_config_rs485()
|