Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bcma/
Dmain.c236 if (bus->host_pdev) in bcma_core_irq()
237 return bcma_of_get_irq(bus->host_pdev, core, num); in bcma_core_irq()
261 if (bus->host_pdev) { in bcma_prepare_core()
262 core->dma_dev = &bus->host_pdev->dev; in bcma_prepare_core()
263 core->dev.parent = &bus->host_pdev->dev; in bcma_prepare_core()
264 bcma_of_fill_device(bus->host_pdev, core); in bcma_prepare_core()
283 if (bus->host_pdev) in bcma_bus_get_host_dev()
284 return &bus->host_pdev->dev; in bcma_bus_get_host_dev()
Dhost_soc.c182 bus->host_pdev = NULL; in bcma_host_soc_register()
224 bus->host_pdev = pdev; in bcma_host_soc_probe()
/linux-4.4.14/include/linux/bcma/
Dbcma.h339 struct platform_device *host_pdev; member