Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs35l56.c1864 struct fwnode_handle *af01_fwnode; in cs35l56_try_get_broken_sdca_spkid_gpio() local
1870 af01_fwnode = device_get_named_child_node(cs35l56->base.dev, "AF01"); in cs35l56_try_get_broken_sdca_spkid_gpio()
1871 if (!af01_fwnode) { in cs35l56_try_get_broken_sdca_spkid_gpio()
1880 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1888 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1893 if (!fwnode_property_present(af01_fwnode, "spk-id-gpios")) { in cs35l56_try_get_broken_sdca_spkid_gpio()
1894 struct acpi_device *adev = to_acpi_device_node(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1903 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1912 fwnode_handle_put(af01_fwnode); in cs35l56_try_get_broken_sdca_spkid_gpio()
1919 desc = fwnode_gpiod_get_index(af01_fwnode, "spk-id", 0, GPIOD_IN, NULL); in cs35l56_try_get_broken_sdca_spkid_gpio()
[all …]