Home
last modified time | relevance | path

Searched defs:dev (Results 1426 – 1450 of 2754) sorted by relevance

1...<<51525354555657585960>>...111

/openbmc/u-boot/include/
H A Dsysreset.h51 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) argument
H A Dtpm-common.h187 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument
324 #define for_each_tpm_device(dev) uclass_foreach_dev_probe(UCLASS_TPM, (dev)) argument
/openbmc/qemu/hw/pci-host/
H A Dremote.c39 static void remote_pcihost_realize(DeviceState *dev, Error **errp) in remote_pcihost_realize()
H A Dgpex.c90 static void gpex_host_realize(DeviceState *dev, Error **errp) in gpex_host_realize()
160 static void gpex_host_unrealize(DeviceState *dev) in gpex_host_unrealize()
/openbmc/qemu/hw/usb/
H A Dxlnx-usb-subsystem.c34 static void versal_usb2_realize(DeviceState *dev, Error **errp) in versal_usb2_realize()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dboard_common.c56 struct udevice *dev; in board_init() local
99 struct udevice *dev; in dram_init() local
/openbmc/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-tbg.c97 int armada_37xx_tbg_clk_dump(struct udevice *dev) in armada_37xx_tbg_clk_dump()
111 static int armada_37xx_tbg_clk_probe(struct udevice *dev) in armada_37xx_tbg_clk_probe()
/openbmc/u-boot/drivers/clk/renesas/
H A Dclk-rcar-gen2.c276 int gen2_clk_probe(struct udevice *dev) in gen2_clk_probe()
319 int gen2_clk_remove(struct udevice *dev) in gen2_clk_remove()
/openbmc/u-boot/drivers/pci/
H A Dpci_ftpci100.c29 static void setup_pci_bar(unsigned int bus, unsigned int dev, unsigned func, in setup_pci_bar()
147 unsigned int bus, dev, func; in pci_bus_scan() local
/openbmc/qemu/hw/gpio/
H A Dsifive_gpio.c300 static void sifive_gpio_reset(DeviceState *dev) in sifive_gpio_reset()
356 static void sifive_gpio_realize(DeviceState *dev, Error **errp) in sifive_gpio_realize()
H A Dbcm2835_gpio.c259 static void bcm2835_gpio_reset(DeviceState *dev) in bcm2835_gpio_reset()
299 DeviceState *dev = DEVICE(obj); in bcm2835_gpio_init() local
310 static void bcm2835_gpio_realize(DeviceState *dev, Error **errp) in bcm2835_gpio_realize()
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c98 static void virtio_input_host_realize(DeviceState *dev, Error **errp) in virtio_input_host_realize()
183 static void virtio_input_host_unrealize(DeviceState *dev) in virtio_input_host_unrealize()
/openbmc/qemu/hw/misc/
H A Dimx_rngc.c221 static void imx_rngc_realize(DeviceState *dev, Error **errp) in imx_rngc_realize()
237 static void imx_rngc_reset(DeviceState *dev) in imx_rngc_reset()
H A Daspeed_sli.c107 static void aspeed_sli_realize(DeviceState *dev, Error **errp) in aspeed_sli_realize()
117 static void aspeed_sliio_realize(DeviceState *dev, Error **errp) in aspeed_sliio_realize()
/openbmc/qemu/hw/rtc/
H A Dgoldfish_rtc.c239 static void goldfish_rtc_reset(DeviceState *dev) in goldfish_rtc_reset()
252 SysBusDevice *dev = SYS_BUS_DEVICE(d); in goldfish_rtc_realize() local
/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c122 static char *nubus_get_dev_path(DeviceState *dev) in nubus_get_dev_path()
137 static bool nubus_check_address(BusState *bus, DeviceState *dev, Error **errp) in nubus_check_address()
/openbmc/qemu/hw/intc/
H A Dppc-uic.c230 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()
H A Dsifive_plic.c273 static void sifive_plic_reset(DeviceState *dev) in sifive_plic_reset()
363 static void sifive_plic_realize(DeviceState *dev, Error **errp) in sifive_plic_realize()
484 DeviceState *dev = qdev_new(TYPE_SIFIVE_PLIC); in type_init() local
/openbmc/qemu/hw/watchdog/
H A Dcmsdk-apb-watchdog.c309 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 Darmv7m_systick.c200 static void systick_reset(DeviceState *dev) in systick_reset()
258 static void systick_realize(DeviceState *dev, Error **errp) in systick_realize()
/openbmc/u-boot/drivers/phy/
H A Dmeson-gxl-usb2.c139 struct udevice *dev = phy->dev; in phy_meson_gxl_usb2_power_on() local
163 struct udevice *dev = phy->dev; in phy_meson_gxl_usb2_power_off() local
190 int meson_gxl_usb2_phy_probe(struct udevice *dev) in meson_gxl_usb2_phy_probe()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c619 struct device *dev = NULL; in dwc3_uboot_init() local
793 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys) in dwc3_setup_phy()
857 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy()
/openbmc/u-boot/common/
H A Dmiiphyutil.c41 struct mii_dev *dev; in miiphy_get_dev_by_name() local
162 struct mii_dev *dev; in miiphy_set_current_dev() local
286 struct mii_dev *dev; in miiphy_listdev() local
/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c221 static int meson_spifc_set_speed(struct udevice *dev, uint speed) in meson_spifc_set_speed()
248 static int meson_spifc_set_mode(struct udevice *dev, uint mode) in meson_spifc_set_mode()
286 static int meson_spifc_probe(struct udevice *dev) in meson_spifc_probe()
/openbmc/qemu/hw/i386/
H A Dnitro_enclave.c33 DeviceState *dev = kid->child; in find_free_virtio_mmio_bus() local
49 DeviceState *dev = qdev_new(TYPE_VHOST_USER_VSOCK); in vhost_user_vsock_init() local
78 DeviceState *dev = qdev_new(TYPE_VIRTIO_NSM); in virtio_nsm_init() local

1...<<51525354555657585960>>...111