Lines Matching refs:ERR_PTR
420 return ERR_PTR(-EBUSY); in __reset_control_get_internal()
429 return ERR_PTR(-ENOMEM); in __reset_control_get_internal()
473 return ERR_PTR(-EINVAL); in __of_reset_control_get()
479 return ERR_PTR(index); in __of_reset_control_get()
481 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get()
487 return ERR_PTR(ret); in __of_reset_control_get()
489 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get()
503 return ERR_PTR(-EPROBE_DEFER); in __of_reset_control_get()
508 return ERR_PTR(-EINVAL); in __of_reset_control_get()
514 return ERR_PTR(rstc_id); in __of_reset_control_get()
554 return ERR_PTR(-EINVAL); in __reset_control_get_from_lookup()
571 return ERR_PTR(-EPROBE_DEFER); in __reset_control_get_from_lookup()
585 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup()
645 return ERR_PTR(-ENOMEM); in __devm_reset_control_get()
731 return optional ? NULL : ERR_PTR(num); in of_reset_control_array_get()
735 return ERR_PTR(-ENOMEM); in of_reset_control_array_get()
783 return ERR_PTR(-ENOMEM); in devm_reset_control_array_get()