Searched refs:sdp_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7842.c | 404 static inline int sdp_read(struct v4l2_subdev *sd, u8 reg) in sdp_read() function 420 return sdp_write(sd, reg, (sdp_read(sd, reg) & mask) | val); in sdp_write_and_or() 791 reg->val = sdp_read(sd, reg->reg & 0xff); in adv7842_g_register() 1275 if (!(sdp_read(sd, 0x5A) & 0x01)) in adv7842_g_input_status() 1892 if (!(sdp_read(sd, 0x5A) & 0x01)) in adv7842_g_mbus_fmt() 2186 uint8_t sdp_signal_detected = sdp_read(sd, 0x5A) & 0x01; in adv7842_sdp_log_status() 2193 (sdp_read(sd, 0x56) & 0x01) ? "on" : "off"); in adv7842_sdp_log_status() 2212 sdp_std_txt[sdp_read(sd, 0x52) & 0x0f]); in adv7842_sdp_log_status() 2214 (sdp_read(sd, 0x59) & 0x08) ? "50Hz" : "60Hz"); in adv7842_sdp_log_status() 2216 (sdp_read(sd, 0x57) & 0x08) ? "Interlaced" : "Progressive"); in adv7842_sdp_log_status() [all …]
|