Home
last modified time | relevance | path

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

/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py223 current_cmd = list(self.qemu_img)
225 current_cmd = list(self.qemu_io)
236 current_cmd.append(c)
241 % (self.seed, " ".join(current_cmd),
245 retcode = run_app(temp_log, current_cmd)
248 % (test_summary, os.path.basename(current_cmd[0]),
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1107 struct sw_chnl_cmd *current_cmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
1202 current_cmd = &pre_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1205 current_cmd = &rf_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1208 current_cmd = &post_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1212 if (current_cmd->cmd_id == CMD_ID_END) { in rtl8192_phy_SwChnlStepByStep()
1214 *delay = current_cmd->ms_delay; in rtl8192_phy_SwChnlStepByStep()
1223 switch (current_cmd->cmd_id) { in rtl8192_phy_SwChnlStepByStep()
1230 write_nic_dword(dev, current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()
1231 current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()
1234 write_nic_word(dev, current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()
[all …]
/openbmc/qemu/hw/i3c/
H A Dremote-i3c.c56 uint8_t current_cmd; member
98 qemu_chr_fe_write_all(&i3c->chr, &i3c->current_cmd, in remote_i3c_chr_send_bytes()
99 sizeof(i3c->current_cmd)); in remote_i3c_chr_send_bytes()
109 trace_remote_i3c_send(i3c->cfg.name, num_bytes, i3c->current_cmd == in remote_i3c_chr_send_bytes()
146 i3c->current_cmd = REMOTE_I3C_SEND; in remote_i3c_send()
176 i3c->current_cmd = REMOTE_I3C_HANDLE_CCC_WRITE; in remote_i3c_handle_ccc_write()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c379 msecs_to_jiffies(xhci->current_cmd->timeout_ms)); in xhci_mod_cmd_timer()
422 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1682 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1704 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1709 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1730 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1758 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1825 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1826 xhci->current_cmd = NULL; in handle_cmd_completion()
1889 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
[all …]
H A Dxhci.h1565 struct xhci_command *current_cmd; member
/openbmc/qemu/hw/sd/
H A Dsd.c168 uint8_t current_cmd; member
986 VMSTATE_UINT8(current_cmd, SDState),
2322 sd->current_cmd = rtype == sd_illegal ? 0 : req->cmd; in sd_do_command()
2370 sd->current_cmd, sd->data_offset, value); in sd_write_byte()
2371 switch (sd->current_cmd) { in sd_write_byte()
2504 sd->last_cmd_name, sd->current_cmd, in sd_read_byte()
2506 switch (sd->current_cmd) { in sd_read_byte()