Home
last modified time | relevance | path

Searched refs:variable (Results 1 - 22 of 22) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211_apt.c306 hi_u32 ie_len = scanned_bss_info->mgmt_len - (hi_u32)oal_offset_of(oal_ieee80211_mgmt_stru, u.probe_resp.variable); in cfg80211_inform_bss_frame()
307 hi_u32 beacon_len = scanned_bss_info->mgmt_len - (hi_u32)oal_offset_of(oal_ieee80211_mgmt_stru, u.beacon.variable); in cfg80211_inform_bss_frame()
309 scan_result.variable = oal_memalloc(ie_len + beacon_len); in cfg80211_inform_bss_frame()
310 if (scan_result.variable == HI_NULL) { in cfg80211_inform_bss_frame()
316 memset_s(scan_result.variable, ie_len + beacon_len, 0, ie_len + beacon_len); in cfg80211_inform_bss_frame()
328 oal_free(scan_result.variable); in cfg80211_inform_bss_frame()
331 if (memcpy_s(scan_result.variable, ie_len, scanned_bss_info->mgmt->u.probe_resp.variable, ie_len) != EOK) { in cfg80211_inform_bss_frame()
333 oal_free(scan_result.variable); in cfg80211_inform_bss_frame()
336 if (memcpy_s(scan_result.variable in cfg80211_inform_bss_frame()
[all...]
H A Dhi_wifi_driver_wpa_if.h551 hi_u8 *variable; member
/device/soc/rockchip/common/vendor/drivers/mmc/host/
H A DMakefile4 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/cpufreq/
H A DMakefile4 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/gpio/
H A DMakefile6 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A DMakefile5 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/pci/
H A DMakefile4 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A DMakefile4 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A DMakefile5 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/hisilicon/common/platform/i2s/
H A DMakefile28 LOCAL_CFLAGS += -Wno-unused-but-set-variable
/device/soc/rockchip/common/vendor/drivers/clk/
H A DMakefile7 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/rk3566/vendor/drivers/clk/
H A DMakefile7 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A DMakefile7 EXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h620 hi_u8 variable[0]; member
629 hi_u8 variable[0]; member
636 hi_u8 variable[0]; member
643 hi_u8 variable[0]; member
654 hi_u8 variable[4]; /* 4: FH Params, DS Params, CF Params, IBSS Params */ member
662 hi_u8 variable[4]; /* 4: FH Params, DS Params, CF Params, IBSS Params */ member
671 hi_u8 variable[0]; member
675 hi_u8 variable[0]; member
680 hi_u8 variable[0]; member
711 hi_u8 variable[ member
715 hi_u8 variable[0]; global() member
733 hi_u8 variable[0]; global() member
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A DMakefile257 EXTRA_CFLAGS += -Wno-unused-const-variable
H A Dbcmutils.c2899 * Advance from the current 1-byte tag/1-byte length/variable-length value
3035 * Traverse a string of 1-byte tag/1-byte length/variable-length value
3111 * Traverse a string of 1-byte tag/1-byte length/variable-length value
3128 * Traverse a string of 1-byte tag/1-byte length/variable-length value
4105 /** allocate variable sized data with 'size' bytes. note: vld should NOT be null.
4143 /** free memory associated with variable sized data. note: vld should NOT be null.
4319 /* Adds/replaces NVRAM variable with given value
4323 * variable[in] - Variable to add/replace in 'name=value' form
4325 * Returns TRUE on success, FALSE if buffer too short or variable specified incorrectly
4328 replace_nvram_variable(char *varbuf, unsigned int buflen, const char *variable, in replace_nvram_variable() argument
[all...]
H A Dwl_cfg80211.h621 u8 variable[0]; member
729 uint8 attrib[1]; /* variable length attributes */
1051 /* wait queue and condition variable for nan event */
1684 * if status crosses BIT_PER_LONG, the variable in wl_set_status_by_netdev()
H A Dwl_cfg80211.c11390 vndr = (const u8 *)&mgmt->u.probe_resp.variable; in wl_cfg80211_parse_ap_ies()
11392 offsetof(const struct ieee80211_mgmt, u.probe_resp.variable)); in wl_cfg80211_parse_ap_ies()
11434 vndr = (const u8 *)&mgmt->u.probe_resp.variable; in wl_cfg80211_set_ies()
11436 offsetof(struct ieee80211_mgmt, u.probe_resp.variable)); in wl_cfg80211_set_ies()
13066 * fw_ap_select variable determines whether FW selects the AP or the in wl_setup_wiphy()
13093 * AP_PROBE_RESP_OFFLOAD flag is set to wiphy->flags variable. in wl_setup_wiphy()
13463 wl_cp_ie(cfg, beacon_proberesp->variable, WL_BSS_INFO_MAX - in wl_inform_single_bss()
13466 u.beacon.variable) + wl_get_ielen(cfg); in wl_inform_single_bss()
22254 /* Update the dhd state variable to be in sync */ in wl_cfg80211_tdls_config()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/
H A DMakefile301 EXTRA_CFLAGS += -Wno-unused-const-variable
/device/soc/rockchip/common/sdk_linux/
H A DMakefile65 # the variable $(silent_cmd_cc_o_c) doesn't exist.
117 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
121 # variable.
215 # Use make M=dir or set the environment variable KBUILD_EXTMOD to specify the
798 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
800 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
2011 # Declare the contents of the PHONY variable as phony. We keep that
2012 # information in a variable so we can use it in if_changed and friends.
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmutils.h202 /* variable access */
861 extern bool replace_nvram_variable(char *varbuf, unsigned int buflen, const char *variable,
1316 /* structures and routines to process variable sized data */
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm4447 variable to another directory and make sure that it is not mounted noexec.
5768 # The global variable ensures the bits appear unchanged in the object file.
6832 check_disable_warning -Wno-unused-const-variable
6842 check_disable_warning_headers -Wno-unused-variable
7020 add_cflags -Wno-missing-variable-declarations

Completed in 57 milliseconds