| /openbmc/u-boot/board/nvidia/p2371-2180/ |
| H A D | p2371-2180.c | 16 struct udevice *dev; in pin_mux_mmc() local 77 struct udevice *dev; in tegra_pcie_board_init() local
|
| /openbmc/u-boot/arch/x86/cpu/broadwell/ |
| H A D | me.c | 12 static inline void me_read_dword_ptr(struct udevice *dev, void *ptr, int offset) in me_read_dword_ptr() 20 int intel_me_hsio_version(struct udevice *dev, uint16_t *versionp, in intel_me_hsio_version()
|
| /openbmc/u-boot/drivers/axi/ |
| H A D | axi-uclass.c | 11 int axi_read(struct udevice *dev, ulong address, void *data, in axi_read() 22 int axi_write(struct udevice *dev, ulong address, void *data, in axi_write()
|
| H A D | axi-emul-uclass.c | 16 struct udevice *dev; in axi_sandbox_get_emul() local 72 int axi_get_store(struct udevice *dev, u8 **storep) in axi_get_store()
|
| /openbmc/u-boot/drivers/net/ti/ |
| H A D | cpsw-common.c | 19 static int davinci_emac_3517_get_macid(struct udevice *dev, u16 offset, in davinci_emac_3517_get_macid() 59 static int cpsw_am33xx_cm_get_macid(struct udevice *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid() 99 int ti_cm_get_macid(struct udevice *dev, int slave, u8 *mac_addr) in ti_cm_get_macid()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | aspeed_sdhci.c | 31 static int aspeed_sdhci_probe(struct udevice *dev) in aspeed_sdhci_probe() 107 static int aspeed_sdhci_ofdata_to_platdata(struct udevice *dev) in aspeed_sdhci_ofdata_to_platdata() 121 static int aspeed_sdhci_bind(struct udevice *dev) in aspeed_sdhci_bind()
|
| /openbmc/u-boot/cmd/ |
| H A D | bind.c | 16 struct udevice *dev; in bind_by_class_index() local 72 struct udevice *dev; in unbind_by_class_index() local 123 struct udevice *dev; in bind_by_node_path() local 165 struct udevice *dev; in unbind_by_node_path() local
|
| H A D | tpm-common.c | 239 struct udevice *dev; in tpm_show_device() local 258 struct udevice *dev; in tpm_set_device() local 319 struct udevice *dev; in do_tpm_info() local 339 struct udevice *dev; in do_tpm_report_state() local 358 struct udevice *dev; in do_tpm_init() local 374 struct udevice *dev; in do_tpm() local
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_sh.c | 153 static int sh_serial_pending(struct udevice *dev, bool input) in sh_serial_pending() 160 static int sh_serial_putc(struct udevice *dev, const char ch) in sh_serial_putc() 167 static int sh_serial_getc(struct udevice *dev) in sh_serial_getc() 174 static int sh_serial_setbrg(struct udevice *dev, int baudrate) in sh_serial_setbrg() 184 static int sh_serial_probe(struct udevice *dev) in sh_serial_probe() 214 static int sh_serial_ofdata_to_platdata(struct udevice *dev) in sh_serial_ofdata_to_platdata()
|
| H A D | serial_mtk.c | 127 static int mtk_serial_setbrg(struct udevice *dev, int baudrate) in mtk_serial_setbrg() 136 static int mtk_serial_putc(struct udevice *dev, const char ch) in mtk_serial_putc() 151 static int mtk_serial_getc(struct udevice *dev) in mtk_serial_getc() 161 static int mtk_serial_pending(struct udevice *dev, bool input) in mtk_serial_pending() 171 static int mtk_serial_probe(struct udevice *dev) in mtk_serial_probe() 181 static int mtk_serial_ofdata_to_platdata(struct udevice *dev) in mtk_serial_ofdata_to_platdata()
|
| /openbmc/qemu/hw/misc/ |
| H A D | pc-testdev.c | 69 PCTestdev *dev = opaque; in test_irq_line_write() local 86 PCTestdev *dev = opaque; in test_ioport_write() local 96 PCTestdev *dev = opaque; in test_ioport_read() local 149 PCTestdev *dev = opaque; in test_iomem_read() local 159 PCTestdev *dev = opaque; in test_iomem_write() local 173 PCTestdev *dev = TESTDEV(d); in testdev_realizefn() local
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_dsps.c | 135 struct device *dev; member 151 struct device *dev = musb->controller; in dsps_musb_enable() local 184 struct device *dev = musb->controller; in dsps_musb_disable() local 203 struct device *dev = musb->controller; in otg_timer() local 257 struct device *dev = musb->controller; in dsps_musb_try_idle() local 297 struct device *dev = musb->controller; in dsps_interrupt() local 411 struct device *dev = musb->controller; in dsps_musb_init() local 478 struct device *dev = musb->controller; in dsps_musb_exit() local 529 struct device *dev = glue->dev; in dsps_create_musb_pdev() local 688 static int dsps_suspend(struct device *dev) in dsps_suspend() [all …]
|
| /openbmc/u-boot/drivers/net/fm/ |
| H A D | eth.c | 101 static void dtsec_init_phy(struct eth_device *dev) in dtsec_init_phy() 118 static int tgec_is_fibre(struct eth_device *dev) in tgec_is_fibre() 438 static int fm_eth_open(struct eth_device *dev, bd_t *bd) in fm_eth_open() 491 static void fm_eth_halt(struct eth_device *dev) in fm_eth_halt() 514 static int fm_eth_send(struct eth_device *dev, void *buf, int len) in fm_eth_send() 572 static int fm_eth_recv(struct eth_device *dev) in fm_eth_recv() 682 static int init_phy(struct eth_device *dev) in init_phy() 731 struct eth_device *dev; in fm_eth_initialize() local
|
| /openbmc/u-boot/drivers/clk/mediatek/ |
| H A D | clk-mt7629.c | 553 static int mt7629_mcucfg_probe(struct udevice *dev) in mt7629_mcucfg_probe() 569 static int mt7629_apmixedsys_probe(struct udevice *dev) in mt7629_apmixedsys_probe() 586 static int mt7629_topckgen_probe(struct udevice *dev) in mt7629_topckgen_probe() 591 static int mt7629_infracfg_probe(struct udevice *dev) in mt7629_infracfg_probe() 596 static int mt7629_pericfg_probe(struct udevice *dev) in mt7629_pericfg_probe() 601 static int mt7629_ethsys_probe(struct udevice *dev) in mt7629_ethsys_probe() 606 static int mt7629_ethsys_bind(struct udevice *dev) in mt7629_ethsys_bind() 619 static int mt7629_sgmiisys_probe(struct udevice *dev) in mt7629_sgmiisys_probe()
|
| /openbmc/u-boot/test/dm/ |
| H A D | dma.c | 17 struct udevice *dev; in dm_test_dma_m2m() local 40 struct udevice *dev; in dm_test_dma() local 82 struct udevice *dev; in dm_test_dma_rx() local
|
| H A D | tee.c | 14 static int open_session(struct udevice *dev, u32 *session) in open_session() 32 static int invoke_func(struct udevice *dev, u32 session) in invoke_func() 60 struct udevice *dev; in test_tee() local
|
| /openbmc/u-boot/drivers/mailbox/ |
| H A D | mailbox-uclass.c | 11 static inline struct mbox_ops *mbox_dev_ops(struct udevice *dev) in mbox_dev_ops() 31 int mbox_get_by_index(struct udevice *dev, int index, struct mbox_chan *chan) in mbox_get_by_index() 75 int mbox_get_by_name(struct udevice *dev, const char *name, in mbox_get_by_name()
|
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | pinctrl-apq8096.c | 28 static const char *apq8096_get_function_name(struct udevice *dev, in apq8096_get_function_name() 34 static const char *apq8096_get_pin_name(struct udevice *dev, in apq8096_get_pin_name()
|
| H A D | pinctrl-apq8016.c | 33 static const char *apq8016_get_function_name(struct udevice *dev, in apq8016_get_function_name() 39 static const char *apq8016_get_pin_name(struct udevice *dev, in apq8016_get_pin_name()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci-pci.c | 14 static void xhci_pci_init(struct udevice *dev, struct xhci_hccr **ret_hccr, in xhci_pci_init() 38 static int xhci_pci_probe(struct udevice *dev) in xhci_pci_probe()
|
| /openbmc/qemu/hw/core/ |
| H A D | fw-path-provider.c | 23 DeviceState *dev) in fw_path_provider_get_dev_path() 31 DeviceState *dev) in fw_path_provider_try_get_dev_path()
|
| /openbmc/u-boot/drivers/spmi/ |
| H A D | spmi-uclass.c | 14 int spmi_reg_read(struct udevice *dev, int usid, int pid, int reg) in spmi_reg_read() 24 int spmi_reg_write(struct udevice *dev, int usid, int pid, int reg, in spmi_reg_write()
|
| /openbmc/u-boot/drivers/video/rockchip/ |
| H A D | rk3399_vop.c | 19 static void rk3399_set_pin_polarity(struct udevice *dev, in rk3399_set_pin_polarity() 63 static int rk3399_vop_probe(struct udevice *dev) in rk3399_vop_probe()
|
| /openbmc/u-boot/drivers/tee/optee/ |
| H A D | optee_private.h | 51 static inline void optee_suppl_cmd_rpmb(struct udevice *dev, in optee_suppl_cmd_rpmb() 58 static inline void optee_suppl_rpmb_release(struct udevice *dev) in optee_suppl_rpmb_release()
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | i2c-emul-uclass.c | 34 struct udevice *dev; member 44 int i2c_emul_find(struct udevice *dev, struct udevice **emulp) in i2c_emul_find()
|