Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c63 static struct device *ap_root_device; variable
531 #define is_card_dev(x) ((x)->parent == ap_root_device)
532 #define is_queue_dev(x) ((x)->parent != ap_root_device)
1504 ac->ap_dev.device.parent = ap_root_device; in _ap_scan_bus_adapter()
1668 ap_root_device = root_device_register("ap"); in ap_module_init()
1669 rc = PTR_ERR_OR_ZERO(ap_root_device); in ap_module_init()
1706 root_device_unregister(ap_root_device); in ap_module_init()