| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4recover.c | 793 uint8_t cmd, princhashlen; in __cld_pipe_inprogress_downcall() local 798 if (get_user(cmd, &cmsg->cm_cmd)) { in __cld_pipe_inprogress_downcall() 802 if (cmd == Cld_GraceStart) { in __cld_pipe_inprogress_downcall() 1796 nfsd4_umh_cltrack_upcall(char *cmd, char *arg, char *env0, char *env1) in nfsd4_umh_cltrack_upcall() argument 1807 dprintk("%s: cmd: %s\n", __func__, cmd); in nfsd4_umh_cltrack_upcall() 1817 argv[1] = cmd; in nfsd4_umh_cltrack_upcall()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | rtw_proc.c | 1270 char cmd[32]; in proc_set_macaddr_acl() local 1319 if (!c || sscanf(c, "%s", cmd) != 1) in proc_set_macaddr_acl() 1323 if (strcmp(mac_acl_cmd_str[i], cmd) == 0) in proc_set_macaddr_acl() 1348 RTW_WARN(FUNC_ADPT_FMT" invalid cmd:\"%s\"", FUNC_ADPT_ARG(adapter), cmd); in proc_set_macaddr_acl() 1964 char cmd[4]; in proc_set_sec_cam() local 1978 int num = sscanf(tmp, "%s %hhu %hhu", cmd, &id_1, &id_2); in proc_set_sec_cam() 1988 if (strcmp("c", cmd) == 0) { in proc_set_sec_cam() 1991 } else if (strcmp("wfc", cmd) == 0) in proc_set_sec_cam() 1993 else if (strcmp("sw", cmd) == 0) in proc_set_sec_cam() 1995 else if (strcmp("cdk", cmd) == 0) in proc_set_sec_cam() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libata.h | 1092 extern int ata_scsi_ioctl(struct scsi_device *dev, unsigned int cmd, 1099 extern int ata_scsi_queuecmd(struct Scsi_Host *h, struct scsi_cmnd *cmd); 1106 unsigned int cmd, void __user *arg); 1151 extern void ata_scsi_simulate(struct ata_device *dev, struct scsi_cmnd *cmd); 1249 extern int ata_sas_queuecmd(struct scsi_cmnd *cmd, struct ata_port *ap);
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/rcar/ |
| H A D | core.c | 415 struct rsnd_mod *cmd = rsnd_io_to_mod_cmd(io); in rsnd_get_dalign() local 417 target = cmd ? cmd : ssiu; in rsnd_get_dalign() 712 static int rsnd_soc_dai_trigger(struct snd_pcm_substream *substream, int cmd, in rsnd_soc_dai_trigger() argument 723 switch (cmd) { in rsnd_soc_dai_trigger()
|
| /OK3568_Linux_fs/kernel/Documentation/sparc/oradax/ |
| H A D | oracle-dax.rst | 376 struct dax_command cmd; 377 cmd.command = CCB_DEQUEUE; 378 if (write(fd, &cmd, sizeof(cmd)) != sizeof(cmd)) {
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 273 u8 cmd; member 574 if (((priv->cmd & 0x1c) == I801_BLOCK_DATA) && in i801_isr_byte_done() 600 outb_p(priv->cmd | SMBHSTCNT_LAST_BYTE, in i801_isr_byte_done() 720 priv->cmd = smbcmd | SMBHSTCNT_INTREN; in i801_block_transaction_byte_by_byte() 725 outb_p(priv->cmd | SMBHSTCNT_START, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | xpad.c | 644 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet() argument 715 u16 cmd, unsigned char *data) in xpad360_process_packet() argument 826 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet() argument 848 xpad360_process_packet(xpad, dev, cmd, &data[4]); in xpad360w_process_packet() 861 static void xpadone_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpadone_process_packet() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 694 struct ifreq *rq, int cmd) in octeon_mgmt_ioctl_hwtstamp() argument 791 struct ifreq *rq, int cmd) in octeon_mgmt_ioctl() argument 793 switch (cmd) { in octeon_mgmt_ioctl() 795 return octeon_mgmt_ioctl_hwtstamp(netdev, rq, cmd); in octeon_mgmt_ioctl() 797 return phy_do_ioctl(netdev, rq, cmd); in octeon_mgmt_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/char/pcmcia/ |
| H A D | cm4000_cs.c | 1405 static long cmm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in cmm_ioctl() argument 1422 iminor(inode), ioctl_names[_IOC_NR(cmd)]); in cmm_ioctl() 1439 if (_IOC_TYPE(cmd) != CM_IOC_MAGIC) { in cmm_ioctl() 1443 if (_IOC_NR(cmd) > CM_IOC_MAXNR) { in cmm_ioctl() 1449 switch (cmd) { in cmm_ioctl()
|
| /OK3568_Linux_fs/kernel/sound/pci/ca0106/ |
| H A D | ca0106_main.c | 917 int cmd) in snd_ca0106_pcm_trigger_playback() argument 930 switch (cmd) { in snd_ca0106_pcm_trigger_playback() 956 switch (cmd) { in snd_ca0106_pcm_trigger_playback() 984 int cmd) in snd_ca0106_pcm_trigger_capture() argument 992 switch (cmd) { in snd_ca0106_pcm_trigger_capture()
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | clip.c | 656 static int clip_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in clip_ioctl() argument 661 switch (cmd) { in clip_ioctl() 674 switch (cmd) { in clip_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | pci_endpoint_test.c | 721 static long pci_endpoint_test_ioctl(struct file *file, unsigned int cmd, in pci_endpoint_test_ioctl() argument 730 switch (cmd) { in pci_endpoint_test_ioctl() 744 ret = pci_endpoint_test_msi_irq(test, arg, cmd == PCITEST_MSIX); in pci_endpoint_test_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-nintendo.c | 241 static int joycon_send_usb(struct joycon_ctlr *ctlr, u8 cmd) in joycon_send_usb() argument 246 buf[1] = cmd; in joycon_send_usb() 247 ctlr->usb_ack_match = cmd; in joycon_send_usb()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 401 struct nvme_fc_cmd_iu *cmd = fd->cmdaddr; in qla2x00_start_nvme_mq() local 433 if (cmd->sqe.common.opcode == nvme_admin_async_event) { in qla2x00_start_nvme_mq() 480 cmd->sqe.common.opcode == nvme_admin_async_event) { in qla2x00_start_nvme_mq()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-lp5523.c | 329 unsigned int cmd; in lp5523_update_program_memory() local 342 ret = sscanf(c, "%2x", &cmd); in lp5523_update_program_memory() 346 pattern[i] = (u8)cmd; in lp5523_update_program_memory()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufshcd.h | 204 struct scsi_cmnd *cmd; member 1315 enum uic_cmd_dme cmd, in ufshcd_vops_hibern8_notify() argument 1319 return hba->vops->hibern8_notify(hba, cmd, status); in ufshcd_vops_hibern8_notify()
|
| /OK3568_Linux_fs/kernel/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpaa2-qdma.c | 183 sdd->cmd = cpu_to_le32(QDMA_SD_CMD_RDTTYPE_COHERENT); in dpaa2_qdma_populate_first_framel() 188 sdd->cmd = cpu_to_le32(LX2160_QDMA_DD_CMD_WRTTYPE_COHERENT); in dpaa2_qdma_populate_first_framel() 190 sdd->cmd = cpu_to_le32(QDMA_DD_CMD_WRTTYPE_COHERENT); in dpaa2_qdma_populate_first_framel()
|
| /OK3568_Linux_fs/kernel/sound/usb/caiaq/ |
| H A D | audio.c | 271 static int snd_usb_caiaq_pcm_trigger(struct snd_pcm_substream *sub, int cmd) in snd_usb_caiaq_pcm_trigger() argument 276 dev_dbg(dev, "%s(%p) cmd %d\n", __func__, sub, cmd); in snd_usb_caiaq_pcm_trigger() 278 switch (cmd) { in snd_usb_caiaq_pcm_trigger()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | swim.c | 688 unsigned int cmd, unsigned long param) in floppy_ioctl() argument 693 if ((cmd & 0x80) && !capable(CAP_SYS_ADMIN)) in floppy_ioctl() 696 switch (cmd) { in floppy_ioctl()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3066a.dtsi | 328 emmc_cmd: emmc-cmd { 497 sd0_cmd: sd0-cmd { 526 sd1_cmd: sd1-cmd {
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/ |
| H A D | g2d.c | 507 u32 cmd = 0; in device_run() local 531 cmd |= CMD_V3_ENABLE_STRETCH; in device_run() 536 g2d_set_cmd(dev, cmd); in device_run()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | omap_gpmc.c | 58 static void omap_nand_hwcontrol(struct mtd_info *mtd, int32_t cmd, in omap_nand_hwcontrol() argument 81 if (cmd != NAND_CMD_NONE) in omap_nand_hwcontrol() 82 writeb(cmd, this->IO_ADDR_W); in omap_nand_hwcontrol()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_cmd.h | 991 #define GEN_CMD_CODE(cmd) cmd ## _CMD_ argument 1124 void (*callback)(_adapter *padapter, struct cmd_obj *cmd);
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsl-qspi.c | 374 ret = fsl_qspi_check_buswidth(q, op->cmd.buswidth); in fsl_qspi_supports_op() 423 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in fsl_qspi_prepare_lut() 424 op->cmd.opcode); in fsl_qspi_prepare_lut()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | budget.c | 173 static int budget_diseqc_send_master_cmd(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd) in budget_diseqc_send_master_cmd() argument 177 SendDiSEqCMsg (budget, cmd->msg_len, cmd->msg, 0); in budget_diseqc_send_master_cmd()
|