Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c553 id->dev_type == to_ap_dev(dev)->device_type) in ap_bus_match()
557 id->dev_type == to_ap_dev(dev)->device_type) in ap_bus_match()
573 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
592 struct ap_device *ap_dev = to_ap_dev(dev); in ap_dev_suspend()
601 struct ap_device *ap_dev = to_ap_dev(dev); in ap_dev_resume()
776 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
827 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
Dap_card.c130 return sprintf(buf, "ap:t%02X\n", to_ap_dev(dev)->device_type); in modalias_show()
Dap_bus.h154 #define to_ap_dev(x) container_of((x), struct ap_device, device) macro