Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/include/linux/phy/
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
/kernel/linux/linux-5.10/drivers/nfc/nxp-nci/
Dcore.c97 const struct nxp_nci_phy_ops *phy_ops, in nxp_nci_probe()
Dnxp-nci.h59 const struct nxp_nci_phy_ops *phy_ops; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/
Dcore.c143 const struct s3fwrn5_phy_ops *phy_ops, unsigned int max_payload) in s3fwrn5_probe()
Ds3fwrn5.h36 const struct s3fwrn5_phy_ops *phy_ops; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/phy/ti/
Dphy-tusb1210.c86 static const struct phy_ops phy_ops = { variable
/kernel/linux/linux-6.6/include/drm/bridge/
Ddw_mipi_dsi.h58 const struct dw_mipi_dsi_phy_ops *phy_ops; member
/kernel/linux/linux-5.10/include/drm/bridge/
Ddw_mipi_dsi.h56 const struct dw_mipi_dsi_phy_ops *phy_ops; member
Ddw_hdmi.h145 const struct dw_hdmi_phy_ops *phy_ops; member
/kernel/linux/linux-5.10/drivers/phy/freescale/
Dphy-fsl-imx8mq-usb.c156 const struct phy_ops *phy_ops; in imx8mq_usb_phy_probe() local
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c608 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_init() local
771 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_dphy_timing_config() local
860 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_bridge_post_disable() local
910 const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops; in dw_mipi_dsi_mode_set() local
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
Dndlc.c256 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev, in ndlc_probe()
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
Dndlc.c252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe()
/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm_tis_spi_main.c194 int irq, const struct tpm_tis_phy_ops *phy_ops) in tpm_tis_spi_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
Dsti_hdmi.h77 struct hdmi_phy_ops *phy_ops; member
/kernel/linux/linux-6.6/drivers/char/tpm/
Dtpm_tis_spi_main.c249 int irq, const struct tpm_tis_phy_ops *phy_ops) in tpm_tis_spi_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c601 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
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
Dsti_hdmi.h84 struct hdmi_phy_ops *phy_ops; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

123