Home
last modified time | relevance | path

Searched refs:cmod (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
A Dcodetag.c48 .cmod = NULL, in codetag_get_ct_iter()
58 return cmod->range.start < cmod->range.stop ? cmod->range.start : NULL; in get_first_module_ct()
86 if (!cmod) in codetag_next_ct()
91 if (!cmod) in codetag_next_ct()
94 if (cmod != iter->cmod) { in codetag_next_ct()
95 iter->cmod = cmod; in codetag_next_ct()
185 cmod = kmalloc(sizeof(*cmod), GFP_KERNEL); in codetag_module_init()
189 cmod->mod = mod; in codetag_module_init()
202 kfree(cmod); in codetag_module_init()
242 if (cmod->mod && cmod->mod == mod) { in codetag_unload_module()
[all …]
A Dalloc_tag.c153 struct codetag_module *cmod) in alloc_tag_module_unload() argument
162 if (iter.cmod != cmod) in alloc_tag_module_unload()
/linux/include/linux/
A Dcodetag.h37 struct codetag_module *cmod);
39 struct codetag_module *cmod);
44 struct codetag_module *cmod; member
/linux/drivers/pwm/
A Dpwm-imx-tpm.c182 u32 val, cmod, cur_prescale; in pwm_imx_tpm_apply_hw() local
197 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()
/linux/drivers/net/ethernet/amd/
A Damd8111e.c362 static int amd8111e_set_coalesce(struct net_device *dev, enum coal_mode cmod) in amd8111e_set_coalesce() argument
372 switch(cmod) in amd8111e_set_coalesce()

Completed in 11 milliseconds