Home
last modified time | relevance | path

Searched defs:ath6kl_htc_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc.h548 struct ath6kl_htc_ops { struct
549 void* (*create)(struct ath6kl *ar);
550 int (*wait_target)(struct htc_target *target);
551 int (*start)(struct htc_target *target);
552 int (*conn_service)(struct htc_target *target,
556 void (*stop)(struct htc_target *target);
557 void (*cleanup)(struct htc_target *target);
558 void (*flush_txep)(struct htc_target *target,
560 void (*flush_rx_buf)(struct htc_target *target);
564 int (*get_rxbuf_num)(struct htc_target *target,
[all …]

Completed in 6 milliseconds