Searched refs:max310x_one (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | max310x.c | 255 struct max310x_one { struct 270 struct max310x_one p[0]; argument 764 struct max310x_one *one = container_of(port, struct max310x_one, port); in max310x_start_tx() 826 struct max310x_one *one = container_of(ws, struct max310x_one, tx_work); in max310x_wq_proc() 854 struct max310x_one *one = container_of(ws, struct max310x_one, md_work); in max310x_md_proc() 864 struct max310x_one *one = container_of(port, struct max310x_one, port); in max310x_set_mctrl() 962 struct max310x_one *one = container_of(ws, struct max310x_one, rs_work); in max310x_rs_proc() 987 struct max310x_one *one = container_of(port, struct max310x_one, port); in max310x_rs485_config() 1204 sizeof(struct max310x_one) * devtype->nr, GFP_KERNEL); in max310x_probe()
|