Home
last modified time | relevance | path

Searched refs:host_pdev (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/bcma/
Dmain.c233 if (bus->host_pdev) in bcma_core_irq()
234 return bcma_of_get_irq(bus->host_pdev, core, num); in bcma_core_irq()
258 if (bus->host_pdev) { in bcma_prepare_core()
259 core->dma_dev = &bus->host_pdev->dev; in bcma_prepare_core()
260 core->dev.parent = &bus->host_pdev->dev; in bcma_prepare_core()
261 bcma_of_fill_device(bus->host_pdev, core); in bcma_prepare_core()
Dhost_soc.c182 bus->host_pdev = NULL; in bcma_host_soc_register()
224 bus->host_pdev = pdev; in bcma_host_soc_probe()
/linux-4.1.27/include/linux/bcma/
Dbcma.h328 struct platform_device *host_pdev; member