Searched refs:clock_properties (Results 1 – 1 of 1) sorted by relevance
175 struct mixart_clock_properties clock_properties; in mixart_set_clock() local196 memset(&clock_properties, 0, sizeof(clock_properties)); in mixart_set_clock()197 clock_properties.clock_generic_type = (rate != 0) ? CGT_INTERNAL_CLOCK : CGT_NO_CLOCK; in mixart_set_clock()198 clock_properties.clock_mode = CM_STANDALONE; in mixart_set_clock()199 clock_properties.frequency = rate; in mixart_set_clock()200 clock_properties.nb_callers = 1; /* only one entry in uid_caller ! */ in mixart_set_clock()201 clock_properties.uid_caller[0] = pipe->group_uid; in mixart_set_clock()207 request.data = &clock_properties; in mixart_set_clock()208 request.size = sizeof(clock_properties); in mixart_set_clock()