Searched defs:send_break (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/gadget/
H A Du_serial.h45 int (*send_break)(struct gserial *p, int duration); member in struct:gserial
/drivers/tty/serial/
H A D68328serial.c898 static void send_break(struct m68k_serial * info, unsigned int duration) function
936 send_break(info, 250); /* 1/4 second */
943 send_break(info, arg ? arg*(100) : 250);
/drivers/staging/serial/
H A D68360serial.c1370 static void send_break(ser_info_t *info, unsigned int duration) function
1435 send_break(info, 250); /* 1/4 second */
1447 send_break(info, arg ? arg*100 : 250);
/drivers/tty/serial/jsm/
H A Djsm.h111 void (*send_break) (struct jsm_channel *ch); member in struct:board_ops
/drivers/tty/
H A Dtty_io.c2478 * send_break - performed time break
2490 static int send_break(struct tty_struct *tty, unsigned int duration) function
2717 return send_break(tty, 250);
2720 return send_break(tty, arg ? arg*100 : 250);

Completed in 309 milliseconds