Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dudc.c357 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() function
434 ret = add_td_to_list(hwep, hwreq, 0, NULL); in prepare_td_for_non_sg()
450 ret = add_td_to_list(hwep, hwreq, count, NULL); in prepare_td_for_non_sg()
459 ret = add_td_to_list(hwep, hwreq, 0, NULL); in prepare_td_for_non_sg()
478 ret = add_td_to_list(hwep, hwreq, count, s); in prepare_td_per_sg()