Home
last modified time | relevance | path

Searched refs:acpi_dp_add_string (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/coreboot/src/drivers/sof/
H A Dsof.c63 acpi_dp_add_string(dsd, "speaker-tplg", in sof_fill_ssdt_generator()
65 acpi_dp_add_string(dsd, "hp-tplg", in sof_fill_ssdt_generator()
67 acpi_dp_add_string(dsd, "mic-tplg", in sof_fill_ssdt_generator()
/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpigen_usb.c61 acpi_dp_add_string(dsd, "power-role", power_role_to_str(config->power_role)); in add_port_caps()
62 acpi_dp_add_string(dsd, "data-role", data_role_to_str(config->data_role)); in add_port_caps()
65 acpi_dp_add_string(dsd, "try-power-role", in add_port_caps()
H A Ddevice.c996 acpi_dp_add_string(dp, prop->name, prop->string); in acpi_dp_add_property_list()
1031 struct acpi_dp *acpi_dp_add_string(struct acpi_dp *dp, const char *name, in acpi_dp_add_string() function
H A Dsoundwire.c181 acpi_dp_add_string(dsd, multilane_names[map->lane], name); in soundwire_gen_multilane()
/aosp_15_r20/external/coreboot/src/drivers/generic/gpio_keys/
H A Dgpio_keys.c27 acpi_dp_add_string(dsd, "label", key->label); in gpio_keys_add_child_node()
77 acpi_dp_add_string(dsd, "compatible", drv_string); in gpio_keys_fill_ssdt_generator()
79 acpi_dp_add_string(dsd, "label", config->label); in gpio_keys_fill_ssdt_generator()
/aosp_15_r20/external/coreboot/src/drivers/i2c/da7219/
H A Dda7219.c57 acpi_dp_add_string(aad, "dlg,jack-det-rate", config->jack_det_rate); in da7219_fill_ssdt()
75 acpi_dp_add_string(dsd, "dlg,mic-amp-in-sel", config->mic_amp_in_sel); in da7219_fill_ssdt()
77 acpi_dp_add_string(dsd, "dlg,mclk-name", config->mclk_name); in da7219_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/i2c/sx9324/
H A Dsx9324.c71 acpi_dp_add_string(dsd, "semtech,cs-idle-sleep", config->cs_idle_sleep); in i2c_sx9324_fill_ssdt()
72 acpi_dp_add_string(dsd, "semtech,int-comp-resistor", config->int_comp_resistor); in i2c_sx9324_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/intel/pmc_mux/conn/
H A Dconn.c147 acpi_dp_add_string(dsd, "sbu-orientation", in conn_fill_ssdt()
151 acpi_dp_add_string(dsd, "hsl-orientation", in conn_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/i2c/gpiomux/mux/
H A Dmux.c52 acpi_dp_add_string(dsd, "compatible", compat_string); in i2c_gpiomux_mux_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/intel/ish/
H A Dish.c26 acpi_dp_add_string(dsd, "firmware-name", config->firmware_name); in ish_fill_ssdt_generator()
/aosp_15_r20/external/coreboot/src/drivers/i2c/max98390/
H A Dmax98390.c78 acpi_dp_add_string(dp, "maxim,dsm_param_name", dsm_name); in max98390_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/i2c/sx9310/
H A Dsx9310.c92 acpi_dp_add_string(dsd, "semtech,resolution", in i2c_sx9310_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/nxp/uwb/
H A Duwb.c92 acpi_dp_add_string(dsd, "compatible", "nxp,sr1xx"); in nxp_uwb_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/uart/acpi/
H A Dacpi.c101 acpi_dp_add_string(dsd, "compatible", in uart_acpi_fill_ssdt()
/aosp_15_r20/external/coreboot/src/drivers/spi/acpi/
H A Dacpi.c137 acpi_dp_add_string(dsd, "compatible", in spi_acpi_fill_ssdt_generator()
/aosp_15_r20/external/coreboot/src/drivers/i2c/generic/
H A Dgeneric.c111 acpi_dp_add_string(dsd, "compatible", in i2c_generic_fill_ssdt()
/aosp_15_r20/external/coreboot/src/ec/google/chromeec/
H A Dec_acpi.c124 acpi_dp_add_string(dsd, "port-location", port_location_to_str(port_caps.port_location)); in add_port_location()
/aosp_15_r20/external/coreboot/src/drivers/intel/mipi_camera/
H A Dcamera.c494 acpi_dp_add_string(dsd, "compatible", config->nvm_compat); in camera_fill_nvm()
511 acpi_dp_add_string(dsd, "compatible", config->vcm_compat); in camera_fill_vcm()
/aosp_15_r20/external/coreboot/src/include/acpi/
H A Dacpi_device.h538 struct acpi_dp *acpi_dp_add_string(struct acpi_dp *dp, const char *name,