Lines Matching refs:ep_num
138 int ep_num; in ast_vhub_ep_feature() local
140 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature()
142 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
143 if (ep_num == 0) in ast_vhub_ep_feature()
145 if (ep_num >= d->max_epns || !d->epns[ep_num - 1]) in ast_vhub_ep_feature()
150 ep = d->epns[ep_num - 1]; in ast_vhub_ep_feature()
159 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature()
183 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status() local
187 DDBG(d, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_ep_status()
189 if (ep_num >= d->max_epns) in ast_vhub_ep_status()
191 if (ep_num != 0) { in ast_vhub_ep_status()
192 ep = d->epns[ep_num - 1]; in ast_vhub_ep_status()