Home
last modified time | relevance | path

Searched refs:host_init (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dhost.fuc26 process(PROC_HOST, #host_init, #host_recv)
134 host_init:
/linux/drivers/pci/controller/plda/
H A Dpcie-plda.h160 int (*host_init)(struct plda_pcie_rp *pcie); member
H A Dpcie-plda-host.c597 if (port->host_ops && port->host_ops->host_init) { in plda_pcie_host_init()
598 ret = port->host_ops->host_init(port); in plda_pcie_host_init()
H A Dpcie-starfive.c380 .host_init = starfive_pcie_host_init,