Lines Matching defs:clock_properties
161 struct mixart_clock_properties clock_properties;
183 memset(&clock_properties, 0, sizeof(clock_properties));
184 clock_properties.clock_generic_type = (rate != 0) ? CGT_INTERNAL_CLOCK : CGT_NO_CLOCK;
185 clock_properties.clock_mode = CM_STANDALONE;
186 clock_properties.frequency = rate;
187 clock_properties.nb_callers = 1; /* only one entry in uid_caller ! */
188 clock_properties.uid_caller = pipe->group_uid;
194 request.data = &clock_properties;
195 request.size = sizeof(clock_properties);