Searched refs:mod_match (Results 1 – 2 of 2) sorted by relevance
1620 bool cid_match, mod_match, type_match; in dpll_pin_find() local1626 mod_match = mod_name_attr && module_name(pin->module) ? in dpll_pin_find()1639 if (cid_match && mod_match && type_match && board_match && in dpll_pin_find()1825 bool cid_match, mod_match, type_match; in dpll_device_find() local1830 mod_match = mod_name_attr ? (module_name(dpll->module) ? in dpll_device_find()1834 if (cid_match && mod_match && type_match) { in dpll_device_find()
4952 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; in match_records() local4983 if (ftrace_match_record(rec, &func_g, mod_match, exclude_mod)) { in match_records()