Lines Matching defs:hws
293 struct clk_hw *hws[MAX_MUX_CLK];
493 cfg->mmux->hws[cfg->mmux->nbr_clk++] = mux_hw;
716 if (clk_mmux->mmux->hws[n] != hw)
717 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp);
2024 struct clk_hw **hws;
2027 hws = clk_data->hws;
2038 hws[cfg->id] = hw;
2048 struct clk_hw **hws;
2063 clk_data = kzalloc(struct_size(clk_data, hws, max_binding),
2070 hws = clk_data->hws;
2073 hws[n] = ERR_PTR(-ENOENT);