/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 467 struct platform_device *ppdev; in bcmgenet_mii_register() local 495 ppdev = platform_device_alloc(UNIMAC_MDIO_DRV_NAME, id); in bcmgenet_mii_register() 496 if (!ppdev) in bcmgenet_mii_register() 500 priv->mii_pdev = ppdev; in bcmgenet_mii_register() 501 ppdev->dev.parent = &pdev->dev; in bcmgenet_mii_register() 503 ppdev->dev.of_node = bcmgenet_mii_of_find_mdio(priv); in bcmgenet_mii_register() 509 ret = platform_device_add_resources(ppdev, &res, 1); in bcmgenet_mii_register() 513 ret = platform_device_add_data(ppdev, &ppd, sizeof(ppd)); in bcmgenet_mii_register() 517 ret = platform_device_add(ppdev); in bcmgenet_mii_register() 523 platform_device_put(ppdev); in bcmgenet_mii_register()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-falcon.c | 436 struct platform_device *ppdev; in pinctrl_falcon_probe() local 448 ppdev = of_find_device_by_node(np); in pinctrl_falcon_probe() 449 if (!ppdev) { in pinctrl_falcon_probe() 454 falcon_info.clk[*bank] = clk_get(&ppdev->dev, NULL); in pinctrl_falcon_probe() 455 put_device(&ppdev->dev); in pinctrl_falcon_probe() 457 dev_err(&ppdev->dev, "failed to get clock\n"); in pinctrl_falcon_probe()
|
/openbmc/linux/drivers/pci/ |
H A D | of.c | 428 struct pci_dev *ppdev; in of_irq_parse_pci() local 465 ppdev = pdev->bus->self; in of_irq_parse_pci() 468 if (ppdev == NULL) { in of_irq_parse_pci() 478 ppnode = pci_device_to_OF_node(ppdev); in of_irq_parse_pci() 501 pdev = ppdev; in of_irq_parse_pci()
|
/openbmc/linux/drivers/soc/ti/ |
H A D | pruss.c | 60 struct platform_device *ppdev; in pruss_get() local 71 ppdev = to_platform_device(dev->parent->parent); in pruss_get() 72 pruss = platform_get_drvdata(ppdev); in pruss_get()
|
/openbmc/linux/drivers/char/ |
H A D | Makefile | 28 obj-$(CONFIG_PPDEV) += ppdev.o
|
H A D | Kconfig | 92 module will be called ppdev.
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 1003 struct pcan_usb_fd_device *ppdev = in pcan_usb_fd_init() local 1007 pdev->usb_if = ppdev->usb_if; in pcan_usb_fd_init() 1008 pdev->cmd_buffer_addr = ppdev->cmd_buffer_addr; in pcan_usb_fd_init() 1011 dev->can.ctrlmode = ppdev->dev.can.ctrlmode; in pcan_usb_fd_init() 1012 dev->can.ctrlmode_supported = ppdev->dev.can.ctrlmode_supported; in pcan_usb_fd_init()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 2728 struct platform_device *ppdev; in mv643xx_eth_shared_of_add_port() local 2781 ppdev = platform_device_alloc(MV643XX_ETH_NAME, dev_num); in mv643xx_eth_shared_of_add_port() 2782 if (!ppdev) { in mv643xx_eth_shared_of_add_port() 2786 ppdev->dev.coherent_dma_mask = DMA_BIT_MASK(32); in mv643xx_eth_shared_of_add_port() 2787 ppdev->dev.of_node = pnp; in mv643xx_eth_shared_of_add_port() 2789 ret = platform_device_add_resources(ppdev, &res, 1); in mv643xx_eth_shared_of_add_port() 2793 ret = platform_device_add_data(ppdev, &ppd, sizeof(ppd)); in mv643xx_eth_shared_of_add_port() 2797 ret = platform_device_add(ppdev); in mv643xx_eth_shared_of_add_port() 2801 port_platdev[dev_num] = ppdev; in mv643xx_eth_shared_of_add_port() 2806 platform_device_put(ppdev); in mv643xx_eth_shared_of_add_port()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 118 struct physdev_pci_device ppdev = { in pcistub_device_release() local 124 &ppdev); in pcistub_device_release() 403 struct physdev_pci_device ppdev = { in pcistub_init_device() local 409 err = HYPERVISOR_physdev_op(PHYSDEVOP_prepare_msix, &ppdev); in pcistub_init_device()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | pru_rproc.c | 992 struct platform_device *ppdev = to_platform_device(dev->parent); in pru_rproc_probe() local 1038 pru->pruss = platform_get_drvdata(ppdev); in pru_rproc_probe()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | eeh.c | 1270 struct pci_dev **ppdev = data; in dev_has_iommu_table() local 1276 *ppdev = pdev; in dev_has_iommu_table()
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 277 'p' 80-9F linux/ppdev.h user-space parport
|
/openbmc/linux/ |
H A D | CREDITS | 260 D: Various parport/ppdev hacks and fixes
|
H A D | MAINTAINERS | 16232 F: drivers/char/ppdev.c 16235 F: include/uapi/linux/ppdev.h
|
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 3856 -rw-r--r-- root root 3285 ./usr/include/linux/ppdev.h
|
H A D | buildhistory_filelist1.txt | 3855 -rw-r--r-- root root 3285 ./usr/include/linux/ppdev.h
|