| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | skfddi.c | 106 static int skfp_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); 957 static int skfp_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in skfp_ioctl() argument 967 switch (ioc.cmd) { in skfp_ioctl() 981 printk("ioctl for %s: unknown cmd: %04x\n", dev->name, ioc.cmd); in skfp_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_pf_device.c | 1448 mbox_cmd.msg.s.cmd = OCTEON_PF_CHANGED_VF_MACADDR; in cn23xx_tell_vf_its_macaddr_changed() 1462 struct octeon_mbox_cmd *cmd, void *arg) in cn23xx_get_vf_stats_callback() argument 1466 memcpy(ctx->stats, cmd->data, sizeof(struct oct_vf_stats)); in cn23xx_get_vf_stats_callback() 1487 mbox_cmd.msg.s.cmd = OCTEON_GET_VF_STATS; in cn23xx_get_vf_stats()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | send.c | 681 static int begin_cmd(struct send_ctx *sctx, int cmd) in begin_cmd() argument 692 put_unaligned_le16(cmd, &hdr->cmd); in begin_cmd() 714 sctx->cmd_send_size[get_unaligned_le16(&hdr->cmd)] += sctx->send_size; in send_cmd() 2595 int cmd; in send_create_inode() local 2618 cmd = BTRFS_SEND_C_MKFILE; in send_create_inode() 2620 cmd = BTRFS_SEND_C_MKDIR; in send_create_inode() 2622 cmd = BTRFS_SEND_C_SYMLINK; in send_create_inode() 2624 cmd = BTRFS_SEND_C_MKNOD; in send_create_inode() 2626 cmd = BTRFS_SEND_C_MKFIFO; in send_create_inode() 2628 cmd = BTRFS_SEND_C_MKSOCK; in send_create_inode() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3568-pinctrl.dtsi | 361 emmc_cmd: emmc-cmd { 1519 sdmmc0_cmd: sdmmc0-cmd { 1550 sdmmc1_cmd: sdmmc1-cmd { 1581 sdmmc2m0_cmd: sdmmc2m0-cmd { 1610 sdmmc2m1_cmd: sdmmc2m1-cmd {
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip07.dtsi | 1170 hisilicon,broken-prefetch-cmd; 1183 hisilicon,broken-prefetch-cmd; 1196 hisilicon,broken-prefetch-cmd; 1209 hisilicon,broken-prefetch-cmd; 1222 hisilicon,broken-prefetch-cmd;
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 249 static void omap_hwcontrol(struct nand_chip *chip, int cmd, unsigned int ctrl) in omap_hwcontrol() argument 253 if (cmd != NAND_CMD_NONE) { in omap_hwcontrol() 255 writeb(cmd, info->reg.gpmc_nand_command); in omap_hwcontrol() 258 writeb(cmd, info->reg.gpmc_nand_address); in omap_hwcontrol() 261 writeb(cmd, info->reg.gpmc_nand_data); in omap_hwcontrol()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_bt1120_v4l2.c | 1536 static long rk628_bt1120_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in rk628_bt1120_ioctl() argument 1541 switch (cmd) { in rk628_bt1120_ioctl() 1555 unsigned int cmd, unsigned long arg) in rk628_bt1120_compat_ioctl32() argument 1561 switch (cmd) { in rk628_bt1120_compat_ioctl32() 1569 ret = rk628_bt1120_ioctl(sd, cmd, inf); in rk628_bt1120_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | wl3501_cs.c | 1578 iwe.cmd = SIOCGIWAP; in wl3501_get_scan() 1584 iwe.cmd = SIOCGIWESSID; in wl3501_get_scan() 1591 iwe.cmd = SIOCGIWMODE; in wl3501_get_scan() 1596 iwe.cmd = SIOCGIWFREQ; in wl3501_get_scan() 1602 iwe.cmd = SIOCGIWENCODE; in wl3501_get_scan()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/ |
| H A D | hfcmulti.c | 3219 hfcm_l1callback(struct dchannel *dch, u_int cmd) in hfcm_l1callback() argument 3224 switch (cmd) { in hfcm_l1callback() 3303 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfcm_l1callback() 3308 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfcm_l1callback() 3314 __func__, cmd); in hfcm_l1callback() 3681 hfcm_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfcm_bctrl() argument 3690 __func__, cmd, arg); in hfcm_bctrl() 3691 switch (cmd) { in hfcm_bctrl() 3707 __func__, cmd); in hfcm_bctrl() 4167 hfcm_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfcm_dctrl() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pm8001/ |
| H A D | pm80xx_hwi.c | 4281 u8 cmd = task->ssp_task.cmd->cmnd[0]; in check_enc_sas_cmd() local 4283 if (cmd == READ_10 || cmd == WRITE_10 || cmd == WRITE_VERIFY) in check_enc_sas_cmd() 4348 memcpy(ssp_cmd.ssp_iu.cdb, task->ssp_task.cmd->cmnd, in pm80xx_chip_ssp_io_req() 4349 task->ssp_task.cmd->cmd_len); in pm80xx_chip_ssp_io_req() 4359 task->ssp_task.cmd->cmnd[0]); in pm80xx_chip_ssp_io_req() 4416 ssp_cmd.twk_val0 = cpu_to_le32((task->ssp_task.cmd->cmnd[2] << 24) | in pm80xx_chip_ssp_io_req() 4417 (task->ssp_task.cmd->cmnd[3] << 16) | in pm80xx_chip_ssp_io_req() 4418 (task->ssp_task.cmd->cmnd[4] << 8) | in pm80xx_chip_ssp_io_req() 4419 (task->ssp_task.cmd->cmnd[5])); in pm80xx_chip_ssp_io_req() 4423 task->ssp_task.cmd->cmnd[0], q_index); in pm80xx_chip_ssp_io_req()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | safe_iop.c | 165 #define EXPECT_FALSE(cmd) ({ \ argument 166 printf("%s: EXPECT_FALSE(" #cmd ") => ", __func__); \ 167 if ((cmd) != 0) { printf(" FAILED\n"); expect_fail++; r = 0; } \ 171 #define EXPECT_TRUE(cmd) ({ \ argument 172 printf("%s: EXPECT_TRUE(" #cmd ") => ", __func__); \ 173 if ((cmd) != 1) { printf(" FAILED\n"); expect_fail++; r = 0; } \
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | lpc32xx_udc.c | 694 static void udc_protocol_cmd_w(struct lpc32xx_udc *udc, u32 cmd) in udc_protocol_cmd_w() argument 707 writel(cmd, USBD_CMDCODE(udc->udp_baseaddr)); in udc_protocol_cmd_w() 722 static inline void udc_protocol_cmd_data_w(struct lpc32xx_udc *udc, u32 cmd, in udc_protocol_cmd_data_w() argument 725 udc_protocol_cmd_w(udc, cmd); in udc_protocol_cmd_data_w() 731 static u32 udc_protocol_cmd_r(struct lpc32xx_udc *udc, u32 cmd) in udc_protocol_cmd_r() argument 740 udc_protocol_cmd_w(udc, cmd); in udc_protocol_cmd_r()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_4100.c | 174 static TEEC_Result cmd_binary_cmd(ADBG_Case_t *c, TEEC_Session *s, uint32_t cmd, in cmd_binary_cmd() argument 186 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in cmd_binary_cmd() 192 static TEEC_Result cmd_unary_cmd(ADBG_Case_t *c, TEEC_Session *s, uint32_t cmd, in cmd_unary_cmd() argument 203 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in cmd_unary_cmd() 210 uint32_t cmd, uint32_t hop1, uint32_t hop2, in cmd_ternary_cmd() argument 223 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in cmd_ternary_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H A D | bnx2i_hwi.c | 505 struct bnx2i_cmd *cmd) in bnx2i_send_iscsi_scsicmd() argument 511 memcpy(scsi_cmd_wqe, &cmd->req, sizeof(struct bnx2i_cmd_request)); in bnx2i_send_iscsi_scsicmd() 727 void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_send_cmd_cleanup_req() argument 732 (struct bnx2i_cleanup_request *)cmd->conn->ep->qp.sq_prod_qe; in bnx2i_send_cmd_cleanup_req() 736 cmd_cleanup->itt = cmd->req.itt; in bnx2i_send_cmd_cleanup_req() 739 bnx2i_ring_dbell_update_sq_params(cmd->conn, 1); in bnx2i_send_cmd_cleanup_req()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | safe_iop.c | 167 #define EXPECT_FALSE(cmd) ({ \ argument 168 printf("%s: EXPECT_FALSE(" #cmd ") => ", __func__); \ 169 if ((cmd) != 0) { printf(" FAILED\n"); expect_fail++; r = 0; } \ 173 #define EXPECT_TRUE(cmd) ({ \ argument 174 printf("%s: EXPECT_TRUE(" #cmd ") => ", __func__); \ 175 if ((cmd) != 1) { printf(" FAILED\n"); expect_fail++; r = 0; } \
|
| /OK3568_Linux_fs/kernel/sound/pci/riptide/ |
| H A D | riptide.c | 485 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm, 822 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm, in sendcmd() argument 871 WRITE_PORT_ULONG(cmdport->data1, cmd); /* write cmd */ in sendcmd() 917 flags, cmd, parm, ret ? ret->retlongs[0] : 0, in sendcmd() 1377 static int snd_riptide_trigger(struct snd_pcm_substream *substream, int cmd) in snd_riptide_trigger() argument 1386 switch (cmd) { in snd_riptide_trigger()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 1191 static void brcmnand_send_cmd(struct brcmnand_host *host, int cmd) in brcmnand_send_cmd() argument 1196 dev_dbg(ctrl->dev, "send native cmd %d addr_lo 0x%x\n", cmd, in brcmnand_send_cmd() 1199 ctrl->cmd_pending = cmd; in brcmnand_send_cmd() 1206 cmd << brcmnand_cmd_shift(ctrl)); in brcmnand_send_cmd() 1231 u32 cmd = brcmnand_read_reg(ctrl, BRCMNAND_CMD_START) in brcmnand_waitfunc() local 1235 "timeout waiting for command %#02x\n", cmd); in brcmnand_waitfunc()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.c | 90 u8 cmd = mode ^ CY_HST_TOGGLE; in cyttsp4_handshake() local 100 rc = cyttsp4_adap_write(cd, CY_REG_BASE, sizeof(cmd), &cmd); in cyttsp4_handshake() 110 u8 cmd = CY_HST_RESET; in cyttsp4_hw_soft_reset() local 111 int rc = cyttsp4_adap_write(cd, CY_REG_BASE, sizeof(cmd), &cmd); in cyttsp4_hw_soft_reset()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl.h | 457 long (*ssl_ctrl) (SSL *s, int cmd, long larg, void *parg); 458 long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg); 2337 long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg); 2339 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg); 2571 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value); 2573 int SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd);
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 1790 u16 cmd; in pci_setup_device() local 1847 pci_read_config_word(dev, PCI_COMMAND, &cmd); in pci_setup_device() 1848 if (cmd & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) { in pci_setup_device() 1850 cmd &= ~PCI_COMMAND_IO; in pci_setup_device() 1851 cmd &= ~PCI_COMMAND_MEMORY; in pci_setup_device() 1852 pci_write_config_word(dev, PCI_COMMAND, cmd); in pci_setup_device()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | ctcm_fsms.c | 263 if (ch->irb->scsw.cmd.count != 0) in chx_txdone() 266 CTCM_FUNTAIL, dev->name, ch->irb->scsw.cmd.count); in chx_txdone() 360 int len = ch->max_bufsize - ch->irb->scsw.cmd.count; in chx_rx() 1234 if (ch->irb->scsw.cmd.count != 0) in ctcmpc_chx_txdone() 1237 CTCM_FUNTAIL, dev->name, ch->irb->scsw.cmd.count); in ctcmpc_chx_txdone() 1388 int len = ch->max_bufsize - ch->irb->scsw.cmd.count; in ctcmpc_chx_rx()
|
| /OK3568_Linux_fs/kernel/sound/usb/6fire/ |
| H A D | pcm.c | 494 static int usb6fire_pcm_trigger(struct snd_pcm_substream *alsa_sub, int cmd) in usb6fire_pcm_trigger() argument 505 switch (cmd) { in usb6fire_pcm_trigger()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | common.c | 381 int rkispp_event_handle(struct rkispp_device *ispp, u32 cmd, void *arg) in rkispp_event_handle() argument 386 switch (cmd) { in rkispp_event_handle()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 501 struct srp_direct_buf cmd; member 678 struct ibmvfc_cmd cmd; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | x509_vfy.h | 123 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 522 OPENSSL_EXPORT int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
|