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

/freebsd-13-stable/sys/dev/ce/
H A Dceddk.h139 } ce_chan_t; typedef in typeref:struct:_ce_chan_t
150 ce_chan_t chan[NCHAN];
164 void ce_set_dtr (ce_chan_t *c, int on);
165 void ce_set_rts (ce_chan_t *c, int on);
166 int ce_get_cd (ce_chan_t *c);
167 int ce_get_cts (ce_chan_t *c);
168 int ce_get_dsr (ce_chan_t *c);
170 int ce_transmit_space (ce_chan_t *c);
171 int ce_send_packet (ce_chan_t *c, unsigned char *buf, int len, void *tag);
172 void ce_start_chan (ce_chan_t *
[all...]
H A Dceddk.c142 static void _ce_set_ts (ce_chan_t *c, unsigned long ts);
143 static void _ce_submit_configure_e1 (ce_chan_t *c, char *rname);
201 void ce_set_dtr (ce_chan_t *c, int on)
206 void ce_set_rts (ce_chan_t *c, int on)
215 ce_chan_t *c;
225 c = (ce_chan_t *)req->sys;
277 ce_chan_t *c;
284 c = (ce_chan_t *)req->sys;
311 int ce_transmit_space (ce_chan_t *c)
316 int ce_send_packet (ce_chan_t *
649 ce_register_transmit(ce_chan_t *c, void (*func) (ce_chan_t*, void*, int)) argument
655 ce_register_receive(ce_chan_t *c, void (*func) (ce_chan_t*, unsigned char*, int)) argument
661 ce_register_error(ce_chan_t *c, void (*func) (ce_chan_t*, int)) argument
[all...]
H A Dif_ce.c161 ce_chan_t *chan;
203 static void ce_receive (ce_chan_t *c, unsigned char *data, int len);
204 static void ce_transmit (ce_chan_t *c, void *attachment, int len);
205 static void ce_error (ce_chan_t *c, int data);
534 ce_chan_t *c;
753 ce_chan_t *c;
1088 static void ce_transmit (ce_chan_t *c, void *attachment, int len)
1104 static void ce_receive (ce_chan_t *c, unsigned char *data, int len)
1135 static void ce_error (ce_chan_t *c, int data)
1218 static int ce_modem_status (ce_chan_t *
[all...]

Completed in 106 milliseconds