Searched refs:sc16is7xx_one (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | sc16is7xx.c | 327 struct sc16is7xx_one { struct 351 struct sc16is7xx_one p[]; argument 363 #define to_sc16is7xx_one(p,e) ((container_of((p), struct sc16is7xx_one, e))) 367 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_port_read() 377 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_port_write() 384 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_fifo_read() 391 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_fifo_write() 406 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_port_update() 434 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_efr_lock() 450 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_efr_unlock() [all …]
|