Searched refs:ub960_data (Results 1 – 1 of 1) sorted by relevance
429 struct ub960_data *priv;485 struct ub960_data *priv;492 struct ub960_data { struct541 static inline struct ub960_data *sd_to_ub960(struct v4l2_subdev *sd) in sd_to_ub960() argument543 return container_of(sd, struct ub960_data, sd); in sd_to_ub960()546 static inline bool ub960_pad_is_sink(struct ub960_data *priv, u32 pad) in ub960_pad_is_sink()551 static inline bool ub960_pad_is_source(struct ub960_data *priv, u32 pad) in ub960_pad_is_source()556 static inline unsigned int ub960_pad_to_port(struct ub960_data *priv, u32 pad) in ub960_pad_to_port()599 static int ub960_read(struct ub960_data *priv, u8 reg, u8 *val) in ub960_read()622 static int ub960_write(struct ub960_data *priv, u8 reg, u8 val) in ub960_write()[all …]