Lines Matching defs:data
18 * @data: data specific to the clock type
21 * of the clock is controlled by the clock_ops and data.
26 void *data;
35 * struct clk_regmap_gate_data - regmap backed gate specific data
53 return (struct clk_regmap_gate_data *)clk->data;
60 * struct clk_regmap_div_data - regmap backed adjustable divider specific data
81 return (struct clk_regmap_div_data *)clk->data;
88 * struct clk_regmap_mux_data - regmap backed multiplexer clock specific data
111 return (struct clk_regmap_mux_data *)clk->data;
119 .data = &(struct clk_regmap_gate_data){ \