Home
last modified time | relevance | path

Searched defs:pdev (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/net/
A Ddsa-uclass.c64 static int dsa_port_start(struct udevice *pdev) in dsa_port_start()
91 static void dsa_port_stop(struct udevice *pdev) in dsa_port_stop()
114 static int dsa_port_send(struct udevice *pdev, void *packet, int length) in dsa_port_send()
144 static int dsa_port_recv(struct udevice *pdev, int flags, uchar **packetp) in dsa_port_recv()
181 static int dsa_port_free_pkt(struct udevice *pdev, uchar *packet, int length) in dsa_port_free_pkt()
199 static int dsa_port_of_to_pdata(struct udevice *pdev) in dsa_port_of_to_pdata()
243 static int dsa_port_probe(struct udevice *pdev) in dsa_port_probe()
292 static int dsa_port_remove(struct udevice *pdev) in dsa_port_remove()
376 struct udevice *pdev; in dsa_post_bind() local
/u-boot/drivers/usb/musb-new/
A Dmusb_dsps.c156 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_enable() local
189 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_disable() local
208 struct platform_device *pdev = to_platform_device(dev->parent); in otg_timer() local
262 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_try_idle() local
302 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_interrupt() local
417 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_init() local
485 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_exit() local
534 struct platform_device *pdev = to_platform_device(dev); in dsps_create_musb_pdev() local
613 static int __devinit dsps_probe(struct platform_device *pdev) in dsps_probe()
676 static int __devexit dsps_remove(struct platform_device *pdev) in dsps_remove()
A Dam35x.c507 static int __devinit am35x_probe(struct platform_device *pdev) in am35x_probe()
612 static int __devexit am35x_remove(struct platform_device *pdev) in am35x_remove()
A Dmusb_core.c1021 static void musb_shutdown(struct platform_device *pdev) in musb_shutdown()
2182 static int __devinit musb_probe(struct platform_device *pdev) in musb_probe()
2211 static int __devexit musb_remove(struct platform_device *pdev) in musb_remove()
/u-boot/arch/x86/cpu/intel_common/
A Dfast_spi.c46 int fast_spi_get_bios_mmap(pci_dev_t pdev, ulong *map_basep, uint *map_sizep, in fast_spi_get_bios_mmap()
60 int fast_spi_early_init(pci_dev_t pdev, ulong mmio_base) in fast_spi_early_init()
A Dp2sb.c54 pci_dev_t pdev = plat->bdf; in p2sb_early_init() local
/u-boot/drivers/usb/host/
A Dehci-pci.c70 static void ehci_pci_legacy_init(pci_dev_t pdev, struct ehci_hccr **ret_hccr, in ehci_pci_legacy_init()
102 pci_dev_t pdev; in ehci_hcd_init() local
/u-boot/arch/x86/cpu/
A Dqfw_cpu.c21 struct udevice *dev, *pdev; in qemu_cpu_fixup() local
/u-boot/drivers/reset/
A Dreset-mediatek.c82 int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs) in mediatek_reset_bind()
A Dreset-rockchip.c110 int rockchip_reset_bind(struct udevice *pdev, u32 reg_offset, u32 reg_number) in rockchip_reset_bind()
/u-boot/include/net/
A Ddsa.h155 dsa_port_get_pdata(struct udevice *pdev) in dsa_port_get_pdata()
/u-boot/drivers/pinctrl/broadcom/
A Dpinctrl-bcm283x.c125 struct udevice *pdev; in bcm283x_pinctl_probe() local
/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbcm6838_nand.c76 struct udevice *pdev = dev; in bcm6838_nand_probe() local
A Dbcm63158_nand.c78 struct udevice *pdev = dev; in bcm63158_nand_probe() local
A Dbcm68360_nand.c77 struct udevice *pdev = dev; in bcm68360_nand_probe() local
A Dbcm6858_nand.c78 struct udevice *pdev = dev; in bcm6858_nand_probe() local
A Dbrcmnand.c186 struct platform_device *pdev; member
188 struct udevice *pdev; member
2237 struct platform_device *pdev = host->pdev; in brcmnand_init_cs() local
2239 struct udevice *pdev = host->pdev; in brcmnand_init_cs() local
2458 int brcmnand_probe(struct platform_device *pdev, struct brcmnand_soc *soc) in brcmnand_probe()
2728 int brcmnand_remove(struct platform_device *pdev) in brcmnand_remove()
2743 int brcmnand_remove(struct udevice *pdev) in brcmnand_remove()
/u-boot/drivers/pci/
A Dpci_sandbox.c84 u8 pdev, pfn, devfn; in sandbox_pci_probe() local
A Dpci_common.c104 void *pci_map_bar(pci_dev_t pdev, int bar, int flags) in pci_map_bar()
/u-boot/drivers/ata/
A Ddwc_ahsata.c517 static void dwc_ahsata_print_info(struct blk_desc *pdev) in dwc_ahsata_print_info()
752 struct blk_desc *pdev) in dwc_ahsata_scan_common()
848 static int ahci_init_one(int pdev) in ahci_init_one()
971 struct blk_desc *pdev = &sata_dev_desc[dev]; in scan_sata() local
A Dsata_sil3114.c630 static u8 sil_get_device_cache_line (pci_dev_t pdev) in sil_get_device_cache_line()
/u-boot/drivers/clk/altera/
A Dclk-arria10.c280 struct udevice *pdev; in socfpga_a10_clk_probe() local
/u-boot/drivers/video/
A Dati_radeon_fb.c552 pci_dev_t pdev; in radeon_probe() local
/u-boot/drivers/net/octeontx/
A Dnicvf_main.c470 struct udevice *pdev; in nicvf_probe_mdio_devices() local
/u-boot/drivers/clk/
A Dclk-uclass.c494 struct udevice *pdev; in clk_get_parent() local

Completed in 73 milliseconds

12