| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | ipq8074.dtsi | 398 dma-names = "tx", "rx", "cmd";
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vcn.c | 454 ib->ptr[4] = PACKET0(adev->vcn.internal.cmd, 0); in amdgpu_vcn_dec_send_msg()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.c | 566 kfree(state->cmd); in adreno_gpu_state_destroy()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_api.h | 299 … void (*core_cmd_complete)(void *priv, u8 *cmd, u32 cmd_len, enum rtw_phl_status status),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | rtw_android.c | 569 int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd) in rtw_android_priv_cmd() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.c | 271 } else if (resp->header.cmd.status != CMD_STATUS_SUCCESS) { in wl1251_acx_data_path_params()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos5250-spring.dts | 139 samsung,vl-cmd-allow-len = <0xf>;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_uio.c | 331 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in rockchip_gmac_uio_init_phy()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/via/ |
| H A D | via-velocity.h | 201 u8 cmd; /* bits 0--1 - TCPLS, bits 4--7 - CMDZ */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | core.h | 194 struct wmi_cmd_map *cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/dma/sh/ |
| H A D | shdmac.c | 479 unsigned long cmd, void *data) in sh_dmae_nmi_handler() argument
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/marvell/ |
| H A D | cp110-system-controller.txt | 148 …(sda), ptp(pclk_out), tdm(intn), au(i2sbclk), spi0(mosi), uart1(txd), sata0(present_act), sdio(cmd)
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | sama7g5.c | 799 .cmd = BIT(31),
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-evb-rk1608.dts | 688 sdmmc_cmd: sdmmc-cmd {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2751 WL_DBG(("entry: cmd = %d\n", nlioc->cmd)); in wl_cfgvendor_priv_string_handler() 2929 char *cmd = NULL; in wl_cfgvendor_priv_bcm_handler() local 2949 cmd = nla_data(iter); in wl_cfgvendor_priv_bcm_handler() 2952 WL_DBG(("%s: type: %d cmd_len:%d cmd_ptr:%p \n", __func__, type, cmd_len, cmd)); in wl_cfgvendor_priv_bcm_handler() 2953 if (!cmd || !cmd_len) { in wl_cfgvendor_priv_bcm_handler() 2971 cmd, ANDROID_PRIV_CMD_IF_PREFIX_LEN) != BCME_OK) { in wl_cfgvendor_priv_bcm_handler() 3006 (const void *)(cmd + cmd_offset), in wl_cfgvendor_priv_bcm_handler() 3062 static const char *nan_attr_to_str(u16 cmd) in nan_attr_to_str() argument 3064 switch (cmd) { in nan_attr_to_str()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2749 WL_DBG(("entry: cmd = %d\n", nlioc->cmd)); in wl_cfgvendor_priv_string_handler() 2927 char *cmd = NULL; in wl_cfgvendor_priv_bcm_handler() local 2947 cmd = nla_data(iter); in wl_cfgvendor_priv_bcm_handler() 2950 WL_DBG(("%s: type: %d cmd_len:%d cmd_ptr:%p \n", __func__, type, cmd_len, cmd)); in wl_cfgvendor_priv_bcm_handler() 2951 if (!cmd || !cmd_len) { in wl_cfgvendor_priv_bcm_handler() 2969 cmd, ANDROID_PRIV_CMD_IF_PREFIX_LEN) != BCME_OK) { in wl_cfgvendor_priv_bcm_handler() 3004 (const void *)(cmd + cmd_offset), in wl_cfgvendor_priv_bcm_handler() 3060 static const char *nan_attr_to_str(u16 cmd) in nan_attr_to_str() argument 3062 switch (cmd) { in nan_attr_to_str()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_pcie.c | 4419 HostCmd_DS_COMMAND *cmd, in wlan_cmd_pcie_host_buf_cfg() argument 4423 &cmd->params.pcie_host_spec; in wlan_cmd_pcie_host_buf_cfg() 4427 cmd->command = wlan_cpu_to_le16(HostCmd_CMD_PCIE_HOST_BUF_DETAILS); in wlan_cmd_pcie_host_buf_cfg() 4428 cmd->size = wlan_cpu_to_le16( in wlan_cmd_pcie_host_buf_cfg()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | Kconfig | 34 bool "Enable cmd with U_BOOT_CMD_ALWAYS() declared" 125 source "cmd/fastboot/Kconfig" 1191 source "cmd/ddr_tool/Kconfig" 1316 source "cmd/mvebu/Kconfig"
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_common.c | 3318 const u32 cmd = NFP_NET_CFG_MBOX_CMD_CTAG_FILTER_ADD; in nfp_net_vlan_rx_add_vid() local 3336 return nfp_net_mbox_reconfig_and_unlock(nn, cmd); in nfp_net_vlan_rx_add_vid() 3342 const u32 cmd = NFP_NET_CFG_MBOX_CMD_CTAG_FILTER_KILL; in nfp_net_vlan_rx_kill_vid() local 3360 return nfp_net_mbox_reconfig_and_unlock(nn, cmd); in nfp_net_vlan_rx_kill_vid()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | scsi_mid_low_api.rst | 833 * @cmd: ioctl number 849 * the 'cmd' then it is passed to the SCSI mid level. If the SCSI 852 * unsupported ioctl() 'cmd' numbers should return -ENOTTY. 856 int ioctl(struct scsi_device *sdp, int cmd, void *arg)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_btcoex.c | 581 static u8 _btmpoper_cmd(PBTC_COEXIST pBtCoexist, u8 opcode, u8 opcodever, u8 *cmd, u8 size) in _btmpoper_cmd() argument 591 if (!cmd && size) in _btmpoper_cmd() 602 if (cmd && size) in _btmpoper_cmd() 603 _rtw_memcpy(buf + 2, cmd, size); in _btmpoper_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_ap.c | 2732 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local 2736 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2737 if (cmd == NULL) { in rtw_ap_set_sta_key() 2744 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2749 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key() 2760 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ap.c | 2752 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local 2756 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2757 if (cmd == NULL) { in rtw_ap_set_sta_key() 2764 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2769 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key() 2780 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_ap.c | 2692 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local 2696 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2697 if (cmd == NULL) { in rtw_ap_set_sta_key() 2704 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2709 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key() 2720 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ap.c | 2774 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local 2778 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2779 if (cmd == NULL) { in rtw_ap_set_sta_key() 2786 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key() 2791 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key() 2802 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
|