Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/camss/
Dcamss-csiphy.h55 struct csiphy_device;
65 void (*hw_version_read)(struct csiphy_device *csiphy,
67 void (*reset)(struct csiphy_device *csiphy);
68 void (*lanes_enable)(struct csiphy_device *csiphy,
71 void (*lanes_disable)(struct csiphy_device *csiphy,
81 struct csiphy_device { struct
102 struct csiphy_device *csiphy, argument
105 int msm_csiphy_register_entity(struct csiphy_device *csiphy,
108 void msm_csiphy_unregister_entity(struct csiphy_device *csiphy);
Dcamss-csiphy.c137 static int csiphy_set_clock_rates(struct csiphy_device *csiphy) in csiphy_set_clock_rates()
205 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_set_power()
252 static int csiphy_stream_on(struct csiphy_device *csiphy) in csiphy_stream_on()
296 static void csiphy_stream_off(struct csiphy_device *csiphy) in csiphy_stream_off()
311 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_set_stream()
332 __csiphy_get_format(struct csiphy_device *csiphy, in __csiphy_get_format()
351 static void csiphy_try_format(struct csiphy_device *csiphy, in csiphy_try_format()
401 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_enum_mbus_code()
434 struct csiphy_device *csiphy = v4l2_get_subdevdata(sd); in csiphy_enum_frame_size()
472 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.c351 static void csiphy_hw_version_read(struct csiphy_device *csiphy, in csiphy_hw_version_read()
375 static void csiphy_reset(struct csiphy_device *csiphy) in csiphy_reset()
384 struct csiphy_device *csiphy = dev; in csiphy_isr()
438 static void csiphy_gen1_config_lanes(struct csiphy_device *csiphy, in csiphy_gen1_config_lanes()
500 static void csiphy_gen2_config_lanes(struct csiphy_device *csiphy, in csiphy_gen2_config_lanes()
570 static void csiphy_lanes_enable(struct csiphy_device *csiphy, in csiphy_lanes_enable()
606 static void csiphy_lanes_disable(struct csiphy_device *csiphy, in csiphy_lanes_disable()
Dcamss.h109 struct csiphy_device *csiphy;
Dcamss.c2027 struct csiphy_device *csiphy = &camss->csiphy[id]; in camss_subdev_notifier_bound()
2045 struct csiphy_device *csiphy = in camss_subdev_notifier_complete()
2046 (struct csiphy_device *) sd->host_priv; in camss_subdev_notifier_complete()
Dcamss-csid.c1185 struct csiphy_device *csiphy; in csid_link_setup()