Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-csiphy.h45 struct csiphy_device;
55 void (*hw_version_read)(struct csiphy_device *csiphy,
57 void (*reset)(struct csiphy_device *csiphy);
58 void (*lanes_enable)(struct csiphy_device *csiphy,
61 void (*lanes_disable)(struct csiphy_device *csiphy,
66 struct csiphy_device { struct
89 struct csiphy_device *csiphy, argument
92 int msm_csiphy_register_entity(struct csiphy_device *csiphy,
95 void msm_csiphy_unregister_entity(struct csiphy_device *csiphy);
Dcamss-csiphy.c127 static int csiphy_set_clock_rates(struct csiphy_device *csiphy) in csiphy_set_clock_rates()
195 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_set_power()
242 static int csiphy_stream_on(struct csiphy_device *csiphy) in csiphy_stream_on()
286 static void csiphy_stream_off(struct csiphy_device *csiphy) in csiphy_stream_off()
301 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_set_stream()
322 __csiphy_get_format(struct csiphy_device *csiphy, in __csiphy_get_format()
342 static void csiphy_try_format(struct csiphy_device *csiphy, in csiphy_try_format()
392 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_enum_mbus_code()
425 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_enum_frame_size()
463 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_get_format()
[all …]
Dcamss-csiphy-2ph-1-0.c43 static void csiphy_hw_version_read(struct csiphy_device *csiphy, in csiphy_hw_version_read()
56 static void csiphy_reset(struct csiphy_device *csiphy) in csiphy_reset()
97 static void csiphy_lanes_enable(struct csiphy_device *csiphy, in csiphy_lanes_enable()
137 static void csiphy_lanes_disable(struct csiphy_device *csiphy, in csiphy_lanes_disable()
166 struct csiphy_device *csiphy = dev; in csiphy_isr()
Dcamss-csiphy-3ph-1-0.c266 static void csiphy_hw_version_read(struct csiphy_device *csiphy, in csiphy_hw_version_read()
290 static void csiphy_reset(struct csiphy_device *csiphy) in csiphy_reset()
299 struct csiphy_device *csiphy = dev; in csiphy_isr()
353 static void csiphy_gen1_config_lanes(struct csiphy_device *csiphy, in csiphy_gen1_config_lanes()
415 static void csiphy_gen2_config_lanes(struct csiphy_device *csiphy, in csiphy_gen2_config_lanes()
465 static void csiphy_lanes_enable(struct csiphy_device *csiphy, in csiphy_lanes_enable()
503 static void csiphy_lanes_disable(struct csiphy_device *csiphy, in csiphy_lanes_disable()
Dcamss.h97 struct csiphy_device *csiphy;
Dcamss.c1392 struct csiphy_device *csiphy = &camss->csiphy[id]; in camss_subdev_notifier_bound()
1410 struct csiphy_device *csiphy = in camss_subdev_notifier_complete()
1411 (struct csiphy_device *) sd->host_priv; in camss_subdev_notifier_complete()
Dcamss-csid.c739 struct csiphy_device *csiphy; in csid_link_setup()