Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 72) sorted by relevance

123

/include/
A Dw1.h19 struct driver *driver; member
31 .driver = llsym(struct driver, __name, driver), \
A Dscmi_agent-uclass.h125 struct driver *driver; member
131 .driver = llsym(struct driver, __name, driver), \
A Dpwrseq.h13 #define pwrseq_get_ops(dev) ((struct pwrseq_ops *)(dev)->driver->ops)
A Dram.h30 #define ram_get_ops(dev) ((struct ram_ops *)(dev)->driver->ops)
A Dbacklight.h38 #define backlight_get_ops(dev) ((struct backlight_ops *)(dev)->driver->ops)
A Daudio_codec.h36 #define audio_codec_get_ops(dev) ((struct audio_codec_ops *)(dev)->driver->ops)
A Dkeyboard.h77 #define keyboard_get_ops(dev) ((struct keyboard_ops *)(dev)->driver->ops)
A Dpanel.h39 #define panel_get_ops(dev) ((struct panel_ops *)(dev)->driver->ops)
A Dtimer.h9 #define timer_get_ops(dev) ((struct timer_ops *)(dev)->driver->ops)
A Dcache.h47 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops)
A Dsyscon.h26 #define syscon_get_ops(dev) ((struct syscon_ops *)(dev)->driver->ops)
A Dbutton.h50 #define button_get_ops(dev) ((struct button_ops *)(dev)->driver->ops)
A Ddsi_host.h47 #define dsi_host_get_ops(dev) ((struct dsi_host_ops *)(dev)->driver->ops)
A Dsmem.h53 #define smem_get_ops(dev) ((struct smem_ops *)(dev)->driver->ops)
A Dsandbox_host.h48 #define host_get_ops(dev) ((struct host_ops *)(dev)->driver->ops)
A Di3c.h67 #define i3c_get_ops(dev) ((struct dm_i3c_ops *)(dev)->driver->ops)
A Ddisplay.h97 #define display_get_ops(dev) ((struct dm_display_ops *)(dev)->driver->ops)
A Dsysreset.h65 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops)
A Dsound.h106 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops)
/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()
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()
A Dlists.h24 struct driver *lists_driver_lookup_name(const char *name);
65 struct driver *drv, bool pre_reloc_only);
A Ddevice.h174 const struct driver *driver; member
234 #define device_get_ops(dev) ((dev)->driver->ops)
377 struct driver { struct
405 ll_entry_declare(struct driver, __name, driver)
419 ll_entry_get(struct driver, __name, driver)
442 ll_entry_ref(struct driver, _name, driver)
A Ddevice_compat.h91 dev_printk_emit(__dev->driver->id, level, \
93 __dev->driver->name, __dev->name, \
/include/linux/i3c/
A Ddevice.h218 struct driver driver; member
224 static inline struct i3c_driver *drv_to_i3cdrv(const struct driver *drv) in drv_to_i3cdrv()
226 return container_of(drv, struct i3c_driver, driver); in drv_to_i3cdrv()
/include/reboot-mode/
A Dreboot-mode.h46 #define reboot_mode_get_ops(dev) ((struct reboot_mode_ops *)(dev)->driver->ops)

Completed in 37 milliseconds

123