Home
last modified time | relevance | path

Searched refs:phy_ops (Results 1 – 25 of 38) sorted by relevance

12

/u-boot/drivers/video/
A Dsandbox_dsi_host.c22 const struct mipi_dsi_phy_ops *phy_ops; member
29 const struct mipi_dsi_phy_ops *phy_ops) in sandbox_dsi_host_init() argument
42 if (!phy_ops) in sandbox_dsi_host_init()
45 if (!phy_ops->init || !phy_ops->get_lane_mbps || in sandbox_dsi_host_init()
46 !phy_ops->post_set_mode) in sandbox_dsi_host_init()
50 priv->phy_ops = phy_ops; in sandbox_dsi_host_init()
63 priv->phy_ops->init(priv->device); in sandbox_dsi_host_enable()
64 ret = priv->phy_ops->get_lane_mbps(priv->device, priv->timings, 2, in sandbox_dsi_host_enable()
69 priv->phy_ops->post_set_mode(priv->device, MIPI_DSI_MODE_VIDEO); in sandbox_dsi_host_enable()
A Ddw_mipi_dsi.c468 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_set_mode() local
480 if (phy_ops->post_set_mode) in dw_mipi_dsi_set_mode()
488 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_init_pll() local
496 if (phy_ops->get_esc_clk_rate) in dw_mipi_dsi_init_pll()
580 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_command_mode_config() local
596 if (phy_ops->post_set_mode) in dw_mipi_dsi_command_mode_config()
660 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_dphy_timing_config() local
664 if (phy_ops->get_timing) in dw_mipi_dsi_dphy_timing_config()
746 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_bridge_set() local
792 if (!phy_ops->init || !phy_ops->get_lane_mbps) { in dw_mipi_dsi_init()
[all …]
A Ddsi-host-uclass.c16 const struct mipi_dsi_phy_ops *phy_ops) in dsi_host_init() argument
23 return ops->init(dev, device, timings, max_data_lanes, phy_ops); in dsi_host_init()
/u-boot/drivers/phy/
A Dphy-uclass.c13 static inline struct phy_ops *phy_dev_ops(struct udevice *dev) in phy_dev_ops()
15 return (struct phy_ops *)dev->driver->ops; in phy_dev_ops()
39 struct phy_ops *ops; in generic_phy_get_by_index_nodev()
119 struct phy_ops const *ops; in generic_phy_init()
137 struct phy_ops const *ops; in generic_phy_reset()
155 struct phy_ops const *ops; in generic_phy_exit()
173 struct phy_ops const *ops; in generic_phy_power_on()
191 struct phy_ops const *ops; in generic_phy_power_off()
209 struct phy_ops const *ops; in generic_phy_configure()
A Dphy-qcom-ipq4019-usb.c46 static struct phy_ops ipq4019_usb_ss_phy_ops = {
108 static struct phy_ops ipq4019_usb_hs_phy_ops = {
A Dphy-da8xx-usb.c55 static struct phy_ops da8xx_phy_ops = {
A Dnop-phy.c49 static struct phy_ops nop_phy_ops = {
A Dbcm6358-usbh-phy.c50 static struct phy_ops bcm6358_usbh_ops = {
A Dbcm6348-usbh-phy.c36 static struct phy_ops bcm6348_usbh_ops = {
A Dsandbox-phy.c95 static struct phy_ops sandbox_phy_ops = {
A Dmt7620-usb-phy.c93 static struct phy_ops mt7620_usb_phy_ops = {
A Dmsm8916-usbh-phy.c92 static struct phy_ops msm_phy_ops = {
A Dbcm6318-usbh-phy.c71 static struct phy_ops bcm6318_usbh_ops = {
A Dkeystone-usb-phy.c120 static struct phy_ops keystone_usb_phy_ops = {
A Dphy-bcm-sr-pcie.c135 static const struct phy_ops sr_pcie_phy_ops = {
A Dphy-rcar-gen3.c105 static const struct phy_ops rcar_gen3_phy_phy_ops = {
A Dsti_usb_phy.c100 struct phy_ops sti_usb_phy_ops = {
A Dbcm6368-usbh-phy.c73 static struct phy_ops bcm6368_usbh_ops = {
A Dphy-rcar-gen2.c142 static const struct phy_ops rcar_gen2_phy_phy_ops = {
A Dmeson-g12a-usb2.c155 struct phy_ops meson_g12a_usb2_phy_ops = {
A Dmeson-axg-mipi-pcie-analog.c204 struct phy_ops meson_axg_mipi_pcie_analog_ops = {
A Dmeson-gxbb-usb2.c160 static struct phy_ops meson_gxbb_usb2_phy_ops = {
/u-boot/include/
A Ddsi_host.h28 const struct mipi_dsi_phy_ops *phy_ops);
63 const struct mipi_dsi_phy_ops *phy_ops);
A Dgeneric-phy.h39 struct phy_ops { struct
/u-boot/drivers/phy/rockchip/
A Dphy-rockchip-snps-pcie3.c140 static struct phy_ops rochchip_p3phy_ops = {

Completed in 30 milliseconds

12