Searched refs:sdp_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | adv7842.c | 459 static inline int sdp_read(struct v4l2_subdev *sd, u8 reg) in sdp_read() function 475 return sdp_write(sd, reg, (sdp_read(sd, reg) & mask) | val); in sdp_write_and_or() 904 reg->val = sdp_read(sd, reg->reg & 0xff); in adv7842_g_register() 1388 if (!(sdp_read(sd, 0x5A) & 0x01)) in adv7842_g_input_status() 2075 if (!(sdp_read(sd, 0x5a) & 0x01)) in adv7842_get_format() 2409 u8 sdp_signal_detected = sdp_read(sd, 0x5A) & 0x01; in adv7842_sdp_log_status() 2416 (sdp_read(sd, 0x56) & 0x01) ? "on" : "off"); in adv7842_sdp_log_status() 2435 sdp_std_txt[sdp_read(sd, 0x52) & 0x0f]); in adv7842_sdp_log_status() 2437 (sdp_read(sd, 0x59) & 0x08) ? "50Hz" : "60Hz"); in adv7842_sdp_log_status() 2439 (sdp_read(sd, 0x57) & 0x08) ? "Interlaced" : "Progressive"); in adv7842_sdp_log_status() [all …]
|