[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] hw_handler_type callback functions
- From: "Qi, Yanling" <yanling qi engenio com>
- To: "'dm-devel redhat com'" <dm-devel redhat com>
- Subject: [dm-devel] hw_handler_type callback functions
- Date: Thu, 4 Aug 2005 12:28:27 -0500
Hi
All,
Is there any
documents that describe what the 5 callback functions do and when do they
invoked?
struct hw_handler_type {
char
*name;
struct module *module;
hwh_ctr_fn ctr;
hwh_dtr_fn
dtr;
hwh_pg_init_fn pg_init;
hwh_err_fn
err;
hwh_status_fn status;
};
Thanks,
Yanling
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]