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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_serial.h47 int (*send_break)(struct gserial *p, int duration); member in struct:gserial
H A Du_serial.c986 if (gser && gser->send_break)
987 status = gser->send_break(gser, duration);
H A Df_acm.c765 acm->port.send_break = acm_send_break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/jsm/
H A Djsm.h112 void (*send_break) (struct jsm_channel *ch); member in struct:board_ops
H A Djsm_neo.c1405 .send_break = neo_send_break,
H A Djsm_tty.c179 channel->ch_bd->bd_ops->send_break(channel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c934 static void send_break(struct m68k_serial * info, unsigned int duration) function
973 send_break(info, 250); /* 1/4 second */
980 send_break(info, arg ? arg*(100) : 250);
H A D68360serial.c1317 static void send_break(ser_info_t *info, unsigned int duration) function
1358 send_break(info, 250); /* 1/4 second */
1370 send_break(info, arg ? arg*100 : 250);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dserial167.c1321 static void send_break(struct cyclades_port *info, int duration) function
1329 } /* send_break */
1479 send_break(info, HZ / 4); /* 1/4 second */
1486 send_break(info, arg ? arg * (HZ / 10) : HZ / 4);
H A Dtty_io.c2359 * send_break - performed time break
2371 static int send_break(struct tty_struct *tty, unsigned int duration) function
2575 return send_break(tty, 250);
2578 return send_break(tty, arg ? arg*100 : 250);

Completed in 214 milliseconds