Lines Matching refs:name
33 * @dev_name: name of the device to which this clock belongs.
34 * @alias: optional clock alias name to be assigned to this clock.
54 * @name: name of this fixed-rate clock.
55 * @parent_name: optional parent clock name.
61 char *name;
70 .name = cname, \
79 * @name: name of this fixed-factor clock.
80 * @parent_name: parent clock name.
87 char *name;
97 .name = cname, \
107 * @name: name of this mux clock.
118 const char *name;
131 .name = cname, \
150 * @name: name of this div clock.
151 * @parent_name: name of the parent clock.
159 const char *name;
172 .name = cname, \
194 * @name: name of this gate clock.
195 * @parent_name: name of the parent clock.
203 const char *name;
214 .name = cname, \
240 * @name: name of this pll clock.
241 * @parent_name: name of the parent clock.
249 const char *name;
262 .name = _name, \
312 /* name of the parent clock needed for CMU register access */