Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/include/
H A Dgeneric-phy.h73 struct phy_ops { struct
89 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);
103 int (*init)(struct phy *phy);
118 int (*exit)(struct phy *phy);
130 int (*reset)(struct phy *phy);
142 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
160 int (*validate)(struct phy *phy, enum phy_mode mode, int submode,
175 int (*power_on)(struct phy *phy);
189 int (*power_off)(struct phy *phy);
191 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h72 struct phy_ops { struct
73 int (*init)(struct phy *phy);
74 int (*exit)(struct phy *phy);
75 int (*power_on)(struct phy *phy);
76 int (*power_off)(struct phy *phy);
77 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
89 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
107 int (*validate)(struct phy *phy, enum phy_mode mode, int submode,
132 * @mutex: mutex to protect phy_ops argument
/OK3568_Linux_fs/kernel/drivers/nfc/nxp-nci/
H A Dcore.c97 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
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dcore.c143 const struct s3fwrn5_phy_ops *phy_ops, unsigned int max_payload) in s3fwrn5_probe()
H A Ds3fwrn5.h36 const struct s3fwrn5_phy_ops *phy_ops; member
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-tusb1210.c86 static const struct phy_ops phy_ops = { variable
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_mipi_dsi.h56 const struct dw_mipi_dsi_phy_ops *phy_ops; member
H A Ddw_hdmi.h212 const struct dw_hdmi_phy_ops *phy_ops; member
/OK3568_Linux_fs/kernel/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c156 const struct phy_ops *phy_ops; in imx8mq_usb_phy_probe() local
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_tis_spi_main.c194 int irq, const struct tpm_tis_phy_ops *phy_ops) in tpm_tis_spi_init()
H A Dtpm_tis_core.h101 const struct tpm_tis_phy_ops *phy_ops; member
H A Dtpm_tis_core.c923 const struct tpm_tis_phy_ops *phy_ops, in tpm_tis_core_init()
/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dndlc.c256 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev, in ndlc_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/microread/
H A 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()
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c41 struct nfc_phy_ops *phy_ops; member
714 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/pn544/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_hdmi.h84 struct hdmi_phy_ops *phy_ops; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c612 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_init() local
775 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_dphy_timing_config() local
863 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_post_disable() local
924 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_pre_enable() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h140 int phy_addr, const struct cphy_ops *phy_ops, in cphy_init()
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dst21nfca.h148 struct nfc_phy_ops *phy_ops; member
H A Dcore.c938 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe()
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dstrset.c213 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set() local
H A Dioctl.c139 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count() local
171 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings() local
2035 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats() local
/OK3568_Linux_fs/u-boot/include/linux/
H A Ddw_hdmi.h170 const struct dw_hdmi_phy_ops *phy_ops; member

12