Searched refs:drv (Results 1 – 8 of 8) sorted by relevance
| /include/dm/ |
| A D | device-internal.h | 116 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 D | lists.h | 65 struct driver *drv, bool pre_reloc_only);
|
| A D | uclass.h | 333 int uclass_get_device_by_driver(enum uclass_id id, const struct driver *drv,
|
| /include/linux/i3c/ |
| A D | device.h | 224 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 D | spi-mem.h | 342 int spi_mem_driver_register_with_owner(struct spi_mem_driver *drv, 345 void spi_mem_driver_unregister(struct spi_mem_driver *drv);
|
| A D | bootdev.h | 94 struct driver *drv; member
|
| A D | log.h | 466 struct log_driver *drv; member 660 int log_device_set_enable(struct log_driver *drv, bool enable);
|
| A D | phy.h | 134 struct phy_driver *drv; member
|
Completed in 23 milliseconds