Lines Matching refs:IS_ERR
246 if (IS_ERR(d->clk) || !old) in dw8250_set_termios()
447 if (IS_ERR(data->clk) && PTR_ERR(data->clk) != -EPROBE_DEFER) in dw8250_probe()
449 if (IS_ERR(data->clk) && PTR_ERR(data->clk) == -EPROBE_DEFER) in dw8250_probe()
467 if (IS_ERR(data->clk) && PTR_ERR(data->clk) == -EPROBE_DEFER) { in dw8250_probe()
471 if (!IS_ERR(data->pclk)) { in dw8250_probe()
480 if (IS_ERR(data->rst) && PTR_ERR(data->rst) == -EPROBE_DEFER) { in dw8250_probe()
484 if (!IS_ERR(data->rst)) in dw8250_probe()
523 if (!IS_ERR(data->rst)) in dw8250_probe()
527 if (!IS_ERR(data->pclk)) in dw8250_probe()
531 if (!IS_ERR(data->clk)) in dw8250_probe()
545 if (!IS_ERR(data->rst)) in dw8250_remove()
548 if (!IS_ERR(data->pclk)) in dw8250_remove()
551 if (!IS_ERR(data->clk)) in dw8250_remove()
585 if (!IS_ERR(data->clk)) in dw8250_runtime_suspend()
588 if (!IS_ERR(data->pclk)) in dw8250_runtime_suspend()
598 if (!IS_ERR(data->pclk)) in dw8250_runtime_resume()
601 if (!IS_ERR(data->clk)) in dw8250_runtime_resume()