X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Documentation%2Fdriver-model%2Fdriver.txt;h=4421135826a2e5fb8526288afa06473cb2137027;hb=126ac0518c71ba0e54e599dc129b76027a7c2d23;hp=d2cd6fb8ba9efc649eb14cf4af8805ba762f0fe8;hpb=e2b093f3e9262353558c6f89510ab2d286b28287;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Documentation/driver-model/driver.txt b/Documentation/driver-model/driver.txt index d2cd6fb..4421135 100644 --- a/Documentation/driver-model/driver.txt +++ b/Documentation/driver-model/driver.txt @@ -1,23 +1,7 @@ Device Drivers -struct device_driver { - char * name; - struct bus_type * bus; - - struct completion unloaded; - struct kobject kobj; - list_t devices; - - struct module *owner; - - int (*probe) (struct device * dev); - int (*remove) (struct device * dev); - - int (*suspend) (struct device * dev, pm_message_t state); - int (*resume) (struct device * dev); -}; - +See the kerneldoc for the struct device_driver. Allocation