We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a4e9f commit 27c3f0eCopy full SHA for 27c3f0e
include/linux/i2c.h
@@ -317,6 +317,8 @@ struct i2c_driver {
317
* calls it to pass on slave events to the slave driver.
318
* @devres_group_id: id of the devres group that will be created for resources
319
* acquired when probing this device.
320
+ * @debugfs: pointer to the debugfs subdirectory which the I2C core created
321
+ * for this client.
322
*
323
* An i2c_client identifies a single device (i.e. chip) connected to an
324
* i2c bus. The behaviour exposed to Linux is defined by the driver
0 commit comments