Searched defs:ath6kl_htc_ops (Results 1 – 1 of 1) sorted by relevance
548 struct ath6kl_htc_ops { struct549 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,555 int (*tx)(struct htc_target *target, struct htc_packet *packet);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);[all …]