Home
last modified time | relevance | path

Searched refs:pdrv (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c259 struct pci_driver *pdrv; in linux_pci_find() local
271 list_for_each_entry(pdrv, &pci_drivers, node) { in linux_pci_find()
272 for (id = pdrv->id_table; id->vendor != 0; id++) { in linux_pci_find()
279 return (pdrv); in linux_pci_find()
440 struct pci_driver *pdrv; in linux_pci_probe() local
442 if ((pdrv = linux_pci_find(dev, &id)) == NULL) in linux_pci_probe()
444 if (device_get_driver(dev) != &pdrv->bsddriver) in linux_pci_probe()
446 device_set_desc(dev, pdrv->name); in linux_pci_probe()
449 if (pdrv->bsd_probe_return == 0) in linux_pci_probe()
452 return (pdrv->bsd_probe_return); in linux_pci_probe()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dplatform_device.h50 platform_driver_register(struct platform_driver *pdrv) in platform_driver_register() argument
66 platform_driver_probe(struct platform_driver *pdrv, in platform_driver_probe() argument
75 platform_driver_unregister(struct platform_driver *pdrv) in platform_driver_unregister() argument
H A Dpci.h328 struct pci_driver *pdrv; member
710 int linux_pci_register_driver(struct pci_driver *pdrv);
711 int linux_pci_register_drm_driver(struct pci_driver *pdrv);
712 void linux_pci_unregister_driver(struct pci_driver *pdrv);
713 void linux_pci_unregister_drm_driver(struct pci_driver *pdrv);
715 #define pci_register_driver(pdrv) linux_pci_register_driver(pdrv) argument
716 #define pci_unregister_driver(pdrv) linux_pci_unregister_driver(pdrv) argument
/freebsd/sys/cam/
H A Dcam_xpt.c154 typedef int xpt_pdrvfunc_t (struct periph_driver **pdrv, void *arg);
297 static int xptpdperiphtraverse(struct periph_driver **pdrv,
1956 xptplistpdrvfunc(struct periph_driver **pdrv, void *arg) in xptplistpdrvfunc() argument
1965 && (cdm->pos.cookie.pdrv == pdrv) in xptplistpdrvfunc()
1969 (*pdrv)->generation) { in xptplistpdrvfunc()
1980 return (xptpdperiphtraverse(pdrv, periph, xptplistperiphfunc, arg)); in xptplistpdrvfunc()
2014 struct periph_driver **pdrv; in xptplistperiphfunc() local
2016 pdrv = NULL; in xptplistperiphfunc()
2030 for (pdrv = periph_drivers; *pdrv != NULL; pdrv++) { in xptplistperiphfunc()
2031 if (strcmp((*pdrv)->driver_name, in xptplistperiphfunc()
[all …]
H A Dcam_ccb.h565 void *pdrv;
564 void *pdrv; global() member
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dac14xx.dts85 compatible = "ifm,ac14xx-fram", "linux,uio-pdrv-genirq";