Changes between Version 1 and Version 2 of DeviceDrivers


Ignore:
Timestamp:
2011-10-12T05:59:34Z (13 years ago)
Author:
Jiri Svoboda
Comment:

List DDF symbols

Legend:

Unmodified
Added
Removed
Modified
  • DeviceDrivers

    v1 v2  
    77== DDF Driver Structure ==
    88
     9 * #include <ddf/driver.h>
     10 * driver_t
     11 * driver_ops_t
     12 * ddf_dev_ops_t
     13
    914== Device and Function Life Cycle ==
    1015
     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
    1125== Soft State Management ==
     26
     27 * ddf_dev_data_alloc()
     28 * ddf_fun_data_alloc()
    1229
    1330== Exposing Driver Services to Clients ==