/openbmc/u-boot/include/ |
H A D | generic-phy.h | 37 struct phy_ops { struct 53 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args); 67 int (*init)(struct phy *phy); 82 int (*exit)(struct phy *phy); 94 int (*reset)(struct phy *phy); 108 int (*power_on)(struct phy *phy); 122 int (*power_off)(struct phy *phy);
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_core.c | 40 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
|
H A D | tpm2_tis_i2c.c | 96 static struct tpm_tis_phy_ops phy_ops = { variable
|
H A D | tpm_tis.h | 113 struct tpm_tis_phy_ops *phy_ops; member
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 84 struct phy_ops { struct 85 int (*init)(struct phy *phy); 86 int (*exit)(struct phy *phy); 87 int (*power_on)(struct phy *phy); 88 int (*power_off)(struct phy *phy); 89 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode); 90 int (*set_media)(struct phy *phy, enum phy_media media); 91 int (*set_speed)(struct phy *phy, int speed); 103 int (*configure)(struct phy *phy, union phy_configure_opts *opts); 121 int (*validate)(struct phy *phy, enum phy_mode mode, int submode, [all …]
|
/openbmc/linux/drivers/nfc/nxp-nci/ |
H A D | core.c | 135 const struct nxp_nci_phy_ops *phy_ops, in nxp_nci_probe()
|
H A D | nxp-nci.h | 59 const struct nxp_nci_phy_ops *phy_ops; member
|
/openbmc/linux/drivers/nfc/s3fwrn5/ |
H A D | s3fwrn5.h | 36 const struct s3fwrn5_phy_ops *phy_ops; member
|
H A D | core.c | 161 const struct s3fwrn5_phy_ops *phy_ops) in s3fwrn5_probe()
|
/openbmc/linux/include/drm/bridge/ |
H A D | dw_mipi_dsi.h | 58 const struct dw_mipi_dsi_phy_ops *phy_ops; member
|
H A D | dw_hdmi.h | 152 const struct dw_hdmi_phy_ops *phy_ops; member
|
/openbmc/linux/drivers/nfc/st-nci/ |
H A D | ndlc.c | 252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe()
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.h | 77 struct hdmi_phy_ops *phy_ops; member
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_spi_main.c | 249 int irq, const struct tpm_tis_phy_ops *phy_ops) in tpm_tis_spi_init()
|
H A D | tpm_tis_core.h | 110 const struct tpm_tis_phy_ops *phy_ops; member
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | 601 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_init() local 764 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_dphy_timing_config() local 854 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_bridge_post_atomic_disable() local 895 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_mode_set() local
|
/openbmc/linux/drivers/nfc/microread/ |
H A D | microread.c | 154 const struct nfc_phy_ops *phy_ops; member 643 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in microread_probe()
|
/openbmc/linux/drivers/nfc/pn544/ |
H A D | pn544.c | 110 const struct nfc_phy_ops *phy_ops; member 903 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in pn544_hci_probe()
|
/openbmc/linux/drivers/nfc/fdp/ |
H A D | fdp.c | 41 const struct nfc_phy_ops *phy_ops; member 699 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cphy.h | 131 int phy_addr, const struct cphy_ops *phy_ops, in cphy_init()
|
/openbmc/linux/drivers/phy/freescale/ |
H A D | phy-fsl-imx8mq-usb.c | 371 const struct phy_ops *phy_ops; in imx8mq_usb_phy_probe() local
|
/openbmc/linux/drivers/nfc/st21nfca/ |
H A D | st21nfca.h | 148 const struct nfc_phy_ops *phy_ops; member
|
/openbmc/linux/net/ethtool/ |
H A D | strset.c | 238 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set() local
|
H A D | ioctl.c | 159 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count() local 191 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings() local 2117 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats_phydev() local
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-tusb1210.c | 480 static const struct phy_ops phy_ops = { variable
|