Man Page: bus_find_device_by_name
Operating Environment: suse
Section: 9
BUS_FIND_DEVICE_BY_N(9) Device drivers infrastructure BUS_FIND_DEVICE_BY_N(9)NAMEbus_find_device_by_name - device iterator for locating a particular device of a specific nameSYNOPSISstruct device * bus_find_device_by_name(struct bus_type * bus, struct device * start, const char * name);ARGUMENTSbus bus type start Device to begin with name name of the device to matchDESCRIPTIONThis is similar to the bus_find_device function above, but it handles searching by a name automatically, no need to write another strcmp matching function.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BUS_FIND_DEVICE_BY_N(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| struct_bus_type(9) - centos |
| device_create_vargs(9) - suse |
| struct_uio_info(9) - suse |
| devclass(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Change directory error |
| Update kernel Linux without reboot?! |
| The Future of the PM (Private Message) System at UNIX.com |
| 32 bit process addressing more than 4GB |