Lines Matching refs:tco

1060 	struct hdspm_tco *tco;  /* NULL if no TCO detected */
2307 if (hdspm->tco) {
2332 if (hdspm->tco) {
2720 if (hdspm->tco) {
2739 if (hdspm->tco) {
2769 if (hdspm->tco) {
2853 if (hdspm->tco) {
2889 if (hdspm->tco) {
2918 if (hdspm->tco) {
3967 if (hdspm->tco) {
4074 if (hdspm->tco) {
4106 switch (hdspm->tco->input) {
4117 switch (hdspm->tco->framerate) {
4141 switch (hdspm->tco->wordclock) {
4152 switch (hdspm->tco->samplerate) {
4163 switch (hdspm->tco->pull) {
4180 if (1 == hdspm->tco->term) {
4205 /* TODO freq from app could be supported here, see tco->samplerate */
4216 ucontrol->value.enumerated.item[0] = hdspm->tco->samplerate;
4226 if (hdspm->tco->samplerate != ucontrol->value.enumerated.item[0]) {
4227 hdspm->tco->samplerate = ucontrol->value.enumerated.item[0];
4263 ucontrol->value.enumerated.item[0] = hdspm->tco->pull;
4273 if (hdspm->tco->pull != ucontrol->value.enumerated.item[0]) {
4274 hdspm->tco->pull = ucontrol->value.enumerated.item[0];
4308 ucontrol->value.enumerated.item[0] = hdspm->tco->wordclock;
4318 if (hdspm->tco->wordclock != ucontrol->value.enumerated.item[0]) {
4319 hdspm->tco->wordclock = ucontrol->value.enumerated.item[0];
4355 ucontrol->value.enumerated.item[0] = hdspm->tco->framerate;
4365 if (hdspm->tco->framerate != ucontrol->value.enumerated.item[0]) {
4366 hdspm->tco->framerate = ucontrol->value.enumerated.item[0];
4401 ucontrol->value.enumerated.item[0] = hdspm->tco->input;
4411 if (hdspm->tco->input != ucontrol->value.enumerated.item[0]) {
4412 hdspm->tco->input = ucontrol->value.enumerated.item[0];
4451 ucontrol->value.integer.value[0] = hdspm->tco->term;
4462 if (hdspm->tco->term != ucontrol->value.integer.value[0]) {
4463 hdspm->tco->term = ucontrol->value.integer.value[0];
4723 if (hdspm->tco) {
4724 /* add tco control elements */
6330 if (hdspm->tco)
6739 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL);
6740 if (hdspm->tco)
6745 hdspm->tco = NULL;
6753 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL);
6754 if (hdspm->tco)
6759 hdspm->tco = NULL;
6764 hdspm->tco = NULL;
6770 if (hdspm->tco) {
6782 if (hdspm->tco) {
6796 if (hdspm->tco) {
6806 if (hdspm->tco) {