Searched refs:phy_ops (Results 1 - 25 of 64) sorted by relevance

123

/u-boot/drivers/video/
H A Dsandbox_dsi_host.c16 * @phy_ops: set of function pointers for performing physical operations
22 const struct mipi_dsi_phy_ops *phy_ops; member in struct:sandbox_dsi_host_priv
29 const struct mipi_dsi_phy_ops *phy_ops)
42 if (!phy_ops)
45 if (!phy_ops->init || !phy_ops->get_lane_mbps ||
46 !phy_ops->post_set_mode)
50 priv->phy_ops = phy_ops;
63 priv->phy_ops
25 sandbox_dsi_host_init(struct udevice *dev, struct mipi_dsi_device *device, struct display_timing *timings, unsigned int max_data_lanes, const struct mipi_dsi_phy_ops *phy_ops) argument
[all...]
H A Ddsi-host-uclass.c18 const struct mipi_dsi_phy_ops *phy_ops)
25 return ops->init(dev, device, timings, max_data_lanes, phy_ops);
14 dsi_host_init(struct udevice *dev, struct mipi_dsi_device *device, struct display_timing *timings, unsigned int max_data_lanes, const struct mipi_dsi_phy_ops *phy_ops) argument
H A Ddw_mipi_dsi.c225 const struct mipi_dsi_phy_ops *phy_ops; member in struct:dw_mipi_dsi
466 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; local
478 if (phy_ops->post_set_mode)
479 phy_ops->post_set_mode(dsi->device, mode_flags);
486 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; local
494 if (phy_ops->get_esc_clk_rate)
495 phy_ops->get_esc_clk_rate(dsi->device, &esc_rate);
578 const struct mipi_dsi_phy_ops *phy_ops local
658 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; local
744 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; local
780 dw_mipi_dsi_init(struct udevice *dev, struct mipi_dsi_device *device, struct display_timing *timings, unsigned int max_data_lanes, const struct mipi_dsi_phy_ops *phy_ops) argument
[all...]
/u-boot/drivers/tpm/
H A Dtpm2_tis_core.c40 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
43 phy_ops->read_bytes(dev, TPM_ACCESS(loc), 1, &locality);
65 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
72 phy_ops->write_bytes(dev, TPM_ACCESS(loc), 1, &buf);
95 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
100 phy_ops->read_bytes(dev, TPM_STS(chip->locality), 1, status);
121 struct tpm_tis_phy_ops *phy_ops local
175 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
211 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
221 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
304 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
413 tis_check_ops(struct tpm_tis_phy_ops *phy_ops) argument
425 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; local
[all...]
H A Dtpm2_tis_mmio.c74 static struct tpm_tis_phy_ops phy_ops = { variable in typeref:struct:tpm_tis_phy_ops
98 tpm_tis_ops_register(dev, &phy_ops);
H A Dtpm2_tis_i2c.c96 static struct tpm_tis_phy_ops phy_ops = { variable in typeref:struct:tpm_tis_phy_ops
110 tpm_tis_ops_register(udev, &phy_ops);
H A Dtpm2_tis_spi.c214 static struct tpm_tis_phy_ops phy_ops = { variable in typeref:struct:tpm_tis_phy_ops
265 tpm_tis_ops_register(dev, &phy_ops);
/u-boot/include/
H A Ddsi_host.h21 * @phy_ops: set of function pointers for performing physical operations
28 const struct mipi_dsi_phy_ops *phy_ops);
56 * @phy_ops: set of function pointers for performing physical operations
63 const struct mipi_dsi_phy_ops *phy_ops);
H A Dgeneric-phy.h62 struct phy_ops { struct
/u-boot/drivers/phy/
H A Dphy-da8xx-usb.c55 static struct phy_ops da8xx_phy_ops = {
H A Dphy-ab8500-usb.c37 struct phy_ops ab8500_usb_phy_ops = {
H A Dphy-apple-atc.c12 static const struct phy_ops apple_atcphy_ops = {
H A Dphy-uclass.c44 static inline struct phy_ops *phy_dev_ops(struct udevice *dev)
46 return (struct phy_ops *)dev->driver->ops;
130 struct phy_ops *ops;
231 struct phy_ops const *ops;
258 struct phy_ops const *ops;
277 struct phy_ops const *ops;
307 struct phy_ops const *ops;
343 struct phy_ops const *ops;
377 struct phy_ops const *ops;
388 struct phy_ops cons
[all...]
H A Dbcm6358-usbh-phy.c50 static struct phy_ops bcm6358_usbh_ops = {
H A Dbcm6348-usbh-phy.c36 static struct phy_ops bcm6348_usbh_ops = {
H A Dsandbox-phy.c95 static struct phy_ops sandbox_phy_ops = {
H A Dmt7620-usb-phy.c93 static struct phy_ops mt7620_usb_phy_ops = {
H A Dnop-phy.c89 static struct phy_ops nop_phy_ops = {
H A Dkeystone-usb-phy.c121 static struct phy_ops keystone_usb_phy_ops = {
H A Dbcm6318-usbh-phy.c71 static struct phy_ops bcm6318_usbh_ops = {
H A Dphy-rcar-gen3.c106 static const struct phy_ops rcar_gen3_phy_phy_ops = {
H A Dphy-bcm-sr-pcie.c135 static const struct phy_ops sr_pcie_phy_ops = {
/u-boot/drivers/phy/socionext/
H A Dphy-uniphier-pcie.c41 static struct phy_ops uniphier_pciephy_ops = {
/u-boot/drivers/phy/qcom/
H 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 = {
H A Dmsm8916-usbh-phy.c92 static struct phy_ops msm_phy_ops = {

Completed in 102 milliseconds

123