Searched refs:driver (Results 1 – 25 of 72) sorted by relevance
123
| /include/ |
| A D | w1.h | 19 struct driver *driver; member 31 .driver = llsym(struct driver, __name, driver), \
|
| A D | scmi_agent-uclass.h | 125 struct driver *driver; member 131 .driver = llsym(struct driver, __name, driver), \
|
| A D | pwrseq.h | 13 #define pwrseq_get_ops(dev) ((struct pwrseq_ops *)(dev)->driver->ops)
|
| A D | ram.h | 30 #define ram_get_ops(dev) ((struct ram_ops *)(dev)->driver->ops)
|
| A D | backlight.h | 38 #define backlight_get_ops(dev) ((struct backlight_ops *)(dev)->driver->ops)
|
| A D | audio_codec.h | 36 #define audio_codec_get_ops(dev) ((struct audio_codec_ops *)(dev)->driver->ops)
|
| A D | keyboard.h | 77 #define keyboard_get_ops(dev) ((struct keyboard_ops *)(dev)->driver->ops)
|
| A D | panel.h | 39 #define panel_get_ops(dev) ((struct panel_ops *)(dev)->driver->ops)
|
| A D | timer.h | 9 #define timer_get_ops(dev) ((struct timer_ops *)(dev)->driver->ops)
|
| A D | cache.h | 47 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops)
|
| A D | syscon.h | 26 #define syscon_get_ops(dev) ((struct syscon_ops *)(dev)->driver->ops)
|
| A D | button.h | 50 #define button_get_ops(dev) ((struct button_ops *)(dev)->driver->ops)
|
| A D | dsi_host.h | 47 #define dsi_host_get_ops(dev) ((struct dsi_host_ops *)(dev)->driver->ops)
|
| A D | smem.h | 53 #define smem_get_ops(dev) ((struct smem_ops *)(dev)->driver->ops)
|
| A D | sandbox_host.h | 48 #define host_get_ops(dev) ((struct host_ops *)(dev)->driver->ops)
|
| A D | i3c.h | 67 #define i3c_get_ops(dev) ((struct dm_i3c_ops *)(dev)->driver->ops)
|
| A D | display.h | 97 #define display_get_ops(dev) ((struct dm_display_ops *)(dev)->driver->ops)
|
| A D | sysreset.h | 65 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops)
|
| A D | sound.h | 106 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops)
|
| /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() 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 D | lists.h | 24 struct driver *lists_driver_lookup_name(const char *name); 65 struct driver *drv, bool pre_reloc_only);
|
| A D | device.h | 174 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 D | device_compat.h | 91 dev_printk_emit(__dev->driver->id, level, \ 93 __dev->driver->name, __dev->name, \
|
| /include/linux/i3c/ |
| A D | device.h | 218 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 D | reboot-mode.h | 46 #define reboot_mode_get_ops(dev) ((struct reboot_mode_ops *)(dev)->driver->ops)
|
Completed in 37 milliseconds
123