Searched refs:ch7006_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
H A D | ch7006_priv.h | 123 uint8_t ch7006_read(struct i2c_client *client, uint8_t addr); 169 #define ch7006_save_reg(client, state, reg) state->regs[reg] = ch7006_read(client, reg)
|
H A D | ch7006_drv.c | 199 det = ch7006_read(client, CH7006_DETECT); in ch7006_encoder_detect() 464 priv->chip_version = ch7006_read(client, CH7006_VERSION_ID); in ch7006_encoder_init()
|
H A D | ch7006_mode.c | 379 uint8_t ch7006_read(struct i2c_client *client, uint8_t addr) in ch7006_read() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/ |
H A D | ch7006_priv.h | 122 uint8_t ch7006_read(struct i2c_client *client, uint8_t addr); 168 #define ch7006_save_reg(client, state, reg) state->regs[reg] = ch7006_read(client, reg)
|
H A D | ch7006_drv.c | 201 det = ch7006_read(client, CH7006_DETECT); in ch7006_encoder_detect() 464 priv->chip_version = ch7006_read(client, CH7006_VERSION_ID); in ch7006_encoder_init()
|
H A D | ch7006_mode.c | 379 uint8_t ch7006_read(struct i2c_client *client, uint8_t addr) in ch7006_read() function
|
Completed in 5 milliseconds