Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/mvebu/
Dcommon.c194 int num_gates; member
209 for (n = 0; n < ctrl->num_gates; n++) { in clk_gating_get_src()
270 ctrl->num_gates = n; in mvebu_clk_gating_setup()
271 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup()
276 for (n = 0; n < ctrl->num_gates; n++) { in mvebu_clk_gating_setup()
/linux-6.1.9/net/mac80211/
Dmesh_pathtbl.c313 mpath->sdata->u.mesh.num_gates++; in mesh_path_add_gate()
323 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate()
344 mpath->sdata->u.mesh.num_gates--; in mesh_gate_del()
349 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del()
358 return sdata->u.mesh.num_gates; in mesh_gate_num()
Dmesh.c261 bool is_connected_to_gate = ifmsh->num_gates > 0 || in mesh_add_meshconf_ie()
Dieee80211_i.h700 int num_gates; member
/linux-6.1.9/drivers/clk/mediatek/
Dclk-mt8365.c903 unsigned int num_gates) in clk_mt8365_register_mtk_simple_gates() argument
907 for (i = 0; i != num_gates; ++i) { in clk_mt8365_register_mtk_simple_gates()