Home
last modified time | relevance | path

Searched defs:dev (Results 801 – 825 of 2755) sorted by relevance

1...<<31323334353637383940>>...111

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dearly_me.c76 static inline void set_global_reset(struct udevice *dev, int enable) in set_global_reset()
94 int intel_early_me_init_done(struct udevice *dev, struct udevice *me_dev, in intel_early_me_init_done()
/openbmc/u-boot/drivers/net/
H A Ddwmac_socfpga.c26 static int dwmac_socfpga_ofdata_to_platdata(struct udevice *dev) in dwmac_socfpga_ofdata_to_platdata()
65 static int dwmac_socfpga_probe(struct udevice *dev) in dwmac_socfpga_probe()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c42 int lpc_common_early_init(struct udevice *dev) in lpc_common_early_init()
83 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dadsp.c33 static int broadwell_adsp_probe(struct udevice *dev) in broadwell_adsp_probe()
124 static int broadwell_adsp_ofdata_to_platdata(struct udevice *dev) in broadwell_adsp_ofdata_to_platdata()
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-peripheral.c28 static int sam9x5_periph_clk_bind(struct udevice *dev) in sam9x5_periph_clk_bind()
82 struct udevice *dev; in periph_get_rate() local
/openbmc/u-boot/cmd/
H A Dsound.c18 struct udevice *dev; in do_init() local
35 struct udevice *dev; in do_play() local
/openbmc/qemu/hw/s390x/
H A Dvhost-scsi-ccw.c30 VHostSCSICcw *dev = VHOST_SCSI_CCW(ccw_dev); in vhost_ccw_scsi_realize() local
38 VHostSCSICcw *dev = VHOST_SCSI_CCW(obj); in vhost_ccw_scsi_instance_init() local
H A Dvirtio-ccw-blk.c30 VirtIOBlkCcw *dev = VIRTIO_BLK_CCW(ccw_dev); in virtio_ccw_blk_realize() local
38 VirtIOBlkCcw *dev = VIRTIO_BLK_CCW(obj); in virtio_ccw_blk_instance_init() local
H A Dvirtio-ccw-balloon.c30 VirtIOBalloonCcw *dev = VIRTIO_BALLOON_CCW(ccw_dev); in virtio_ccw_balloon_realize() local
38 VirtIOBalloonCcw *dev = VIRTIO_BALLOON_CCW(obj); in virtio_ccw_balloon_instance_init() local
H A Dvirtio-ccw-9p.c30 V9fsCCWState *dev = VIRTIO_9P_CCW(ccw_dev); in virtio_ccw_9p_realize() local
38 V9fsCCWState *dev = VIRTIO_9P_CCW(obj); in virtio_ccw_9p_instance_init() local
H A Dvirtio-ccw-rng.c30 VirtIORNGCcw *dev = VIRTIO_RNG_CCW(ccw_dev); in virtio_ccw_rng_realize() local
40 VirtIORNGCcw *dev = VIRTIO_RNG_CCW(obj); in virtio_ccw_rng_instance_init() local
/openbmc/qemu/hw/virtio/
H A Dvhost-user-device-pci.c27 VHostUserDevicePCI *dev = VHOST_USER_DEVICE_PCI(vpci_dev); in OBJECT_DECLARE_SIMPLE_TYPE() local
54 VHostUserDevicePCI *dev = VHOST_USER_DEVICE_PCI(obj); in vhost_user_device_pci_instance_init() local
/openbmc/qemu/hw/mem/
H A Dpc-dimm.c105 DeviceState *dev = DEVICE(obj); in pc_dimm_slot2bitmap() local
183 static void pc_dimm_realize(DeviceState *dev, Error **errp) in pc_dimm_realize()
220 static void pc_dimm_unrealize(DeviceState *dev) in pc_dimm_unrealize()
256 const DeviceState *dev = DEVICE(md); in pc_dimm_md_fill_device_info() local
/openbmc/u-boot/include/
H A Dpci.h535 unsigned int dev; /* Device number, or PCI_ANY_ID */ member
642 #define pci_phys_to_bus(dev, addr, flags) \ argument
644 #define pci_bus_to_phys(dev, addr, flags) \ argument
647 #define pci_virt_to_bus(dev, addr, flags) \ argument
650 #define pci_bus_to_virt(dev, addr, flags, len, map_flags) \ argument
655 #define pci_phys_to_mem(dev, addr) \ argument
657 #define pci_mem_to_phys(dev, addr) \ argument
659 #define pci_phys_to_io(dev, addr) pci_phys_to_bus((dev), (addr), PCI_REGION_IO) argument
660 #define pci_io_to_phys(dev, addr) pci_bus_to_phys((dev), (addr), PCI_REGION_IO) argument
662 #define pci_virt_to_mem(dev, addr) \ argument
[all …]
H A Dhwspinlock.h25 struct udevice *dev; member
68 static inline int hwspinlock_get_by_index(struct udevice *dev, in hwspinlock_get_by_index()
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c35 unsigned int dev = PCI_DEV(bdf); in msc01_config_access() local
64 static int msc01_read_config_dword(struct pci_controller *hose, pci_dev_t dev, in msc01_read_config_dword()
73 static int msc01_write_config_dword(struct pci_controller *hose, pci_dev_t dev, in msc01_write_config_dword()
/openbmc/u-boot/drivers/usb/musb-new/
H A Domap2430.c148 static int omap2430_musb_ofdata_to_platdata(struct udevice *dev) in omap2430_musb_ofdata_to_platdata()
214 static int omap2430_musb_probe(struct udevice *dev) in omap2430_musb_probe()
246 static int omap2430_musb_remove(struct udevice *dev) in omap2430_musb_remove()
/openbmc/u-boot/drivers/timer/
H A Dcadence-ttc.c56 static int cadence_ttc_get_count(struct udevice *dev, u64 *count) in cadence_ttc_get_count()
65 static int cadence_ttc_probe(struct udevice *dev) in cadence_ttc_probe()
85 static int cadence_ttc_ofdata_to_platdata(struct udevice *dev) in cadence_ttc_ofdata_to_platdata()
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_isa.c86 static void tpm_tis_isa_reset(DeviceState *dev) in tpm_tis_isa_reset()
110 static void tpm_tis_isa_realizefn(DeviceState *dev, Error **errp) in tpm_tis_isa_realizefn()
143 Aml *dev, *crs; in build_tpm_tis_isa_aml() local
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c11 static void acpi_dsdt_add_pci_route_table(Aml *dev, uint32_t irq, in acpi_dsdt_add_pci_route_table()
79 static void acpi_dsdt_add_host_bridge_methods(Aml *dev, in acpi_dsdt_add_host_bridge_methods()
91 Aml *method, *crs, *dev, *rbuf; in acpi_dsdt_add_gpex() local
/openbmc/u-boot/drivers/power/
H A Dftpmu010.c37 void ftpmu010_mfpsr_select_dev(unsigned int dev) in ftpmu010_mfpsr_select_dev()
47 void ftpmu010_mfpsr_diselect_dev(unsigned int dev) in ftpmu010_mfpsr_diselect_dev()
/openbmc/u-boot/drivers/spi/
H A Dmpc8xx_spi.c32 static int mpc8xx_spi_probe(struct udevice *dev) in mpc8xx_spi_probe()
145 static int mpc8xx_spi_xfer(struct udevice *dev, unsigned int bitlen, in mpc8xx_spi_xfer()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali_dt.c61 static int denali_dt_probe(struct udevice *dev) in denali_dt_probe()
147 struct udevice *dev; in board_nand_init() local
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mvebu.c40 static int xhci_usb_probe(struct udevice *dev) in xhci_usb_probe()
67 static int xhci_usb_ofdata_to_platdata(struct udevice *dev) in xhci_usb_ofdata_to_platdata()
/openbmc/u-boot/drivers/reset/aspeed/
H A Dreset-ast2600.c59 static int ast2600_reset_probe(struct udevice *dev) in ast2600_reset_probe()
82 static int ast2600_ofdata_to_platdata(struct udevice *dev) in ast2600_ofdata_to_platdata()

1...<<31323334353637383940>>...111