Home
last modified time | relevance | path

Searched defs:dev (Results 1676 – 1700 of 2754) sorted by relevance

1...<<61626364656667686970>>...111

/openbmc/qemu/hw/cpu/
H A Dcluster.c49 static void cpu_cluster_realize(DeviceState *dev, Error **errp) in cpu_cluster_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-rng-pci.c74 VirtIORngPCI *dev = VIRTIO_RNG_PCI(obj); in virtio_rng_initfn() local
/openbmc/qemu/hw/intc/
H A Dloongarch_ipi_kvm.c77 void kvm_ipi_realize(DeviceState *dev, Error **errp) in kvm_ipi_realize()
/openbmc/u-boot/drivers/mmc/
H A Dmtk-sd.c645 static int msdc_ops_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in msdc_ops_send_cmd()
822 static int msdc_ops_set_ios(struct udevice *dev) in msdc_ops_set_ios()
842 static int msdc_ops_get_cd(struct udevice *dev) in msdc_ops_get_cd()
862 static int msdc_ops_get_wp(struct udevice *dev) in msdc_ops_get_wp()
935 static int msdc_tune_response(struct udevice *dev, u32 opcode) in msdc_tune_response()
1039 static int msdc_tune_data(struct udevice *dev, u32 opcode) in msdc_tune_data()
1126 static int msdc_execute_tuning(struct udevice *dev, uint opcode) in msdc_execute_tuning()
1274 static int msdc_drv_probe(struct udevice *dev) in msdc_drv_probe()
1312 static int msdc_ofdata_to_platdata(struct udevice *dev) in msdc_ofdata_to_platdata()
1352 static int msdc_drv_bind(struct udevice *dev) in msdc_drv_bind()
H A Dbcm2835_sdhci.c165 static int bcm2835_sdhci_bind(struct udevice *dev) in bcm2835_sdhci_bind()
172 static int bcm2835_sdhci_probe(struct udevice *dev) in bcm2835_sdhci_probe()
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c74 static int comphy_probe(struct udevice *dev) in comphy_probe()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dspl.c167 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/openbmc/u-boot/drivers/clk/
H A Dclk_boston.c60 static int clk_boston_ofdata_to_platdata(struct udevice *dev) in clk_boston_ofdata_to_platdata()
/openbmc/u-boot/board/toradex/colibri_t20/
H A Dcolibri_t20.c30 struct udevice *dev; in arch_misc_init() local
/openbmc/qemu/hw/misc/
H A Dmchp_pfsoc_sysreg.c83 static void mchp_pfsoc_sysreg_realize(DeviceState *dev, Error **errp) in mchp_pfsoc_sysreg_realize()
H A Dimx8mp_analog.c19 static void imx8mp_analog_reset(DeviceState *dev) in imx8mp_analog_reset()
H A Daspeed_xdma.c121 static void aspeed_xdma_realize(DeviceState *dev, Error **errp) in aspeed_xdma_realize()
132 static void aspeed_xdma_reset(DeviceState *dev) in aspeed_xdma_reset()
H A Dbcm2835_mbox.c293 static void bcm2835_mbox_reset(DeviceState *dev) in bcm2835_mbox_reset()
306 static void bcm2835_mbox_realize(DeviceState *dev, Error **errp) in bcm2835_mbox_realize()
H A Dexynos4210_rng.c224 static void exynos4210_rng_reset(DeviceState *dev) in exynos4210_rng_reset()
237 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in exynos4210_rng_init() local
/openbmc/qemu/include/hw/pci/
H A Dshpc.h60 static inline bool shpc_present(const PCIDevice *dev) in shpc_present()
/openbmc/u-boot/include/dm/
H A Dpinctrl.h156 #define pinctrl_get_ops(dev) ((struct pinctrl_ops *)(dev)->driver->ops) argument
303 static inline int pinctrl_select_state(struct udevice *dev, in pinctrl_select_state()
/openbmc/u-boot/drivers/core/
H A Droot.c139 struct driver_info *dev = in fix_devices() local
312 int dm_scan_fdt_dev(struct udevice *dev) in dm_scan_fdt_dev()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier.c41 struct udevice *dev; member
47 static int uniphier_i2c_probe(struct udevice *dev) in uniphier_i2c_probe()
/openbmc/u-boot/board/aristainetos/
H A Daristainetos-v2.c403 static void enable_lvds(struct display_info_t const *dev) in enable_lvds()
476 static void enable_spi_display(struct display_info_t const *dev) in enable_spi_display()
/openbmc/u-boot/drivers/clk/exynos/
H A Dclk-exynos7420.c89 static int exynos7420_clk_topc_probe(struct udevice *dev) in exynos7420_clk_topc_probe()
140 static int exynos7420_clk_top0_probe(struct udevice *dev) in exynos7420_clk_top0_probe()
/openbmc/u-boot/drivers/clk/renesas/
H A Dclk-rcar-gen3.c351 int gen3_clk_probe(struct udevice *dev) in gen3_clk_probe()
395 int gen3_clk_remove(struct udevice *dev) in gen3_clk_remove()
/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c297 eeprom_t *eeprom93xx_new(DeviceState *dev, uint16_t nwords) in eeprom93xx_new()
328 void eeprom93xx_free(DeviceState *dev, eeprom_t *eeprom) in eeprom93xx_free()
/openbmc/qemu/hw/timer/
H A Di8254.c284 static void pit_reset(DeviceState *dev) in pit_reset()
334 static void pit_realizefn(DeviceState *dev, Error **errp) in pit_realizefn()
H A Dimx_epit.c397 static void imx_epit_realize(DeviceState *dev, Error **errp) in imx_epit_realize()
424 static void imx_epit_dev_reset(DeviceState *dev) in imx_epit_dev_reset()
/openbmc/qemu/hw/pci-bridge/
H A Dcxl_root_port.c147 static void cxl_rp_realize(DeviceState *dev, Error **errp) in cxl_rp_realize()
216 static void cxl_rp_dvsec_write_config(PCIDevice *dev, uint32_t addr, in cxl_rp_dvsec_write_config()

1...<<61626364656667686970>>...111