Home
last modified time | relevance | path

Searched defs:dev (Results 701 – 725 of 2754) sorted by relevance

1...<<21222324252627282930>>...111

/openbmc/u-boot/drivers/usb/host/
H A Dehci-zynq.c24 static int ehci_zynq_ofdata_to_platdata(struct udevice *dev) in ehci_zynq_ofdata_to_platdata()
35 static int ehci_zynq_probe(struct udevice *dev) in ehci_zynq_probe()
H A Dxhci-rcar.c73 static int xhci_rcar_probe(struct udevice *dev) in xhci_rcar_probe()
118 static int xhci_rcar_deregister(struct udevice *dev) in xhci_rcar_deregister()
131 static int xhci_rcar_ofdata_to_platdata(struct udevice *dev) in xhci_rcar_ofdata_to_platdata()
H A Dehci-pci.c23 static int ehci_pci_init(struct udevice *dev, struct ehci_hccr **ret_hccr, in ehci_pci_init()
127 static int ehci_pci_probe(struct udevice *dev) in ehci_pci_probe()
140 static int ehci_pci_remove(struct udevice *dev) in ehci_pci_remove()
/openbmc/u-boot/env/
H A Dfat.c39 int dev, part; in env_fat_save() local
86 int dev, part; in env_fat_load() local
/openbmc/u-boot/board/k+p/kp_imx53/
H A Dkp_id_rev.c68 struct udevice *dev; in read_eeprom() local
92 struct udevice *dev; in read_board_id() local
/openbmc/u-boot/common/
H A Diomux.c16 struct stdio_dev *dev; in iomux_printdevs() local
30 struct stdio_dev *dev; in iomux_doenv() local
/openbmc/qemu/hw/ide/
H A Dahci-sysbus.c40 static void sysbus_ahci_reset(DeviceState *dev) in sysbus_ahci_reset()
58 static void sysbus_ahci_realize(DeviceState *dev, Error **errp) in sysbus_ahci_realize()
/openbmc/u-boot/drivers/phy/
H A Dsti_usb_phy.c62 struct udevice *dev = usb_phy->dev; in sti_usb_phy_init() local
81 struct udevice *dev = usb_phy->dev; in sti_usb_phy_exit() local
103 int sti_usb_phy_probe(struct udevice *dev) in sti_usb_phy_probe()
/openbmc/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx.c17 static int imx_pinctrl_set_state(struct udevice *dev, struct udevice *config) in imx_pinctrl_set_state()
197 int imx_pinctrl_probe(struct udevice *dev, in imx_pinctrl_probe()
257 int imx_pinctrl_remove(struct udevice *dev) in imx_pinctrl_remove()
/openbmc/qemu/hw/misc/
H A Dled.c69 static void led_reset(DeviceState *dev) in led_reset()
86 static void led_realize(DeviceState *dev, Error **errp) in led_realize()
142 DeviceState *dev; in type_init() local
H A Dvirt_ctrl.c90 static void virt_ctrl_reset(DeviceState *dev) in virt_ctrl_reset()
97 static void virt_ctrl_realize(DeviceState *dev, Error **errp) in virt_ctrl_realize()
119 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in virt_ctrl_instance_init() local
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c96 static int init_single_clk(struct udevice *dev, int clk) in init_single_clk()
236 static inline int init_all_clks(struct udevice *dev) in init_all_clks()
318 static int mpc83xx_clk_probe(struct udevice *dev) in mpc83xx_clk_probe()
352 static int mpc83xx_clk_bind(struct udevice *dev) in mpc83xx_clk_bind()
/openbmc/u-boot/cmd/
H A Dhost.c47 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_bind() local
65 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_info() local
73 int dev; in do_host_info() local
105 int dev; in do_host_dev() local
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_npm.py74 def _npm_global_configs(dev): argument
88 def _run_npm_install(self, d, srctree, registry, dev): argument
101 def _generate_shrinkwrap(self, d, srctree, dev): argument
110 def _handle_licenses(self, srctree, shrinkwrap_file, dev): argument
/openbmc/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.c84 static int s3c24x0_i2c_set_bus_speed(struct udevice *dev, unsigned int speed) in s3c24x0_i2c_set_bus_speed()
208 static int s3c24x0_i2c_probe(struct udevice *dev, uint chip, uint chip_flags) in s3c24x0_i2c_probe()
278 static int s3c24x0_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, in s3c24x0_i2c_xfer()
304 static int s3c_i2c_ofdata_to_platdata(struct udevice *dev) in s3c_i2c_ofdata_to_platdata()
/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c49 static int read_cpu_temperature(struct udevice *dev) in read_cpu_temperature()
136 static int read_cpu_temperature(struct udevice *dev) in read_cpu_temperature()
210 int imx_thermal_get_temp(struct udevice *dev, int *temp) in imx_thermal_get_temp()
234 static int imx_thermal_probe(struct udevice *dev) in imx_thermal_probe()
/openbmc/u-boot/drivers/misc/
H A Drockchip-efuse.c55 struct udevice *dev; in dump_efuses() local
86 static int rockchip_rk3399_efuse_read(struct udevice *dev, int offset, in rockchip_rk3399_efuse_read()
130 static int rockchip_efuse_read(struct udevice *dev, int offset, in rockchip_efuse_read()
140 static int rockchip_efuse_ofdata_to_platdata(struct udevice *dev) in rockchip_efuse_ofdata_to_platdata()
H A Dvexpress_config.c63 static int vexpress_config_read(struct udevice *dev, in vexpress_config_read()
74 static int vexpress_config_write(struct udevice *dev, in vexpress_config_write()
90 static int vexpress_config_probe(struct udevice *dev) in vexpress_config_probe()
H A Daspeed_dp.c41 static void _redriver_cfg(struct udevice *dev) in _redriver_cfg()
79 static int aspeed_dp_probe(struct udevice *dev) in aspeed_dp_probe()
155 static int dp_aspeed_ofdata_to_platdata(struct udevice *dev) in dp_aspeed_ofdata_to_platdata()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci-pci.c33 static void usb_ehci_pci_realize(PCIDevice *dev, Error **errp) in usb_ehci_pci_realize()
103 static void usb_ehci_pci_exit(PCIDevice *dev) in usb_ehci_pci_exit()
114 static void usb_ehci_pci_reset(DeviceState *dev) in usb_ehci_pci_reset()
123 static void usb_ehci_pci_write_config(PCIDevice *dev, uint32_t addr, in usb_ehci_pci_write_config()
/openbmc/qemu/hw/char/
H A Dserial-pci-multi.c42 PCIDevice dev; member
51 static void multi_serial_pci_exit(PCIDevice *dev) in multi_serial_pci_exit()
92 static void multi_serial_pci_realize(PCIDevice *dev, Error **errp) in multi_serial_pci_realize()
178 PCIDevice *dev = PCI_DEVICE(o); in multi_serial_init() local
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c141 static char *pxb_host_ofw_unit_address(const SysBusDevice *dev) in pxb_host_ofw_unit_address()
191 static void pxb_cxl_realize(DeviceState *dev, Error **errp) in pxb_cxl_realize()
253 static void pxb_register_bus(PCIDevice *dev, PCIBus *pxb_bus, Error **errp) in pxb_register_bus()
296 static void pxb_cxl_dev_reset(DeviceState *dev) in pxb_cxl_dev_reset()
333 static bool pxb_dev_realize_common(PCIDevice *dev, enum BusType type, in pxb_dev_realize_common()
406 static void pxb_dev_realize(PCIDevice *dev, Error **errp) in pxb_dev_realize()
458 static void pxb_pcie_dev_realize(PCIDevice *dev, Error **errp) in pxb_pcie_dev_realize()
495 static void pxb_cxl_dev_realize(PCIDevice *dev, Error **errp) in pxb_cxl_dev_realize()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu.c31 static int meson_vpu_setup_mode(struct udevice *dev, struct udevice *disp) in meson_vpu_setup_mode()
93 static int meson_vpu_probe(struct udevice *dev) in meson_vpu_probe()
134 static int meson_vpu_bind(struct udevice *dev) in meson_vpu_bind()
/openbmc/u-boot/lib/efi_driver/
H A Defi_block_device.c55 static ulong efi_bl_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt, in efi_bl_read()
84 static ulong efi_bl_write(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt, in efi_bl_write()
111 static int efi_bl_bind_partitions(efi_handle_t handle, struct udevice *dev) in efi_bl_bind_partitions()
/openbmc/qemu/hw/isa/
H A Di82378.c57 DeviceState *dev = opaque; in i82378_request_pic_irq() local
65 DeviceState *dev = DEVICE(pci); in i82378_realize() local
118 DeviceState *dev = DEVICE(obj); in i82378_init() local

1...<<21222324252627282930>>...111