Lines Matching refs:ap_dev
589 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent() local
596 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
599 rc = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type); in ap_uevent()
603 rc = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type); in ap_uevent()
617 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
650 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent() argument
657 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_config_uevent()
661 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent() argument
668 kobject_uevent_env(&ap_dev->device.kobj, KOBJ_CHANGE, envp); in ap_send_online_uevent()
872 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe() local
910 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()
927 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove() local
936 ap_drv->remove(ap_dev); in ap_device_remove()
959 get_device(&aq->ap_dev.device); in ap_get_qdev()
1813 device_unregister(&ac->ap_dev.device); in ap_scan_rm_card_dev_and_queue_devs()
1876 dev = &aq->ap_dev.device; in ap_scan_domains()
1878 dev->parent = &ac->ap_dev.device; in ap_scan_domains()
1942 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
1954 ap_send_config_uevent(&aq->ap_dev, aq->config); in ap_scan_domains()
2075 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
2080 ap_send_config_uevent(&ac->ap_dev, ac->config); in ap_scan_adapter()
2101 dev = &ac->ap_dev.device; in ap_scan_adapter()
2137 put_device(&ac->ap_dev.device); in ap_scan_adapter()