subsys_find_device_by_id — find a device with a specific enumeration number
struct device * subsys_find_device_by_id (
)
subsys
subsystem
id
index 'id' in struct device
hint
device to check first
Check the hint's next object and if it is a match return it directly, otherwise, fall back to a full list search. Either way a reference for the returned object is taken.