Searched refs:hw_fix (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 1316 int hw_fix = state->pvr150_workaround; in input_change() local 1320 cx25840_write(client, 0x808, hw_fix ? 0x2f : 0xf7); in input_change() 1323 cx25840_write(client, 0x808, hw_fix ? 0x3f : 0xf8); in input_change() 1326 cx25840_write(client, 0x808, hw_fix ? 0x1f : 0xf6); in input_change()
|
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 1316 int hw_fix = state->pvr150_workaround; in input_change() local 1320 cx25840_write(client, 0x808, hw_fix ? 0x2f : 0xf7); in input_change() 1323 cx25840_write(client, 0x808, hw_fix ? 0x3f : 0xf8); in input_change() 1326 cx25840_write(client, 0x808, hw_fix ? 0x1f : 0xf6); in input_change()
|
Completed in 13 milliseconds