Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/mvebu/
Dcommon.c196 int num_gates; member
211 for (n = 0; n < ctrl->num_gates; n++) { in clk_gating_get_src()
272 ctrl->num_gates = n; in mvebu_clk_gating_setup()
273 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup()
278 for (n = 0; n < ctrl->num_gates; n++) { in mvebu_clk_gating_setup()
/Linux-v4.19/net/mac80211/
Dmesh_pathtbl.c333 mpath->sdata->u.mesh.num_gates++; in mesh_path_add_gate()
343 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate()
364 mpath->sdata->u.mesh.num_gates--; in mesh_gate_del()
369 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del()
378 return sdata->u.mesh.num_gates; in mesh_gate_num()
Dieee80211_i.h683 int num_gates; member