Home
last modified time | relevance | path

Searched refs:drv (Results 1 – 8 of 8) sorted by relevance

/include/dm/
A Ddevice-internal.h116 int device_bind(struct udevice *parent, const struct driver *drv,
140 const struct driver *drv, const char *name,
245 int device_chld_unbind(struct udevice *dev, struct driver *drv);
247 static inline int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() argument
270 int device_chld_remove(struct udevice *dev, struct driver *drv,
273 static inline int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove() argument
A Dlists.h65 struct driver *drv, bool pre_reloc_only);
A Duclass.h333 int uclass_get_device_by_driver(enum uclass_id id, const struct driver *drv,
/include/linux/i3c/
A Ddevice.h224 static inline struct i3c_driver *drv_to_i3cdrv(const struct driver *drv) in drv_to_i3cdrv() argument
226 return container_of(drv, struct i3c_driver, driver); in drv_to_i3cdrv()
/include/
A Dspi-mem.h342 int spi_mem_driver_register_with_owner(struct spi_mem_driver *drv,
345 void spi_mem_driver_unregister(struct spi_mem_driver *drv);
A Dbootdev.h94 struct driver *drv; member
A Dlog.h466 struct log_driver *drv; member
660 int log_device_set_enable(struct log_driver *drv, bool enable);
A Dphy.h134 struct phy_driver *drv; member

Completed in 23 milliseconds