Lines Matching refs:IS_ERR
227 if (IS_ERR(d->clk) || !old) in dw8250_set_termios()
423 if (IS_ERR(data->clk) && PTR_ERR(data->clk) != -EPROBE_DEFER) in dw8250_probe()
425 if (IS_ERR(data->clk) && PTR_ERR(data->clk) == -EPROBE_DEFER) in dw8250_probe()
443 if (IS_ERR(data->clk) && PTR_ERR(data->clk) == -EPROBE_DEFER) { in dw8250_probe()
447 if (!IS_ERR(data->pclk)) { in dw8250_probe()
456 if (IS_ERR(data->rst) && PTR_ERR(data->rst) == -EPROBE_DEFER) { in dw8250_probe()
460 if (!IS_ERR(data->rst)) in dw8250_probe()
495 if (!IS_ERR(data->rst)) in dw8250_probe()
499 if (!IS_ERR(data->pclk)) in dw8250_probe()
503 if (!IS_ERR(data->clk)) in dw8250_probe()
517 if (!IS_ERR(data->rst)) in dw8250_remove()
520 if (!IS_ERR(data->pclk)) in dw8250_remove()
523 if (!IS_ERR(data->clk)) in dw8250_remove()
557 if (!IS_ERR(data->clk)) in dw8250_runtime_suspend()
560 if (!IS_ERR(data->pclk)) in dw8250_runtime_suspend()
570 if (!IS_ERR(data->pclk)) in dw8250_runtime_resume()
573 if (!IS_ERR(data->clk)) in dw8250_runtime_resume()