Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/drivers/video/
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()
Ddw_mipi_dsi.c224 const struct mipi_dsi_phy_ops *phy_ops; member
463 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_set_mode() local
475 if (phy_ops->post_set_mode) in dw_mipi_dsi_set_mode()
476 phy_ops->post_set_mode(dsi->device, mode_flags); in dw_mipi_dsi_set_mode()
563 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_command_mode_config() local
579 if (phy_ops->post_set_mode) in dw_mipi_dsi_command_mode_config()
580 phy_ops->post_set_mode(dsi->device, 0); in dw_mipi_dsi_command_mode_config()
722 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_bridge_set() local
726 ret = phy_ops->get_lane_mbps(dsi->device, timings, device->lanes, in dw_mipi_dsi_bridge_set()
746 ret = phy_ops->init(dsi->device); in dw_mipi_dsi_bridge_set()
[all …]
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()
/third_party/uboot/u-boot-2020.01/drivers/phy/
Dphy-uclass.c11 static inline struct phy_ops *phy_dev_ops(struct udevice *dev) in phy_dev_ops()
13 return (struct phy_ops *)dev->driver->ops; in phy_dev_ops()
38 struct phy_ops *ops; in generic_phy_get_by_index()
111 struct phy_ops const *ops; in generic_phy_init()
122 struct phy_ops const *ops; in generic_phy_reset()
133 struct phy_ops const *ops; in generic_phy_exit()
144 struct phy_ops const *ops; in generic_phy_power_on()
155 struct phy_ops const *ops; in generic_phy_power_off()
Dnop-phy.c17 static struct phy_ops nop_phy_ops = {
Dphy-da8xx-usb.c54 static struct phy_ops da8xx_phy_ops = {
Dbcm6348-usbh-phy.c33 static struct phy_ops bcm6348_usbh_ops = {
Dbcm6358-usbh-phy.c47 static struct phy_ops bcm6358_usbh_ops = {
Dsandbox-phy.c85 static struct phy_ops sandbox_phy_ops = {
Dmsm8916-usbh-phy.c91 static struct phy_ops msm_phy_ops = {
Dbcm6318-usbh-phy.c67 static struct phy_ops bcm6318_usbh_ops = {
Dkeystone-usb-phy.c117 static struct phy_ops keystone_usb_phy_ops = {
Dphy-rcar-gen3.c104 static const struct phy_ops rcar_gen3_phy_phy_ops = {
Dsti_usb_phy.c98 struct phy_ops sti_usb_phy_ops = {
Dbcm6368-usbh-phy.c69 static struct phy_ops bcm6368_usbh_ops = {
Dphy-rcar-gen2.c139 static const struct phy_ops rcar_gen2_phy_phy_ops = {
Dmeson-g12a-usb2.c152 struct phy_ops meson_g12a_usb2_phy_ops = {
Domap-usb2-phy.c162 struct phy_ops omap_usb2_phy_ops = {
Dmeson-gxl-usb3.c155 struct phy_ops meson_gxl_usb3_phy_ops = {
Dmt76x8-usb-phy.c233 static struct phy_ops mt76x8_usb_phy_ops = {
Dmeson-gxl-usb2.c185 struct phy_ops meson_gxl_usb2_phy_ops = {
Dmeson-g12a-usb3-pcie.c297 struct phy_ops meson_g12a_usb3_pcie_phy_ops = {
Dphy-stm32-usbphyc.c319 static const struct phy_ops stm32_usbphyc_phy_ops = {
/third_party/uboot/u-boot-2020.01/include/
Ddsi_host.h28 const struct mipi_dsi_phy_ops *phy_ops);
63 const struct mipi_dsi_phy_ops *phy_ops);
Dgeneric-phy.h37 struct phy_ops { struct

12