Home
last modified time | relevance | path

Searched refs:start_bdi (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c440 bd_xfr->start_bdi = bd_list->eqp_bdi; in setup_bd_list_xfr()
497 bd = bdi_to_bd(ep, bd_xfr->start_bdi); in setup_bd_list_xfr()
735 int start_bdi, end_bdi, tbi, eqp_bdi, curr_hw_dqpi; in ep_dequeue() local
754 start_bdi = req->bd_xfr.start_bdi; in ep_dequeue()
758 __func__, ep->name, start_bdi, end_bdi); in ep_dequeue()
791 /* Check if start_bdi and end_bdi are in range of HW owned BD's */ in ep_dequeue()
794 if (start_bdi >= curr_hw_dqpi || start_bdi <= eqp_bdi) { in ep_dequeue()
801 if (start_bdi > in ep_dequeue()
955 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; handle_xsr_succ_status() local
[all...]
H A Dbdc.h322 int start_bdi; member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c440 bd_xfr->start_bdi = bd_list->eqp_bdi; in setup_bd_list_xfr()
497 bd = bdi_to_bd(ep, bd_xfr->start_bdi); in setup_bd_list_xfr()
735 int start_bdi, end_bdi, tbi, eqp_bdi, curr_hw_dqpi; in ep_dequeue() local
754 start_bdi = req->bd_xfr.start_bdi; in ep_dequeue()
758 __func__, ep->name, start_bdi, end_bdi); in ep_dequeue()
791 /* Check if start_bdi and end_bdi are in range of HW owned BD's */ in ep_dequeue()
794 if (start_bdi >= curr_hw_dqpi || start_bdi <= eqp_bdi) { in ep_dequeue()
801 if (start_bdi > in ep_dequeue()
955 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; handle_xsr_succ_status() local
[all...]
H A Dbdc.h322 int start_bdi; member

Completed in 7 milliseconds