Rechercher une page de manuel
i2c_use_client
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
i2c_use_client - increments the reference count of the i2c client structureSYNOPSIS
- struct i2c_client * i2c_use_client(struct i2c_client * client);
ARGUMENTS
client
- the client being referenced
DESCRIPTION
Each live reference to a client should be refcounted. The driver model does that automatically as part of driver binding, so that most drivers don't
NEED TO DO THIS EXPLICITLY
they hold a reference until they're unbound from the device.
A pointer to the client with the incremented reference counter is returned.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre