Lines Matching defs:apm
257 return ap_test_config(ap_qci_info->apm, id);
610 devres = test_bit_inv(card, ap_perms.apm)
639 if (test_bit_inv(card, ap_perms.apm)
649 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm,
657 if (test_bit_inv(card, apm) &&
658 test_bit_inv(card, ap_perms.apm))
689 devres = test_bit_inv(card, ap_perms.apm)
997 ap_qci_info->apm[0], ap_qci_info->apm[1],
998 ap_qci_info->apm[2], ap_qci_info->apm[3],
999 ap_qci_info->apm[4], ap_qci_info->apm[5],
1000 ap_qci_info->apm[6], ap_qci_info->apm[7]);
1106 ap_perms.apm[0], ap_perms.apm[1],
1107 ap_perms.apm[2], ap_perms.apm[3]);
1118 rc = ap_parse_mask_str(buf, ap_perms.apm, AP_DEVICES, &ap_perms_mutex);
1201 !test_bit_inv(card, ap_perms.apm))
1624 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm));
1627 /* apm kernel parameter string */
1629 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm));
1630 ap_parse_mask_str(apm_str, ap_perms.apm, AP_DEVICES,