Lines Matching refs:ap_dev

599 	struct ap_device *ap_dev = to_ap_dev(dev);  in ap_uevent()  local
606 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
609 rc = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type); in ap_uevent()
613 rc = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type); in ap_uevent()
627 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
660 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent() argument
667 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_config_uevent()
671 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent() argument
678 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_online_uevent()
845 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe() local
877 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()
895 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove() local
904 ap_drv->remove(ap_dev); in ap_device_remove()
927 get_device(&aq->ap_dev.device); in ap_get_qdev()
1507 device_unregister(&ac->ap_dev.device); in ap_scan_rm_card_dev_and_queue_devs()
1558 aq = ap_queue_create(qid, ac->ap_dev.device_type); in ap_scan_domains()
1566 dev = &aq->ap_dev.device; in ap_scan_domains()
1568 dev->parent = &ac->ap_dev.device; in ap_scan_domains()
1599 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
1614 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
1725 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
1731 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
1751 dev = &ac->ap_dev.device; in ap_scan_adapter()
1783 put_device(&ac->ap_dev.device); in ap_scan_adapter()