Changes between Version 1 and Version 2 of DeviceDrivers
- Timestamp:
- 2011-10-12T05:59:34Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeviceDrivers
v1 v2 7 7 == DDF Driver Structure == 8 8 9 * #include <ddf/driver.h> 10 * driver_t 11 * driver_ops_t 12 * ddf_dev_ops_t 13 9 14 == Device and Function Life Cycle == 10 15 16 * ddf_fun_create() 17 * ddf_fun_destroy() 18 * ddf_fun_add_match_id() 19 * ddf_fun_add_to_category() 20 * ddf_fun_bind() 21 * ddf_fun_unbind() 22 * ddf_fun_online() 23 * ddf_fun_offline() 24 11 25 == Soft State Management == 26 27 * ddf_dev_data_alloc() 28 * ddf_fun_data_alloc() 12 29 13 30 == Exposing Driver Services to Clients ==