Lines Matching defs:push
118 struct delayed_work push;
363 struct gs_port *port = container_of(w, struct gs_port, push);
397 /* push data to (open) tty */
437 * in the tty and ldisc (not here). If we couldn't push any
444 schedule_delayed_work(&port->push, 1);
460 schedule_delayed_work(&port->push, 0);
718 * let the push async work fire again until we're re-opened.
831 schedule_delayed_work(&port->push, 0);
1171 INIT_DELAYED_WORK(&port->push, gs_rx_push);
1199 cancel_delayed_work_sync(&port->push);