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.c251 struct fwnode_handle *child_fwnode, *ext_fwnode; in cs42l43_find_xu_node() local
255 fwnode_for_each_child_node(fwnode, child_fwnode) { in cs42l43_find_xu_node()
256 acpi_handle handle = ACPI_HANDLE_FWNODE(child_fwnode); in cs42l43_find_xu_node()
262 ext_fwnode = fwnode_get_named_child_node(child_fwnode, in cs42l43_find_xu_node()
267 fwnode_handle_put(child_fwnode); in cs42l43_find_xu_node()