Lines Matching refs:byte
71 u8 byte; in tda9840_status() local
73 if (1 != i2c_master_recv(client, &byte, 1)) { in tda9840_status()
79 if (byte & 0x80) { in tda9840_status()
85 v4l2_dbg(1, debug, sd, "TDA9840_DETECT: byte: 0x%02x\n", byte); in tda9840_status()
86 return byte & 0x60; in tda9840_status()
92 int byte; in tda9840_s_tuner() local
99 byte = TDA9840_SET_MONO; in tda9840_s_tuner()
101 byte = (t->audmode == V4L2_TUNER_MODE_MONO) ? in tda9840_s_tuner()
106 byte = TDA9840_SET_BOTH; in tda9840_s_tuner()
109 byte = TDA9840_SET_LANG2; in tda9840_s_tuner()
112 byte = TDA9840_SET_LANG1; in tda9840_s_tuner()
116 v4l2_dbg(1, debug, sd, "TDA9840_SWITCH: 0x%02x\n", byte); in tda9840_s_tuner()
117 tda9840_write(sd, SWITCH, byte); in tda9840_s_tuner()