Lines Matching full:object
57 * dpio_open() - Open a control session for the specified object
58 * @mc_io: Pointer to MC portal's I/O object
64 * already created object; an object may have been declared in
67 * associated with the specific object ID and the specific MC
69 * this specific object.
79 * dpio_close() - Close the control session of the object
80 * @mc_io: Pointer to MC portal's I/O object
82 * @token: Token of DPIO object
114 * dpio_create() - Create the DPIO object.
115 * @mc_io: Pointer to MC portal's I/O object
121 * Create the DPIO object, allocate required resources and
124 * The object can be created either by declaring it in the
128 * associated with the specific object ID and the specific MC
130 * this specific object. For objects that are created using the
143 * dpio_destroy() - Destroy the DPIO object and release all its resources.
144 * @mc_io: Pointer to MC portal's I/O object
147 * @obj_id: Object ID of DPIO
158 * @mc_io: Pointer to MC portal's I/O object
160 * @token: Token of DPIO object
170 * @mc_io: Pointer to MC portal's I/O object
172 * @token: Token of DPIO object
181 * dpio_reset() - Reset the DPIO, returns the object to initial state.
182 * @mc_io: Pointer to MC portal's I/O object
184 * @token: Token of DPIO object
194 * @id: DPIO object ID
216 * @mc_io: Pointer to MC portal's I/O object
218 * @token: Token of DPIO object
219 * @attr: Returned object's attributes
231 * @mc_io: Pointer to MC portal's I/O object