Man Page: i2c_verify_adapter
Operating Environment: centos
Section: 9
I2C_VERIFY_ADAPTER(9) I2C and SMBus Subsystem I2C_VERIFY_ADAPTER(9)NAMEi2c_verify_adapter - return parameter as i2c_adapter or NULLSYNOPSISstruct i2c_adapter * i2c_verify_adapter(struct device * dev);ARGUMENTSdev device, probably from some driver model iteratorDESCRIPTIONWhen traversing the driver model tree, perhaps using driver model iterators like device_for_each_child(), you can't assume very much about the nodes you find. Use this function to avoid oopses caused by wrongly treating some non-I2C device as an i2c_adapter.COPYRIGHTKernel Hackers Manual 3.10 June 2014 I2C_VERIFY_ADAPTER(9)
| Related Man Pages |
|---|
| smbus(7d) - sunos |
| struct_device_driver(9) - centos |
| struct_i2c_bus_recovery_info(9) - centos |
| struct_usb_device_driver(9) - centos |
| struct_i2c_board_info(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| Please Welcome Dave Munro to the Moderator Team! |