| /linux/drivers/cxl/core/ |
| A D | mbox.c | 404 if (send_cmd->raw.rsvd) in cxl_to_mem_cmd_raw() 423 .size_in = send_cmd->in.size, in cxl_to_mem_cmd_raw() 424 .size_out = send_cmd->out.size, in cxl_to_mem_cmd_raw() 426 .opcode = send_cmd->raw.opcode in cxl_to_mem_cmd_raw() 442 if (send_cmd->rsvd) in cxl_to_mem_cmd() 445 if (send_cmd->in.rsvd || send_cmd->out.rsvd) in cxl_to_mem_cmd() 458 (info->size_in != send_cmd->in.size)) in cxl_to_mem_cmd() 470 .size_in = send_cmd->in.size, in cxl_to_mem_cmd() 471 .size_out = send_cmd->out.size, in cxl_to_mem_cmd() 504 if (send_cmd->id == 0 || send_cmd->id >= CXL_MEM_COMMAND_ID_MAX) in cxl_validate_cmd_from_user() [all …]
|
| /linux/tools/testing/selftests/tpm2/ |
| 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 …]
|
| A D | tpm2_tests.py | 168 self.client.send_cmd(cmd) 299 space1.send_cmd(cmd)
|
| /linux/drivers/net/ethernet/cirrus/ |
| 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()
|
| 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/tools/accounting/ |
| 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() 415 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 440 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 455 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 557 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| 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() 340 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 398 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| /linux/drivers/watchdog/ |
| 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/crypto/marvell/octeontx2/ |
| A D | cn10k_cpt.c | 14 .send_cmd = otx2_cpt_send_cmd, 21 .send_cmd = cn10k_cpt_send_cmd,
|
| /linux/drivers/media/usb/as102/ |
| A D | as10x_handle.h | 22 int (*send_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
| /linux/drivers/vfio/pci/pds/ |
| A D | dirty.h | 32 bool send_cmd);
|
| 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/drivers/input/mouse/ |
| A D | elantech.h | 165 int (*send_cmd)(struct psmouse *psmouse, unsigned char c, member
|
| 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/drivers/hwmon/occ/ |
| A D | common.h | 99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp, member
|
| A D | p9_sbe.c | 152 occ->send_cmd = p9_sbe_occ_send_cmd; in p9_sbe_occ_probe()
|
| A D | p8_i2c.c | 225 occ->send_cmd = p8_i2c_occ_send_cmd; in p8_i2c_occ_probe()
|
| /linux/drivers/mtd/nand/raw/ |
| 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/media/usb/gspca/ |
| 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/ |
| 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/ |
| A D | send.c | 834 ret = send_cmd(sctx); in send_rename() 859 ret = send_cmd(sctx); in send_link() 882 ret = send_cmd(sctx); in send_unlink() 905 ret = send_cmd(sctx); in send_rmdir() 2593 ret = send_cmd(sctx); in send_subvol_begin() 2624 ret = send_cmd(sctx); in send_truncate() 2654 ret = send_cmd(sctx); in send_chmod() 2687 ret = send_cmd(sctx); in send_fileattr() 2719 ret = send_cmd(sctx); in send_chown() 2777 ret = send_cmd(sctx); in send_utimes() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_sriov.h | 149 struct qlcnic_bc_trans *send_cmd; member
|
| /linux/drivers/scsi/cxlflash/ |
| A D | common.h | 232 int (*send_cmd)(struct afu *afu, struct afu_cmd *cmd); member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| 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/drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_sp.h | 1086 int (*send_cmd)(struct bnx2x *bp, member 1363 int (*send_cmd)(struct bnx2x *bp, member
|