Lines Matching defs:htc_target
116 struct htc_target { struct
117 void *hif_dev;
118 struct ath9k_htc_priv *drv_priv;
119 struct device *dev;
120 struct ath9k_htc_hif *hif;
121 struct htc_endpoint endpoint[ENDPOINT_MAX];
122 struct completion target_wait;
123 struct completion cmd_wait;
124 struct list_head list;
125 enum htc_endpoint_id conn_rsp_epid;
126 u16 credits;
127 u16 credit_size;
128 u8 htc_flags;
129 atomic_t tgt_ready;