| /openbmc/qemu/hw/usb/ |
| H A D | hcd-dwc3.c | 571 static void usb_dwc3_reset(DeviceState *dev) in usb_dwc3_reset() 600 static void usb_dwc3_realize(DeviceState *dev, Error **errp) in usb_dwc3_realize()
|
| /openbmc/qemu/hw/i2c/ |
| H A D | imx_i2c.c | 63 static void imx_i2c_reset(DeviceState *dev) in imx_i2c_reset() 288 static void imx_i2c_realize(DeviceState *dev, Error **errp) in imx_i2c_realize()
|
| /openbmc/qemu/hw/net/ |
| H A D | lance.c | 103 static void lance_realize(DeviceState *dev, Error **errp) in lance_realize() 123 static void lance_reset(DeviceState *dev) in lance_reset()
|
| /openbmc/qemu/hw/timer/ |
| H A D | cmsdk-apb-timer.c | 193 static void cmsdk_apb_timer_reset(DeviceState *dev) in cmsdk_apb_timer_reset() 229 static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) in cmsdk_apb_timer_realize()
|
| /openbmc/qemu/hw/i386/kvm/ |
| H A D | i8259.c | 104 static void kvm_pic_reset(DeviceState *dev) in kvm_pic_reset() 123 static void kvm_pic_realize(DeviceState *dev, Error **errp) in kvm_pic_realize()
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_tis_sysbus.c | 85 static void tpm_tis_sysbus_reset(DeviceState *dev) in tpm_tis_sysbus_reset() 111 static void tpm_tis_sysbus_realizefn(DeviceState *dev, Error **errp) in tpm_tis_sysbus_realizefn()
|
| /openbmc/qemu/hw/char/ |
| H A D | shakti_uart.c | 111 static void shakti_uart_reset(DeviceState *dev) in shakti_uart_reset() 141 static void shakti_uart_realize(DeviceState *dev, Error **errp) in shakti_uart_realize()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | mtk_eth.c | 370 static int mtk_mdio_register(struct udevice *dev) in mtk_mdio_register() 733 static int mtk_phy_probe(struct udevice *dev) in mtk_phy_probe() 863 static int mtk_eth_start(struct udevice *dev) in mtk_eth_start() 900 static void mtk_eth_stop(struct udevice *dev) in mtk_eth_stop() 912 static int mtk_eth_write_hwaddr(struct udevice *dev) in mtk_eth_write_hwaddr() 929 static int mtk_eth_send(struct udevice *dev, void *packet, int length) in mtk_eth_send() 954 static int mtk_eth_recv(struct udevice *dev, int flags, uchar **packetp) in mtk_eth_recv() 977 static int mtk_eth_free_pkt(struct udevice *dev, uchar *packet, int length) in mtk_eth_free_pkt() 992 static int mtk_eth_probe(struct udevice *dev) in mtk_eth_probe() 1029 static int mtk_eth_remove(struct udevice *dev) in mtk_eth_remove() [all …]
|
| /openbmc/qemu/hw/s390x/ |
| H A D | s390-pci-bus.c | 860 static void s390_pcihost_realize(DeviceState *dev, Error **errp) in s390_pcihost_realize() 896 static void s390_pcihost_unrealize(DeviceState *dev) in s390_pcihost_unrealize() 957 DeviceState *dev; in s390_pci_device_new() local 997 static void s390_pcihost_pre_plug(HotplugHandler *hotplug_dev, DeviceState *dev, in s390_pcihost_pre_plug() 1018 static void s390_pci_update_subordinate(PCIDevice *dev, uint32_t nr) in s390_pci_update_subordinate() 1071 static void s390_pcihost_plug(HotplugHandler *hotplug_dev, DeviceState *dev, in s390_pcihost_plug() 1208 static void s390_pcihost_unplug(HotplugHandler *hotplug_dev, DeviceState *dev, in s390_pcihost_unplug() 1248 DeviceState *dev, in s390_pcihost_unplug_request() 1347 static void s390_pcihost_reset(DeviceState *dev) in s390_pcihost_reset() 1438 static void s390_pci_device_realize(DeviceState *dev, Error **errp) in s390_pci_device_realize() [all …]
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | uniphier-sd.c | 45 static int uniphier_sd_probe(struct udevice *dev) in uniphier_sd_probe()
|
| /openbmc/u-boot/drivers/crypto/rsa_mod_exp/ |
| H A D | mod_exp_sw.c | 12 int mod_exp_sw(struct udevice *dev, const uint8_t *sig, uint32_t sig_len, in mod_exp_sw()
|
| /openbmc/u-boot/include/ |
| H A D | mailbox.h | 59 struct udevice *dev; member
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | msi.h | 49 static inline bool msi_present(const PCIDevice *dev) in msi_present()
|
| /openbmc/u-boot/cmd/ |
| H A D | terminal.c | 18 struct stdio_dev *dev = NULL; in do_terminal() local
|
| /openbmc/u-boot/board/freescale/ls1043ardb/ |
| H A D | eth.c | 21 struct mii_dev *dev; in board_eth_init() local
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffscfg.h | 34 struct yaffs_dev *dev; member
|
| /openbmc/u-boot/test/dm/ |
| H A D | audio.c | 18 struct udevice *dev; in dm_test_audio() local
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | codec-uclass.c | 11 int audio_codec_set_params(struct udevice *dev, int interface, int rate, in audio_codec_set_params()
|
| /openbmc/u-boot/board/freescale/imx8qxp_mek/ |
| H A D | spl.c | 20 struct udevice *dev; in spl_board_init() local
|
| /openbmc/qemu/hw/arm/ |
| H A D | netduino2.c | 39 DeviceState *dev; in netduino2_init() local
|
| H A D | olimex-stm32-h405.c | 42 DeviceState *dev; in olimex_stm32_h405_init() local
|
| H A D | netduinoplus2.c | 39 DeviceState *dev; in netduinoplus2_init() local
|
| H A D | stm32vldiscovery.c | 42 DeviceState *dev; in stm32vldiscovery_init() local
|
| H A D | max78000fthr.c | 22 DeviceState *dev; in max78000_init() local
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | pmu.c | 84 struct udevice *dev; in pmu_turn_power() local 96 static int pmu_mid_probe(struct udevice *dev) in pmu_mid_probe()
|