Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dcs35l56.c1187 struct fwnode_handle *af01_fwnode; in cs35l56_try_get_broken_sdca_spkid_gpio() local
1193 af01_fwnode = device_get_named_child_node(cs35l56->base.dev, "AF01"); in cs35l56_try_get_broken_sdca_spkid_gpio()
1194 if (!af01_fwnode) { in cs35l56_try_get_broken_sdca_spkid_gpio()
1203 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1211 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1216 if (!fwnode_property_present(af01_fwnode, "spk-id-gpios")) { in cs35l56_try_get_broken_sdca_spkid_gpio()
1217 struct acpi_device *adev = to_acpi_device_node(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1226 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1235 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1242 desc = fwnode_gpiod_get_index(af01_fwnode, "spk-id", 0, GPIOD_IN, NULL); in cs35l56_try_get_broken_sdca_spkid_gpio()
[all …]