Man Page: subsys_find_device_by_id
Operating Environment: centos
Section: 9
SUBSYS_FIND_DEVICE_B(9) Device drivers infrastructure SUBSYS_FIND_DEVICE_B(9)NAMEsubsys_find_device_by_id - find a device with a specific enumeration numberSYNOPSISstruct device * subsys_find_device_by_id(struct bus_type * subsys, unsigned int id, struct device * hint);ARGUMENTSsubsys subsystem id index 'id' in struct device hint device to check firstDESCRIPTIONCheck 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SUBSYS_FIND_DEVICE_B(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| struct_uio_info(9) - centos |
| struct_usb_device_driver(9) - centos |
| device_create(9) - suse |
| device_schedule_callback_owner(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to increment version inside a file? |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |