Lines Matching defs:apm
314 return ap_test_config(ap_qci_info->apm, id);
831 devres = test_bit_inv(card, ap_perms.apm) &&
872 if (test_bit_inv(card, ap_perms.apm) &&
884 * @apm: a bitmap specifying a set of APIDs comprising the APQNs to check
892 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm,
898 if (test_bit_inv(card, apm) &&
899 test_bit_inv(card, ap_perms.apm))
928 devres = test_bit_inv(card, ap_perms.apm) &&
1244 ap_qci_info->apm[0], ap_qci_info->apm[1],
1245 ap_qci_info->apm[2], ap_qci_info->apm[3],
1246 ap_qci_info->apm[4], ap_qci_info->apm[5],
1247 ap_qci_info->apm[6], ap_qci_info->apm[7]);
1359 ap_perms.apm[0], ap_perms.apm[1],
1360 ap_perms.apm[2], ap_perms.apm[3]);
1400 if (bitmap_andnot(reserved, newapm, ap_perms.apm, AP_DEVICES)) {
1407 memcpy(ap_perms.apm, newapm, APMASKSIZE);
1421 rc = ap_parse_bitmap_str(buf, ap_perms.apm, AP_DEVICES, newapm);
1425 changes = memcmp(ap_perms.apm, newapm, APMASKSIZE);
1472 rc = ap_drv->in_use(ap_perms.apm, newaqm);
1648 !test_bit_inv(card, ap_perms.apm))
2211 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm));
2214 /* apm kernel parameter string */
2216 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm));
2217 ap_parse_mask_str(apm_str, ap_perms.apm, AP_DEVICES,