/openbmc/qemu/hw/ssi/ |
H A D | pl022.c | 217 static void pl022_reset(DeviceState *dev) in pl022_reset() 284 static void pl022_realize(DeviceState *dev, Error **errp) in pl022_realize()
|
/openbmc/qemu/hw/timer/ |
H A D | sse-timer.c | 372 static void sse_timer_reset(DeviceState *dev) in sse_timer_reset() 412 static void sse_timer_realize(DeviceState *dev, Error **errp) in sse_timer_realize()
|
/openbmc/qemu/hw/misc/ |
H A D | bcm2835_property.c | 526 static void bcm2835_property_reset(DeviceState *dev) in bcm2835_property_reset() 533 static void bcm2835_property_realize(DeviceState *dev, Error **errp) in bcm2835_property_realize()
|
H A D | sifive_e_prci.c | 120 DeviceState *dev = qdev_new(TYPE_SIFIVE_E_PRCI); in type_init() local
|
H A D | sifive_test.c | 100 DeviceState *dev = qdev_new(TYPE_SIFIVE_TEST); in type_init() local
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb.c | 109 static void pnv_phb_realize(DeviceState *dev, Error **errp) in pnv_phb_realize() 238 static void pnv_phb_root_port_realize(DeviceState *dev, Error **errp) in pnv_phb_root_port_realize()
|
/openbmc/qemu/hw/gpio/ |
H A D | mpc8xxx.c | 149 static void mpc8xxx_gpio_reset(DeviceState *dev) in mpc8xxx_gpio_reset() 190 DeviceState *dev = DEVICE(obj); in mpc8xxx_gpio_initfn() local
|
/openbmc/u-boot/drivers/qe/ |
H A D | uec_phy.c | 126 void uec_write_phy_reg (struct eth_device *dev, int mii_id, int regnum, int value) in uec_write_phy_reg() 165 int uec_read_phy_reg (struct eth_device *dev, int mii_id, int regnum) in uec_read_phy_reg() 853 void marvell_phy_interface_mode(struct eth_device *dev, phy_interface_t type, in marvell_phy_interface_mode() 905 void change_phy_interface_mode (struct eth_device *dev, in change_phy_interface_mode()
|
/openbmc/u-boot/include/ |
H A D | blk.h | 185 static inline int blkcache_read(int iftype, int dev, in blkcache_read() 192 static inline void blkcache_fill(int iftype, int dev, in blkcache_fill() 196 static inline void blkcache_invalidate(int iftype, int dev) {} in blkcache_invalidate() 263 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) argument
|
H A D | video_osd.h | 117 #define video_osd_get_ops(dev) ((struct video_osd_ops *)(dev)->driver->ops) argument
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-mx6.c | 396 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset() 435 static int ehci_usb_phy_mode(struct udevice *dev) in ehci_usb_phy_mode() 483 static int ehci_usb_ofdata_to_platdata(struct udevice *dev) in ehci_usb_ofdata_to_platdata() 505 static int ehci_usb_probe(struct udevice *dev) in ehci_usb_probe()
|
/openbmc/u-boot/drivers/serial/ |
H A D | usbtty.c | 391 int usbtty_tstc(struct stdio_dev *dev) in usbtty_tstc() 411 int usbtty_getc(struct stdio_dev *dev) in usbtty_getc() 431 void usbtty_putc(struct stdio_dev *dev, const char c) in usbtty_putc() 487 void usbtty_puts(struct stdio_dev *dev, const char *str) in usbtty_puts()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_platform.c | 177 static int ide_dev_unplug(DeviceState *dev, void *_st) in ide_dev_unplug() 220 DeviceState *dev = DEVICE(d); in pci_xen_ide_unplug() local 547 static void xen_platform_realize(PCIDevice *dev, Error **errp) in xen_platform_realize() 577 static void platform_reset(DeviceState *dev) in platform_reset()
|
/openbmc/qemu/hw/arm/ |
H A D | strongarm.c | 186 DeviceState *dev = DEVICE(obj); in strongarm_pic_initfn() local 390 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in strongarm_rtc_init() local 409 static void strongarm_rtc_realize(DeviceState *dev, Error **errp) in strongarm_rtc_realize() 646 DeviceState *dev; in strongarm_gpio_init() local 662 DeviceState *dev = DEVICE(obj); in strongarm_gpio_initfn() local 840 DeviceState *dev = DEVICE(obj); in strongarm_ppc_init() local 1254 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in strongarm_uart_init() local 1262 static void strongarm_uart_realize(DeviceState *dev, Error **errp) in strongarm_uart_realize() 1277 static void strongarm_uart_reset(DeviceState *dev) in strongarm_uart_reset() 1557 DeviceState *dev = DEVICE(sbd); in strongarm_ssp_init() local [all …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhost.c | 177 struct udevice *dev; member 656 static int bcm2835_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in bcm2835_send_cmd() 702 static int bcm2835_set_ios(struct udevice *dev) in bcm2835_set_ios() 750 static int bcm2835_probe(struct udevice *dev) in bcm2835_probe() 790 static int bcm2835_bind(struct udevice *dev) in bcm2835_bind()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_core.c | 346 static void pnv_core_reset(void *dev) in pnv_core_reset() 357 static void pnv_core_realize(DeviceState *dev, Error **errp) in pnv_core_realize() 428 static void pnv_core_unrealize(DeviceState *dev) in pnv_core_unrealize() 667 static void pnv_quad_power9_realize(DeviceState *dev, Error **errp) in pnv_quad_power9_realize() 680 static void pnv_quad_power10_realize(DeviceState *dev, Error **errp) in pnv_quad_power10_realize()
|
/openbmc/u-boot/drivers/clk/at91/ |
H A D | clk-plladiv.c | 68 static int at91_plladiv_clk_probe(struct udevice *dev) in at91_plladiv_clk_probe()
|
H A D | clk-system.c | 22 static int at91_system_clk_bind(struct udevice *dev) in at91_system_clk_bind()
|
/openbmc/qemu/include/qemu/ |
H A D | selfmap.h | 23 dev_t dev; member
|
/openbmc/u-boot/board/bluegiga/apx4devkit/ |
H A D | apx4devkit.c | 80 struct eth_device *dev; in board_eth_init() local
|
/openbmc/qemu/tests/qtest/ |
H A D | eepro100-test.c | 20 QPCIDevice dev; member
|
H A D | e1000-test.c | 20 QPCIDevice dev; member
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65910.c | 40 struct udevice *dev = NULL; in power_tps65910_init() local
|
/openbmc/u-boot/board/esd/vme8349/ |
H A D | caddy.c | 48 pci_dev_t dev; in do_caddy() local
|
/openbmc/u-boot/common/ |
H A D | lcd_simplefb.c | 27 struct udevice *dev; in lcd_dt_simplefb_configure_node() local
|