Home
last modified time | relevance | path

Searched refs:physdev (Results 1 – 7 of 7) sorted by relevance

/sound/hda/codecs/side-codecs/
A Dcs35l41_hda_property.c226 return devm_acpi_dev_add_driver_gpios(physdev, gpio_mapping); in cs35l41_add_gpios()
228 devm_kfree(physdev, gpio_mapping); in cs35l41_add_gpios()
229 devm_kfree(physdev, reset_gpio_params); in cs35l41_add_gpios()
230 devm_kfree(physdev, spkid_gpio_params); in cs35l41_add_gpios()
231 devm_kfree(physdev, cs_gpio_params); in cs35l41_add_gpios()
302 cs_gpiod = gpiod_get_index(physdev, "cs", 0, GPIOD_OUT_LOW); in generic_dsd_config()
383 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 1); in hp_i2c_int_2amp_dual_spkid()
417 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2); in lenovo_legion_no_acpi()
439 ret = cs35l41_add_gpios(cs35l41, physdev, -1, 2, -1, 2); in missing_speaker_id_gpio2()
445 return cs35l41_hda_parse_acpi(cs35l41, physdev, id); in missing_speaker_id_gpio2()
[all …]
A Dcs35l41_hda.c1802 ret = device_property_count_u32(physdev, property); in cs35l41_hda_parse_acpi()
1812 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1837 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1848 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1905 struct device *physdev; in cs35l41_hda_read_acpi() local
1917 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_hda_read_acpi()
1919 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in cs35l41_hda_read_acpi()
1924 ret = cs35l41_add_dsd_properties(cs35l41, physdev, id, hid); in cs35l41_hda_read_acpi()
1930 ret = cs35l41_hda_parse_acpi(cs35l41, physdev, id); in cs35l41_hda_read_acpi()
1932 put_device(physdev); in cs35l41_hda_read_acpi()
[all …]
A Dtas2781_hda_spi.c327 struct device *physdev; in tas2781_read_acpi() local
340 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
344 ret = device_property_count_u32(physdev, property); in tas2781_read_acpi()
351 ret = device_property_read_u32_array(physdev, property, values, nval); in tas2781_read_acpi()
370 p->reset = devm_gpiod_get_index_optional(physdev, "reset", in tas2781_read_acpi()
378 put_device(physdev); in tas2781_read_acpi()
383 put_device(physdev); in tas2781_read_acpi()
A Dcs35l41_hda_property.h16 int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
A Dtas2781_hda_i2c.c89 struct device *physdev; in tas2781_read_acpi() local
102 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
108 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in tas2781_read_acpi()
138 put_device(physdev); in tas2781_read_acpi()
145 put_device(physdev); in tas2781_read_acpi()
A Dcs35l41_hda.h108 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id);
/sound/soc/intel/boards/
A Dsof_cirrus_common.c161 struct device *physdev; in cs35l41_compute_codec_conf() local
170 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_compute_codec_conf()
172 if (!physdev) { in cs35l41_compute_codec_conf()
177 cs35l41_components[sz].name = dev_name(physdev); in cs35l41_compute_codec_conf()
179 cs35l41_codec_conf[sz].dlc.name = dev_name(physdev); in cs35l41_compute_codec_conf()

Completed in 23 milliseconds