Searched refs:cur_cd (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | xhci-ring.c | 1232 static void xhci_cmd_to_noop(struct xhci_hcd *xhci, struct xhci_cd *cur_cd) in xhci_cmd_to_noop() argument 1264 if (cur_cd->cmd_trb == cmd_trb) { in xhci_cmd_to_noop() 1269 if (cur_cd->command) in xhci_cmd_to_noop() 1271 cur_cd->command, COMP_CMD_STOP); in xhci_cmd_to_noop() 1290 struct xhci_cd *cur_cd, *next_cd; in xhci_cancel_cmd_in_cd_list() local 1295 list_for_each_entry_safe(cur_cd, next_cd, in xhci_cancel_cmd_in_cd_list() 1297 xhci_cmd_to_noop(xhci, cur_cd); in xhci_cancel_cmd_in_cd_list() 1298 list_del(&cur_cd->cancel_cmd_list); in xhci_cancel_cmd_in_cd_list() 1299 kfree(cur_cd); in xhci_cancel_cmd_in_cd_list() 1311 struct xhci_cd *cur_cd, *next_cd; in xhci_search_cmd_trb_in_cd_list() local [all …]
|
D | xhci-mem.c | 1787 struct xhci_cd *cur_cd, *next_cd; in xhci_mem_cleanup() local 1809 list_for_each_entry_safe(cur_cd, next_cd, in xhci_mem_cleanup() 1811 list_del(&cur_cd->cancel_cmd_list); in xhci_mem_cleanup() 1812 kfree(cur_cd); in xhci_mem_cleanup()
|