| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_mlme_ext.c | 12849 struct cmd_obj *cmd; in survey_timer_hdl() local 12855 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl() 12856 if (cmd == NULL) { in survey_timer_hdl() 12864 rtw_mfree((unsigned char *)cmd, sizeof(struct cmd_obj)); in survey_timer_hdl() 12868 init_h2fwcmd_w_parm_no_rsp(cmd, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl() 12869 rtw_enqueue_cmd(pcmdpriv, cmd); in survey_timer_hdl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_mlme_ext.c | 12946 struct cmd_obj *cmd; in survey_timer_hdl() local 12952 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl() 12953 if (cmd == NULL) { in survey_timer_hdl() 12961 rtw_mfree((unsigned char *)cmd, sizeof(struct cmd_obj)); in survey_timer_hdl() 12965 init_h2fwcmd_w_parm_no_rsp(cmd, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl() 12966 rtw_enqueue_cmd(pcmdpriv, cmd); in survey_timer_hdl()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 13496 struct cmd_obj *cmd; in survey_timer_hdl() local 13502 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl() 13503 if (cmd == NULL) { in survey_timer_hdl() 13511 rtw_mfree((unsigned char *)cmd, sizeof(struct cmd_obj)); in survey_timer_hdl() 13515 init_h2fwcmd_w_parm_no_rsp(cmd, psurveyPara, CMD_SITE_SURVEY); in survey_timer_hdl() 13516 rtw_enqueue_cmd(pcmdpriv, cmd); in survey_timer_hdl()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 13121 struct cmd_obj *cmd; in survey_timer_hdl() local 13127 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl() 13128 if (cmd == NULL) { in survey_timer_hdl() 13136 rtw_mfree((unsigned char *)cmd, sizeof(struct cmd_obj)); in survey_timer_hdl() 13140 init_h2fwcmd_w_parm_no_rsp(cmd, psurveyPara, CMD_SITE_SURVEY); in survey_timer_hdl() 13141 rtw_enqueue_cmd(pcmdpriv, cmd); in survey_timer_hdl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_ioctl.h | 4445 t_u8 cmd[MRVDRV_SIZE_OF_CMD_BUFFER]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 3612 mlan_status woal_process_rf_test_mode_cmd(moal_handle *handle, t_u32 cmd,
|
| H A D | mlan_ioctl.h | 4445 t_u8 cmd[MRVDRV_SIZE_OF_CMD_BUFFER]; member
|
| /OK3568_Linux_fs/kernel/net/netlink/ |
| H A D | af_netlink.c | 1135 static int netlink_ioctl(struct socket *sock, unsigned int cmd, in netlink_ioctl() argument
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | ti_sci.c | 3331 void *cmd) in tisci_reboot_handler() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 116 pmic=0|1 <No pmic configure cmd sent to firmware | Send pmic configure cmd to firmware> 254 cmd_resp_received = <0/1, no cmd response to process/response received and yet to process> 256 tx_cmd_urb_pending = <number of URB pending for cmd transmit> 258 rx_cmd_urb_pending = <number of URB pending for cmd receive>
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.c | 8263 u32 val, cmd; in bnx2x_verify_sfp_module() local 8280 cmd = DRV_MSG_CODE_VRFY_SPECIFIC_PHY_OPT_MDL; in bnx2x_verify_sfp_module() 8289 cmd = DRV_MSG_CODE_VRFY_FIRST_PHY_OPT_MDL; in bnx2x_verify_sfp_module() 8298 fw_resp = bnx2x_fw_command(bp, cmd, fw_cmd_param); in bnx2x_verify_sfp_module()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | advansys.c | 10716 u16 cmd; in AdvInitGetConfig() local 10728 pci_read_config_word(pdev, PCI_COMMAND, &cmd); in AdvInitGetConfig() 10729 if ((cmd & PCI_COMMAND_PARITY) == 0) in AdvInitGetConfig()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 4226 static int mlx5e_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in mlx5e_ioctl() argument 4230 switch (cmd) { in mlx5e_ioctl()
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | DEVELOPERS | 1070 F: package/trace-cmd/ 2251 F: package/trace-cmd/
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 2780 int sock_no_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in sock_no_ioctl() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_common.c | 3762 fw_cmd.hdr.cmd = FW_CEM_CMD_DRIVER_INFO; in ixgbe_set_fw_drv_ver_generic()
|
| H A D | ixgbe_main.c | 8862 static int ixgbe_ioctl(struct net_device *netdev, struct ifreq *req, int cmd) in ixgbe_ioctl() argument 8866 switch (cmd) { in ixgbe_ioctl() 8876 return mdio_mii_ioctl(&adapter->hw.phy.mdio, if_mii(req), cmd); in ixgbe_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/ |
| H A D | it66353.c | 245 static long it66353_ioctl(struct file *file, uint32_t cmd, unsigned long arg) in it66353_ioctl() argument
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | libata.rst | 135 Per-cmd ATAPI DMA capabilities filter
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-decoder.rst | 985 ``cmd``
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-common.c | 1217 switch (dc->cmd) { in coda_decoder_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 1059 param->cmd = IEEE_CMD_SET_ENCRYPTION; in cfg80211_rtw_add_key()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sm8250.dtsi | 243 compatible = "qcom,cmd-db";
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iapsta.c | 1112 strncpy(vndr_ie->cmd, "del", VNDR_IE_CMD_LEN - 1); in wl_mesh_clear_vndr_ie() 1113 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_mesh_clear_vndr_ie()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | coda.rst | 1023 int cmd;
|