Lines Matching defs:func
1226 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func)
1248 apinfo.mode = (func >> 26) & 0x07;
1315 unsigned int func;
1342 if (!ap_queue_info(qid, &type, &func, &depth, &decfg)) {
1436 unsigned int func;
1468 if (ap_queue_info(qid, &type, &func, &depth, &decfg))
1507 } else if (ac->functions != func) {
1530 comp_type = ap_get_compatible_type(qid, type, func);
1536 ac = ap_card_create(ap, depth, type, comp_type, func);
1558 AP_DBF_INFO("%s(%d) new (decfg) card device type=%d func=0x%08x created\n",
1559 __func__, ap, type, func);
1561 AP_DBF_INFO("%s(%d) new card device type=%d func=0x%08x created\n",
1562 __func__, ap, type, func);