Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 127) sorted by relevance

123456

/linux-5.19.10/tools/objtool/include/objtool/
Delf.h28 struct section { struct
36 struct section *base, *reloc; argument
50 struct section *sec; argument
/linux-5.19.10/drivers/mtd/nand/spi/
Dgigadevice.c66 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_ecc()
78 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_free()
124 static int gd5fxgqx_variant2_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgqx_variant2_ooblayout_ecc()
136 static int gd5fxgqx_variant2_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgqx_variant2_ooblayout_free()
155 static int gd5fxgq4xc_ooblayout_256_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xc_ooblayout_256_ecc()
167 static int gd5fxgq4xc_ooblayout_256_free(struct mtd_info *mtd, int section, in gd5fxgq4xc_ooblayout_256_free()
Dmicron.c60 static int micron_8_ooblayout_ecc(struct mtd_info *mtd, int section, in micron_8_ooblayout_ecc()
72 static int micron_8_ooblayout_free(struct mtd_info *mtd, int section, in micron_8_ooblayout_free()
90 static int micron_4_ooblayout_ecc(struct mtd_info *mtd, int section, in micron_4_ooblayout_ecc()
105 static int micron_4_ooblayout_free(struct mtd_info *mtd, int section, in micron_4_ooblayout_free()
Dtoshiba.c41 static int tx58cxgxsxraix_ooblayout_ecc(struct mtd_info *mtd, int section, in tx58cxgxsxraix_ooblayout_ecc()
53 static int tx58cxgxsxraix_ooblayout_free(struct mtd_info *mtd, int section, in tx58cxgxsxraix_ooblayout_free()
Dxtx.c34 static int xt26g0xa_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g0xa_ooblayout_ecc()
46 static int xt26g0xa_ooblayout_free(struct mtd_info *mtd, int section, in xt26g0xa_ooblayout_free()
Dparagon.c41 static int pn26g0xa_ooblayout_ecc(struct mtd_info *mtd, int section, in pn26g0xa_ooblayout_ecc()
53 static int pn26g0xa_ooblayout_free(struct mtd_info *mtd, int section, in pn26g0xa_ooblayout_free()
Dwinbond.c34 static int w25m02gv_ooblayout_ecc(struct mtd_info *mtd, int section, in w25m02gv_ooblayout_ecc()
46 static int w25m02gv_ooblayout_free(struct mtd_info *mtd, int section, in w25m02gv_ooblayout_free()
Dmacronix.c29 static int mx35lfxge4ab_ooblayout_ecc(struct mtd_info *mtd, int section, in mx35lfxge4ab_ooblayout_ecc()
35 static int mx35lfxge4ab_ooblayout_free(struct mtd_info *mtd, int section, in mx35lfxge4ab_ooblayout_free()
/linux-5.19.10/drivers/mtd/nand/raw/
Dsm_common.c12 static int oob_sm_ooblayout_ecc(struct mtd_info *mtd, int section, in oob_sm_ooblayout_ecc()
24 static int oob_sm_ooblayout_free(struct mtd_info *mtd, int section, in oob_sm_ooblayout_free()
61 static int oob_sm_small_ooblayout_ecc(struct mtd_info *mtd, int section, in oob_sm_small_ooblayout_ecc()
73 static int oob_sm_small_ooblayout_free(struct mtd_info *mtd, int section, in oob_sm_small_ooblayout_free()
Dnand_micron.c101 int section, in micron_nand_on_die_4_ooblayout_ecc()
114 int section, in micron_nand_on_die_4_ooblayout_free()
132 int section, in micron_nand_on_die_8_ooblayout_ecc()
147 int section, in micron_nand_on_die_8_ooblayout_free()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c34 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk()
73 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk()
146 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section()
180 static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_section()
301 int ret, section; in iwl_nvm_init() local
/linux-5.19.10/tools/perf/util/
Dconfig.c597 struct perf_config_section *section; in find_section() local
607 struct perf_config_section *section) in find_config_item()
621 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local
638 static struct perf_config_item *add_config_item(struct perf_config_section *section, in add_config_item()
675 struct perf_config_section *section = NULL; in collect_config() local
793 struct perf_config_section *section; in perf_config_set() local
845 static void perf_config_section__purge(struct perf_config_section *section) in perf_config_section__purge()
855 static void perf_config_section__delete(struct perf_config_section *section) in perf_config_section__delete()
864 struct perf_config_section *section, *tmp; in perf_config_set__purge() local
Dconfig.h57 #define perf_config_sections__for_each_entry(list, section) \ argument
74 #define perf_config_set__for_each_entry(set, section, item) \ argument
/linux-5.19.10/drivers/mtd/nand/
Decc.c163 static int nand_ooblayout_ecc_sp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_sp()
189 static int nand_ooblayout_free_sp(struct mtd_info *mtd, int section, in nand_ooblayout_free_sp()
223 static int nand_ooblayout_ecc_lp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp()
238 static int nand_ooblayout_free_lp(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp()
268 static int nand_ooblayout_ecc_lp_hamming(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp_hamming()
295 static int nand_ooblayout_free_lp_hamming(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp_hamming()
/linux-5.19.10/tools/perf/
Dbuiltin-config.c39 struct perf_config_section *section = NULL; in set_config() local
74 struct perf_config_section *section; in show_spec_config() local
104 struct perf_config_section *section; in show_config() local
/linux-5.19.10/arch/x86/kernel/cpu/sgx/
Dsgx.h33 unsigned int section; member
68 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_get_epc_phys_addr() local
78 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_get_epc_virt_addr() local
Dmain.c74 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in __sgx_sanitize_pages() local
646 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_free_epc_page() local
664 struct sgx_epc_section *section) in sgx_setup_epc_section()
702 struct sgx_epc_section *section; in sgx_paddr_to_page() local
721 struct sgx_epc_section *section; in arch_memory_failure() local
/linux-5.19.10/arch/mips/boot/tools/
Drelocs.c24 struct section { struct
26 struct section *link; argument
32 static struct section *secs; argument
/linux-5.19.10/arch/xtensa/kernel/
Dvmlinux.lds.S45 #define RELOCATE_ENTRY(sym, section) \ argument
63 #define SECTION_VECTOR4(sym, section, addr, prevsec) \ argument
72 #define SECTION_VECTOR2(section, addr) \ argument
/linux-5.19.10/arch/x86/tools/
Drelocs.c38 struct section { struct
40 struct section *link; argument
46 static struct section *secs; argument
/linux-5.19.10/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c72 static int qi_lb60_ooblayout_ecc(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_ecc()
87 static int qi_lb60_ooblayout_free(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_free()
107 static int jz4725b_ooblayout_ecc(struct mtd_info *mtd, int section, in jz4725b_ooblayout_ecc()
122 static int jz4725b_ooblayout_free(struct mtd_info *mtd, int section, in jz4725b_ooblayout_free()
/linux-5.19.10/drivers/mtd/
Dmtdcore.c1629 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, in mtd_ooblayout_ecc()
1663 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free()
1700 int section, in mtd_ooblayout_find_region()
1703 int pos = 0, ret, section = 0; in mtd_ooblayout_find_region() local
1744 int *section, in mtd_ooblayout_find_eccregion()
1769 int section, in mtd_ooblayout_get_bytes()
1773 int section, ret; in mtd_ooblayout_get_bytes() local
1812 int section, in mtd_ooblayout_set_bytes()
1816 int section, ret; in mtd_ooblayout_set_bytes() local
1849 int section, in mtd_ooblayout_count_bytes()
[all …]
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dadf_transport.c217 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring()
354 const char *section, const char *format, in adf_get_cfg_int()
371 const char *section, in adf_get_coalesc_timer()
Dadf_ctl_drv.c108 const char *section, in adf_add_key_value_data()
139 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
Dadf_cfg.c223 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
289 const char *section, const char *name, in adf_cfg_get_param_value()

123456