Home
last modified time | relevance | path

Searched defs:dsd (Results 1 – 25 of 57) sorted by relevance

123

/external/coreboot/src/acpi/
Dsoundwire.c134 static void soundwire_gen_interface_revision(struct acpi_dp *dsd) in soundwire_gen_interface_revision()
139 static void soundwire_gen_slave(struct acpi_dp *dsd, const struct soundwire_slave *prop) in soundwire_gen_slave()
164 static void soundwire_gen_multilane(struct acpi_dp *dsd, const struct soundwire_multilane *prop) in soundwire_gen_multilane()
190 static void soundwire_gen_link(struct acpi_dp *dsd, const struct soundwire_link *prop) in soundwire_gen_link()
206 static void soundwire_gen_bra_mode(struct acpi_dp *dsd, const struct soundwire_bra_mode *prop) in soundwire_gen_bra_mode()
220 static void soundwire_gen_audio_mode(struct acpi_dp *dsd, in soundwire_gen_audio_mode()
246 static void soundwire_gen_dp0(struct acpi_dp *dsd, const struct soundwire_dp0 *prop) in soundwire_gen_dp0()
272 static void soundwire_gen_dpn(struct acpi_dp *dsd, const struct soundwire_dpn *prop) in soundwire_gen_dpn()
318 void soundwire_gen_controller(struct acpi_dp *dsd, const struct soundwire_controller *prop, in soundwire_gen_controller()
338 void soundwire_gen_codec(struct acpi_dp *dsd, const struct soundwire_codec *codec, in soundwire_gen_codec()
Dacpigen_usb.c58 static void add_port_caps(struct acpi_dp *dsd, in add_port_caps()
69 static void add_device_ref(struct acpi_dp *dsd, in add_device_ref()
93 static void add_device_references(struct acpi_dp *dsd, in add_device_references()
118 struct acpi_dp *dsd; in acpigen_write_typec_connector() local
Ddevice.c1236 static void acpi_device_add_integer_property_with_uuid(struct acpi_dp *dsd, in acpi_device_add_integer_property_with_uuid()
1252 void acpi_device_add_external_facing_port(struct acpi_dp *dsd) in acpi_device_add_external_facing_port()
1261 void acpi_device_add_hotplug_support_in_d3(struct acpi_dp *dsd) in acpi_device_add_hotplug_support_in_d3()
1270 void acpi_device_add_dma_property(struct acpi_dp *dsd) in acpi_device_add_dma_property()
1279 void acpi_device_add_storage_d3_enable(struct acpi_dp *dsd) in acpi_device_add_storage_d3_enable()
/external/coreboot/src/drivers/generic/gpio_keys/
Dgpio_keys.c15 struct acpi_dp *dsd; in gpio_keys_add_child_node() local
55 struct acpi_dp *dsd, *child; in gpio_keys_fill_ssdt_generator() local
/external/coreboot/src/drivers/intel/soundwire/
Dsoundwire.c31 static void intel_soundwire_link_prop_cb(struct acpi_dp *dsd, unsigned int id, in intel_soundwire_link_prop_cb()
48 struct acpi_dp *dsd; in intel_soundwire_fill_ssdt() local
/external/perfetto/src/tracing/test/
Dproxy_producer_endpoint.cc32 const DataSourceDescriptor& dsd) { in RegisterDataSource()
38 void ProxyProducerEndpoint::UpdateDataSource(const DataSourceDescriptor& dsd) { in UpdateDataSource()
/external/coreboot/src/soc/intel/common/block/usb4/
Dusb4.c29 struct acpi_dp *dsd, *pkg; in tbt_dma_fill_ssdt() local
Dpcie.c16 struct acpi_dp *dsd; in usb4_pcie_acpi_fill_ssdt() local
/external/coreboot/src/ec/google/chromeec/mux/conn/
Dconn.c29 struct acpi_dp *dsd = acpi_dp_new_table("_DSD"); in conn_fill_ssdt() local
/external/coreboot/src/drivers/i2c/tpm/
Dchip.c13 struct acpi_dp *dsd; in i2c_tpm_fill_ssdt() local
/external/coreboot/src/ec/google/chromeec/i2c_tunnel/
Di2c_tunnel.c19 struct acpi_dp *dsd; in crosec_i2c_tunnel_fill_ssdt() local
/external/coreboot/src/drivers/i2c/da7219/
Dda7219.c27 struct acpi_dp *dsd, *aad; in da7219_fill_ssdt() local
/external/coreboot/src/drivers/sof/
Dsof.c53 struct acpi_dp *dsd; in sof_fill_ssdt_generator() local
/external/coreboot/src/drivers/i2c/cs42l42/
Dcs42l42.c25 struct acpi_dp *dsd; in cs42l42_fill_ssdt() local
/external/coreboot/src/drivers/i2c/sx9360/
Dsx9360.c25 struct acpi_dp *dsd; in i2c_sx9360_fill_ssdt() local
/external/coreboot/src/drivers/i2c/gpiomux/mux/
Dmux.c24 struct acpi_dp *dsd = NULL; in i2c_gpiomux_mux_fill_ssdt() local
/external/coreboot/src/drivers/intel/mipi_camera/
Dcamera.c99 struct acpi_dp *dsd = acpi_dp_new_table("_DSD"); in camera_fill_cio2() local
357 struct acpi_dp *dsd = NULL; in camera_fill_sensor() local
468 struct acpi_dp *dsd; in camera_fill_nvm() local
505 struct acpi_dp *dsd; in camera_fill_vcm() local
/external/coreboot/src/drivers/intel/ish/
Dish.c16 struct acpi_dp *dsd; in ish_fill_ssdt_generator() local
/external/coreboot/src/drivers/i2c/cs35l53/
Dcs35l53.c26 struct acpi_dp *dsd; in cs35l53_fill_ssdt() local
/external/coreboot/src/drivers/soundwire/max98363/
Dmax98363.c91 struct acpi_dp *dsd; in soundwire_max98363_fill_ssdt() local
/external/coreboot/src/drivers/i2c/sx9324/
Dsx9324.c29 struct acpi_dp *dsd; in i2c_sx9324_fill_ssdt() local
/external/coreboot/src/drivers/soundwire/alc1308/
Dalc1308.c100 struct acpi_dp *dsd; in soundwire_alc1308_fill_ssdt() local
/external/coreboot/src/drivers/soundwire/alc711/
Dalc711.c105 struct acpi_dp *dsd; in soundwire_alc711_fill_ssdt() local
/external/coreboot/src/drivers/amd/i2s_machine_dev/
Di2s_machine_dev.c16 struct acpi_dp *dsd; in i2s_machine_dev_fill_crs_dsd() local
/external/coreboot/src/drivers/soundwire/max98373/
Dmax98373.c114 struct acpi_dp *dsd; in soundwire_max98373_fill_ssdt() local

123