| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | sfdp.c | 435 int i, cmd, err; in spi_nor_parse_bfpt() local 501 cmd = spi_nor_hwcaps_read2cmd(rd->hwcaps); in spi_nor_parse_bfpt() 502 read = ¶ms->reads[cmd]; in spi_nor_parse_bfpt()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_main.c | 84 int nfp_mbox_cmd(struct nfp_pf *pf, u32 cmd, void *in_data, u64 in_length, in nfp_mbox_cmd() argument 101 cmd, val, err); in nfp_mbox_cmd() 121 err = nfp_rtsym_writeq(pf->cpp, pf->mbox, NFP_MBOX_CMD, cmd); in nfp_mbox_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-ioctl.c | 572 int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg) in omapfb_ioctl() argument 600 switch (cmd) { in omapfb_ioctl() 906 dev_err(fbdev->dev, "Unknown ioctl 0x%x\n", cmd); in omapfb_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | fpsp.h | 141 .set CMDREG2B,LV-52 | cmd reg for machine 2 142 .set CMDREG3B,LV-48 | cmd reg for E3 exceptions (2 bytes) 172 .set CMDREG1B,LV-36 | cmd reg for E1 exceptions (2 bytes)
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | cache.c | 742 unsigned int ctrl, cmd; in slc_op_line() local 758 cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in slc_op_line() 766 write_aux_reg(cmd, paddr); in slc_op_line()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/chips/ |
| H A D | CYW4354_Makefile | 510 rm -rf *.o *.ko *.mod.c *~ .*.cmd *.o.cmd .*.o.cmd \
|
| H A D | CYW43438_Makefile | 510 rm -rf *.o *.ko *.mod.c *~ .*.cmd *.o.cmd .*.o.cmd \
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.c | 424 unsigned int cmd, in matroxfb_dh_ioctl() argument 432 switch (cmd) { in matroxfb_dh_ioctl() 460 return minfo->fbcon.fbops->fb_ioctl(&minfo->fbcon, cmd, arg); in matroxfb_dh_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md.c | 2921 static int cmd_match(const char *cmd, const char *str) in cmd_match() argument 2927 while (*cmd && *str && *cmd == *str) { in cmd_match() 2928 cmd++; in cmd_match() 2931 if (*cmd == '\n') in cmd_match() 2932 cmd++; in cmd_match() 2933 if (*str || *cmd) in cmd_match() 7479 static inline bool md_ioctl_valid(unsigned int cmd) in md_ioctl_valid() argument 7481 switch (cmd) { in md_ioctl_valid() 7505 unsigned int cmd, unsigned long arg) in md_ioctl() argument 7513 if (!md_ioctl_valid(cmd)) in md_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | fcnal-test.sh | 184 local cmd="$*" 188 echo "COMMAND: ${cmd}" 191 out=$($cmd 2>&1) 217 local cmd="$*" 220 run_cmd ${cmd} 225 echo "setup command: $cmd" 239 local cmd="$*" 242 run_cmd_nsb ${cmd} 247 echo "setup command: $cmd" 261 local cmd="$*" [all …]
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 1542 static int smack_file_ioctl(struct file *file, unsigned int cmd, in smack_file_ioctl() argument 1555 if (_IOC_DIR(cmd) & _IOC_WRITE) { in smack_file_ioctl() 1560 if (rc == 0 && (_IOC_DIR(cmd) & _IOC_READ)) { in smack_file_ioctl() 1575 static int smack_file_lock(struct file *file, unsigned int cmd) in smack_file_lock() argument 1603 static int smack_file_fcntl(struct file *file, unsigned int cmd, in smack_file_fcntl() argument 1613 switch (cmd) { in smack_file_fcntl() 2973 static int smack_shm_shmctl(struct kern_ipc_perm *isp, int cmd) in smack_shm_shmctl() argument 2977 switch (cmd) { in smack_shm_shmctl() 3062 static int smack_sem_semctl(struct kern_ipc_perm *isp, int cmd) in smack_sem_semctl() argument 3066 switch (cmd) { in smack_sem_semctl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/ |
| H A D | halrf.c | 3129 char *cmd[5] = {"-h", "on", "off", "info", "switch"}; in halrf_dpk_debug_cmd() local 3134 if ((strcmp(input[2], cmd[4]) != 0)) { in halrf_dpk_debug_cmd() 3142 if ((strcmp(input[2], cmd[0]) == 0)) { in halrf_dpk_debug_cmd() 3145 " %s\n", cmd[i]); in halrf_dpk_debug_cmd() 3147 } else if ((strcmp(input[2], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3152 } else if ((strcmp(input[2], cmd[2]) == 0)){ in halrf_dpk_debug_cmd() 3157 } else if ((strcmp(input[2], cmd[3]) == 0)) in halrf_dpk_debug_cmd() 3159 else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3163 } else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[2]) == 0)) { in halrf_dpk_debug_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/ |
| H A D | halrf.c | 3175 char *cmd[5] = {"-h", "on", "off", "info", "switch"}; in halrf_dpk_debug_cmd() local 3180 if ((strcmp(input[2], cmd[4]) != 0)) { in halrf_dpk_debug_cmd() 3188 if ((strcmp(input[2], cmd[0]) == 0)) { in halrf_dpk_debug_cmd() 3191 " %s\n", cmd[i]); in halrf_dpk_debug_cmd() 3193 } else if ((strcmp(input[2], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3198 } else if ((strcmp(input[2], cmd[2]) == 0)){ in halrf_dpk_debug_cmd() 3203 } else if ((strcmp(input[2], cmd[3]) == 0)) in halrf_dpk_debug_cmd() 3205 else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3209 } else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[2]) == 0)) { in halrf_dpk_debug_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/ |
| H A D | halrf.c | 3223 char *cmd[5] = {"-h", "on", "off", "info", "switch"}; in halrf_dpk_debug_cmd() local 3228 if ((strcmp(input[2], cmd[4]) != 0)) { in halrf_dpk_debug_cmd() 3236 if ((strcmp(input[2], cmd[0]) == 0)) { in halrf_dpk_debug_cmd() 3239 " %s\n", cmd[i]); in halrf_dpk_debug_cmd() 3241 } else if ((strcmp(input[2], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3246 } else if ((strcmp(input[2], cmd[2]) == 0)){ in halrf_dpk_debug_cmd() 3251 } else if ((strcmp(input[2], cmd[3]) == 0)) in halrf_dpk_debug_cmd() 3253 else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3257 } else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[2]) == 0)) { in halrf_dpk_debug_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.c | 329 struct mlx4_cmd_info *cmd) in mlx4_QUERY_FUNC_CAP_wrapper() argument 1276 struct mlx4_cmd_info *cmd) in mlx4_QUERY_DEV_CAP_wrapper() argument 1410 struct mlx4_cmd_info *cmd) in mlx4_QUERY_PORT_wrapper() argument 1621 struct mlx4_cmd *cmd = &mlx4_priv(dev)->cmd; in mlx4_QUERY_FW() local 1693 cmd->max_cmds = 1 << lg; in mlx4_QUERY_FW() 1699 cmd_if_rev, cmd->max_cmds); in mlx4_QUERY_FW() 1747 struct mlx4_cmd_info *cmd) in mlx4_QUERY_FW_wrapper() argument 2257 struct mlx4_cmd_info *cmd) in mlx4_INIT_PORT_wrapper() argument 2355 struct mlx4_cmd_info *cmd) in mlx4_CLOSE_PORT_wrapper() argument 2997 struct mlx4_cmd_info *cmd) in mlx4_ACCESS_REG_wrapper() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | rtw_proc.c | 1457 char cmd[4]; in proc_set_sec_cam() local 1471 int num = sscanf(tmp, "%s %hhu %hhu", cmd, &id_1, &id_2); in proc_set_sec_cam() 1481 if (strcmp("c", cmd) == 0) { in proc_set_sec_cam() 1484 } else if (strcmp("wfc", cmd) == 0) in proc_set_sec_cam() 1486 else if (strcmp("sw", cmd) == 0) in proc_set_sec_cam() 1488 else if (strcmp("cdk", cmd) == 0) in proc_set_sec_cam() 1491 else if (strcmp("sgd", cmd) == 0) in proc_set_sec_cam() 1493 else if (strcmp("rsd", cmd) == 0) in proc_set_sec_cam() 1672 char cmd[16] = {0}; in proc_set_tx_power_ext_info() local 1681 int num = sscanf(tmp, "%s", cmd); in proc_set_tx_power_ext_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/ |
| H A D | halrf.c | 3174 char *cmd[5] = {"-h", "on", "off", "info", "switch"}; in halrf_dpk_debug_cmd() local 3179 if ((strcmp(input[2], cmd[4]) != 0)) { in halrf_dpk_debug_cmd() 3187 if ((strcmp(input[2], cmd[0]) == 0)) { in halrf_dpk_debug_cmd() 3190 " %s\n", cmd[i]); in halrf_dpk_debug_cmd() 3192 } else if ((strcmp(input[2], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3197 } else if ((strcmp(input[2], cmd[2]) == 0)){ in halrf_dpk_debug_cmd() 3202 } else if ((strcmp(input[2], cmd[3]) == 0)) in halrf_dpk_debug_cmd() 3204 else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3208 } else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[2]) == 0)) { in halrf_dpk_debug_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/ |
| H A D | halrf.c | 3129 char *cmd[5] = {"-h", "on", "off", "info", "switch"}; in halrf_dpk_debug_cmd() local 3134 if ((strcmp(input[2], cmd[4]) != 0)) { in halrf_dpk_debug_cmd() 3142 if ((strcmp(input[2], cmd[0]) == 0)) { in halrf_dpk_debug_cmd() 3145 " %s\n", cmd[i]); in halrf_dpk_debug_cmd() 3147 } else if ((strcmp(input[2], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3152 } else if ((strcmp(input[2], cmd[2]) == 0)){ in halrf_dpk_debug_cmd() 3157 } else if ((strcmp(input[2], cmd[3]) == 0)) in halrf_dpk_debug_cmd() 3159 else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[1]) == 0)) { in halrf_dpk_debug_cmd() 3163 } else if ((strcmp(input[2], cmd[4]) == 0) && (strcmp(input[3], cmd[2]) == 0)) { in halrf_dpk_debug_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | kempld_wdt.c | 338 static long kempld_wdt_ioctl(struct watchdog_device *wdd, unsigned int cmd, in kempld_wdt_ioctl() argument 347 switch (cmd) { in kempld_wdt_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mvsas/ |
| H A D | mv_sas.h | 146 u8 cmd, 151 int (*spi_issuecmd)(struct mvs_info *mvi, u32 cmd);
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | mmp-sspa.c | 276 static int mmp_sspa_trigger(struct snd_pcm_substream *substream, int cmd, in mmp_sspa_trigger() argument 282 switch (cmd) { in mmp_sspa_trigger()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | corgi.c | 717 static void corgi_restart(enum reboot_mode mode, const char *cmd) in corgi_restart() argument 723 pxa_restart(REBOOT_HARD, cmd); in corgi_restart()
|
| /OK3568_Linux_fs/kernel/sound/soc/sunxi/ |
| H A D | sun4i-spdif.c | 359 static int sun4i_spdif_trigger(struct snd_pcm_substream *substream, int cmd, in sun4i_spdif_trigger() argument 368 switch (cmd) { in sun4i_spdif_trigger()
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_netlink.c | 498 .cmd = HSR_C_GET_NODE_STATUS, 505 .cmd = HSR_C_GET_NODE_LIST,
|
| /OK3568_Linux_fs/kernel/sound/soc/amd/renoir/ |
| H A D | acp3x-pdm-dma.c | 318 int cmd, struct snd_soc_dai *dai) in acp_pdm_dai_trigger() argument 334 switch (cmd) { in acp_pdm_dai_trigger()
|