Lines Matching refs:xtpg_device
88 struct xtpg_device { struct
110 static inline struct xtpg_device *to_tpg(struct v4l2_subdev *subdev) in to_tpg() argument
112 return container_of(subdev, struct xtpg_device, xvip.subdev); in to_tpg()
131 static void __xtpg_update_pattern_control(struct xtpg_device *xtpg, in __xtpg_update_pattern_control()
155 static void xtpg_update_pattern_control(struct xtpg_device *xtpg, in xtpg_update_pattern_control()
169 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_s_stream()
253 __xtpg_get_pad_format(struct xtpg_device *xtpg, in __xtpg_get_pad_format()
271 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_get_format()
282 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_set_format()
351 struct xtpg_device *xtpg = to_tpg(subdev); in xtpg_open()
372 struct xtpg_device *xtpg = container_of(ctrl->handler, in xtpg_s_ctrl()
373 struct xtpg_device, in xtpg_s_ctrl()
688 struct xtpg_device *xtpg = dev_get_drvdata(dev); in xtpg_pm_suspend()
697 struct xtpg_device *xtpg = dev_get_drvdata(dev); in xtpg_pm_resume()
708 static int xtpg_parse_of(struct xtpg_device *xtpg) in xtpg_parse_of()
770 struct xtpg_device *xtpg; in xtpg_probe()
896 struct xtpg_device *xtpg = platform_get_drvdata(pdev); in xtpg_remove()