to_ap_dev
struct ap_device *ap_dev = to_ap_dev(dev);
id->dev_type == to_ap_dev(dev)->device_type)
id->dev_type == to_ap_dev(dev)->device_type)
const struct ap_device *ap_dev = to_ap_dev(dev);
struct ap_device *ap_dev = to_ap_dev(dev);
return sysfs_emit(buf, "ap:t%02X\n", to_ap_dev(dev)->device_type);
struct ap_device *apdev = to_ap_dev(dev);