Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/crypto/
Dap_bus.c560 id->dev_type == to_ap_dev(dev)->device_type) in ap_bus_match()
564 id->dev_type == to_ap_dev(dev)->device_type) in ap_bus_match()
580 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
681 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
732 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
Dap_bus.h161 #define to_ap_dev(x) container_of((x), struct ap_device, device) macro
Dap_card.c138 to_ap_dev(dev)->device_type); in modalias_show()