| /linux-6.15/drivers/cxl/core/ |
| H A D | mbox.c | 402 if (send_cmd->raw.rsvd) 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() 440 if (send_cmd->rsvd) in cxl_to_mem_cmd() 443 if (send_cmd->in.rsvd || send_cmd->out.rsvd) in cxl_to_mem_cmd() 456 (info->size_in != send_cmd->in.size)) in cxl_to_mem_cmd() 468 .size_in = send_cmd->in.size, in cxl_to_mem_cmd() 469 .size_out = send_cmd->out.size, in cxl_to_mem_cmd() 501 if (send_cmd->id == 0 || send_cmd->id >= CXL_MEM_COMMAND_ID_MAX) in cxl_validate_cmd_from_user() [all …]
|
| /linux-6.15/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) 512 self.send_cmd(cmd) 522 self.send_cmd(cmd) 542 self.send_cmd(cmd) 625 rsp = self.send_cmd(cmd) 666 rsp = self.send_cmd(cmd) 687 self.send_cmd(cmd) 699 rsp = self.send_cmd(cmd)[10:] [all …]
|
| H A D | tpm2_tests.py | 168 self.client.send_cmd(cmd) 299 space1.send_cmd(cmd)
|
| /linux-6.15/drivers/net/ethernet/cirrus/ |
| H A D | mac89x0.c | 108 int send_cmd; /* the propercommand used to send a packet. */ member 227 lp->send_cmd = TX_AFTER_381; in mac89x0_device_probe() 229 lp->send_cmd = TX_NOW; in mac89x0_device_probe() 231 lp->send_cmd = TX_NOW; in mac89x0_device_probe() 347 writereg(dev, PP_TxCMD, lp->send_cmd); in net_send_packet() 419 if (lp->send_underrun == 3) lp->send_cmd = TX_AFTER_381; in net_interrupt() 420 else if (lp->send_underrun == 6) lp->send_cmd = TX_AFTER_ALL; in net_interrupt()
|
| H A D | cs89x0.c | 140 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */ member 773 lp->send_cmd = TX_AFTER_381; in net_interrupt() 775 lp->send_cmd = TX_AFTER_ALL; in net_interrupt() 1162 iowrite16(lp->send_cmd, lp->virt_addr + TX_CMD_PORT); in net_send_packet() 1361 lp->send_cmd = TX_AFTER_381; in cs89x0_probe1() 1363 lp->send_cmd = TX_NOW; in cs89x0_probe1() 1365 lp->send_cmd = TX_NOW; in cs89x0_probe1()
|
| /linux-6.15/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() 432 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 457 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 472 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 574 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| H A D | procacct.c | 125 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 182 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 339 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 397 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| /linux-6.15/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-6.15/drivers/crypto/marvell/octeontx2/ |
| H A D | cn10k_cpt.c | 14 .send_cmd = otx2_cpt_send_cmd, 21 .send_cmd = cn10k_cpt_send_cmd,
|
| /linux-6.15/drivers/media/usb/as102/ |
| H A D | as10x_handle.h | 22 int (*send_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
| /linux-6.15/drivers/vfio/pci/pds/ |
| H A D | dirty.h | 32 bool send_cmd);
|
| H A D | dirty.c | 353 void pds_vfio_dirty_disable(struct pds_vfio_pci_device *pds_vfio, bool send_cmd) in pds_vfio_dirty_disable() argument 357 if (send_cmd) in pds_vfio_dirty_disable() 364 if (send_cmd) in pds_vfio_dirty_disable()
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | elantech.h | 165 int (*send_cmd)(struct psmouse *psmouse, unsigned char c, member
|
| 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()
|
| /linux-6.15/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 | p9_sbe.c | 152 occ->send_cmd = p9_sbe_occ_send_cmd; in p9_sbe_occ_probe()
|
| H A D | p8_i2c.c | 225 occ->send_cmd = p8_i2c_occ_send_cmd; in p8_i2c_occ_probe()
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 380 static bool wx_poll_fw_reply(struct wx *wx, u32 *buffer, u8 send_cmd) in wx_poll_fw_reply() argument 394 if (recv_hdr->cmd == send_cmd && in wx_poll_fw_reply() 410 u8 send_cmd; in wx_host_interface_command_r() local 422 send_cmd = hdr->cmd; in wx_host_interface_command_r() 438 timeout * 1000, true, wx, buffer, send_cmd); in wx_host_interface_command_r() 441 send_cmd, wx->swfw_index); in wx_host_interface_command_r() 446 wx_err(wx, "Unknown FW command: 0x%x\n", send_cmd); in wx_host_interface_command_r()
|
| /linux-6.15/fs/btrfs/ |
| H A D | send.c | 831 ret = send_cmd(sctx); in send_rename() 855 ret = send_cmd(sctx); in send_link() 877 ret = send_cmd(sctx); in send_unlink() 899 ret = send_cmd(sctx); in send_rmdir() 2582 ret = send_cmd(sctx); in send_subvol_begin() 2651 ret = send_cmd(sctx); in send_truncate() 2678 ret = send_cmd(sctx); in send_chmod() 2708 ret = send_cmd(sctx); in send_fileattr() 2737 ret = send_cmd(sctx); in send_chown() 2792 ret = send_cmd(sctx); in send_utimes() [all …]
|
| /linux-6.15/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov.h | 149 struct qlcnic_bc_trans *send_cmd; member
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | coex.c | 156 goto send_cmd; in iwl_mvm_send_bt_init_conf() 170 send_cmd: in iwl_mvm_send_bt_init_conf()
|
| /linux-6.15/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
|