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 5ddc236 commit e55f45bCopy full SHA for e55f45b
include/linux/regulator/driver.h
@@ -269,6 +269,11 @@ enum regulator_type {
269
* config but it cannot store it for later usage.
270
* Callback should return 0 on success or negative ERRNO
271
* indicating failure.
272
+ * @init_cb: Optional callback called after the parsing of init_data.
273
+ * Allows the regulator to perform runtime init if necessary,
274
+ * such as synching the regulator and the parsed constraints.
275
+ * Callback should return 0 on success or negative ERRNO
276
+ * indicating failure.
277
* @id: Numerical identifier for the regulator.
278
* @ops: Regulator operations table.
279
* @irq: Interrupt number for the regulator.
0 commit comments