Searched defs:sii9234_readb (Results 1 - 1 of 1) sorted by relevance

/drivers/media/platform/s5p-tv/
H A Dsii9234_drv.c45 static inline int sii9234_readb(struct i2c_client *client, int addr) function
125 ret = sii9234_readb(client, 0x1b);
147 family = sii9234_readb(client, 0x1b);
148 rev = sii9234_readb(client, 0x1c) & 0x0f;
149 tpi_rev = sii9234_readb(client, 0x1d) & 0x7f;
152 hdcp = sii9234_readb(client, 0x30);

Completed in 55 milliseconds