Searched refs:tda9950_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | tda9950.c | 98 static void tda9950_write(struct i2c_client *client, u8 addr, u8 val) in tda9950_write() function 228 tda9950_write(priv->client, REG_CCONR, attempts); in tda9950_cec_transmit() 288 tda9950_write(client, REG_CCR, CCR_RESET); in tda9950_open() 294 tda9950_write(client, REG_CCR, CCR_ON); in tda9950_open() 306 tda9950_write(client, REG_CCR, 0); in tda9950_release()
|