Home
last modified time | relevance | path

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

12

/linux/include/linux/phy/
H A 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/drivers/nfc/nxp-nci/
H A Dcore.c135 const struct nxp_nci_phy_ops *phy_ops, in nxp_nci_probe()
H A Dnxp-nci.h59 const struct nxp_nci_phy_ops *phy_ops; member
/linux/drivers/nfc/s3fwrn5/
H A Ds3fwrn5.h36 const struct s3fwrn5_phy_ops *phy_ops; member
H A Dcore.c161 const struct s3fwrn5_phy_ops *phy_ops) in s3fwrn5_probe()
/linux/include/drm/bridge/
H A Ddw_mipi_dsi.h73 const struct dw_mipi_dsi_phy_ops *phy_ops; member
H A Ddw_hdmi.h152 const struct dw_hdmi_phy_ops *phy_ops; member
/linux/drivers/nfc/st-nci/
H A Dndlc.c252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe()
/linux/drivers/nfc/fdp/
H A 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/drivers/nfc/microread/
H A 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/drivers/nfc/pn544/
H A 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/drivers/gpu/drm/sti/
H A Dsti_hdmi.h77 struct hdmi_phy_ops *phy_ops; member
/linux/drivers/char/tpm/
H A Dtpm_tis_spi_main.c249 int irq, const struct tpm_tis_phy_ops *phy_ops) in tpm_tis_spi_init()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h131 int phy_addr, const struct cphy_ops *phy_ops, in cphy_init()
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c371 const struct phy_ops *phy_ops; in imx8mq_usb_phy_probe() local
/linux/drivers/nfc/st21nfca/
H A Dst21nfca.h148 const struct nfc_phy_ops *phy_ops; member
H A Dcore.c937 int st21nfca_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe()
/linux/net/ethtool/
H A Dstrset.c239 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set() local
H A Dioctl.c163 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count() local
195 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings() local
2394 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats_phydev() local
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.h156 const struct dw_hdmi_phy_ops *phy_ops; member
/linux/drivers/nfc/pn533/
H A Dpn533.h180 const struct pn533_phy_ops *phy_ops; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h70 const struct igc_phy_operations *phy_ops; member
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h346 const struct e1000_phy_operations *phy_ops; member
/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c365 const struct phy_ops *phy_ops; member
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.h357 const struct mv88e6xxx_bus_ops *phy_ops; member

12