Lines Matching refs:EINVAL
86 * -EINVAL if given a null pointer, -EEXIST if a powerdomain is
95 return -EINVAL;
101 return -EINVAL;
115 return -EINVAL;
167 return -EINVAL;
196 return -EINVAL;
294 * before any other pwrdm_register*() function. Returns -EINVAL if
301 return -EINVAL;
318 * pwrdm_register_platform_funcs(); -EINVAL if the argument @ps is
329 return -EINVAL;
435 * to indicate failure; or -EINVAL if the function pointer is null.
444 return -EINVAL;
461 * enables the use of pwrdm_for_each_clkdm(). Returns -EINVAL if
468 int ret = -EINVAL;
471 return -EINVAL;
481 ret = -EINVAL;
508 * starting with 1. Returns -EINVAL if the powerdomain pointer is null.
513 return -EINVAL;
525 * have not been satisfied. Returns -EINVAL if the powerdomain pointer is
531 int ret = -EINVAL;
534 return -EINVAL;
537 return -EINVAL;
557 * Return the powerdomain @pwrdm's next power state. Returns -EINVAL
563 int ret = -EINVAL;
566 return -EINVAL;
578 * Return the powerdomain @pwrdm's current power state. Returns -EINVAL
585 int ret = -EINVAL;
588 return -EINVAL;
603 * Return the powerdomain @pwrdm's previous power state. Returns -EINVAL
609 int ret = -EINVAL;
612 return -EINVAL;
628 * -EINVAL if the powerdomain pointer is null or the target power
633 int ret = -EINVAL;
636 return -EINVAL;
639 return -EINVAL;
659 * types of memory, depending on the powerdomain. Returns -EINVAL if
667 int ret = -EINVAL;
670 return -EINVAL;
676 return -EINVAL;
697 * will be either RETENTION or OFF, if supported. Returns -EINVAL if
705 int ret = -EINVAL;
708 return -EINVAL;
714 return -EINVAL;
730 * will enter when the powerdomain enters retention. Returns -EINVAL
736 int ret = -EINVAL;
739 return -EINVAL;
752 * -EINVAL if the powerdomain pointer is null or returns the previous
757 int ret = -EINVAL;
760 return -EINVAL;
772 * Return the powerdomain pwrdm's logic power state. Returns -EINVAL
778 int ret = -EINVAL;
781 return -EINVAL;
795 * @bank. Returns -EINVAL if the powerdomain pointer is null, -EEXIST if
801 int ret = -EINVAL;
824 * bank @bank. Returns -EINVAL if the powerdomain pointer is null,
831 int ret = -EINVAL;
854 * x. Returns -EINVAL if the powerdomain pointer is null, -EEXIST if
860 int ret = -EINVAL;
880 * previous power states. Returns -EINVAL if the powerdomain pointer
885 int ret = -EINVAL;
911 * closely. Returns -EINVAL if the powerdomain pointer is null or if
917 int ret = -EINVAL;
940 * closely. Returns -EINVAL if the powerdomain pointer is null or if
946 int ret = -EINVAL;
979 return -EINVAL;
1102 * Returns -EINVAL if @pwrdm is null or invalid or if the
1115 return -EINVAL;
1127 ret = -EINVAL;