Searched refs:ovrd (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | ap_bus.c | 862 int rc, card, queue, devres, drvres, ovrd; in __ap_revise_reserved() local 871 ovrd = device_match_driver_override(dev, &ap_drv->driver); in __ap_revise_reserved() 872 if (ovrd > 0) { in __ap_revise_reserved() 874 } else if (ovrd == 0) { in __ap_revise_reserved() 979 int card, queue, devres, drvres, rc = -ENODEV, ovrd; in ap_device_probe() local 993 ovrd = device_match_driver_override(dev, &ap_drv->driver); in ap_device_probe() 994 if (ovrd > 0) { in ap_device_probe() 996 } else if (ovrd == 0) { in ap_device_probe()
|