[go: nahoru, domu]

Searched defs:ep_cb (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c969 struct htc_ep_callbacks ep_cb; local
973 ep_cb = endpoint->ep_cb;
988 if (overflow && ep_cb.tx_full) {
989 if (ep_cb.tx_full(endpoint->target, tx_pkt) ==
1287 ep->ep_cb.rx(ep->target, packet);
1353 struct htc_ep_callbacks ep_cb = endpoint->ep_cb; local
1355 if (ep_cb.rx_refill_thresh > 0) {
1358 < ep_cb
1375 struct htc_ep_callbacks ep_cb; local
[all...]
H A Dhtc.h355 struct htc_ep_callbacks ep_cb; member in struct:htc_service_connect_req
514 struct htc_ep_callbacks ep_cb; member in struct:htc_endpoint

Completed in 182 milliseconds