Home
last modified time | relevance | path

Searched refs:m_stop (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Dpll.c181 int m, m_start, m_stop; in dss_pll_hsdiv_calc_a() local
189 m_stop = min((unsigned)(clkdco / out_min), hw->mX_max); in dss_pll_hsdiv_calc_a()
191 for (m = m_start; m <= m_stop; ++m) { in dss_pll_hsdiv_calc_a()
211 int m, m_start, m_stop, m_inc; in dss_pll_calc_a() local
240 m_stop = min3((unsigned)(pll_max / fint / 2), in dss_pll_calc_a()
245 if (m_start > m_stop) in dss_pll_calc_a()
249 swap(m_start, m_stop); in dss_pll_calc_a()
253 for (m = m_start; m != m_stop; m += m_inc) { in dss_pll_calc_a()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Dpll.c126 int m, m_start, m_stop; in dss_pll_hsdiv_calc() local
134 m_stop = min((unsigned)(clkdco / out_min), hw->mX_max); in dss_pll_hsdiv_calc()
136 for (m = m_start; m <= m_stop; ++m) { in dss_pll_hsdiv_calc()
152 int m, m_start, m_stop; in dss_pll_calc() local
172 m_stop = min3((unsigned)(pll_max / fint / 2), in dss_pll_calc()
176 for (m = m_start; m <= m_stop; ++m) { in dss_pll_calc()
/linux-5.19.10/kernel/module/
Dprocfs.c60 static void m_stop(struct seq_file *m, void *p) in m_stop() function
109 .stop = m_stop,
/linux-5.19.10/fs/proc/
Dtask_nommu.c229 static void m_stop(struct seq_file *m, void *_vml) in m_stop() function
254 .stop = m_stop,
Dtask_mmu.c183 static void m_stop(struct seq_file *m, void *v) in m_stop() function
354 .stop = m_stop,
992 .stop = m_stop,
1986 .stop = m_stop,
/linux-5.19.10/kernel/
Duser_namespace.c700 static void m_stop(struct seq_file *seq, void *v) in m_stop() function
707 .stop = m_stop,
714 .stop = m_stop,
721 .stop = m_stop,
/linux-5.19.10/fs/
Dnamespace.c1383 static void m_stop(struct seq_file *m, void *v) in m_stop() function
1407 .stop = m_stop,