DEVRES_ADD(9) Driver Basics DEVRES_ADD(9)NAMEdevres_add - Register device resourceSYNOPSISvoid devres_add(struct device * dev, void * res);ARGUMENTSdev Device to add resource to res Resource to registerDESCRIPTIONRegister devres res to dev. res should have been allocated using devres_alloc. On driver detach, the associated release function will be invoked and devres will be freed automatically.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVRES_ADD(9)
| Related Man Pages |
|---|
| timespecsub(3) - netbsd |
| bus_release_resource(9) - debian |
| timerclear(3) - netbsd |
| timespecadd(3) - netbsd |
| bus_release_resource(9) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Controlling user input |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |