| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | cafe_nand.c | 450 static int cafe_ooblayout_ecc(struct mtd_info *mtd, int section, in cafe_ooblayout_ecc() 464 static int cafe_ooblayout_free(struct mtd_info *mtd, int section, in cafe_ooblayout_free()
|
| H A D | fsl_ifc_nand.c | 84 static int fsl_ifc_ooblayout_ecc(struct mtd_info *mtd, int section, in fsl_ifc_ooblayout_ecc() 98 static int fsl_ifc_ooblayout_free(struct mtd_info *mtd, int section, in fsl_ifc_ooblayout_free()
|
| H A D | omap2.c | 1816 static int omap_ooblayout_ecc(struct mtd_info *mtd, int section, in omap_ooblayout_ecc() 1836 static int omap_ooblayout_free(struct mtd_info *mtd, int section, in omap_ooblayout_free() 1865 static int omap_sw_ooblayout_ecc(struct mtd_info *mtd, int section, in omap_sw_ooblayout_ecc() 1884 static int omap_sw_ooblayout_free(struct mtd_info *mtd, int section, in omap_sw_ooblayout_free()
|
| H A D | tegra_nand.c | 200 static int tegra_nand_ooblayout_rs_ecc(struct mtd_info *mtd, int section, in tegra_nand_ooblayout_rs_ecc() 216 static int tegra_nand_ooblayout_no_free(struct mtd_info *mtd, int section, in tegra_nand_ooblayout_no_free() 227 static int tegra_nand_ooblayout_bch_ecc(struct mtd_info *mtd, int section, in tegra_nand_ooblayout_bch_ecc()
|
| H A D | mxc_nand.c | 1005 static int mxc_v1_ooblayout_ecc(struct mtd_info *mtd, int section, in mxc_v1_ooblayout_ecc() 1019 static int mxc_v1_ooblayout_free(struct mtd_info *mtd, int section, in mxc_v1_ooblayout_free() 1052 static int mxc_v2_ooblayout_ecc(struct mtd_info *mtd, int section, in mxc_v2_ooblayout_ecc() 1067 static int mxc_v2_ooblayout_free(struct mtd_info *mtd, int section, in mxc_v2_ooblayout_free()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_8000.c | 316 #define TEST_HKDF_DATA(section, algo, id, oeb /* omit empty bufs */) \ in xtest_test_derivation_hkdf() argument 572 #define TEST_PBKDF2_DATA(level, section, algo, id, oeb /* omit empty bufs */) \ in xtest_test_derivation_pbkdf2() argument
|
| /OK3568_Linux_fs/kernel/lib/842/ |
| H A D | 842_decompress.c | 177 u64 section = round_down(total, fsize); in __do_index() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | symbolize.py | 333 def overlaps(self, section, addr, size): argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | symbolize.py | 333 def overlaps(self, section, addr, size): argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwdl.c | 50 static inline void fwhdr_section_parser(struct fwhdr_section_t *section, in fwhdr_section_parser() 298 u8 *section = info->addr; in __sections_download() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | fwdl.c | 50 static inline void fwhdr_section_parser(struct fwhdr_section_t *section, in fwhdr_section_parser() 298 u8 *section = info->addr; in __sections_download() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | ieee80211.h | 974 #define IS_CCK_RATE_SECTION(section) ((section) == CCK) argument 975 #define IS_OFDM_RATE_SECTION(section) ((section) == OFDM) argument 976 #define IS_HT_RATE_SECTION(section) ((section) >= HT_1SS && (section) <= HT_4SS) argument 977 #define IS_VHT_RATE_SECTION(section) ((section) >= VHT_1SS && (section) <= VHT_4SS) argument 979 #define IS_1T_RATE_SECTION(section) ((section) == CCK || (section) == OFDM || (section) == HT_1SS |… argument 980 #define IS_2T_RATE_SECTION(section) ((section) == HT_2SS || (section) == VHT_2SS) argument 981 #define IS_3T_RATE_SECTION(section) ((section) == HT_3SS || (section) == VHT_3SS) argument 982 #define IS_4T_RATE_SECTION(section) ((section) == HT_4SS || (section) == VHT_4SS) argument 1003 #define rate_section_to_tx_num(section) (rates_by_sections[(section)].tx_num) argument 1004 #define rate_section_rate_num(section) (rates_by_sections[(section)].rate_num) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | ieee80211.h | 890 #define IS_CCK_RATE_SECTION(section) ((section) == CCK) argument 891 #define IS_OFDM_RATE_SECTION(section) ((section) == OFDM) argument 892 #define IS_HT_RATE_SECTION(section) ((section) >= HT_1SS && (section) <= HT_4SS) argument 893 #define IS_VHT_RATE_SECTION(section) ((section) >= VHT_1SS && (section) <= VHT_4SS) argument 895 #define IS_1T_RATE_SECTION(section) ((section) == CCK || (section) == OFDM || (section) == HT_1SS |… argument 896 #define IS_2T_RATE_SECTION(section) ((section) == HT_2SS || (section) == VHT_2SS) argument 897 #define IS_3T_RATE_SECTION(section) ((section) == HT_3SS || (section) == VHT_3SS) argument 898 #define IS_4T_RATE_SECTION(section) ((section) == HT_4SS || (section) == VHT_4SS) argument 919 #define rate_section_to_tx_num(section) (rates_by_sections[(section)].tx_num) argument 920 #define rate_section_rate_num(section) (rates_by_sections[(section)].rate_num) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | ieee80211.h | 887 #define IS_CCK_RATE_SECTION(section) ((section) == CCK) argument 888 #define IS_OFDM_RATE_SECTION(section) ((section) == OFDM) argument 889 #define IS_HT_RATE_SECTION(section) ((section) >= HT_1SS && (section) <= HT_4SS) argument 890 #define IS_VHT_RATE_SECTION(section) ((section) >= VHT_1SS && (section) <= VHT_4SS) argument 892 #define IS_1T_RATE_SECTION(section) ((section) == CCK || (section) == OFDM || (section) == HT_1SS |… argument 893 #define IS_2T_RATE_SECTION(section) ((section) == HT_2SS || (section) == VHT_2SS) argument 894 #define IS_3T_RATE_SECTION(section) ((section) == HT_3SS || (section) == VHT_3SS) argument 895 #define IS_4T_RATE_SECTION(section) ((section) == HT_4SS || (section) == VHT_4SS) argument 916 #define rate_section_to_tx_num(section) (rates_by_sections[(section)].tx_num) argument 917 #define rate_section_rate_num(section) (rates_by_sections[(section)].rate_num) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_custom_memprealloc.c | 154 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_custom_memprealloc.c | 154 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | qa.py | 200 def add_message(messages, section, new_msg): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_custom_memprealloc.c | 163 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_custom_memprealloc.c | 163 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | sharpslpart.c | 73 int section = 0; in sharpsl_nand_check_ooblayout() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_static_buf.c | 119 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | stackleak_plugin.c | 453 tree section; in stackleak_gate() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_custom_memprealloc.c | 163 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | conf.h | 75 char *section; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | ieee80211.h | 1070 #define IS_CCK_RATE_SECTION(section) ((section) == CCK) argument 1071 #define IS_OFDM_RATE_SECTION(section) ((section) == OFDM) argument 1072 #define IS_HT_RATE_SECTION(section) ((section) >= HT_1SS && (section) <= HT_4SS) argument 1073 #define IS_VHT_RATE_SECTION(section) ((section) >= VHT_1SS && (section) <= VHT_4SS) argument 1075 #define IS_1T_RATE_SECTION(section) ((section) == CCK || (section) == OFDM || (section) == HT_1SS |… argument 1076 #define IS_2T_RATE_SECTION(section) ((section) == HT_2SS || (section) == VHT_2SS) argument 1077 #define IS_3T_RATE_SECTION(section) ((section) == HT_3SS || (section) == VHT_3SS) argument 1078 #define IS_4T_RATE_SECTION(section) ((section) == HT_4SS || (section) == VHT_4SS) argument 1099 #define rate_section_to_tx_num(section) (rates_by_sections[(section)].tx_num) argument 1100 #define rate_section_rate_num(section) (rates_by_sections[(section)].rate_num) argument
|