Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192u/
A Dr819xU_phy.c1289 current_cmd = &pre_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1292 current_cmd = &rf_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1295 current_cmd = &post_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1301 *delay = current_cmd->ms_delay; in rtl8192_phy_SwChnlStepByStep()
1310 switch (current_cmd->cmd_id) { in rtl8192_phy_SwChnlStepByStep()
1318 current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()
1322 (u16)current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()
1326 (u8)current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()
1332 current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()
1334 current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()
[all …]
/linux/drivers/usb/host/
A Dxhci-ring.c360 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1646 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1665 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1670 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1698 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1765 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1766 xhci->current_cmd = NULL; in handle_cmd_completion()
1829 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1832 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
1833 xhci->current_cmd = NULL; in handle_cmd_completion()
[all …]
A Dxhci.h1804 struct xhci_command *current_cmd; member

Completed in 25 milliseconds