Home
last modified time | relevance | path

Searched defs:dev (Results 1176 – 1200 of 2754) sorted by relevance

1...<<41424344454647484950>>...111

/openbmc/u-boot/drivers/usb/dwc3/
H A Dlinux-compat.h14 #define dev_WARN(dev, format, arg...) debug(format, ##arg) argument
/openbmc/u-boot/drivers/w1-eeprom/
H A Deep_sandbox.c17 static int eep_sandbox_read_buf(struct udevice *dev, unsigned int offset, in eep_sandbox_read_buf()
/openbmc/u-boot/board/st/stm32mp1/
H A Dboard.c43 struct udevice *dev; in board_ddr_power_init() local
/openbmc/u-boot/arch/x86/lib/
H A Dpmu.c84 struct udevice *dev; in pmu_turn_power() local
96 static int pmu_mid_probe(struct udevice *dev) in pmu_mid_probe()
/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dpinctrl-ocelot.c154 static int ocelot_gpio_probe(struct udevice *dev) in ocelot_gpio_probe()
172 int ocelot_pinctrl_probe(struct udevice *dev) in ocelot_pinctrl_probe()
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-usb.c107 static int at91_usb_clk_ofdata_to_platdata(struct udevice *dev) in at91_usb_clk_ofdata_to_platdata()
126 static int at91_usb_clk_probe(struct udevice *dev) in at91_usb_clk_probe()
/openbmc/u-boot/cmd/
H A Dgpio.c36 static void gpio_get_description(struct udevice *dev, const char *bank_name, in gpio_get_description()
68 struct udevice *dev; in do_gpio_status() local
/openbmc/u-boot/drivers/usb/phy/
H A Drockchip_usb2_phy.c65 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()
97 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
/openbmc/u-boot/drivers/phy/
H A Dphy-rcar-gen3.c110 static int rcar_gen3_phy_probe(struct udevice *dev) in rcar_gen3_phy_probe()
138 static int rcar_gen3_phy_remove(struct udevice *dev) in rcar_gen3_phy_remove()
/openbmc/qemu/hw/arm/
H A Dbcm2835_peripherals.c184 static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) in bcm2835_peripherals_realize()
249 void bcm_soc_peripherals_common_realize(DeviceState *dev, Error **errp) in bcm_soc_peripherals_common_realize()
H A Daspeed_ast2400.c140 static qemu_irq aspeed_soc_ast2400_get_irq(AspeedSoCState *s, int dev) in aspeed_soc_ast2400_get_irq()
256 static void aspeed_ast2400_soc_realize(DeviceState *dev, Error **errp) in aspeed_ast2400_soc_realize()
/openbmc/qemu/hw/misc/
H A Dimx8mp_ccm.c21 static void imx8mp_ccm_reset(DeviceState *dev) in imx8mp_ccm_reset()
111 static uint32_t imx8mp_ccm_get_clock_frequency(IMXCCMState *dev, IMXClk clock) in imx8mp_ccm_get_clock_frequency()
H A Dtz-msc.c215 static void tz_msc_reset(DeviceState *dev) in tz_msc_reset()
228 DeviceState *dev = DEVICE(obj); in tz_msc_init() local
237 static void tz_msc_realize(DeviceState *dev, Error **errp) in tz_msc_realize()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c245 static void am33xx_otg0_set_phy_power(struct udevice *dev, u8 on) in am33xx_otg0_set_phy_power()
264 static void am33xx_otg1_set_phy_power(struct udevice *dev, u8 on) in am33xx_otg1_set_phy_power()
300 struct udevice *dev; in arch_misc_init() local
/openbmc/u-boot/board/wandboard/
H A Dwandboard.c344 static void do_enable_hdmi(struct display_info_t const *dev) in do_enable_hdmi()
349 static int detect_i2c(struct display_info_t const *dev) in detect_i2c()
355 static void enable_fwadapt_7wvga(struct display_info_t const *dev) in enable_fwadapt_7wvga()
/openbmc/u-boot/drivers/video/
H A Dtegra.c297 static int tegra_lcd_probe(struct udevice *dev) in tegra_lcd_probe()
336 static int tegra_lcd_ofdata_to_platdata(struct udevice *dev) in tegra_lcd_ofdata_to_platdata()
391 static int tegra_lcd_bind(struct udevice *dev) in tegra_lcd_bind()
/openbmc/qemu/tests/qemu-iotests/
H A D149274 def qemu_io_image_args(config, dev=False): argument
290 def qemu_io_write_pattern(config, pattern, offset_mb, size_mb, dev=False): argument
303 def qemu_io_read_pattern(config, pattern, offset_mb, size_mb, dev=False): argument
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c173 struct vhost_dev *dev = &vsc->dev; in vhost_scsi_set_workers() local
224 static void vhost_scsi_realize(DeviceState *dev, Error **errp) in vhost_scsi_realize()
320 static void vhost_scsi_unrealize(DeviceState *dev) in vhost_scsi_unrealize()
/openbmc/qemu/hw/char/
H A Dvirtio-console.c114 DeviceState *dev = DEVICE(port); in set_guest_connected() local
220 static void virtconsole_realize(DeviceState *dev, Error **errp) in virtconsole_realize()
255 static void virtconsole_unrealize(DeviceState *dev) in virtconsole_unrealize()
/openbmc/qemu/hw/input/
H A Dpl050.c152 static void pl050_realize(DeviceState *dev, Error **errp) in pl050_realize()
160 static void pl050_kbd_realize(DeviceState *dev, Error **errp) in pl050_kbd_realize()
183 static void pl050_mouse_realize(DeviceState *dev, Error **errp) in pl050_mouse_realize()
/openbmc/qemu/hw/usb/
H A Dcanokey.c136 static void canokey_handle_reset(USBDevice *dev) in canokey_handle_reset()
148 static void canokey_handle_control(USBDevice *dev, USBPacket *p, in canokey_handle_control()
188 static void canokey_handle_data(USBDevice *dev, USBPacket *p) in canokey_handle_data()
/openbmc/qemu/hw/i386/kvm/
H A Dapic.c63 void kvm_get_apic_state(DeviceState *dev, struct kvm_lapic_state *kapic) in kvm_get_apic_state()
233 static void kvm_apic_realize(DeviceState *dev, Error **errp) in kvm_apic_realize()
244 static void kvm_apic_unrealize(DeviceState *dev) in kvm_apic_unrealize()
/openbmc/qemu/hw/vfio/
H A Dap.c231 static void vfio_ap_realize(DeviceState *dev, Error **errp) in vfio_ap_realize()
271 static void vfio_ap_unrealize(DeviceState *dev) in vfio_ap_unrealize()
289 static void vfio_ap_reset(DeviceState *dev) in vfio_ap_reset()
/openbmc/qemu/hw/gpio/
H A Domap_gpio.c193 static void omap_gpif_reset(DeviceState *dev) in omap_gpif_reset()
202 DeviceState *dev = DEVICE(obj); in omap_gpio_init() local
214 static void omap_gpio_realize(DeviceState *dev, Error **errp) in omap_gpio_realize()
/openbmc/u-boot/drivers/net/
H A Dmtk_eth.c370 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 …]

1...<<41424344454647484950>>...111