Lines Matching refs:xtpg_device
91 struct xtpg_device { struct
113 static inline struct xtpg_device *to_tpg(struct v4l2_subdev *subdev) in to_tpg() argument
115 return container_of(subdev, struct xtpg_device, xvip.subdev); in to_tpg()
134 static void __xtpg_update_pattern_control(struct xtpg_device *xtpg, in __xtpg_update_pattern_control()
158 static void xtpg_update_pattern_control(struct xtpg_device *xtpg, in xtpg_update_pattern_control()
172 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_s_stream()
256 __xtpg_get_pad_format(struct xtpg_device *xtpg, in __xtpg_get_pad_format()
274 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_get_format()
285 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_set_format()
354 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_open()
375 struct xtpg_device *xtpg = container_of(ctrl->handler, in xtpg_s_ctrl()
376 struct xtpg_device, in xtpg_s_ctrl()
691 struct xtpg_device *xtpg = dev_get_drvdata(dev); in xtpg_pm_suspend()
700 struct xtpg_device *xtpg = dev_get_drvdata(dev); in xtpg_pm_resume()
711 static int xtpg_parse_of(struct xtpg_device *xtpg) in xtpg_parse_of()
771 struct xtpg_device *xtpg; in xtpg_probe()
897 struct xtpg_device *xtpg = platform_get_drvdata(pdev); in xtpg_remove()