Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c514 #define is_card_dev(x) ((x)->parent == ap_root_device) macro
534 if (is_card_dev(dev) && in ap_bus_match()
606 if (is_card_dev(dev)) in __ap_card_devices_unregister()
783 if (is_card_dev(dev)) in ap_device_probe()
795 if (is_card_dev(dev)) in ap_device_probe()
816 if (is_card_dev(dev)) in ap_device_remove()
1321 return is_card_dev(dev) && to_ap_card(dev)->id == (int)(long) data; in __match_card_device_with_id()