| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 1727 int cifs_flock(struct file *file, int cmd, struct file_lock *fl) in cifs_flock() argument 1776 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock() argument 1791 cmd, flock->fl_flags, flock->fl_type, in cifs_lock() 1809 if (IS_GETLK(cmd)) { in cifs_lock()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 89 u32 cmd; in xhci_quiesce() local 97 cmd = readl(&xhci->op_regs->command); in xhci_quiesce() 98 cmd &= mask; in xhci_quiesce() 99 writel(cmd, &xhci->op_regs->command); in xhci_quiesce()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispccdc.c | 1838 static long ccdc_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in ccdc_ioctl() argument 1843 switch (cmd) { in ccdc_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_pf.c | 1905 static int otx2_ioctl(struct net_device *netdev, struct ifreq *req, int cmd) in otx2_ioctl() argument 1910 switch (cmd) { in otx2_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mvsas/ |
| H A D | mv_sas.c | 671 memcpy(buf_cmd + 12, task->ssp_task.cmd->cmnd, in mvs_task_prep_ssp() 672 task->ssp_task.cmd->cmd_len); in mvs_task_prep_ssp()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | maestro3.c | 1097 snd_m3_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in snd_m3_pcm_trigger() argument 1107 switch (cmd) { in snd_m3_pcm_trigger()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_tx.c | 2194 switch (ctl->cmd) { in phl_data_ctrler() 2235 "Unknown data control command(%d)!\n", ctl->cmd); in phl_data_ctrler()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_lib.c | 1767 unsigned int cmd, void *arg) in snd_pcm_lib_ioctl() argument 1769 switch (cmd) { in snd_pcm_lib_ioctl()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3588s-pinctrl.dtsi | 333 emmc_cmd: emmc-cmd { 2032 sdmmc_cmd: sdmmc-cmd {
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | vsc9953.c | 1063 static int vsc9953_mac_table_cmd(enum mac_table_cmd cmd) in vsc9953_mac_table_cmd() argument 1070 switch (cmd) { in vsc9953_mac_table_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | netcp_core.c | 1786 struct ifreq *req, int cmd) in netcp_ndo_ioctl() argument 1801 err = module->ioctl(intf_modpriv->module_priv, req, cmd); in netcp_ndo_ioctl()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 186 char *cmd; 197 o) cmd
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_main.c | 1969 static int nicvf_ioctl(struct net_device *netdev, struct ifreq *req, int cmd) in nicvf_ioctl() argument 1971 switch (cmd) { in nicvf_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | db8500-prcmu.c | 2018 static int prcmu_a9wdog(u8 cmd, u8 d0, u8 d1, u8 d2, u8 d3) in prcmu_a9wdog() argument 2031 writeb(cmd, (tcdm_base + PRCM_MBOX_HEADER_REQ_MB4)); in prcmu_a9wdog()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 8508 uint8 cmd; in dhdsdio_testrcv() local 8522 cmd = *data++; in dhdsdio_testrcv() 8525 DHD_TRACE(("%s:cmd:%d, xtra:%d,len:%d\n", __FUNCTION__, cmd, extra, len)); in dhdsdio_testrcv() 8527 if (cmd == SDPCM_TEST_DISCARD || cmd == SDPCM_TEST_ECHOREQ || cmd == SDPCM_TEST_ECHORSP) { in dhdsdio_testrcv() 8530 " cmd %d extra %d len %d\n", pktlen, seq, cmd, extra, len)); in dhdsdio_testrcv() 8537 switch (cmd) { in dhdsdio_testrcv() 8590 " cmd %d extra %d len %d\n", pktlen, seq, cmd, extra, len)); in dhdsdio_testrcv()
|
| H A D | wl_cfgvendor.c | 2784 WL_DBG(("entry: cmd = %d\n", nlioc->cmd)); in wl_cfgvendor_priv_string_handler() 3085 char *cmd = NULL; in wl_cfgvendor_priv_bcm_handler() local 3106 cmd = nla_data(iter); in wl_cfgvendor_priv_bcm_handler() 3109 WL_DBG(("%s: type: %d cmd_len:%d cmd_ptr:%p \n", __func__, type, cmd_len, cmd)); in wl_cfgvendor_priv_bcm_handler() 3110 if (!cmd || !cmd_len) { in wl_cfgvendor_priv_bcm_handler() 3128 cmd, ANDROID_PRIV_CMD_IF_PREFIX_LEN) != BCME_OK) { in wl_cfgvendor_priv_bcm_handler() 3163 (const void *)(cmd + cmd_offset), in wl_cfgvendor_priv_bcm_handler() 3223 nan_attr_to_str(u16 cmd) in nan_attr_to_str() argument 3227 switch (cmd) { in nan_attr_to_str()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 8493 uint8 cmd; in dhdsdio_testrcv() local 8507 cmd = *data++; in dhdsdio_testrcv() 8510 DHD_TRACE(("%s:cmd:%d, xtra:%d,len:%d\n", __FUNCTION__, cmd, extra, len)); in dhdsdio_testrcv() 8512 if (cmd == SDPCM_TEST_DISCARD || cmd == SDPCM_TEST_ECHOREQ || cmd == SDPCM_TEST_ECHORSP) { in dhdsdio_testrcv() 8515 " cmd %d extra %d len %d\n", pktlen, seq, cmd, extra, len)); in dhdsdio_testrcv() 8522 switch (cmd) { in dhdsdio_testrcv() 8575 " cmd %d extra %d len %d\n", pktlen, seq, cmd, extra, len)); in dhdsdio_testrcv()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_debug.c | 2337 char cmd[8] = {0}; in proc_set_survey_info() local 2349 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info() 2354 if (strcmp("acs", cmd) == 0) in proc_set_survey_info() 2560 char cmd[32] = {0}; in proc_reset_trx_info() local 2563 if (count > sizeof(cmd)) { in proc_reset_trx_info() 2568 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info() 2569 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_debug.c | 2315 char cmd[8] = {0}; in proc_set_survey_info() local 2327 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info() 2332 if (strcmp("acs", cmd) == 0) in proc_set_survey_info() 2538 char cmd[32] = {0}; in proc_reset_trx_info() local 2541 if (count > sizeof(cmd)) { in proc_reset_trx_info() 2546 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info() 2547 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_debug.c | 2315 char cmd[8] = {0}; in proc_set_survey_info() local 2327 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info() 2332 if (strcmp("acs", cmd) == 0) in proc_set_survey_info() 2538 char cmd[32] = {0}; in proc_reset_trx_info() local 2541 if (count > sizeof(cmd)) { in proc_reset_trx_info() 2546 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info() 2547 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/ |
| H A D | rtl8723b_hal_init.c | 7153 u32 cmd; in hal_ra_info_dump() local 7168 cmd = 0x40000100 | mac_id; in hal_ra_info_dump() 7169 rtw_write32(padapter, REG_HMEBOX_DBG_2_8723B, cmd); in hal_ra_info_dump() 7178 cmd = 0x40000400 | mac_id; in hal_ra_info_dump() 7179 rtw_write32(padapter, REG_HMEBOX_DBG_2_8723B, cmd); in hal_ra_info_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_misc.c | 350 t_u16 cmd; in wlan_misc_ioctl_init_shutdown() local 356 cmd = HostCmd_CMD_FUNC_INIT; in wlan_misc_ioctl_init_shutdown() 358 cmd = HostCmd_CMD_FUNC_SHUTDOWN; in wlan_misc_ioctl_init_shutdown() 367 ret = wlan_prepare_cmd(pmpriv, cmd, HostCmd_ACT_GEN_SET, 0, in wlan_misc_ioctl_init_shutdown() 5515 buf = hostcmd->cmd; in wlan_set_mef_entry()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_iep2.c | 294 switch (req->cmd) { in iep2_extract_task_msg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | hw.h | 663 bool (*ani_control)(struct ath_hw *ah, enum ath9k_ani_cmd cmd,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | devlink.h | 262 enum devlink_command cmd; member
|