Searched refs:rpstart (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c419 int i, error, lenread, lenwrote, nkid, rpstart, addr; local
430 rpstart = 0;
441 if (rpstart)
460 rpstart = 0;
463 rpstart = 1; /* Next message gets repeated start */
/freebsd-11-stable/sys/dev/ichiic/
H A Dig4_iic.c370 bool rpstart; local
460 rpstart = false;
473 rpstart = false;
481 rpstart, stop);
484 rpstart, stop);
488 rpstart = !stop;
/freebsd-11-stable/sys/dev/rp/
H A Drp.c569 static void rpstart(struct tty *);
689 rpstart(tp);
698 .tsw_outwakeup = rpstart,
1086 rpstart(struct tty *tp) function

Completed in 126 milliseconds