Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/linux/phy/
Dphy.h84 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 …]
/linux-6.1.9/drivers/nfc/nxp-nci/
Dcore.c135 const struct nxp_nci_phy_ops *phy_ops, in nxp_nci_probe()
Dnxp-nci.h59 const struct nxp_nci_phy_ops *phy_ops; member
/linux-6.1.9/drivers/nfc/s3fwrn5/
Ds3fwrn5.h36 const struct s3fwrn5_phy_ops *phy_ops; member
Dcore.c161 const struct s3fwrn5_phy_ops *phy_ops) in s3fwrn5_probe()
/linux-6.1.9/include/drm/bridge/
Ddw_mipi_dsi.h58 const struct dw_mipi_dsi_phy_ops *phy_ops; member
Ddw_hdmi.h152 const struct dw_hdmi_phy_ops *phy_ops; member
/linux-6.1.9/drivers/phy/freescale/
Dphy-fsl-imx8mq-usb.c155 const struct phy_ops *phy_ops; in imx8mq_usb_phy_probe() local
/linux-6.1.9/drivers/char/tpm/
Dtpm_tis_spi_main.c156 int irq, const struct tpm_tis_phy_ops *phy_ops) in tpm_tis_spi_init()
Dtpm_tis_core.h102 const struct tpm_tis_phy_ops *phy_ops; member
Dtpm_tis_core.c941 const struct tpm_tis_phy_ops *phy_ops, in tpm_tis_core_init()
/linux-6.1.9/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c599 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_init() local
762 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_dphy_timing_config() local
852 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_bridge_post_atomic_disable() local
902 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_mode_set() local
/linux-6.1.9/drivers/nfc/st-nci/
Dndlc.c252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe()
/linux-6.1.9/drivers/gpu/drm/sti/
Dsti_hdmi.h78 struct hdmi_phy_ops *phy_ops; member
/linux-6.1.9/drivers/nfc/pn544/
Dpn544.c110 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()
/linux-6.1.9/drivers/nfc/fdp/
Dfdp.c41 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()
/linux-6.1.9/drivers/nfc/microread/
Dmicroread.c154 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()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/
Dcphy.h131 int phy_addr, const struct cphy_ops *phy_ops, in cphy_init()
/linux-6.1.9/drivers/nfc/st21nfca/
Dst21nfca.h148 const struct nfc_phy_ops *phy_ops; member
Dcore.c937 int st21nfca_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe()
/linux-6.1.9/net/ethtool/
Dstrset.c238 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set() local
Dioctl.c165 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count() local
197 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings() local
2078 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats() local
/linux-6.1.9/drivers/phy/ti/
Dphy-tusb1210.c478 static const struct phy_ops phy_ops = { variable
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.h156 const struct dw_hdmi_phy_ops *phy_ops; member
/linux-6.1.9/drivers/nfc/pn533/
Dpn533.h180 const struct pn533_phy_ops *phy_ops; member

12