Searched refs:cmod (Results 1 – 3 of 3) sorted by relevance
48 .cmod = NULL, in codetag_get_ct_iter()56 static inline struct codetag *get_first_module_ct(struct codetag_module *cmod) in get_first_module_ct() argument58 return cmod->range.start < cmod->range.stop ? cmod->range.start : NULL; in get_first_module_ct()67 return res < iter->cmod->range.stop ? res : NULL; in get_next_module_ct()73 struct codetag_module *cmod; in codetag_next_ct() local83 cmod = idr_find(&cttype->mod_idr, iter->mod_id); in codetag_next_ct()86 if (!cmod) in codetag_next_ct()87 cmod = idr_get_next_ul(&cttype->mod_idr, in codetag_next_ct()91 if (!cmod) in codetag_next_ct()94 if (cmod != iter->cmod) { in codetag_next_ct()[all …]
182 u32 val, cmod, cur_prescale; in pwm_imx_tpm_apply_hw() local197 cmod = FIELD_GET(PWM_IMX_TPM_SC_CMOD, val); in pwm_imx_tpm_apply_hw()199 if (cmod && cur_prescale != p->prescale) in pwm_imx_tpm_apply_hw()
362 static int amd8111e_set_coalesce(struct net_device *dev, enum coal_mode cmod) in amd8111e_set_coalesce() argument372 switch(cmod) in amd8111e_set_coalesce()