| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 399 const struct cxl_send_command *send_cmd, in cxl_to_mem_cmd_raw() argument 402 if (send_cmd->raw.rsvd) in cxl_to_mem_cmd_raw() 410 if (send_cmd->out.size > cxl_mbox->payload_size) in cxl_to_mem_cmd_raw() 413 if (!cxl_mem_raw_command_allowed(send_cmd->raw.opcode)) in cxl_to_mem_cmd_raw() 421 .size_in = send_cmd->in.size, in cxl_to_mem_cmd_raw() 422 .size_out = send_cmd->out.size, in cxl_to_mem_cmd_raw() 424 .opcode = send_cmd->raw.opcode in cxl_to_mem_cmd_raw() 431 const struct cxl_send_command *send_cmd, in cxl_to_mem_cmd() argument 434 struct cxl_mem_command *c = &cxl_mem_commands[send_cmd->id]; in cxl_to_mem_cmd() 437 if (send_cmd->flags & ~CXL_MEM_COMMAND_FLAG_MASK) in cxl_to_mem_cmd() [all …]
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 381 def send_cmd(self, cmd): member in Client 421 rsp = self.send_cmd(cmd) 455 self.send_cmd(cmd) 472 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 512 self.send_cmd(cmd) 522 self.send_cmd(cmd) 532 return self.send_cmd(cmd)[12:] 542 self.send_cmd(cmd) 587 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 625 rsp = self.send_cmd(cmd) [all …]
|
| H A D | tpm2_tests.py | 168 self.client.send_cmd(cmd) 299 space1.send_cmd(cmd)
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 118 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 175 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 465 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 490 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 505 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 607 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| H A D | delaytop.c | 419 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 478 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 671 if (send_cmd(nl_sd, family_id, getpid(), TASKSTATS_CMD_GET, in fetch_and_fill_task_info() 829 if (send_cmd(nl_sd, family_id, getpid(), CGROUPSTATS_CMD_GET, in get_container_stats()
|
| /linux/drivers/watchdog/ |
| H A D | lenovo_se10_wdt.c | 85 static void send_cmd(unsigned char cmd) in send_cmd() function 126 send_cmd(CUS_WDT_CNT); in wdt_get_time() 137 send_cmd(CUS_WDT_FEED); in wdt_ping()
|
| /linux/drivers/media/usb/as102/ |
| H A D | as10x_handle.h | 22 int (*send_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | dirty.h | 32 bool send_cmd);
|
| H A D | dirty.c | 356 void pds_vfio_dirty_disable(struct pds_vfio_pci_device *pds_vfio, bool send_cmd) in pds_vfio_dirty_disable() argument 360 if (send_cmd) in pds_vfio_dirty_disable() 367 if (send_cmd) in pds_vfio_dirty_disable()
|
| /linux/include/linux/net/intel/libie/ |
| H A D | fwlog.h | 75 int (*send_cmd)(void *, struct libie_aq_desc *, void *, u16);
|
| /linux/drivers/input/mouse/ |
| H A D | elantech.c | 1674 info->send_cmd = info->hw_version >= 3 ? elantech_send_cmd : in elantech_set_properties() 1735 if (info->send_cmd(psmouse, ETP_CAPABILITIES_QUERY, in elantech_query_info() 1746 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, info->samples)) { in elantech_query_info() 1758 if (info->send_cmd(psmouse, ETP_ICBODY_QUERY, ic_body)) { in elantech_query_info() 1839 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1845 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, param)) in elantech_query_info() 1864 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1872 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info()
|
| H A D | elantech.h | 165 int (*send_cmd)(struct psmouse *psmouse, unsigned char c, member
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 130 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); member 1248 .send_cmd = send_cmd_v1_v2, 1272 .send_cmd = send_cmd_v1_v2, 1297 .send_cmd = send_cmd_v1_v2, 1323 .send_cmd = send_cmd_v3, 1349 .send_cmd = send_cmd_v3, 1577 host->devtype_data->send_cmd(host, instr->ctx.cmd.opcode, true); in mxcnd_do_exec_op()
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.h | 99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp, member
|
| H A D | p8_i2c.c | 225 occ->send_cmd = p8_i2c_occ_send_cmd; in p8_i2c_occ_probe()
|
| H A D | common.c | 149 rc = occ->send_cmd(occ, cmd, sizeof(cmd), &occ->resp, sizeof(occ->resp)); in occ_poll() 203 rc = occ->send_cmd(occ, cmd, sizeof(cmd), resp, sizeof(resp)); in occ_set_user_power_cap()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | kinect.c | 120 static int send_cmd(struct gspca_dev *gspca_dev, uint16_t cmd, void *cmdbuf, in send_cmd() function 209 res = send_cmd(gspca_dev, 0x03, cmd, 4, reply, 4); in write_register()
|
| /linux/tools/perf/ |
| H A D | builtin-daemon.c | 1360 static int send_cmd(struct daemon *daemon, union cmd *cmd) in send_cmd() function 1412 return send_cmd(daemon, &cmd); in send_cmd_list() 1441 return send_cmd(daemon, &cmd); in __cmd_signal() 1464 return send_cmd(daemon, &cmd); in __cmd_stop() 1491 return send_cmd(daemon, &cmd); in __cmd_ping()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 795 static int send_cmd(struct send_ctx *sctx) in send_cmd() function 832 ret = send_cmd(sctx); in send_rename() 853 ret = send_cmd(sctx); in send_link() 872 ret = send_cmd(sctx); in send_unlink() 891 ret = send_cmd(sctx); in send_rmdir() 2527 ret = send_cmd(sctx); in send_subvol_begin() 2590 ret = send_cmd(sctx); in send_truncate() 2614 ret = send_cmd(sctx); in send_chmod() 2641 ret = send_cmd(sctx); in send_fileattr() 2666 ret = send_cmd(sctx); in send_chown() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov.h | 149 struct qlcnic_bc_trans *send_cmd; member
|
| H A D | qlcnic_sriov_common.c | 845 vf->send_cmd = NULL; in qlcnic_sriov_clear_trans() 1030 vf->send_cmd = trans; in qlcnic_sriov_send_bc_cmd() 1097 trans = vf->send_cmd; in qlcnic_sriov_handle_bc_resp()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 377 static bool wx_poll_fw_reply(struct wx *wx, u32 *buffer, u8 send_cmd) in wx_poll_fw_reply() argument 391 if (recv_hdr->cmd == send_cmd && in wx_poll_fw_reply() 407 u8 send_cmd; in wx_host_interface_command_r() local 419 send_cmd = hdr->cmd; in wx_host_interface_command_r() 435 timeout * 1000, true, wx, buffer, send_cmd); in wx_host_interface_command_r() 438 send_cmd, wx->swfw_index); in wx_host_interface_command_r() 443 wx_err(wx, "Unknown FW command: 0x%x\n", send_cmd); in wx_host_interface_command_r()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.h | 1086 int (*send_cmd)(struct bnx2x *bp, member 1363 int (*send_cmd)(struct bnx2x *bp, member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | link.c | 309 goto send_cmd; in iwl_mld_change_link_in_fw() 357 send_cmd: in iwl_mld_change_link_in_fw()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_mbox.c | 603 lfs->ops->send_cmd((union otx2_cpt_inst_s *)req->inst, 1, in handle_msg_cpt_inst_lmtst()
|