| /OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 380 def send_cmd(self, cmd): member in Client 420 rsp = self.send_cmd(cmd) 454 self.send_cmd(cmd) 471 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 511 self.send_cmd(cmd) 521 self.send_cmd(cmd) 531 return self.send_cmd(cmd)[12:] 541 self.send_cmd(cmd) 586 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 624 rsp = self.send_cmd(cmd) [all …]
|
| H A D | tpm2_tests.py | 155 self.client.send_cmd(cmd) 286 space1.send_cmd(cmd)
|
| /OK3568_Linux_fs/kernel/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() 344 writereg(dev, PP_TxCMD, lp->send_cmd); in net_send_packet() 416 if (lp->send_underrun == 3) lp->send_cmd = TX_AFTER_381; in net_interrupt() 417 else if (lp->send_underrun == 6) lp->send_cmd = TX_AFTER_ALL; in net_interrupt()
|
| H A D | cs89x0.c | 139 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */ member 772 lp->send_cmd = TX_AFTER_381; in net_interrupt() 774 lp->send_cmd = TX_AFTER_ALL; in net_interrupt() 1161 iowrite16(lp->send_cmd, lp->virt_addr + TX_CMD_PORT); in net_send_packet() 1359 lp->send_cmd = TX_AFTER_381; in cs89x0_probe1() 1361 lp->send_cmd = TX_NOW; in cs89x0_probe1() 1363 lp->send_cmd = TX_NOW; in cs89x0_probe1()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 130 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); member 724 host->devtype_data->send_cmd(host, NAND_CMD_READ0, false); in mxc_nand_read_page_v1() 728 host->devtype_data->send_cmd(host, NAND_CMD_READSTART, true); in mxc_nand_read_page_v1() 783 host->devtype_data->send_cmd(host, NAND_CMD_READ0, false); in mxc_nand_read_page_v2_v3() 787 host->devtype_data->send_cmd(host, in mxc_nand_read_page_v2_v3() 863 host->devtype_data->send_cmd(host, NAND_CMD_SEQIN, false); in mxc_nand_write_page() 870 host->devtype_data->send_cmd(host, NAND_CMD_PAGEPROG, true); in mxc_nand_write_page() 1352 host->devtype_data->send_cmd(host, command, false); in mxc_nand_command() 1359 host->devtype_data->send_cmd(host, command, true); in mxc_nand_command() 1367 host->devtype_data->send_cmd(host, command, true); in mxc_nand_command() [all …]
|
| /OK3568_Linux_fs/kernel/tools/accounting/ |
| H A D | getdelays.c | 119 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 176 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 399 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 424 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 439 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 543 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| /OK3568_Linux_fs/u-boot/tools/kermit/ |
| H A D | README | 34 send_cmd: 36 send_cmd U_BOOT_COMMAND
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/as102/ |
| H A D | as10x_handle.h | 22 int (*send_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | elantech.c | 1642 info->send_cmd = info->hw_version >= 3 ? elantech_send_cmd : in elantech_set_properties() 1703 if (info->send_cmd(psmouse, ETP_CAPABILITIES_QUERY, in elantech_query_info() 1714 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, info->samples)) { in elantech_query_info() 1726 if (info->send_cmd(psmouse, ETP_ICBODY_QUERY, ic_body)) { in elantech_query_info() 1807 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1813 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, param)) in elantech_query_info() 1832 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1840 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
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc-uclass.c | 27 if (ops->send_cmd) in dm_mmc_send_cmd() 28 ret = ops->send_cmd(dev, cmd, data); in dm_mmc_send_cmd()
|
| H A D | sandbox_mmc.c | 99 .send_cmd = sandbox_mmc_send_cmd,
|
| H A D | mmc_legacy.c | 154 if (cfg->ops == NULL || cfg->ops->send_cmd == NULL) in mmc_create()
|
| H A D | gen_atmel_mci.c | 463 .send_cmd = mci_send_cmd, 525 .send_cmd = atmel_mci_send_cmd,
|
| H A D | sunxi_mmc.c | 472 .send_cmd = sunxi_mmc_send_cmd_legacy, 554 .send_cmd = sunxi_mmc_send_cmd,
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_service.h | 109 RK_U32 send_cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/occ/ |
| H A D | p9_sbe.c | 75 occ->send_cmd = p9_sbe_occ_send_cmd; in p9_sbe_occ_probe()
|
| H A D | common.h | 100 int (*send_cmd)(struct occ *occ, u8 *cmd); member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 144 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd) function 1028 send_cmd(host, NAND_CMD_READOOB); 1035 send_cmd(host, NAND_CMD_READ0); 1053 send_cmd(host, command); 1089 send_cmd(host, NAND_CMD_READSTART);
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_platform.cpp | 119 cap->send_cmd = MPP_CMD_SEND_BASE + 1; in MppPlatformService()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | coex.c | 216 goto send_cmd; in iwl_mvm_send_bt_init_conf() 230 send_cmd: in iwl_mvm_send_bt_init_conf()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mmc.h | 419 int (*send_cmd)(struct udevice *dev, struct mmc_cmd *cmd, member 499 int (*send_cmd)(struct mmc *mmc, member
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | io_ti.c | 296 static int send_cmd(struct usb_device *dev, __u8 command, in send_cmd() function 311 return send_cmd(port->serial->dev, in purge_port() 1516 return send_cmd(port->port->serial->dev, in ti_do_config() 1887 status = send_cmd(dev, UMPC_OPEN_PORT, in edge_open() 1896 status = send_cmd(dev, UMPC_START_PORT, in edge_open() 2004 send_cmd(serial->dev, UMPC_CLOSE_PORT, in edge_close() 2364 status = send_cmd(edge_port->port->serial->dev, UMPC_SET_CONFIG, in change_port_settings()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | send.c | 697 static int send_cmd(struct send_ctx *sctx) in send_cmd() function 738 ret = send_cmd(sctx); in send_rename() 763 ret = send_cmd(sctx); in send_link() 786 ret = send_cmd(sctx); in send_unlink() 809 ret = send_cmd(sctx); in send_rmdir() 2426 ret = send_cmd(sctx); in send_subvol_begin() 2457 ret = send_cmd(sctx); in send_truncate() 2487 ret = send_cmd(sctx); in send_chmod() 2519 ret = send_cmd(sctx); in send_chown() 2576 ret = send_cmd(sctx); in send_utimes() [all …]
|