Lines Matching refs:ap_domain_index
64 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
65 module_param_named(domain, ap_domain_index, int, S_IRUSR|S_IRGRP);
67 EXPORT_SYMBOL(ap_domain_index);
1279 ap_domain_index = -1; in ap_bus_resume()
1424 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1569 if (ap_domain_index >= 0) in ap_select_domain()
1592 ap_domain_index = best_domain; in ap_select_domain()
1624 qid = AP_MKQID(i, ap_domain_index); in ap_scan_bus()
1711 if (ap_domain_index == -1 || !ap_test_config_domain(ap_domain_index)) in ap_reset_domain()
1714 ap_reset_queue(AP_MKQID(i, ap_domain_index)); in ap_reset_domain()
1758 if (ap_domain_index < -1 || ap_domain_index > max_domain_id) { in ap_module_init()
1760 ap_domain_index); in ap_module_init()
1766 if (ap_domain_index >= 0) in ap_module_init()