Lines Matching refs:ap_dev

613 	struct ap_device *ap_dev = to_ap_dev(dev);  in ap_uevent()  local
620 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
623 rc = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type); in ap_uevent()
627 rc = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type); in ap_uevent()
641 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
674 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent() argument
681 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_config_uevent()
685 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent() argument
692 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_online_uevent()
880 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe() local
912 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()
931 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove() local
940 ap_drv->remove(ap_dev); in ap_device_remove()
963 get_device(&aq->ap_dev.device); in ap_get_qdev()
1734 device_unregister(&ac->ap_dev.device); in ap_scan_rm_card_dev_and_queue_devs()
1785 aq = ap_queue_create(qid, ac->ap_dev.device_type); in ap_scan_domains()
1794 dev = &aq->ap_dev.device; in ap_scan_domains()
1796 dev->parent = &ac->ap_dev.device; in ap_scan_domains()
1857 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
1871 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
1994 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
1999 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
2020 dev = &ac->ap_dev.device; in ap_scan_adapter()
2056 put_device(&ac->ap_dev.device); in ap_scan_adapter()