Searched refs:dev_is_pnp (Results 1 – 3 of 3) sorted by relevance
269 bool dev_is_pnp(const struct device *dev) in dev_is_pnp() function273 EXPORT_SYMBOL_GPL(dev_is_pnp);
470 bool dev_is_pnp(const struct device *dev);503 static inline bool dev_is_pnp(const struct device *dev) { return false; } in dev_is_pnp() function
266 else if (dev_is_pnp(dev)) { in __uart_read_properties()