Home
last modified time | relevance | path

Searched refs:cx_send (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/cx/
HDcxddk.c342 static int cx_send (cx_chan_t *c, char *data, int len, in cx_send() function
425 return cx_send (c, buf, t-buf, attachment); in cx_send_packet()
427 return cx_send (c, data, len, attachment); in cx_send_packet()
706 cx_send (c, buf, p-buf, 0); in cx_send_break()
HDif_cx.c1149 static void cx_send (drv_t *d) in cx_send() function
1209 cx_send (d); in cx_start()