Lines Matching refs:ep_num
128 int ep_num; in ast_vhub_ep_feature() local
130 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature()
132 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
133 if (ep_num == 0) in ast_vhub_ep_feature()
135 if (ep_num >= d->max_epns || !d->epns[ep_num - 1]) in ast_vhub_ep_feature()
140 ep = d->epns[ep_num - 1]; in ast_vhub_ep_feature()
149 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature()
173 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status() local
177 DDBG(d, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_ep_status()
179 if (ep_num >= d->max_epns) in ast_vhub_ep_status()
181 if (ep_num != 0) { in ast_vhub_ep_status()
182 ep = d->epns[ep_num - 1]; in ast_vhub_ep_status()