Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/s390/crypto/
Dap_bus.c588 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match() local
595 for (id = ap_drv->ids; id->match_flags; id++) { in ap_bus_match()
902 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe() local
921 drvres = ap_drv->flags & AP_DRIVER_FLAG_DEFAULT; in ap_device_probe()
933 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()
953 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_remove() local
960 if (ap_drv->remove) in ap_device_remove()
961 ap_drv->remove(ap_dev); in ap_device_remove()
995 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register() argument
998 struct device_driver *drv = &ap_drv->driver; in ap_driver_register()
[all …]