Lines Matching full:reset

14  * struct reset_control_bulk_data - Data used for bulk reset control operations.
16 * @id: reset control consumer ID
17 * @rstc: struct reset_control * to store the associated reset control
19 * The reset APIs provide a series of reset_control_bulk_*() API calls as
20 * a convenience to consumers which require multiple reset controls.
35 * to determine the type of reset control.
270 * to a reset controller.
271 * @dev: device to be reset by the controller
272 * @id: reset line name
279 * reset-controls.
291 * multiple reset controllers.
292 * @dev: device to be reset by the controller
294 * @rstcs: array of struct reset_control_bulk_data with reset line names set
296 * Fills the rstcs array with pointers to exclusive reset controls and
308 * exclusive reference to a reset
310 * @dev: device to be reset by the controller
311 * @id: reset line name
314 * reset-controls returned by this function must be acquired via
329 * exclusive references to multiple reset
331 * @dev: device to be reset by the controller
333 * @rstcs: array of struct reset_control_bulk_data with reset line names set
335 * Fills the rstcs array with pointers to exclusive reset controls and
337 * reset-controls returned by this function must be acquired via
351 * reset controllers.
352 * @dev: device to be reset by the controller
354 * @rstcs: array of struct reset_control_bulk_data with reset line names set
357 * requested reset is not specified in the device tree, this function returns 0
372 * reset controller.
373 * @dev: device to be reset by the controller
374 * @id: reset line name
377 * This function is intended for use with reset-controls which are shared
380 * When a reset-control is shared, the behavior of reset_control_assert /
381 * deassert is changed, the reset-core will keep track of a deassert_count
382 * and only (re-)assert the reset after reset_control_assert has been called
384 * about shared reset-controls in the reset_control_assert docs.
387 * is not allowed on a shared reset control. Calling reset_control_reset is
388 * also not allowed on a shared reset control.
400 * multiple reset controllers.
401 * @dev: device to be reset by the controller
403 * @rstcs: array of struct reset_control_bulk_data with reset line names set
405 * Fills the rstcs array with pointers to shared reset controls and
417 * @dev: device to be reset by the controller
418 * @id: reset line name
420 * Optional variant of reset_control_get_exclusive(). If the requested reset
435 * @dev: device to be reset by the controller
437 * @rstcs: array of struct reset_control_bulk_data with reset line names set
454 * @dev: device to be reset by the controller
455 * @id: reset line name
457 * Optional variant of reset_control_get_shared(). If the requested reset
472 * @dev: device to be reset by the controller
474 * @rstcs: array of struct reset_control_bulk_data with reset line names set
491 * to a reset controller.
492 * @node: device to be reset by the controller
493 * @id: reset line name
507 * reference to a reset controller.
508 * @node: device to be reset by the controller
509 * @id: reset line name
511 * Optional variant of of_reset_control_get_exclusive(). If the requested reset
527 * to a reset controller.
528 * @node: device to be reset by the controller
529 * @id: reset line name
531 * When a reset-control is shared, the behavior of reset_control_assert /
532 * deassert is changed, the reset-core will keep track of a deassert_count
533 * and only (re-)assert the reset after reset_control_assert has been called
535 * about shared reset-controls in the reset_control_assert docs.
538 * is not allowed on a shared reset control. Calling reset_control_reset is
539 * also not allowed on a shared reset control.
552 * reference to a reset controller
554 * @node: device to be reset by the controller
555 * @index: index of the reset controller
569 * reference to a reset controller
571 * @node: device to be reset by the controller
572 * @index: index of the reset controller
574 * When a reset-control is shared, the behavior of reset_control_assert /
575 * deassert is changed, the reset-core will keep track of a deassert_count
576 * and only (re-)assert the reset after reset_control_assert has been called
578 * about shared reset-controls in the reset_control_assert docs.
581 * is not allowed on a shared reset control. Calling reset_control_reset is
582 * also not allowed on a shared reset control.
598 * @dev: device to be reset by the controller
599 * @id: reset line name
601 * Managed reset_control_get_exclusive(). For reset controllers returned
618 * @dev: device to be reset by the controller
619 * @id: reset line name
621 * Managed reset_control_get_exclusive() + reset_control_deassert(). For reset
636 * @dev: device to be reset by the controller
638 * @rstcs: array of struct reset_control_bulk_data with reset line names set
640 * Managed reset_control_bulk_get_exclusive(). For reset controllers returned
657 * @dev: device to be reset by the controller
658 * @id: reset line name
660 * Managed reset_control_get_exclusive_released(). For reset controllers
676 * @dev: device to be reset by the controller
678 * @rstcs: array of struct reset_control_bulk_data with reset line names set
680 * Managed reset_control_bulk_get_exclusive_released(). For reset controllers
697 * @dev: device to be reset by the controller
698 * @id: reset line name
701 * reset controllers returned from this function, reset_control_put() is called
716 * @dev: device to be reset by the controller
718 * @rstcs: array of struct reset_control_bulk_data with reset line names set
720 * Managed reset_control_bulk_optional_get_exclusive_released(). For reset
736 * @dev: device to be reset by the controller
737 * @id: reset line name
739 * Managed reset_control_get_shared(). For reset controllers returned from
753 * @dev: device to be reset by the controller
754 * @id: reset line name
756 * Managed reset_control_get_shared() + reset_control_deassert(). For reset
771 * @dev: device to be reset by the controller
773 * @rstcs: array of struct reset_control_bulk_data with reset line names set
775 * Managed reset_control_bulk_get_shared(). For reset controllers returned
792 * @dev: device to be reset by the controller
794 * @rstcs: array of struct reset_control_bulk_data with reset line names set
797 * reset controllers returned from this function, reset_control_bulk_assert() +
813 * @dev: device to be reset by the controller
814 * @id: reset line name
816 * Managed reset_control_get_optional_exclusive(). For reset controllers
832 * @dev: device to be reset by the controller
833 * @id: reset line name
836 * For reset controllers returned from this function, reset_control_assert() +
850 * @dev: device to be reset by the controller
852 * @rstcs: array of struct reset_control_bulk_data with reset line names set
854 * Managed reset_control_bulk_get_optional_exclusive(). For reset controllers
871 * @dev: device to be reset by the controller
872 * @id: reset line name
874 * Managed reset_control_get_optional_shared(). For reset controllers returned
890 * @dev: device to be reset by the controller
891 * @id: reset line name
894 * reset controllers returned from this function, reset_control_assert() +
908 * @dev: device to be reset by the controller
910 * @rstcs: array of struct reset_control_bulk_data with reset line names set
912 * Managed reset_control_bulk_get_optional_shared(). For reset controllers
928 * @dev: device to be reset by the controller
929 * @index: index of the reset controller
931 * Managed reset_control_get_exclusive(). For reset controllers returned from
946 * @dev: device to be reset by the controller
947 * @index: index of the reset controller
949 * Managed reset_control_get_shared(). For reset controllers returned from
999 * APIs to manage a list of reset controllers