/** * zpa2326_probe() - Instantiate and register core ZPA2326 IIO device * @parent: Hardware sampling device the created IIO device will be a child of. * @name: Arbitrary name to identify the device. * @irq: Interrupt line, negative if none. * @hwid: Expected device hardware id. * @regmap: Registers map used to abstract underlying bus accesses. * * Return: Zero when successful, a negative error code otherwise.
*/ int zpa2326_probe(struct device *parent, constchar *name, int irq, unsignedint hwid, struct regmap *regmap);
/** * zpa2326_remove() - Unregister and destroy core ZPA2326 IIO device. * @parent: Hardware sampling device the IIO device to remove is a child of.
*/ void zpa2326_remove(conststruct device *parent);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.