Home
last modified time | relevance | path

Searched refs:rate_present (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk-composite-7ulp.c28 bool rate_present, bool gate_present, in imx7ulp_clk_hw_composite() argument
47 if (rate_present) { in imx7ulp_clk_hw_composite()
H A Dclk.h234 bool rate_present, bool gate_present,
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_police.c160 new->rate_present = true; in tcf_police_init()
166 new->rate_present = false; in tcf_police_init()
253 if (!p->rate_present) { in tcf_police_act()
332 if (p->rate_present) { in tcf_police_dump()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_police.h14 bool rate_present; member