Home
last modified time | relevance | path

Searched refs:start_bdi (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c446 bd_xfr->start_bdi = bd_list->eqp_bdi; in setup_bd_list_xfr()
503 bd = bdi_to_bd(ep, bd_xfr->start_bdi); in setup_bd_list_xfr()
744 int start_bdi, end_bdi, tbi, eqp_bdi, curr_hw_dqpi; in ep_dequeue() local
763 start_bdi = req->bd_xfr.start_bdi; in ep_dequeue()
767 __func__, ep->name, start_bdi, end_bdi); in ep_dequeue()
800 if (start_bdi >= curr_hw_dqpi || start_bdi <= eqp_bdi) { in ep_dequeue()
807 if (start_bdi >= curr_hw_dqpi) { in ep_dequeue()
850 bd_start = bdi_to_bd(ep, start_bdi); in ep_dequeue()
961 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; in handle_xsr_succ_status() local
1008 start_bdi = bd_xfr->start_bdi; in handle_xsr_succ_status()
[all …]
Dbdc.h327 int start_bdi; member