| /openbmc/qemu/hw/intc/ |
| H A D | ppc-uic.c | 230 static void ppc_uic_reset(DeviceState *dev) in ppc_uic_reset() 245 static void ppc_uic_realize(DeviceState *dev, Error **errp) in ppc_uic_realize()
|
| /openbmc/qemu/hw/watchdog/ |
| H A D | cmsdk-apb-watchdog.c | 309 static void cmsdk_apb_watchdog_reset(DeviceState *dev) in cmsdk_apb_watchdog_reset() 359 static void cmsdk_apb_watchdog_realize(DeviceState *dev, Error **errp) in cmsdk_apb_watchdog_realize()
|
| /openbmc/qemu/hw/timer/ |
| H A D | armv7m_systick.c | 200 static void systick_reset(DeviceState *dev) in systick_reset() 258 static void systick_realize(DeviceState *dev, Error **errp) in systick_realize()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | spapr_vscsi.c | 740 SCSIDevice *dev = SCSI_DEVICE(kid->child); in vscsi_report_luns() local 757 SCSIDevice *dev = SCSI_DEVICE(qdev); in vscsi_report_luns() local 1131 static int vscsi_do_crq(struct SpaprVioDevice *dev, uint8_t *crq_data) in vscsi_do_crq() 1203 static void spapr_vscsi_reset(SpaprVioDevice *dev) in spapr_vscsi_reset() 1214 static void spapr_vscsi_realize(SpaprVioDevice *dev, Error **errp) in spapr_vscsi_realize() 1228 DeviceState *dev; in spapr_vscsi_create() local 1236 static int spapr_vscsi_devnode(SpaprVioDevice *dev, void *fdt, int node_off) in spapr_vscsi_devnode()
|
| /openbmc/qemu/hw/arm/ |
| H A D | virt.c | 689 DeviceState *dev; in create_acpi_ged() local 732 DeviceState *dev; in create_its() local 758 DeviceState *dev; in create_v2m() local 970 DeviceState *dev = qdev_new(TYPE_PL011); in create_uart() local 1233 DeviceState *dev = qdev_new(TYPE_PFLASH_CFI01); in virt_flash_create1() local 1260 DeviceState *dev = DEVICE(flash); in virt_flash_map1() local 1457 DeviceState *dev; in create_smmu() local 1545 DeviceState *dev; in create_pcie() local 1673 DeviceState *dev; in create_platform_bus() local 2913 static void virt_memory_pre_plug(HotplugHandler *hotplug_dev, DeviceState *dev, in virt_memory_pre_plug() [all …]
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-aspeed.c | 35 static int ehci_aspeed_probe(struct udevice *dev) in ehci_aspeed_probe()
|
| /openbmc/u-boot/include/ |
| H A D | rtc.h | 77 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument
|
| H A D | sysreset.h | 51 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) argument
|
| H A D | display.h | 85 #define display_get_ops(dev) ((struct dm_display_ops *)(dev)->driver->ops) argument
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | tegra186-reset.c | 68 static int tegra186_reset_probe(struct udevice *dev) in tegra186_reset_probe()
|
| /openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | cpu_init.c | 126 int fecpin_setclear(struct eth_device *dev, int setclear) in fecpin_setclear()
|
| /openbmc/u-boot/board/atmel/common/ |
| H A D | board.c | 25 struct udevice *bus, *dev; in at91_pda_detect() local
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | remote.c | 39 static void remote_pcihost_realize(DeviceState *dev, Error **errp) in remote_pcihost_realize()
|
| /openbmc/qemu/hw/usb/ |
| H A D | xlnx-usb-subsystem.c | 34 static void versal_usb2_realize(DeviceState *dev, Error **errp) in versal_usb2_realize()
|
| /openbmc/u-boot/drivers/pinctrl/ |
| H A D | pinctrl_pic32.c | 182 static void pic32_eth_pin_config(struct udevice *dev) in pic32_eth_pin_config() 223 static int pic32_pinctrl_request(struct udevice *dev, int func, int flags) in pic32_pinctrl_request() 249 static int pic32_pinctrl_get_periph_id(struct udevice *dev, in pic32_pinctrl_get_periph_id() 289 static int pic32_pinctrl_set_state_simple(struct udevice *dev, in pic32_pinctrl_set_state_simple() 307 static int pic32_pinctrl_probe(struct udevice *dev) in pic32_pinctrl_probe()
|
| /openbmc/qemu/hw/dma/ |
| H A D | rc4030.c | 527 static void rc4030_reset(DeviceState *dev) in rc4030_reset() 662 DeviceState *dev = DEVICE(obj); in rc4030_initfn() local 675 static void rc4030_realize(DeviceState *dev, Error **errp) in rc4030_realize() 694 static void rc4030_unrealize(DeviceState *dev) in rc4030_unrealize() 746 DeviceState *dev; in type_init() local
|
| /openbmc/u-boot/drivers/net/ |
| H A D | smc911x.h | 22 static inline u32 __smc911x_reg_read(struct eth_device *dev, u32 offset) in __smc911x_reg_read() 29 static inline void __smc911x_reg_write(struct eth_device *dev, in __smc911x_reg_write() 37 static inline u32 smc911x_reg_read(struct eth_device *dev, u32 offset) in smc911x_reg_read() 42 static inline void smc911x_reg_write(struct eth_device *dev, in smc911x_reg_write() 404 static u32 smc911x_get_mac_csr(struct eth_device *dev, u8 reg) in smc911x_get_mac_csr() 416 static void smc911x_set_mac_csr(struct eth_device *dev, u8 reg, u32 data) in smc911x_set_mac_csr() 426 static int smc911x_detect_chip(struct eth_device *dev) in smc911x_detect_chip() 453 static void smc911x_reset(struct eth_device *dev) in smc911x_reset()
|
| H A D | calxedaxgmac.c | 306 struct eth_device *dev; member 339 static int xgmac_reset(struct eth_device *dev) in xgmac_reset() 357 static void xgmac_hwmacaddr(struct eth_device *dev) in xgmac_hwmacaddr() 367 static int xgmac_init(struct eth_device *dev, bd_t * bis) in xgmac_init() 426 static int xgmac_tx(struct eth_device *dev, void *packet, int length) in xgmac_tx() 454 static int xgmac_rx(struct eth_device *dev) in xgmac_rx() 479 static void xgmac_halt(struct eth_device *dev) in xgmac_halt() 502 struct eth_device *dev; in calxedaxgmac_initialize() local
|
| /openbmc/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rk322x.c | 715 static int rk322x_dmc_ofdata_to_platdata(struct udevice *dev) in rk322x_dmc_ofdata_to_platdata() 756 static int conv_of_platdata(struct udevice *dev) in conv_of_platdata() 779 static int rk322x_dmc_probe(struct udevice *dev) in rk322x_dmc_probe() 822 static int rk322x_dmc_get_info(struct udevice *dev, struct ram_info *info) in rk322x_dmc_get_info()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | ich9.c | 461 void ich9_pm_device_pre_plug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, in ich9_pm_device_pre_plug_cb() 483 void ich9_pm_device_plug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, in ich9_pm_device_plug_cb() 511 DeviceState *dev, Error **errp) in ich9_pm_device_unplug_request_cb() 545 void ich9_pm_device_unplug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, in ich9_pm_device_unplug_cb()
|
| /openbmc/qemu/hw/misc/ |
| H A D | applesmc.c | 269 static void qdev_applesmc_isa_reset(DeviceState *dev) in qdev_applesmc_isa_reset() 308 static void applesmc_isa_realize(DeviceState *dev, Error **errp) in applesmc_isa_realize() 341 static void applesmc_unrealize(DeviceState *dev) in applesmc_unrealize() 364 Aml *dev = aml_device("SMC"); in build_applesmc_aml() local
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_rockchip.c | 28 static int rockchip_serial_probe(struct udevice *dev) in rockchip_serial_probe()
|
| /openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
| H A D | cpu_init.c | 159 int fecpin_setclear(struct eth_device *dev, int setclear) in fecpin_setclear()
|
| /openbmc/u-boot/board/freescale/t102xrdb/ |
| H A D | eth_t102xrdb.c | 33 struct mii_dev *dev; in board_eth_init() local
|
| /openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/ |
| H A D | sbx81lifxcat.c | 121 struct udevice *dev; in misc_init_r() local
|