Lines Matching refs:ap_dev

655 	const struct ap_device *ap_dev = to_ap_dev(dev);  in ap_uevent()  local
662 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
665 rc = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type); in ap_uevent()
669 rc = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type); in ap_uevent()
683 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
716 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent() argument
723 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_config_uevent()
727 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent() argument
734 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_online_uevent()
938 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe() local
976 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()
993 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove() local
1002 ap_drv->remove(ap_dev); in ap_device_remove()
1025 get_device(&aq->ap_dev.device); in ap_get_qdev()
1879 device_unregister(&ac->ap_dev.device); in ap_scan_rm_card_dev_and_queue_devs()
1942 dev = &aq->ap_dev.device; in ap_scan_domains()
1944 dev->parent = &ac->ap_dev.device; in ap_scan_domains()
2008 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
2020 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
2141 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
2146 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
2167 dev = &ac->ap_dev.device; in ap_scan_adapter()
2203 put_device(&ac->ap_dev.device); in ap_scan_adapter()