| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_coax_table.h | 47 unsigned char tx_sync_pos1[6]; //B3/4 0x0E/8E member 99 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 133 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 167 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 201 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 235 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 269 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 303 .tx_sync_pos1 = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 }, 337 .tx_sync_pos1 = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 }, 371 .tx_sync_pos1 = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 }, [all …]
|
| H A D | jaguar1_coax_protocol.h | 95 unsigned char tx_sync_pos1; //B3/4 0x0E/8E member
|
| H A D | jaguar1_coax_protocol.c | 222 …gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x0E + ((ch%2)*0x80), CoaxVal->tx_sync_pos1[dist… in coax_tx_init() 255 …gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x0E + ((ch%2)*0x80), CoaxVal->tx_sync_pos1[dist… in coax_tx_init() 273 printk("[drv]tx_sync_pos1: 3x0E>> 0x%02X\n", CoaxVal->tx_sync_pos1[distance] ); in coax_tx_init() 365 …gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x0E + ((ch%2)*0x80), CoaxVal->tx_sync_pos1[dist… in coax_tx_16bit_init() 382 printk("[drv]tx_sync_pos1: 3x0E>> 0x%02X\n", CoaxVal->tx_sync_pos1[distance] ); in coax_tx_16bit_init() 1435 coax_tx_mode->tx_sync_pos1 = gpio_i2c_read(jaguar1_i2c_addr[devnum], 0x0E +((ch%2)*0x80)); in coax_test_tx_init_read()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_table.h | 47 unsigned char tx_sync_pos1[6]; //B3/4 0x0E/8E member 100 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 134 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 168 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 202 .tx_sync_pos1 = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 }, 236 .tx_sync_pos1 = { 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 }, 270 .tx_sync_pos1 = { 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 }, 304 .tx_sync_pos1 = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 }, 338 .tx_sync_pos1 = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 }, 371 .tx_sync_pos1 = { 0x04, 0x00, 0x00, 0x00, 0x00, 0x00 }, [all …]
|
| H A D | nvp6158_coax_protocol.h | 86 unsigned char tx_sync_pos1; //B3/4 0x0E/8E member
|
| H A D | nvp6158_coax_protocol.c | 193 …gpio_i2c_write(nvp6158_iic_addr[devnum], 0x0E + ((ch % 2) * 0x80), CoaxVal->tx_sync_pos1[distance]… in nvp6158_coax_tx_init() 210 printk("[drv]tx_sync_pos1: 3x0E>> 0x%02X\n", CoaxVal->tx_sync_pos1[distance] ); in nvp6158_coax_tx_init() 278 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x0E + ((ch%2)*0x80), CoaxVal->tx_sync_pos1[distance]); in nvp6158_coax_tx_16bit_init() 295 printk("[drv]tx_sync_pos1: 3x0E>> 0x%02X\n", CoaxVal->tx_sync_pos1[distance] ); in nvp6158_coax_tx_16bit_init() 1363 coax_tx_mode->tx_sync_pos1 = gpio_i2c_read(nvp6158_iic_addr[devnum], 0x0E +((ch%2)*0x80)); in nvp6158_coax_test_tx_init_read()
|