Home
last modified time | relevance | path

Searched defs:phy_ops (Results 1 – 9 of 9) sorted by relevance

/u-boot/include/
A Dgeneric-phy.h62 struct phy_ops { struct
78 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);
92 int (*init)(struct phy *phy);
107 int (*exit)(struct phy *phy);
119 int (*reset)(struct phy *phy);
133 int (*power_on)(struct phy *phy);
147 int (*power_off)(struct phy *phy);
161 int (*configure)(struct phy *phy, void *params);
175 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
187 int (*set_speed)(struct phy *phy, int speed);
/u-boot/drivers/tpm/
A Dtpm2_tis_core.c40 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_check_locality() local
65 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_request_locality() local
95 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_status() local
121 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_release_locality() local
175 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_get_burstcount() local
211 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_ready() local
221 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_send() local
307 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_recv_data() local
416 static bool tis_check_ops(struct tpm_tis_phy_ops *phy_ops) in tis_check_ops()
428 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_init() local
A Dtpm2_tis_mmio.c74 static struct tpm_tis_phy_ops phy_ops = { variable
A Dtpm2_tis_i2c.c96 static struct tpm_tis_phy_ops phy_ops = { variable
A Dtpm2_tis_spi.c214 static struct tpm_tis_phy_ops phy_ops = { variable
A Dtpm_tis.h113 struct tpm_tis_phy_ops *phy_ops; member
/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()
A Ddsi-host-uclass.c18 const struct mipi_dsi_phy_ops *phy_ops) in dsi_host_init()
A Ddw_mipi_dsi.c226 const struct mipi_dsi_phy_ops *phy_ops; member
467 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_set_mode() local
487 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_init_pll() local
579 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_command_mode_config() local
659 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_dphy_timing_config() local
745 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_bridge_set() local
785 const struct mipi_dsi_phy_ops *phy_ops) in dw_mipi_dsi_init()

Completed in 21 milliseconds