Searched refs:type_match (Results 1 – 4 of 4) sorted by relevance
1411 bool cid_match, mod_match, type_match; in dpll_pin_find() local1420 type_match = type ? prop->type == type : true; in dpll_pin_find()1430 if (cid_match && mod_match && type_match && board_match && in dpll_pin_find()1614 bool cid_match, mod_match, type_match; in dpll_device_find() local1622 type_match = type ? dpll->type == type : true; in dpll_device_find()1623 if (cid_match && mod_match && type_match) { in dpll_device_find()
3340 reg_fcfi->rq_cfg[i].type_match = rq_cfg[i].type_match; in sli_cmd_reg_fcfi()3369 reg_fcfi_mrq->rq_cfg[i].type_match = rq_cfg[i].type_match; in sli_cmd_reg_fcfi_mrq()
2437 u8 type_match; member2493 u8 type_match; member
737 rq_cfg[i].type_match = (u8)(hw->config.filter_def[i] >> 24); in efct_hw_config_rq()793 rq_filter[i].type_match = (u8)(hw->config.filter_def[i] >> 8); in efct_hw_config_mrq()
Completed in 45 milliseconds