Home
last modified time | relevance | path

Searched defs:section (Results 126 – 150 of 329) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dcafe_nand.c450 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 Dfsl_ifc_nand.c84 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 Domap2.c1816 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 Dtegra_nand.c200 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 Dmxc_nand.c1005 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 Dregression_8000.c316 #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 D842_decompress.c177 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 Dsymbolize.py333 def overlaps(self, section, addr, size): argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsymbolize.py333 def overlaps(self, section, addr, size): argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c50 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 Dfwdl.c50 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 Dieee80211.h974 #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 Dieee80211.h890 #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 Dieee80211.h887 #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 Ddhd_custom_memprealloc.c154 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_memprealloc.c154 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py200 def add_message(messages, section, new_msg): argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_custom_memprealloc.c163 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_custom_memprealloc.c163 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dsharpslpart.c73 int section = 0; in sharpsl_nand_check_ooblayout() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_static_buf.c119 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dstackleak_plugin.c453 tree section; in stackleak_gate() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_custom_memprealloc.c163 *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 Dconf.h75 char *section; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211.h1070 #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

12345678910>>...14