Searched refs:read_mode (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/power/acpi/tools/ec/ |
D | ec_access.c | 29 static int read_mode = -1; variable 61 if (read_mode != -1) in parse_opts() 63 read_mode = 1; in parse_opts() 66 if (read_mode != -1 && read_mode != 1) in parse_opts() 77 if (read_mode != -1) in parse_opts() 79 read_mode = 1; in parse_opts() 83 if (read_mode != -1) in parse_opts() 85 read_mode = 0; in parse_opts() 98 if (read_mode == 0) { in parse_opts() 113 if (read_mode == 1 && read_byte_offset != -1) { in parse_opts() [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | mt9m111.c | 151 u16 read_mode; member 163 .read_mode = MT9M111_READ_MODE_A, 175 .read_mode = MT9M111_READ_MODE_B, 786 ret = mt9m111_reg_set(client, mt9m111->ctx->read_mode, mask); in mt9m111_set_flip() 788 ret = mt9m111_reg_clear(client, mt9m111->ctx->read_mode, mask); in mt9m111_set_flip() 937 mt9m111_reg_mask(client, mt9m111->ctx->read_mode, in mt9m111_restore_state()
|
D | mt9m114.c | 796 u64 read_mode; in mt9m114_configure() local 808 &read_mode, NULL); in mt9m114_configure() 837 read_mode &= ~(MT9M114_CAM_SENSOR_CONTROL_X_READ_OUT_MASK | in mt9m114_configure() 841 read_mode |= MT9M114_CAM_SENSOR_CONTROL_X_READ_OUT_SUMMING; in mt9m114_configure() 843 read_mode |= MT9M114_CAM_SENSOR_CONTROL_Y_READ_OUT_SUMMING; in mt9m114_configure() 846 read_mode, &ret); in mt9m114_configure()
|