Searched refs:transmit (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/gnu/dts/arm/
H A Dimx6q-cubox-i.dts16 fsl,transmit-level-mV = <1104>;
17 fsl,transmit-boost-mdB = <0>;
18 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-hummingboard.dts17 fsl,transmit-level-mV = <1025>;
18 fsl,transmit-boost-mdB = <3330>;
19 fsl,transmit-atten-16ths = <9>;
/freebsd-10-stable/sys/i386/include/
H A Dcserial.h29 unsigned long tintr; /* transmit interrupts */
88 #define ER_UNDERRUN 6 /* transmit fifo underrun */
172 * Invert receive and transmit clock.
267 * Query/set the timeout to recover after transmit interrupt loss.
301 * Invert transmit clock.
448 int (*transmit) (chan_t *h, struct sk_buff *skb); member in struct:_chan_t
480 int (*transmit) (chan_t *h, lysap_buf_t *b); member in struct:_chan_t::lysap_t
497 void (*transmit) (chan_t *h); member in struct:_proto_t
/freebsd-10-stable/sys/dev/wl/
H A Dif_wl_i82586.h151 * Specific defines for the transmit action command.
234 transmit_t transmit; member in union:__anon10184::__anon10185
/freebsd-10-stable/sys/dev/ce/
H A Dceddk.h76 void (*transmit) (struct _ce_chan_t*, void*, int); member in struct:_ce_chan_t
133 #define GSYN_INT 0 /* internal transmit clock source */
134 #define GSYN_RCV 1 /* transmit clock source = receive */
H A Dceddk.c298 CE_DDK_DEBUG (c->board, c, ("Another transmit error: %x\n",
306 if (c->transmit)
307 c->transmit (c, 0, len);
653 c->transmit = func;
/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmds.c63 static void transmit(FILE *, char *, char *);
293 transmit(fp, value(EOFWRITE), NULL);
303 transmit(FILE *fp, char *eofchars, char *command) function
426 transmit(fp, "\04", line);
/freebsd-10-stable/sys/boot/fdt/dts/arm/
H A Dvybrid.dtsi335 edma-src-transmit = < 9 >;
/freebsd-10-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c584 void transmit(struct params *p) function
658 /* transmit */
661 transmit(&p);
/freebsd-10-stable/sys/dev/cp/
H A Dcpddk.h25 #define NTBUF 4 /* the number of transmit buffers per channel */
69 cp_desc_t tdesc [NTBUF]; /* transmit buffer descriptors */
71 unsigned char tbuffer [NTBUF] [BUFSZ]; /* transmit buffers */
111 #define GSYN_INT 0 /* internal transmit clock source */
112 #define GSYN_RCV 1 /* transmit clock source = receive */
149 unsigned long tintr; /* transmit interrupts */
192 unsigned char *tbuf [NTBUF]; /* transmit buffers */
193 cp_desc_t *tdesc; /* transmit buffer descriptors */
194 unsigned long tphys [NTBUF]; /* transmit buffer phys address */
195 unsigned long tdphys [NTBUF]; /* transmit desc
210 void (*transmit) (struct _cp_chan_t *c, void *tag, int len); member in struct:_cp_chan_t
[all...]
/freebsd-10-stable/contrib/ntp/ntpdate/
H A Dntpdate.c203 static void transmit (struct server *);
651 * transmit - transmit a packet to the given server, or mark it completed.
656 transmit( function
683 printf("transmit(%s)\n", stoa(&server->srcadr));
717 printf("transmit auth to %s\n",
725 printf("transmit to %s\n", stoa(&server->srcadr));
729 * Update the server timeout and transmit count
913 * Shift this data in, then schedule another transmit.
1469 transmit(serve
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_timer.c53 * queue for expiries which are dispatched to the transmit procedure.
97 * Stats. Number of overflows and number of calls to transmit().
344 transmit(p);
H A Dntp_proto.c360 * transmit - transmit procedure called by poll timeout
363 transmit( function
404 * sys_beacon seconds we are to transmit unconditionally, but
427 * Pool associations transmit unicast solicitations when there
550 * Do not transmit if in broadcast client mode.
616 l_fp p_xmt; /* transmit timestamp */
1197 ** the transmit timestamp saved in the client state variables,
1200 ** The transmit timestamp functions as a nonce to verify that the
1201 ** response corresponds to the original request. The transmit
[all...]
/freebsd-10-stable/contrib/ntp/include/
H A Dntpd.h221 extern void transmit (struct peer *);
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src1905 # Mode is the "set" state. In Cursor Mode, the cursor keys transmit
1907 # Mode, the cursor keys transmit "Esc O <code>" sequences. Application Mode
1910 # applications such as vi will always transmit the <smkx> string. Therefore,
1916 # always transmit the <rmkx> string to the terminal before they exit.
1923 # the numeric and punctuation keys transmit ASCII 7-bit characters, and the
1926 # all the keypad keys transmit "Esc O {code}" sequences. The PF1 - PF4 keys
1938 # applications which transmit the <smkx> string will also always transmit the
4163 # with NumLock set (to make the keypad transmit kf0-kf9).
5737 # transmit anythin
[all...]

Completed in 331 milliseconds