Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dhtc.h555 struct ath6kl_htc_ops { struct
556 void* (*create)(struct ath6kl *ar);
557 int (*wait_target)(struct htc_target *target);
558 int (*start)(struct htc_target *target);
559 int (*conn_service)(struct htc_target *target,
563 void (*stop)(struct htc_target *target);
564 void (*cleanup)(struct htc_target *target);
565 void (*flush_txep)(struct htc_target *target,
567 void (*flush_rx_buf)(struct htc_target *target);
571 int (*get_rxbuf_num)(struct htc_target *target,
[all …]

Completed in 39 milliseconds