Home
last modified time | relevance | path

Searched refs:__of_device_is_available (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c582 * __of_device_is_available - check if a device is available for use
589 static bool __of_device_is_available(const struct device_node *device) in __of_device_is_available() function
623 res = __of_device_is_available(device); in of_device_is_available()
763 if (!__of_device_is_available(next)) in of_get_next_available_child()
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c419 * __of_device_is_available - check if a device is available for use
426 static bool __of_device_is_available(const struct device_node *device) in __of_device_is_available() function
460 res = __of_device_is_available(device); in of_device_is_available()
620 if (!__of_device_is_available(next)) in of_get_next_available_child()

Completed in 9 milliseconds