Home
last modified time | relevance | path

Searched refs:dev_warn_probe (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/spi/
H A Dspi-rzv2h-rspi.c782 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 Dspi-rockchip.c866 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 Dcore.c5127 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 Ds2mps11.c382 dev_warn_probe(config->dev, ret, in s2mps11_of_parse_gpiod()