Home
last modified time | relevance | path

Searched refs:ape (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c726 struct snd_dec_ape *ape; in __q6asm_dai_compr_set_codec_params() local
856 ape = &codec_options->ape_d; in __q6asm_dai_compr_set_codec_params()
862 ape_cfg.compatible_version = ape->compatible_version; in __q6asm_dai_compr_set_codec_params()
863 ape_cfg.compression_level = ape->compression_level; in __q6asm_dai_compr_set_codec_params()
864 ape_cfg.format_flags = ape->format_flags; in __q6asm_dai_compr_set_codec_params()
865 ape_cfg.blocks_per_frame = ape->blocks_per_frame; in __q6asm_dai_compr_set_codec_params()
866 ape_cfg.final_frame_blocks = ape->final_frame_blocks; in __q6asm_dai_compr_set_codec_params()
867 ape_cfg.total_frames = ape->total_frames; in __q6asm_dai_compr_set_codec_params()
868 ape_cfg.seek_table_present = ape->seek_table_present; in __q6asm_dai_compr_set_codec_params()
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c712 struct snd_dec_ape *ape; in __q6asm_dai_compr_set_codec_params() local
842 ape = &codec_options->ape_d; in __q6asm_dai_compr_set_codec_params()
848 ape_cfg.compatible_version = ape->compatible_version; in __q6asm_dai_compr_set_codec_params()
849 ape_cfg.compression_level = ape->compression_level; in __q6asm_dai_compr_set_codec_params()
850 ape_cfg.format_flags = ape->format_flags; in __q6asm_dai_compr_set_codec_params()
851 ape_cfg.blocks_per_frame = ape->blocks_per_frame; in __q6asm_dai_compr_set_codec_params()
852 ape_cfg.final_frame_blocks = ape->final_frame_blocks; in __q6asm_dai_compr_set_codec_params()
853 ape_cfg.total_frames = ape->total_frames; in __q6asm_dai_compr_set_codec_params()
854 ape_cfg.seek_table_present = ape->seek_table_present; in __q6asm_dai_compr_set_codec_params()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dscan.c2294 static struct acpi_probe_entry *ape; variable
2301 if (!ape->subtable_valid || ape->subtable_valid(&header->common, ape)) in acpi_match_madt()
2302 if (!ape->probe_subtbl(header, end)) in acpi_match_madt()
2316 for (ape = ap_head; nr; ape++, nr--) { in __acpi_probe_device_table()
2317 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) { in __acpi_probe_device_table()
2319 acpi_table_parse_madt(ape->type, acpi_match_madt, 0); in __acpi_probe_device_table()
2323 res = acpi_table_parse(ape in __acpi_probe_device_table()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dscan.c2675 static struct acpi_probe_entry *ape; variable
2682 if (!ape->subtable_valid || ape->subtable_valid(&header->common, ape)) in acpi_match_madt()
2683 if (!ape->probe_subtbl(header, end)) in acpi_match_madt()
2697 for (ape = ap_head; nr; ape++, nr--) { in __acpi_probe_device_table()
2698 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) { in __acpi_probe_device_table()
2700 acpi_table_parse_madt(ape->type, acpi_match_madt, 0); in __acpi_probe_device_table()
2704 res = acpi_table_parse(ape in __acpi_probe_device_table()
[all...]
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic.c1638 struct acpi_probe_entry *ape) in gic_validate_dist()
1643 return (dist->version == ape->driver_data && in gic_validate_dist()
1637 gic_validate_dist(struct acpi_subtable_header *header, struct acpi_probe_entry *ape) gic_validate_dist() argument
H A Dirq-gic-v3.c2180 struct acpi_probe_entry *ape) in acpi_validate_gic_table()
2186 if (dist->version != ape->driver_data) in acpi_validate_gic_table()
2179 acpi_validate_gic_table(struct acpi_subtable_header *header, struct acpi_probe_entry *ape) acpi_validate_gic_table() argument
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic.c1582 struct acpi_probe_entry *ape) in gic_validate_dist()
1587 return (dist->version == ape->driver_data && in gic_validate_dist()
1581 gic_validate_dist(struct acpi_subtable_header *header, struct acpi_probe_entry *ape) gic_validate_dist() argument
H A Dirq-gic-v3.c2476 struct acpi_probe_entry *ape) in acpi_validate_gic_table()
2482 if (dist->version != ape->driver_data) in acpi_validate_gic_table()
2475 acpi_validate_gic_table(struct acpi_subtable_header *header, struct acpi_probe_entry *ape) acpi_validate_gic_table() argument

Completed in 19 milliseconds