Searched refs:sc16is7xx_one (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | sc16is7xx.c | 303 struct sc16is7xx_one { struct 319 struct sc16is7xx_one p[0]; argument 322 #define to_sc16is7xx_one(p,e) ((container_of((p), struct sc16is7xx_one, e))) 644 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, tx_work); in sc16is7xx_wq_proc() 654 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_stop_tx() 676 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_stop_rx() 686 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_start_tx() 718 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, md_work); in sc16is7xx_md_proc() 728 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_set_mctrl() 1055 sizeof(struct sc16is7xx_one) * devtype->nr_uart, in sc16is7xx_probe()
|