Lines Matching refs:tco
1061 struct hdspm_tco *tco; /* NULL if no TCO detected */
2309 if (hdspm->tco) {
2335 if (hdspm->tco) {
2725 if (hdspm->tco) {
2744 if (hdspm->tco) {
2774 if (hdspm->tco) {
2858 if (hdspm->tco) {
2894 if (hdspm->tco) {
2923 if (hdspm->tco) {
3976 if (hdspm->tco) {
4083 if (hdspm->tco) {
4115 switch (hdspm->tco->input) {
4126 switch (hdspm->tco->framerate) {
4150 switch (hdspm->tco->wordclock) {
4161 switch (hdspm->tco->samplerate) {
4172 switch (hdspm->tco->pull) {
4189 if (1 == hdspm->tco->term) {
4214 /* TODO freq from app could be supported here, see tco->samplerate */
4225 ucontrol->value.enumerated.item[0] = hdspm->tco->samplerate;
4235 if (hdspm->tco->samplerate != ucontrol->value.enumerated.item[0]) {
4236 hdspm->tco->samplerate = ucontrol->value.enumerated.item[0];
4272 ucontrol->value.enumerated.item[0] = hdspm->tco->pull;
4282 if (hdspm->tco->pull != ucontrol->value.enumerated.item[0]) {
4283 hdspm->tco->pull = ucontrol->value.enumerated.item[0];
4317 ucontrol->value.enumerated.item[0] = hdspm->tco->wordclock;
4327 if (hdspm->tco->wordclock != ucontrol->value.enumerated.item[0]) {
4328 hdspm->tco->wordclock = ucontrol->value.enumerated.item[0];
4364 ucontrol->value.enumerated.item[0] = hdspm->tco->framerate;
4374 if (hdspm->tco->framerate != ucontrol->value.enumerated.item[0]) {
4375 hdspm->tco->framerate = ucontrol->value.enumerated.item[0];
4410 ucontrol->value.enumerated.item[0] = hdspm->tco->input;
4420 if (hdspm->tco->input != ucontrol->value.enumerated.item[0]) {
4421 hdspm->tco->input = ucontrol->value.enumerated.item[0];
4460 ucontrol->value.integer.value[0] = hdspm->tco->term;
4471 if (hdspm->tco->term != ucontrol->value.integer.value[0]) {
4472 hdspm->tco->term = ucontrol->value.integer.value[0];
4732 if (hdspm->tco) {
4733 /* add tco control elements */
6344 if (hdspm->tco)
6762 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL);
6763 if (hdspm->tco)
6768 hdspm->tco = NULL;
6776 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL);
6777 if (hdspm->tco)
6782 hdspm->tco = NULL;
6787 hdspm->tco = NULL;
6793 if (hdspm->tco) {
6805 if (hdspm->tco) {
6819 if (hdspm->tco) {
6829 if (hdspm->tco) {