Lines Matching refs:byte
60 u8 byte; in tda9840_status() local
62 rc = i2c_master_recv(client, &byte, 1); in tda9840_status()
71 if (byte & 0x80) { in tda9840_status()
77 v4l2_dbg(1, debug, sd, "TDA9840_DETECT: byte: 0x%02x\n", byte); in tda9840_status()
78 return byte & 0x60; in tda9840_status()
84 int byte; in tda9840_s_tuner() local
91 byte = TDA9840_SET_MONO; in tda9840_s_tuner()
93 byte = (t->audmode == V4L2_TUNER_MODE_MONO) ? in tda9840_s_tuner()
98 byte = TDA9840_SET_BOTH; in tda9840_s_tuner()
101 byte = TDA9840_SET_LANG2; in tda9840_s_tuner()
104 byte = TDA9840_SET_LANG1; in tda9840_s_tuner()
108 v4l2_dbg(1, debug, sd, "TDA9840_SWITCH: 0x%02x\n", byte); in tda9840_s_tuner()
109 tda9840_write(sd, SWITCH, byte); in tda9840_s_tuner()