Searched refs:phy_ops (Results 1 – 25 of 38) sorted by relevance
12
22 const struct mipi_dsi_phy_ops *phy_ops; member29 const struct mipi_dsi_phy_ops *phy_ops) in sandbox_dsi_host_init() argument42 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()
468 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_set_mode() local480 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() local496 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() local596 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() local664 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() local792 if (!phy_ops->init || !phy_ops->get_lane_mbps) { in dw_mipi_dsi_init()[all …]
16 const struct mipi_dsi_phy_ops *phy_ops) in dsi_host_init() argument23 return ops->init(dev, device, timings, max_data_lanes, phy_ops); in dsi_host_init()
13 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()
46 static struct phy_ops ipq4019_usb_ss_phy_ops = {108 static struct phy_ops ipq4019_usb_hs_phy_ops = {
55 static struct phy_ops da8xx_phy_ops = {
49 static struct phy_ops nop_phy_ops = {
50 static struct phy_ops bcm6358_usbh_ops = {
36 static struct phy_ops bcm6348_usbh_ops = {
95 static struct phy_ops sandbox_phy_ops = {
93 static struct phy_ops mt7620_usb_phy_ops = {
92 static struct phy_ops msm_phy_ops = {
71 static struct phy_ops bcm6318_usbh_ops = {
120 static struct phy_ops keystone_usb_phy_ops = {
135 static const struct phy_ops sr_pcie_phy_ops = {
105 static const struct phy_ops rcar_gen3_phy_phy_ops = {
100 struct phy_ops sti_usb_phy_ops = {
73 static struct phy_ops bcm6368_usbh_ops = {
142 static const struct phy_ops rcar_gen2_phy_phy_ops = {
155 struct phy_ops meson_g12a_usb2_phy_ops = {
204 struct phy_ops meson_axg_mipi_pcie_analog_ops = {
160 static struct phy_ops meson_gxbb_usb2_phy_ops = {
28 const struct mipi_dsi_phy_ops *phy_ops);63 const struct mipi_dsi_phy_ops *phy_ops);
39 struct phy_ops { struct
140 static struct phy_ops rochchip_p3phy_ops = {
Completed in 30 milliseconds