Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dtda1997x.c381 static inline long io_read16(struct v4l2_subdev *sd, u16 reg) in io_read16() function
1111 hper = io_read16(sd, REG_H_PER); in tda1997x_detect_std()
1112 hsper = io_read16(sd, REG_HS_WIDTH); in tda1997x_detect_std()
1121 htot = io_read16(sd, REG_FMT_H_TOT); in tda1997x_detect_std()
1122 hact = io_read16(sd, REG_FMT_H_ACT); in tda1997x_detect_std()
1123 hfront = io_read16(sd, REG_FMT_H_FRONT); in tda1997x_detect_std()
1124 hsync = io_read16(sd, REG_FMT_H_SYNC); in tda1997x_detect_std()
1125 hback = io_read16(sd, REG_FMT_H_BACK); in tda1997x_detect_std()
1127 vtot = io_read16(sd, REG_FMT_V_TOT); in tda1997x_detect_std()
1128 vact = io_read16(sd, REG_FMT_V_ACT); in tda1997x_detect_std()
[all …]