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