Searched refs:rt_err_ptr (Results 1 – 8 of 8) sorted by relevance
237 return rt_err_ptr(-RT_EINVAL); in rt_mbox_request_by_index()248 chan = rt_err_ptr(err); in rt_mbox_request_by_index()288 chan = rt_err_ptr(index); in rt_mbox_request_by_index()302 chan = rt_err_ptr(err); in rt_mbox_request_by_index()310 chan = rt_err_ptr(-RT_ENOSYS); in rt_mbox_request_by_index()326 return rt_err_ptr(-RT_EINVAL); in rt_mbox_request_by_name()
294 return rt_err_ptr(-RT_ENOMEM); in ofw_get_reset_control()314 return rt_err_ptr(err); in ofw_get_reset_control()330 return rt_err_ptr(-RT_ENOMEM); in ofw_get_reset_control()406 return rt_err_ptr(err); in ofw_get_reset_control()
261 phye = rt_err_ptr(err); in ofw_phye_get_by_index()275 return rt_err_ptr(-RT_EINVAL); in rt_phye_get_by_index()299 return rt_err_ptr(-RT_EINVAL); in rt_phye_get_by_name()
552 reg = rt_err_ptr(-RT_EINVAL); in rt_regulator_get()572 reg = rt_err_ptr(-RT_EIO); in rt_regulator_get()588 reg = rt_err_ptr(-RT_ENOSYS); in rt_regulator_get()602 reg = rt_err_ptr(-RT_ENOMEM); in rt_regulator_get()
495 return rt_err_ptr(-RT_EINVAL); in rt_dma_chan_request()522 return ctrl ? ctrl : rt_err_ptr(-RT_ENOSYS); in rt_dma_chan_request()535 chan = rt_err_ptr(-RT_ENOMEM); in rt_dma_chan_request()548 return rt_err_ptr(-RT_ERROR); in rt_dma_chan_request()
95 clk = rt_err_ptr(-RT_ENOMEM); in clk_alloc()1240 clk = rt_err_ptr(-RT_ERROR); in ofw_get_clk_no_lock()1283 return rt_err_ptr(-RT_EINVAL); in rt_ofw_get_clk_array()1325 clk_arr = rt_err_ptr(err); in rt_ofw_get_clk_array()
63 #define rt_err_ptr(err) ((void *)(rt_base_t)(err)) macro
879 return rt_err_ptr(err); in nvme_alloc_queue()
Completed in 1080 milliseconds