/aosp_15_r20/external/flashrom/ |
H A D | board_enable.c | 119 uint8_t id, val; in fdc37b787_gpio50_raise() local 149 static int fdc37b787_gpio50_raise_3f0(struct board_cfg *cfg) in fdc37b787_gpio50_raise_3f0() 460 static int w83627hf_gpio24_raise_2e(struct board_cfg *cfg) in w83627hf_gpio24_raise_2e() 471 static int w83627hf_gpio25_raise_2e(struct board_cfg *cfg) in w83627hf_gpio25_raise_2e() 482 static int w83627ehf_gpio22_raise_2e(struct board_cfg *cfg) in w83627ehf_gpio22_raise_2e() 493 static int w83627thf_gpio44_raise_2e(struct board_cfg *cfg) in w83627thf_gpio44_raise_2e() 504 static int w83627thf_gpio44_raise_4e(struct board_cfg *cfg) in w83627thf_gpio44_raise_4e() 560 static int w83697xx_memw_enable_2e(struct board_cfg *cfg) in w83697xx_memw_enable_2e() 582 static int w836xx_memw_enable_2e(struct board_cfg *cfg) in w836xx_memw_enable_2e() 593 static int w836xx_memw_enable_4e(struct board_cfg *cfg) in w836xx_memw_enable_4e() [all …]
|
H A D | chipset_enable.c | 45 static int enable_flash_ali_m1533(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_ali_m1533() 60 static int enable_flash_rdc_r8610(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_rdc_r8610() 86 static int enable_flash_sis85c496(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_sis85c496() 97 static int enable_flash_sis_mapping(const struct programmer_cfg *cfg, struct pci_dev *dev, const ch… in enable_flash_sis_mapping() 136 static int enable_flash_sis501(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis501() 161 static int enable_flash_sis5511(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *… in enable_flash_sis5511() 181 static int enable_flash_sis5x0(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis5x0() 208 static int enable_flash_sis530(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis530() 213 static int enable_flash_sis540(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis540() 224 static int enable_flash_piix4(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *na… in enable_flash_piix4() [all …]
|
H A D | pony_spi.c | 62 static void pony_bitbang_set_cs(int val, void *spi_data) in pony_bitbang_set_cs() 72 static void pony_bitbang_set_sck(int val, void *spi_data) in pony_bitbang_set_sck() 82 static void pony_bitbang_set_mosi(int val, void *spi_data) in pony_bitbang_set_mosi() 124 static int get_params(const struct programmer_cfg *cfg, enum pony_type *type, bool *have_device) in get_params() 163 static int pony_spi_init(const struct programmer_cfg *cfg) in pony_spi_init()
|
H A D | rayer_spi.c | 177 static void rayer_bitbang_set_cs(int val, void *spi_data) in rayer_bitbang_set_cs() 186 static void rayer_bitbang_set_sck(int val, void *spi_data) in rayer_bitbang_set_sck() 195 static void rayer_bitbang_set_mosi(int val, void *spi_data) in rayer_bitbang_set_mosi() 257 static int get_params(const struct programmer_cfg *cfg, uint16_t *lpt_iobase, in get_params() 299 static int rayer_spi_init(const struct programmer_cfg *cfg) in rayer_spi_init()
|
H A D | dummyflasher.c | 206 static void dummy_chip_writeb(const struct flashctx *flash, uint8_t val, chipaddr addr) in dummy_chip_writeb() 211 static void dummy_chip_writew(const struct flashctx *flash, uint16_t val, chipaddr addr) in dummy_chip_writew() 216 static void dummy_chip_writel(const struct flashctx *flash, uint32_t val, chipaddr addr) in dummy_chip_writel() 935 static enum flashrom_wp_result dummy_wp_read_cfg(struct flashrom_wp_cfg *cfg, struct flashctx *flas… in dummy_wp_read_cfg() 944 …um flashrom_wp_result dummy_wp_write_cfg(struct flashctx *flash, const struct flashrom_wp_cfg *cfg) in dummy_wp_write_cfg() 1003 static int init_data(const struct programmer_cfg *cfg, in init_data() 1394 static int dummy_init(const struct programmer_cfg *cfg) in dummy_init()
|
H A D | realtek_mst_i2c_spi.c | 105 uint8_t val; in realtek_mst_i2c_spi_wait_command_done() local 156 uint8_t val = 0; in realtek_mst_i2c_spi_reset_mpu() local 173 static int realtek_mst_i2c_spi_write_indexed_register(int fd, uint16_t address, uint8_t val) in realtek_mst_i2c_spi_write_indexed_register() 183 static int realtek_mst_i2c_spi_read_indexed_register(int fd, uint16_t address, uint8_t *val) in realtek_mst_i2c_spi_read_indexed_register() 198 uint8_t val = 0; in realtek_mst_i2c_spi_toggle_gpio_88_strap() local 445 static int get_params(const struct programmer_cfg *cfg, bool *reset, bool *enter_isp, bool *allow_b… in get_params() 493 static int realtek_mst_i2c_spi_init(const struct programmer_cfg *cfg) in realtek_mst_i2c_spi_init()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/ |
D | clk-stm32-core.c | 162 struct clk_gate_cfg *cfg = clk->clock_cfg; in clk_gate_enable() local 172 struct clk_gate_cfg *cfg = clk->clock_cfg; in clk_gate_disable() local 180 struct clk_gate_cfg *cfg = clk->clock_cfg; in clk_gate_is_enabled() local 230 unsigned int val) in _get_table_div() 244 unsigned int val, unsigned long flags, in _get_div() 722 uint32_t val = 0; in clk_stm32_div_get_value() local 735 uint32_t val = clk_stm32_div_get_value(priv, div_id); in _clk_stm32_divider_recalc() local 825 struct clk_stm32_gate_cfg *cfg = clk->clock_cfg; in clk_stm32_gate_enable() local 842 struct clk_stm32_gate_cfg *cfg = clk->clock_cfg; in clk_stm32_gate_disable() local 867 struct clk_stm32_gate_cfg *cfg = clk->clock_cfg; in clk_stm32_gate_is_enabled() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/external/iptables/extensions/ |
D | libxt_hashlimit.c | 248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local 260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local 340 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_bytes() 377 int parse_rate(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_rate() 420 static int parse_interval(const char *rate, uint32_t *val) in parse_interval() 918 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print() 974 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local 990 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local 1006 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local 1022 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local [all …]
|
/aosp_15_r20/external/iptables/extensions/ |
H A D | libxt_hashlimit.c | 248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local 260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local 340 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_bytes() 377 int parse_rate(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_rate() 420 static int parse_interval(const char *rate, uint32_t *val) in parse_interval() 918 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print() 974 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local 990 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local 1006 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local 1022 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/0/external/iptables/extensions/ |
D | libxt_hashlimit.c | 248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local 260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local 340 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_bytes() 377 int parse_rate(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_rate() 420 static int parse_interval(const char *rate, uint32_t *val) in parse_interval() 918 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print() 974 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local 990 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local 1006 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local 1022 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local [all …]
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | cmd_gbb_utility.c | 125 static void opt_has_arg(const char *name, int val) in opt_has_arg() 170 uint32_t val[] = { 0, 0, 0, 0 }; in create_gbb() local 328 static uint8_t *read_from_flash(struct updater_config *cfg, off_t *filesize) in read_from_flash() 350 static int write_to_flash(struct updater_config *cfg, uint8_t *outbuf, in write_to_flash() 373 static int parse_flag_value(const char *s, vb2_gbb_flags_t *val) in parse_flag_value() 415 struct updater_config *cfg = NULL; in do_gbb() local 682 vb2_gbb_flags_t val; in do_gbb() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/ |
H A D | plat_psci_handlers.c | 108 uint32_t bpmp_reply, data[3], val; in tegra_soc_get_target_pwr_state() local 202 uint32_t cfg; in tegra_soc_pwr_domain_suspend() local 204 uint32_t val; in tegra_soc_pwr_domain_suspend() local 275 uint32_t val, mask; in tegra_reset_all_dma_masters() local 348 uint32_t val; in tegra_soc_pwr_domain_power_down_wfi() local 436 uint32_t cfg; in tegra_soc_pwr_domain_on_finish() local 437 uint32_t val, entrypoint = 0; in tegra_soc_pwr_domain_on_finish() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/ |
D | plat_psci_handlers.c | 108 uint32_t bpmp_reply, data[3], val; in tegra_soc_get_target_pwr_state() local 202 uint32_t cfg; in tegra_soc_pwr_domain_suspend() local 204 uint32_t val; in tegra_soc_pwr_domain_suspend() local 275 uint32_t val, mask; in tegra_reset_all_dma_masters() local 348 uint32_t val; in tegra_soc_pwr_domain_power_down_wfi() local 436 uint32_t cfg; in tegra_soc_pwr_domain_on_finish() local 437 uint32_t val, entrypoint = 0; in tegra_soc_pwr_domain_on_finish() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | strobemeta.h | 55 int64_t val; member 77 const char* val; member 247 void* val; member 339 static void read_int_var(struct strobemeta_cfg *cfg, in read_int_var() 354 static __always_inline uint64_t read_str_var(struct strobemeta_cfg *cfg, in read_str_var() 384 static __always_inline void *read_map_var(struct strobemeta_cfg *cfg, in read_map_var() 458 struct strobemeta_cfg *cfg; member 504 struct strobemeta_cfg *cfg; in read_strobe_meta() local
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | nhlt.c | 154 const struct nhlt_format_config *cfg = &formats[i]; in nhlt_endpoint_add_formats() local 184 static size_t calc_specific_config_size(struct nhlt_specific_config *cfg) in calc_specific_config_size() 278 static void ser8(struct cursor *cur, uint8_t val) in ser8() 284 static void ser16(struct cursor *cur, uint16_t val) in ser16() 290 static void ser32(struct cursor *cur, uint32_t val) in ser32() 302 static void serialize_specific_config(struct nhlt_specific_config *cfg, in serialize_specific_config()
|
/aosp_15_r20/external/coreboot/src/soc/amd/picasso/ |
H A D | fsp_s_params.c | 14 const struct soc_amd_picasso_config *cfg) in fsps_update_emmc_config() 16 int val = SD_DISABLE; in fsps_update_emmc_config() local 112 const struct soc_amd_picasso_config *cfg) in fsp_usb_oem_customization() 163 const struct soc_amd_picasso_config *cfg) in fsp_edp_tuning_upds() 192 const struct soc_amd_picasso_config *cfg; in platform_fsp_silicon_init_params_cb() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | encode_api_test.cc | 48 void *Memset16(void *dest, int val, size_t length) { in Memset16() 65 const int val = 1 << (bit_depth - 1); in CreateImage() local 92 vpx_codec_ctx_t *enc, vpx_codec_enc_cfg_t *cfg) { in InitCodec() 104 void EncodeWithConfig(const vpx_codec_enc_cfg_t &cfg, vpx_codec_ctx_t *enc) { in EncodeWithConfig() 121 vpx_codec_enc_cfg_t cfg; in TEST() local 181 vpx_codec_enc_cfg_t cfg; in TEST() local 207 vpx_codec_enc_cfg_t cfg; in TEST() local 260 vpx_codec_enc_cfg_t cfg; in TEST() local 286 vpx_codec_enc_cfg_t cfg; in TEST() local 465 vpx_codec_enc_cfg_t cfg = {}; in TEST() local [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | ProtoMessageConverter.cpp | 73 void toProto(vhal_proto::VehiclePropConfig* protoCfg, const VehiclePropConfig& cfg) { in toProto() 124 void fromProto(VehiclePropConfig* cfg, const vhal_proto::VehiclePropConfig& protoCfg) { in fromProto() 151 void toProto(vhal_proto::VehiclePropValue* protoVal, const VehiclePropValue& val) { in toProto() 182 void fromProto(VehiclePropValue* val, const vhal_proto::VehiclePropValue& protoVal) { in fromProto()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx) in DataflowWorklist() 196 LiveVariables::LivenessValues &val; member in __anon34dfd90e0411::TransferFunctions 442 LiveVariables::LivenessValues val, in runOnBlock() 473 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks() local 489 CFG *cfg = AC.getCFG(); in computeLiveness() local 539 LivenessValues val; in computeLiveness() local
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | hibernate-annotations.jar | ... org/hibernate/annotations/
org/hibernate/cfg/
org/hibernate/cfg/annotations/
org ... |
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/bsec/ |
H A D | bsec.c | 180 uint32_t bsec_set_config(struct bsec_config *cfg) in bsec_set_config() 225 uint32_t bsec_get_config(struct bsec_config *cfg) in bsec_get_config() 312 uint32_t bsec_read_otp(uint32_t *val, uint32_t otp) in bsec_read_otp() 338 uint32_t bsec_write_otp(uint32_t val, uint32_t otp) in bsec_write_otp() 371 uint32_t bsec_program_otp(uint32_t val, uint32_t otp) in bsec_program_otp() 501 uint32_t bsec_write_debug_conf(uint32_t val) in bsec_write_debug_conf()
|
/aosp_15_r20/external/libaom/test/ |
H A D | encode_api_test.cc | 35 static void *Memset16(void *dest, int val, size_t length) { in Memset16() 45 aom_codec_enc_cfg_t cfg; in TEST() local 104 aom_codec_enc_cfg_t cfg; in TEST() local 120 aom_codec_enc_cfg_t cfg; in EncodeSetSFrameOnFirstFrame() local 147 aom_codec_enc_cfg_t cfg; in TEST() local 171 aom_codec_enc_cfg_t cfg; in TEST() local 203 aom_codec_enc_cfg_t cfg; in TEST() local 241 aom_codec_enc_cfg_t cfg; in TEST() local 279 aom_codec_enc_cfg_t cfg; in TEST() local 328 aom_codec_enc_cfg_t cfg; in TEST() local [all …]
|
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/ |
H A D | gpio.c | 63 void gpio_cfg_pin(int gpio, int cfg) in gpio_cfg_pin() 153 unsigned int val; in gpio_direction_output() local 178 unsigned int val; in gpio_set_value() local 241 int cfg = gpio_get_cfg(gpio); in gpio_info() local
|
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/ |
H A D | gpio.c | 63 void gpio_cfg_pin(int gpio, int cfg) in gpio_cfg_pin() 153 unsigned int val; in gpio_direction_output() local 178 unsigned int val; in gpio_set_value() local 241 int cfg = gpio_get_cfg(gpio); in gpio_info() local
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/ |
H A D | dp.c | 37 u32 reg, u32 val) in tegra_dpaux_writel() 441 struct tegra_dc_dp_link_config *cfg) in _tegra_dp_lower_link_config() 736 const struct tegra_dc_dp_link_config *cfg) in tegra_dc_dp_link_trained() 916 struct tegra_dc_dp_link_config *cfg) in tegra_dp_lower_link_config() 944 u32 val; in tegra_dp_lt_config() local 1369 u32 val; in tegra_dp_hpd_config() local 1381 u32 val; in tegra_dp_hpd_plug() local
|