Searched refs:mod_match (Results 1 – 1 of 1) sorted by relevance
1411 bool cid_match, mod_match, type_match; in dpll_pin_find() local1417 mod_match = mod_name_attr && module_name(pin->module) ? 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() local1619 mod_match = mod_name_attr ? (module_name(dpll->module) ? in dpll_device_find()1623 if (cid_match && mod_match && type_match) { in dpll_device_find()
Completed in 9 milliseconds