Lines Matching defs:push
117 struct delayed_work push;
364 struct gs_port *port = container_of(w, struct gs_port, push);
398 /* push data to (open) tty */
438 * in the tty and ldisc (not here). If we couldn't push any
445 schedule_delayed_work(&port->push, 1);
461 schedule_delayed_work(&port->push, 0);
715 * let the push tasklet fire again until we're re-opened.
828 schedule_delayed_work(&port->push, 0);
1168 INIT_DELAYED_WORK(&port->push, gs_rx_push);
1196 cancel_delayed_work_sync(&port->push);