Home
last modified time | relevance | path

Searched refs:rt_is_err_or_null (Results 1 – 5 of 5) sorted by relevance

/components/drivers/include/drivers/
A Dmisc.h67 #define rt_is_err_or_null(ptr) (!(ptr) || rt_is_err_value((rt_ubase_t)(ptr))) macro
/components/drivers/watchdog/
A Dwatchdog-dw.c499 if (!rt_is_err_or_null(dw_wdt->clk)) in dw_wdt_free()
504 if (!rt_is_err_or_null(dw_wdt->rstc)) in dw_wdt_free()
/components/drivers/phye/
A Dphye.c283 if (!rt_is_err_or_null(phye)) in rt_phye_get_by_index()
/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c150 if (!rt_is_err_or_null(pf_cool->supply)) in pwm_fan_cool_free()
/components/drivers/dma/
A Ddma.c520 if (rt_is_err_or_null(ctrl)) in rt_dma_chan_request()

Completed in 6 milliseconds