Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_pathtbl.c321 mpath->sdata->u.mesh.num_gates++; in mesh_path_add_gate()
331 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate()
352 mpath->sdata->u.mesh.num_gates--; in mesh_gate_del()
357 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del()
366 return sdata->u.mesh.num_gates; in mesh_gate_num()
Dmesh.c260 bool is_connected_to_gate = ifmsh->num_gates > 0 || in mesh_add_meshconf_ie()
Dieee80211_i.h689 int num_gates; member