Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cs42l43.c250 struct fwnode_handle *child_fwnode, *ext_fwnode; in cs42l43_find_xu_node() local
254 fwnode_for_each_child_node(fwnode, child_fwnode) { in cs42l43_find_xu_node()
255 acpi_handle handle = ACPI_HANDLE_FWNODE(child_fwnode); in cs42l43_find_xu_node()
261 ext_fwnode = fwnode_get_named_child_node(child_fwnode, in cs42l43_find_xu_node()
266 fwnode_handle_put(child_fwnode); in cs42l43_find_xu_node()