Lines Matching defs:htc_target
104 struct htc_target { struct
105 void *hif_dev;
106 struct ath9k_htc_priv *drv_priv;
107 struct device *dev;
108 struct ath9k_htc_hif *hif;
109 struct htc_endpoint endpoint[ENDPOINT_MAX];
110 struct completion target_wait;
111 struct completion cmd_wait;
112 struct list_head list;
113 enum htc_endpoint_id conn_rsp_epid;
114 u16 credits;
115 u16 credit_size;
116 u8 htc_flags;
117 atomic_t tgt_ready;