Lines Matching defs:controller
275 rsm_controller_object_t *controller, uint_t version)
287 /* check if the controller is already registered */
290 * controller is not registered. We should try to load it
314 * controller is not registered.
346 error = (*rsm_get_controller_handler)(name, number, controller,
362 * Initialize the controller handle field
370 p_ctrl->handle = controller->handle;
378 rsm_controller_object_t *controller)
384 rsm_controller_object_t *controller);
393 ASSERT(p_drv); /* If we found controller, there MUST be a driver */
399 error = (*releaser)(name, number, controller);
426 * controller ??
432 /* Check if the controller is already registered with us */
444 /* bump up controller count on the driver */
484 /* Search for the controller in the list */
487 /* Found the controller. Check if it is busy */
497 /* bump down controller count on the driver */
506 /* Could not find the right controller */
513 * hopefully, it will cause the driver to attach and register a controller
544 * Attributes for controller identified by the handle are returned
559 /* find controller */
561 /* can't supply attributes for invalid controller */