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