Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dap_bus.c72 static struct device *ap_root_device; variable
570 #define is_card_dev(x) ((x)->parent == ap_root_device)
571 #define is_queue_dev(x) ((x)->parent != ap_root_device)
616 if (dev == ap_root_device) in ap_uevent()
661 kobject_uevent_env(&ap_root_device->kobj, KOBJ_CHANGE, envp); in ap_send_init_scan_done_uevent()
671 kobject_uevent_env(&ap_root_device->kobj, KOBJ_CHANGE, envp); in ap_send_bindings_complete_uevent()
711 kobject_uevent_env(&ap_root_device->kobj, KOBJ_CHANGE, envp); in ap_send_mask_changed_uevent()
2022 dev->parent = ap_root_device; in ap_scan_adapter()
2213 ap_root_device = root_device_register("ap"); in ap_module_init()
2214 rc = PTR_ERR_OR_ZERO(ap_root_device); in ap_module_init()
[all …]