Searched refs:no_power (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dadv7604.c1272 static inline bool no_power(struct v4l2_subdev *sd) function
1323 ret = no_power(sd);
1356 *status |= no_power(sd) ? V4L2_IN_ST_NO_POWER : 0;
2561 v4l2_info(sd, "Chip power: %s\n", no_power(sd) ? "off" : "on");
H A Dadv7842.c1349 static inline bool no_power(struct v4l2_subdev *sd) function
2640 v4l2_info(sd, "Chip powered %s\n", no_power(sd) ? "off" : "on");
2717 v4l2_info(sd, "Chip power: %s\n", no_power(sd) ? "off" : "on");

Completed in 147 milliseconds