Searched refs:dev_warn_probe (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-rzv2h-rspi.c | 782 ret = dev_warn_probe(dev, PTR_ERR(controller->dma_tx), in rzv2h_rspi_probe() 791 ret = dev_warn_probe(dev, PTR_ERR(controller->dma_rx), in rzv2h_rspi_probe()
|
| H A D | spi-rockchip.c | 866 ret = dev_warn_probe(rs->dev, PTR_ERR(ctlr->dma_tx), in rockchip_spi_probe() 876 ret = dev_warn_probe(rs->dev, PTR_ERR(ctlr->dma_rx), in rockchip_spi_probe()
|
| /linux/drivers/base/ |
| H A D | core.c | 5127 int dev_warn_probe(const struct device *dev, int err, const char *fmt, ...) in dev_warn_probe() function 5140 EXPORT_SYMBOL_GPL(dev_warn_probe);
|
| /linux/drivers/regulator/ |
| H A D | s2mps11.c | 382 dev_warn_probe(config->dev, ret, in s2mps11_of_parse_gpiod()
|