Home
last modified time | relevance | path

Searched refs:rs_work (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c280 struct work_struct rs_work; member
1037 struct max310x_one *one = container_of(ws, struct max310x_one, rs_work); in max310x_rs_proc()
1068 schedule_work(&one->rs_work); in max310x_rs485_config()
1426 INIT_WORK(&s->p[i].rs_work, max310x_rs_proc); in max310x_probe()
1488 cancel_work_sync(&s->p[i].rs_work); in max310x_remove()