Searched refs:digi_send_break (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dpcxx.c177 static void digi_send_break(struct channel *ch, int msec);
2132 digi_send_break(ch, HZ/4); /* 1/4 second */
2141 digi_send_break(ch, arg ? arg*(HZ/10) : HZ/4);
2469 void digi_send_break(struct channel *ch, int msec) function
2480 * the user can't screw up the FEP by causing digi_send_break()
H A Depca.c231 static void digi_send_break(struct channel *ch, int msec);
3094 digi_send_break(ch, HZ/4); /* 1/4 second */
3107 digi_send_break(ch, arg ? arg*(HZ/10) : HZ/4);
3599 /* --------------------- Begin digi_send_break ----------------------- */
3601 void digi_send_break(struct channel *ch, int msec) function
3602 { /* Begin digi_send_break */
3613 the user can't screw up the FEP by causing digi_send_break()
3623 } /* End digi_send_break */

Completed in 48 milliseconds