Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/crypto/
H A Dap_bus.h171 #define to_ap_dev(x) container_of((x), struct ap_device, device) macro
H A Dap_bus.c569 id->dev_type == to_ap_dev(dev)->device_type) in ap_bus_match()
573 id->dev_type == to_ap_dev(dev)->device_type) in ap_bus_match()
590 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
873 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
928 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
H A Dap_card.c137 return sysfs_emit(buf, "ap:t%02X\n", to_ap_dev(dev)->device_type); in modalias_show()
H A Dvfio_ap_ops.c2317 struct ap_device *apdev = to_ap_dev(dev); in status_show()