Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/phy/
Dphy.h66 struct phy_ops { struct
67 int (*init)(struct phy *phy);
68 int (*exit)(struct phy *phy);
69 int (*power_on)(struct phy *phy);
70 int (*power_off)(struct phy *phy);
71 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
83 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
124 * @mutex: mutex to protect phy_ops argument
/Linux-v5.4/drivers/nfc/nxp-nci/
Dcore.c99 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-v5.4/include/drm/bridge/
Ddw_mipi_dsi.h46 const struct dw_mipi_dsi_phy_ops *phy_ops; member
Ddw_hdmi.h131 const struct dw_hdmi_phy_ops *phy_ops; member
/Linux-v5.4/drivers/nfc/s3fwrn5/
Dcore.c139 const struct s3fwrn5_phy_ops *phy_ops, unsigned int max_payload) in s3fwrn5_probe()
Ds3fwrn5.h36 const struct s3fwrn5_phy_ops *phy_ops; member
/Linux-v5.4/drivers/phy/ti/
Dphy-tusb1210.c86 static const struct phy_ops phy_ops = { variable
/Linux-v5.4/drivers/nfc/st-nci/
Dndlc.c256 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev, in ndlc_probe()
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_hdmi.h84 struct hdmi_phy_ops *phy_ops; member
/Linux-v5.4/drivers/nfc/fdp/
Dfdp.c41 struct nfc_phy_ops *phy_ops; member
733 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
/Linux-v5.4/drivers/nfc/microread/
Dmicroread.c155 struct nfc_phy_ops *phy_ops; member
645 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in microread_probe()
/Linux-v5.4/drivers/nfc/pn544/
Dpn544.c111 struct nfc_phy_ops *phy_ops; member
904 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in pn544_hci_probe()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c798 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_bridge_post_disable() local
847 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_mode_set() local
901 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_bridge_enable() local
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dcphy.h140 int phy_addr, const struct cphy_ops *phy_ops, in cphy_init()
/Linux-v5.4/drivers/nfc/st21nfca/
Dst21nfca.h147 struct nfc_phy_ops *phy_ops; member
Dcore.c939 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe()
/Linux-v5.4/drivers/char/tpm/
Dtpm_tis_core.h97 const struct tpm_tis_phy_ops *phy_ops; member
Dtpm_tis_core.c854 const struct tpm_tis_phy_ops *phy_ops, in tpm_tis_core_init()
/Linux-v5.4/drivers/nfc/pn533/
Dpn533.h170 struct pn533_phy_ops *phy_ops; member
Dpn533.c2587 struct pn533_phy_ops *phy_ops, in pn533_register_device()
/Linux-v5.4/drivers/phy/broadcom/
Dphy-brcm-sata.c597 static const struct phy_ops phy_ops = { variable
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_hw.h69 const struct igc_phy_operations *phy_ops; member
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/
Dchip.h255 const struct mv88e6xxx_bus_ops *phy_ops; member
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
De1000.h343 const struct e1000_phy_operations *phy_ops; member

12