Searched refs:to_sc16is7xx_one (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | sc16is7xx.c | 363 #define to_sc16is7xx_one(p,e) ((container_of((p), struct sc16is7xx_one, e))) macro 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() 464 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_ier_clear() 477 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_ier_set() [all …]
|