Lines Matching defs:daio
24 /* Define the descriptor of a daio resource */
42 struct daio {
49 struct daio daio;
58 struct daio daio;
89 /* Define daio resource request description info */
105 /* request one daio resource */
107 const struct daio_desc *desc, struct daio **rdaio);
108 /* return one daio resource */
109 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio);
110 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio);
111 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio);
117 /* Constructor and destructor of daio resource manager */