cx24227.c | 48 static int cx24227_writereg(struct cx24227 *, uint8_t, uint16_t); 106 cx24227_writereg(struct cx24227 *sc, uint8_t reg, uint16_t data) function in typeref:typename:int 187 cx24227_writereg(sc, 0xf5, 0x0000); 188 cx24227_writereg(sc, 0xf5, 0x0001); 193 cx24227_writereg(sc, 0xf4, 0x0000); 197 cx24227_writereg(sc, 0xf4, 0x0001); 198 cx24227_writereg(sc, 0x85, 0x0110); 203 cx24227_writereg(sc, 0xf5, 0x0000); 204 cx24227_writereg(sc, 0xf5, 0x0001); 210 cx24227_writereg(sc, 0xf3, 0x0001) [all...] |