Home
last modified time | relevance | path

Searched refs:sil164_read (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i2c/
Dsil164_drv.c117 sil164_read(struct i2c_client *client, uint8_t addr) in sil164_read() function
144 state[i] = sil164_read(client, i); in sil164_save_state()
159 uint8_t control0 = sil164_read(client, SIL164_CONTROL0); in sil164_set_power_state()
303 if (sil164_read(client, SIL164_DETECT) & SIL164_DETECT_HOTPLUG_STAT) in sil164_encoder_detect()
364 int vendor = sil164_read(client, SIL164_VENDOR_HI) << 8 | in sil164_probe()
365 sil164_read(client, SIL164_VENDOR_LO); in sil164_probe()
366 int device = sil164_read(client, SIL164_DEVICE_HI) << 8 | in sil164_probe()
367 sil164_read(client, SIL164_DEVICE_LO); in sil164_probe()
368 int rev = sil164_read(client, SIL164_REVISION); in sil164_probe()