Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-cs42l43.c235 struct fwnode_handle *child_fwnode, *ext_fwnode; in cs42l43_find_xu_node() local
239 fwnode_for_each_child_node(fwnode, child_fwnode) { in cs42l43_find_xu_node()
240 acpi_handle handle = ACPI_HANDLE_FWNODE(child_fwnode); in cs42l43_find_xu_node()
246 ext_fwnode = fwnode_get_named_child_node(child_fwnode, in cs42l43_find_xu_node()
251 fwnode_handle_put(child_fwnode); in cs42l43_find_xu_node()