Searched refs:send_break (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dsimcons.c117 int flip = 0, send_break = 0;
132 send_break = 1;
134 send_break = 1;
137 if (send_break) {
114 int flip = 0, send_break = 0; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm.h111 void (*send_break) (struct jsm_channel *ch); member in struct:board_ops
H A Djsm_neo.c1422 .send_break = neo_send_break,
H A Djsm_tty.c171 channel->ch_bd->bd_ops->send_break(channel);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c956 static void send_break(struct m68k_serial * info, unsigned int duration) function
995 send_break(info, 250); /* 1/4 second */
1002 send_break(info, arg ? arg*(100) : 250);
H A Dmcfserial.c972 static void send_break( struct mcf_serial * info, int duration) function
1049 send_break(info, HZ/4); /* 1/4 second */
1056 send_break(info, arg ? arg*(HZ/10) : HZ/4);
H A D68360serial.c1318 static void send_break(ser_info_t *info, unsigned int duration) function
1359 send_break(info, 250); /* 1/4 second */
1371 send_break(info, arg ? arg*100 : 250);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dserial167.c1416 static void send_break(struct cyclades_port *info, int duration) function
1424 } /* send_break */
1573 send_break(info, HZ / 4); /* 1/4 second */
1580 send_break(info, arg ? arg * (HZ / 10) : HZ / 4);
H A Dtty_io.c3081 * send_break - performed time break
3093 static int send_break(struct tty_struct *tty, unsigned int duration) function
3300 return send_break(tty, 250);
3303 return send_break(tty, arg ? arg*100 : 250);

Completed in 183 milliseconds