Query: bus_find_device_by_name
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 3.10 June 2014 BUS_FIND_DEVICE_BY_N(9)
Related Man Pages |
---|
device_create(9) - centos |
devclass(9) - debian |
device_create(9) - suse |
devclass(9) - freebsd |
devclass(9) - osx |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
Tar Command |
Docker learning Phase-I |
Shopt -s histappend |
Controlling user input |