phy_ops           857 drivers/char/tpm/tpm_tis_core.c 		      const struct tpm_tis_phy_ops *phy_ops,
phy_ops           883 drivers/char/tpm/tpm_tis_core.c 	priv->phy_ops = phy_ops;
phy_ops            97 drivers/char/tpm/tpm_tis_core.h 	const struct tpm_tis_phy_ops *phy_ops;
phy_ops           114 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->read_bytes(data, addr, len, result);
phy_ops           119 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->read_bytes(data, addr, 1, result);
phy_ops           125 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->read16(data, addr, result);
phy_ops           131 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->read32(data, addr, result);
phy_ops           137 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->write_bytes(data, addr, len, value);
phy_ops           142 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->write_bytes(data, addr, 1, &value);
phy_ops           148 drivers/char/tpm/tpm_tis_core.h 	return data->phy_ops->write32(data, addr, value);
phy_ops           162 drivers/char/tpm/tpm_tis_core.h 		      const struct tpm_tis_phy_ops *phy_ops,
phy_ops           154 drivers/char/tpm/tpm_tis_spi.c 	rc = data->phy_ops->read_bytes(data, addr, sizeof(u16),
phy_ops           167 drivers/char/tpm/tpm_tis_spi.c 	rc = data->phy_ops->read_bytes(data, addr, sizeof(u32),
phy_ops           181 drivers/char/tpm/tpm_tis_spi.c 	rc = data->phy_ops->write_bytes(data, addr, sizeof(u32),
phy_ops          2522 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		if (!hdmi->plat_data->phy_ops || !hdmi->plat_data->phy_name) {
phy_ops          2528 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		hdmi->phy.ops = hdmi->plat_data->phy_ops;
phy_ops           798 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops;
phy_ops           800 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	if (phy_ops->power_off)
phy_ops           801 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 		phy_ops->power_off(dsi->plat_data->priv_data);
phy_ops           847 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops;
phy_ops           854 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	ret = phy_ops->get_lane_mbps(priv_data, adjusted_mode, dsi->mode_flags,
phy_ops           875 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	ret = phy_ops->init(priv_data);
phy_ops           901 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	const struct dw_mipi_dsi_phy_ops *phy_ops = dsi->plat_data->phy_ops;
phy_ops           908 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	if (phy_ops->power_on)
phy_ops           909 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 		phy_ops->power_on(dsi->plat_data->priv_data);
phy_ops           994 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c 	if (!plat_data->phy_ops->init || !plat_data->phy_ops->get_lane_mbps) {
phy_ops            12 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c static const struct phy_ops mtk_hdmi_phy_dev_ops = {
phy_ops            79 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c static const struct phy_ops *
phy_ops           375 drivers/gpu/drm/mediatek/mtk_mipi_tx.c static const struct phy_ops mtk_mipi_tx_ops = {
phy_ops           966 drivers/gpu/drm/meson/meson_dw_hdmi.c 	dw_plat_data->phy_ops = &meson_dw_hdmi_phy_ops;
phy_ops           959 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	dsi->pdata.phy_ops = &dw_mipi_dsi_rockchip_phy_ops;
phy_ops           413 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c 	.phy_ops = &rk3228_hdmi_phy_ops,
phy_ops           450 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c 	.phy_ops = &rk3328_hdmi_phy_ops,
phy_ops           759 drivers/gpu/drm/sti/sti_hdmi.c 	hdmi->phy_ops->stop(hdmi);
phy_ops           893 drivers/gpu/drm/sti/sti_hdmi.c 	if (!hdmi->phy_ops->start(hdmi)) {
phy_ops          1389 drivers/gpu/drm/sti/sti_hdmi.c 	hdmi->phy_ops = (struct hdmi_phy_ops *)
phy_ops            84 drivers/gpu/drm/sti/sti_hdmi.h 	struct hdmi_phy_ops *phy_ops;
phy_ops           318 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	.phy_ops = &dw_mipi_dsi_stm_phy_ops,
phy_ops           526 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 		plat_data->phy_ops = &sun8i_hdmi_phy_ops;
phy_ops           255 drivers/net/dsa/mv88e6xxx/chip.h 	const struct mv88e6xxx_bus_ops *phy_ops;
phy_ops           140 drivers/net/ethernet/chelsio/cxgb/cphy.h 			     int phy_addr, const struct cphy_ops *phy_ops,
phy_ops           145 drivers/net/ethernet/chelsio/cxgb/cphy.h 	phy->ops     = phy_ops;
phy_ops           148 drivers/net/ethernet/chelsio/cxgb/cphy.h 		phy->mdio.mmds = phy_ops->mmds;
phy_ops           578 drivers/net/ethernet/chelsio/cxgb3/common.h 			     int phy_addr, const struct cphy_ops *phy_ops,
phy_ops           585 drivers/net/ethernet/chelsio/cxgb3/common.h 	phy->ops = phy_ops;
phy_ops           588 drivers/net/ethernet/chelsio/cxgb3/common.h 		phy->mdio.mmds = phy_ops->mmds;
phy_ops          1411 drivers/net/ethernet/intel/e1000e/80003es2lan.c 	.phy_ops		= &es2_phy_ops,
phy_ops          1962 drivers/net/ethernet/intel/e1000e/82571.c 	.phy_ops		= &e82_phy_ops_igp,
phy_ops          1980 drivers/net/ethernet/intel/e1000e/82571.c 	.phy_ops		= &e82_phy_ops_igp,
phy_ops          1998 drivers/net/ethernet/intel/e1000e/82571.c 	.phy_ops		= &e82_phy_ops_m88,
phy_ops          2023 drivers/net/ethernet/intel/e1000e/82571.c 	.phy_ops		= &e82_phy_ops_bm,
phy_ops          2045 drivers/net/ethernet/intel/e1000e/82571.c 	.phy_ops		= &e82_phy_ops_bm,
phy_ops           342 drivers/net/ethernet/intel/e1000e/e1000.h 	const struct e1000_phy_operations *phy_ops;
phy_ops          5801 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5818 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5835 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5854 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5875 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5896 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5916 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          5936 drivers/net/ethernet/intel/e1000e/ich8lan.c 	.phy_ops		= &ich8_phy_ops,
phy_ops          7176 drivers/net/ethernet/intel/e1000e/netdev.c 	memcpy(&hw->phy.ops, ei->phy_ops, sizeof(hw->phy.ops));
phy_ops          2924 drivers/net/ethernet/intel/igb/e1000_82575.c 	.phy_ops = &e1000_phy_ops_82575,
phy_ops           357 drivers/net/ethernet/intel/igb/e1000_hw.h 	const struct e1000_phy_operations *phy_ops;
phy_ops          3086 drivers/net/ethernet/intel/igb/igb_main.c 	memcpy(&hw->phy.ops, ei->phy_ops, sizeof(hw->phy.ops));
phy_ops           422 drivers/net/ethernet/intel/igc/igc_base.c 	.phy_ops		= &igc_phy_ops_base,
phy_ops            69 drivers/net/ethernet/intel/igc/igc_hw.h 	const struct igc_phy_operations *phy_ops;
phy_ops          4206 drivers/net/ethernet/intel/igc/igc_main.c 	memcpy(&hw->phy.ops, ei->phy_ops, sizeof(hw->phy.ops));
phy_ops          1194 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	.phy_ops		= &phy_ops_82598,
phy_ops          2253 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	.phy_ops                = &phy_ops_82599,
phy_ops          10840 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	hw->phy.ops = *ii->phy_ops;
phy_ops          3658 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	const struct ixgbe_phy_operations	*phy_ops;
phy_ops           920 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c 	.phy_ops                = &phy_ops_X540,
phy_ops          4053 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	.phy_ops		= &phy_ops_X550,
phy_ops          4063 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	.phy_ops		= &phy_ops_X550EM_x,
phy_ops          4074 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	.phy_ops		= &phy_ops_x550em_x_fw,
phy_ops          4084 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	.phy_ops		= &phy_ops_x550em_a,
phy_ops          4094 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	.phy_ops		= &phy_ops_x550em_a_fw,
phy_ops          1862 drivers/net/ethernet/sun/niu.c 	const struct niu_phy_ops *ops = np->phy_ops;
phy_ops          1874 drivers/net/ethernet/sun/niu.c 	const struct niu_phy_ops *ops = np->phy_ops;
phy_ops          2159 drivers/net/ethernet/sun/niu.c 				if (np->phy_ops->xcvr_init)
phy_ops          2160 drivers/net/ethernet/sun/niu.c 					err = np->phy_ops->xcvr_init(np);
phy_ops          2197 drivers/net/ethernet/sun/niu.c 	const struct niu_phy_ops *ops = np->phy_ops;
phy_ops          2579 drivers/net/ethernet/sun/niu.c 	np->phy_ops = tp->ops;
phy_ops          3284 drivers/net/ethernet/sun/niu.h 	const struct niu_phy_ops	*phy_ops;
phy_ops            41 drivers/nfc/fdp/fdp.c 	struct nfc_phy_ops *phy_ops;
phy_ops           245 drivers/nfc/fdp/fdp.c 	r = info->phy_ops->enable(info->phy);
phy_ops           269 drivers/nfc/fdp/fdp.c 	return info->phy_ops->write(info->phy, skb);
phy_ops           732 drivers/nfc/fdp/fdp.c int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops,
phy_ops           748 drivers/nfc/fdp/fdp.c 	info->phy_ops = phy_ops;
phy_ops            24 drivers/nfc/fdp/fdp.h int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops,
phy_ops           155 drivers/nfc/microread/microread.c 	struct nfc_phy_ops *phy_ops;
phy_ops           169 drivers/nfc/microread/microread.c 	return info->phy_ops->enable(info->phy_id);
phy_ops           176 drivers/nfc/microread/microread.c 	info->phy_ops->disable(info->phy_id);
phy_ops           222 drivers/nfc/microread/microread.c 	return info->phy_ops->write(info->phy_id, skb);
phy_ops           645 drivers/nfc/microread/microread.c int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
phy_ops           661 drivers/nfc/microread/microread.c 	info->phy_ops = phy_ops;
phy_ops            13 drivers/nfc/microread/microread.h int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
phy_ops            42 drivers/nfc/nxp-nci/core.c 	if (info->phy_ops->set_mode)
phy_ops            43 drivers/nfc/nxp-nci/core.c 		r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_NCI);
phy_ops            59 drivers/nfc/nxp-nci/core.c 	if (info->phy_ops->set_mode)
phy_ops            60 drivers/nfc/nxp-nci/core.c 		r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD);
phy_ops            73 drivers/nfc/nxp-nci/core.c 	if (!info->phy_ops->write) {
phy_ops            83 drivers/nfc/nxp-nci/core.c 	r = info->phy_ops->write(info->phy_id, skb);
phy_ops            99 drivers/nfc/nxp-nci/core.c 		  const struct nxp_nci_phy_ops *phy_ops,
phy_ops           114 drivers/nfc/nxp-nci/core.c 	info->phy_ops = phy_ops;
phy_ops           120 drivers/nfc/nxp-nci/core.c 	if (info->phy_ops->set_mode) {
phy_ops           121 drivers/nfc/nxp-nci/core.c 		r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD);
phy_ops           162 drivers/nfc/nxp-nci/core.c 	if (info->phy_ops->set_mode)
phy_ops           163 drivers/nfc/nxp-nci/core.c 		info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD);
phy_ops            57 drivers/nfc/nxp-nci/firmware.c 	if (info->phy_ops->set_mode) {
phy_ops            58 drivers/nfc/nxp-nci/firmware.c 		r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD);
phy_ops           121 drivers/nfc/nxp-nci/firmware.c 	r = info->phy_ops->write(info->phy_id, skb);
phy_ops           207 drivers/nfc/nxp-nci/firmware.c 	if (!info->phy_ops->set_mode || !info->phy_ops->write) {
phy_ops           224 drivers/nfc/nxp-nci/firmware.c 	r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_FW);
phy_ops            59 drivers/nfc/nxp-nci/nxp-nci.h 	const struct nxp_nci_phy_ops *phy_ops;
phy_ops            73 drivers/nfc/nxp-nci/nxp-nci.h 		  const struct nxp_nci_phy_ops *phy_ops,
phy_ops           436 drivers/nfc/pn533/pn533.c 		rc = dev->phy_ops->send_frame(dev, req);
phy_ops           515 drivers/nfc/pn533/pn533.c 	rc = dev->phy_ops->send_frame(dev, req);
phy_ops           555 drivers/nfc/pn533/pn533.c 	rc = dev->phy_ops->send_frame(dev, cmd->req);
phy_ops          1158 drivers/nfc/pn533/pn533.c 	dev->phy_ops->send_ack(dev, GFP_KERNEL);
phy_ops          1519 drivers/nfc/pn533/pn533.c 		dev->phy_ops->abort_cmd(dev, GFP_ATOMIC);
phy_ops          1592 drivers/nfc/pn533/pn533.c 	dev->phy_ops->abort_cmd(dev, GFP_KERNEL);
phy_ops          1894 drivers/nfc/pn533/pn533.c 		dev->phy_ops->abort_cmd(dev, GFP_KERNEL);
phy_ops          2288 drivers/nfc/pn533/pn533.c 	dev->phy_ops->send_ack(dev, GFP_KERNEL);
phy_ops          2344 drivers/nfc/pn533/pn533.c 	dev->phy_ops->send_ack(dev, GFP_KERNEL);
phy_ops          2587 drivers/nfc/pn533/pn533.c 				struct pn533_phy_ops *phy_ops,
phy_ops          2600 drivers/nfc/pn533/pn533.c 	priv->phy_ops = phy_ops;
phy_ops           170 drivers/nfc/pn533/pn533.h 	struct pn533_phy_ops *phy_ops;
phy_ops           217 drivers/nfc/pn533/pn533.h 				struct pn533_phy_ops *phy_ops,
phy_ops           111 drivers/nfc/pn544/pn544.c 	struct nfc_phy_ops *phy_ops;
phy_ops           139 drivers/nfc/pn544/pn544.c 	r = info->phy_ops->enable(info->phy_id);
phy_ops           158 drivers/nfc/pn544/pn544.c 	info->phy_ops->disable(info->phy_id);
phy_ops           330 drivers/nfc/pn544/pn544.c 	return info->phy_ops->write(info->phy_id, skb);
phy_ops           904 drivers/nfc/pn544/pn544.c int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
phy_ops           919 drivers/nfc/pn544/pn544.c 	info->phy_ops = phy_ops;
phy_ops            19 drivers/nfc/pn544/pn544.h int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
phy_ops           139 drivers/nfc/s3fwrn5/core.c 	const struct s3fwrn5_phy_ops *phy_ops, unsigned int max_payload)
phy_ops           150 drivers/nfc/s3fwrn5/core.c 	info->phy_ops = phy_ops;
phy_ops            36 drivers/nfc/s3fwrn5/s3fwrn5.h 	const struct s3fwrn5_phy_ops *phy_ops;
phy_ops            47 drivers/nfc/s3fwrn5/s3fwrn5.h 	if (!info->phy_ops->set_mode)
phy_ops            50 drivers/nfc/s3fwrn5/s3fwrn5.h 	info->phy_ops->set_mode(info->phy_id, mode);
phy_ops            57 drivers/nfc/s3fwrn5/s3fwrn5.h 	if (!info->phy_ops->get_mode)
phy_ops            60 drivers/nfc/s3fwrn5/s3fwrn5.h 	return info->phy_ops->get_mode(info->phy_id);
phy_ops            65 drivers/nfc/s3fwrn5/s3fwrn5.h 	if (!info->phy_ops->set_wake)
phy_ops            68 drivers/nfc/s3fwrn5/s3fwrn5.h 	info->phy_ops->set_wake(info->phy_id, wake);
phy_ops            75 drivers/nfc/s3fwrn5/s3fwrn5.h 	if (!info->phy_ops->write)
phy_ops            78 drivers/nfc/s3fwrn5/s3fwrn5.h 	return info->phy_ops->write(info->phy_id, skb);
phy_ops            82 drivers/nfc/s3fwrn5/s3fwrn5.h 	const struct s3fwrn5_phy_ops *phy_ops, unsigned int max_payload);
phy_ops           256 drivers/nfc/st-nci/ndlc.c int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
phy_ops           266 drivers/nfc/st-nci/ndlc.c 	ndlc->ops = phy_ops;
phy_ops            48 drivers/nfc/st-nci/ndlc.h int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
phy_ops           218 drivers/nfc/st21nfca/core.c 	r = info->phy_ops->enable(info->phy_id);
phy_ops           237 drivers/nfc/st21nfca/core.c 	info->phy_ops->disable(info->phy_id);
phy_ops           312 drivers/nfc/st21nfca/core.c 	return info->phy_ops->write(info->phy_id, skb);
phy_ops           939 drivers/nfc/st21nfca/core.c int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops,
phy_ops           955 drivers/nfc/st21nfca/core.c 	info->phy_ops = phy_ops;
phy_ops           147 drivers/nfc/st21nfca/st21nfca.h 	struct nfc_phy_ops *phy_ops;
phy_ops           166 drivers/nfc/st21nfca/st21nfca.h int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops,
phy_ops           519 drivers/phy/allwinner/phy-sun4i-usb.c static const struct phy_ops sun4i_usb_phy_ops = {
phy_ops           236 drivers/phy/allwinner/phy-sun6i-mipi-dphy.c static struct phy_ops sun6i_dphy_ops = {
phy_ops           108 drivers/phy/allwinner/phy-sun9i-usb.c static const struct phy_ops sun9i_usb_phy_ops = {
phy_ops           261 drivers/phy/amlogic/phy-meson-g12a-usb2.c static const struct phy_ops phy_meson_g12a_usb2_ops = {
phy_ops           326 drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c static const struct phy_ops phy_g12a_usb3_pcie_ops = {
phy_ops           219 drivers/phy/amlogic/phy-meson-gxl-usb2.c static const struct phy_ops phy_meson_gxl_usb2_ops = {
phy_ops           196 drivers/phy/amlogic/phy-meson-gxl-usb3.c static const struct phy_ops phy_meson_gxl_usb3_ops = {
phy_ops           207 drivers/phy/amlogic/phy-meson8b-usb2.c static const struct phy_ops phy_meson8b_usb2_ops = {
phy_ops           117 drivers/phy/broadcom/phy-bcm-cygnus-pcie.c static const struct phy_ops cygnus_pcie_phy_ops = {
phy_ops            86 drivers/phy/broadcom/phy-bcm-kona-usb2.c static const struct phy_ops ops = {
phy_ops            77 drivers/phy/broadcom/phy-bcm-ns-usb2.c static const struct phy_ops ops = {
phy_ops           180 drivers/phy/broadcom/phy-bcm-ns-usb3.c static const struct phy_ops ops = {
phy_ops            50 drivers/phy/broadcom/phy-bcm-ns2-pcie.c static const struct phy_ops ns2_pci_phy_ops = {
phy_ops           282 drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c static struct phy_ops ops = {
phy_ops           187 drivers/phy/broadcom/phy-bcm-sr-pcie.c static const struct phy_ops sr_pcie_phy_ops = {
phy_ops           192 drivers/phy/broadcom/phy-bcm-sr-pcie.c static const struct phy_ops sr_paxc_phy_ops = {
phy_ops           257 drivers/phy/broadcom/phy-bcm-sr-pcie.c 		const struct phy_ops *ops;
phy_ops           259 drivers/phy/broadcom/phy-bcm-sr-usb.c static struct phy_ops sr_phy_ops = {
phy_ops           597 drivers/phy/broadcom/phy-brcm-sata.c static const struct phy_ops phy_ops = {
phy_ops           684 drivers/phy/broadcom/phy-brcm-sata.c 		port->phy = devm_phy_create(dev, child, &phy_ops);
phy_ops           117 drivers/phy/broadcom/phy-brcm-usb.c static struct phy_ops brcm_usb_phy_ops = {
phy_ops           306 drivers/phy/cadence/cdns-dphy.c static const struct phy_ops cdns_dphy_ops = {
phy_ops           127 drivers/phy/cadence/phy-cadence-dp.c static const struct phy_ops cdns_dp_phy_ops = {
phy_ops           139 drivers/phy/cadence/phy-cadence-sierra.c static const struct phy_ops ops = {
phy_ops           414 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c static const struct phy_ops mixel_dphy_phy_ops = {
phy_ops            79 drivers/phy/freescale/phy-fsl-imx8mq-usb.c static struct phy_ops imx8mq_usb_phy_ops = {
phy_ops           164 drivers/phy/hisilicon/phy-hi3660-usb3.c static struct phy_ops hi3660_phy_ops = {
phy_ops           111 drivers/phy/hisilicon/phy-hi6220-usb.c static const struct phy_ops hi6220_phy_ops = {
phy_ops           104 drivers/phy/hisilicon/phy-hisi-inno-usb2.c static const struct phy_ops hisi_inno_phy_ops = {
phy_ops           158 drivers/phy/hisilicon/phy-histb-combphy.c static const struct phy_ops histb_combphy_ops = {
phy_ops           128 drivers/phy/hisilicon/phy-hix5hd2-sata.c static const struct phy_ops hix5hd2_sata_phy_ops = {
phy_ops           144 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c static struct phy_ops ltq_rcu_usb2_phy_ops = {
phy_ops           352 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c static struct phy_ops ltq_vrx200_pcie_phy_ops = {
phy_ops            50 drivers/phy/marvell/phy-armada375-usb2.c static const struct phy_ops armada375_usb_phy_ops = {
phy_ops           127 drivers/phy/marvell/phy-armada38x-comphy.c static const struct phy_ops a38x_comphy_ops = {
phy_ops           176 drivers/phy/marvell/phy-berlin-sata.c static const struct phy_ops phy_berlin_sata_ops = {
phy_ops           145 drivers/phy/marvell/phy-berlin-usb.c static const struct phy_ops phy_berlin_usb_ops = {
phy_ops           237 drivers/phy/marvell/phy-mvebu-a3700-comphy.c static const struct phy_ops mvebu_a3700_comphy_ops = {
phy_ops            68 drivers/phy/marvell/phy-mvebu-a3700-utmi.c 	const struct phy_ops *ops;
phy_ops           185 drivers/phy/marvell/phy-mvebu-a3700-utmi.c static const struct phy_ops mvebu_a3700_utmi_phy_ops = {
phy_ops           894 drivers/phy/marvell/phy-mvebu-cp110-comphy.c static const struct phy_ops mvebu_comphy_ops = {
phy_ops            74 drivers/phy/marvell/phy-mvebu-sata.c static const struct phy_ops phy_mvebu_sata_ops = {
phy_ops           153 drivers/phy/marvell/phy-pxa-28nm-hsic.c static const struct phy_ops hsic_ops = {
phy_ops           288 drivers/phy/marvell/phy-pxa-28nm-usb2.c static const struct phy_ops usb_ops = {
phy_ops           265 drivers/phy/marvell/phy-pxa-usb.c static const struct phy_ops pxa_usb_phy_ops = {
phy_ops          1032 drivers/phy/mediatek/phy-mtk-tphy.c static const struct phy_ops mtk_tphy_ops = {
phy_ops           187 drivers/phy/mediatek/phy-mtk-ufs.c static const struct phy_ops ufs_mtk_phy_ops = {
phy_ops           476 drivers/phy/mediatek/phy-mtk-xsphy.c static const struct phy_ops mtk_xsphy_ops = {
phy_ops           171 drivers/phy/motorola/phy-cpcap-usb.c static const struct phy_ops ops = {
phy_ops           171 drivers/phy/motorola/phy-mapphone-mdm6600.c static const struct phy_ops gpio_usb_ops = {
phy_ops           438 drivers/phy/mscc/phy-ocelot-serdes.c static const struct phy_ops serdes_ops = {
phy_ops           835 drivers/phy/phy-core.c 		       const struct phy_ops *ops)
phy_ops           911 drivers/phy/phy-core.c 			    const struct phy_ops *ops)
phy_ops            85 drivers/phy/phy-lpc18xx-usb-otg.c static const struct phy_ops lpc18xx_usb_otg_phy_ops = {
phy_ops           126 drivers/phy/phy-pistachio-usb.c static const struct phy_ops pistachio_usb_phy_ops = {
phy_ops          1606 drivers/phy/phy-xgene.c static const struct phy_ops xgene_phy_ops = {
phy_ops            57 drivers/phy/qualcomm/phy-ath79-usb.c static const struct phy_ops ath79_usb_phy_ops = {
phy_ops           199 drivers/phy/qualcomm/phy-qcom-apq8064-sata.c static const struct phy_ops qcom_apq8064_sata_phy_ops = {
phy_ops           121 drivers/phy/qualcomm/phy-qcom-ipq806x-sata.c static const struct phy_ops qcom_ipq806x_sata_phy_ops = {
phy_ops           197 drivers/phy/qualcomm/phy-qcom-pcie2.c static const struct phy_ops qcom_pcie2_ops = {
phy_ops          1847 drivers/phy/qualcomm/phy-qcom-qmp.c static const struct phy_ops qcom_qmp_phy_gen_ops = {
phy_ops          1854 drivers/phy/qualcomm/phy-qcom-qmp.c static const struct phy_ops qcom_qmp_ufs_ops = {
phy_ops          1867 drivers/phy/qualcomm/phy-qcom-qmp.c 	const struct phy_ops *ops = &qcom_qmp_phy_gen_ops;
phy_ops           762 drivers/phy/qualcomm/phy-qcom-qusb2.c static const struct phy_ops qusb2_phy_gen_ops = {
phy_ops           125 drivers/phy/qualcomm/phy-qcom-ufs-i.h 			const struct phy_ops *ufs_qcom_phy_gen_ops,
phy_ops            95 drivers/phy/qualcomm/phy-qcom-ufs-qmp-14nm.c static const struct phy_ops ufs_qcom_phy_qmp_14nm_phy_ops = {
phy_ops           153 drivers/phy/qualcomm/phy-qcom-ufs-qmp-20nm.c static const struct phy_ops ufs_qcom_phy_qmp_20nm_phy_ops = {
phy_ops           104 drivers/phy/qualcomm/phy-qcom-ufs.c 				const struct phy_ops *ufs_qcom_phy_gen_ops,
phy_ops           194 drivers/phy/qualcomm/phy-qcom-usb-hs.c static const struct phy_ops qcom_usb_hs_phy_ops = {
phy_ops            96 drivers/phy/qualcomm/phy-qcom-usb-hsic.c static const struct phy_ops qcom_usb_hsic_phy_ops = {
phy_ops           145 drivers/phy/ralink/phy-ralink-usb.c static struct phy_ops ralink_usb_phy_ops = {
phy_ops            72 drivers/phy/renesas/phy-rcar-gen2.c 	const struct phy_ops *gen2_phy_ops;
phy_ops           247 drivers/phy/renesas/phy-rcar-gen2.c static const struct phy_ops rcar_gen2_phy_ops = {
phy_ops           255 drivers/phy/renesas/phy-rcar-gen2.c static const struct phy_ops rz_g1c_phy_ops = {
phy_ops            62 drivers/phy/renesas/phy-rcar-gen3-pcie.c static const struct phy_ops r8a77980_phy_pcie_ops = {
phy_ops           492 drivers/phy/renesas/phy-rcar-gen3-usb2.c static const struct phy_ops rcar_gen3_phy_usb2_ops = {
phy_ops           500 drivers/phy/renesas/phy-rcar-gen3-usb2.c static const struct phy_ops rz_g1c_phy_usb2_ops = {
phy_ops           600 drivers/phy/renesas/phy-rcar-gen3-usb2.c 	const struct phy_ops *phy_usb2_ops;
phy_ops           120 drivers/phy/renesas/phy-rcar-gen3-usb3.c static const struct phy_ops rcar_gen3_phy_usb3_ops = {
phy_ops            68 drivers/phy/rockchip/phy-rockchip-dp.c static const struct phy_ops rockchip_dp_phy_ops = {
phy_ops           302 drivers/phy/rockchip/phy-rockchip-emmc.c static const struct phy_ops ops = {
phy_ops           517 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c static const struct phy_ops inno_hdmi_phy_ops = {
phy_ops           517 drivers/phy/rockchip/phy-rockchip-inno-usb2.c static const struct phy_ops rockchip_usb2phy_ops = {
phy_ops           338 drivers/phy/rockchip/phy-rockchip-pcie.c static const struct phy_ops ops = {
phy_ops           939 drivers/phy/rockchip/phy-rockchip-typec.c static const struct phy_ops rockchip_usb3_phy_ops = {
phy_ops          1035 drivers/phy/rockchip/phy-rockchip-typec.c static const struct phy_ops rockchip_dp_phy_ops = {
phy_ops           182 drivers/phy/rockchip/phy-rockchip-usb.c static const struct phy_ops ops = {
phy_ops            49 drivers/phy/samsung/phy-exynos-dp-video.c static const struct phy_ops exynos_dp_video_phy_ops = {
phy_ops           288 drivers/phy/samsung/phy-exynos-mipi-video.c static const struct phy_ops exynos_mipi_video_phy_ops = {
phy_ops            63 drivers/phy/samsung/phy-exynos-pcie.c 	const struct phy_ops	*ops;
phy_ops           209 drivers/phy/samsung/phy-exynos-pcie.c static const struct phy_ops exynos5440_phy_ops = {
phy_ops           720 drivers/phy/samsung/phy-exynos5-usbdrd.c static const struct phy_ops exynos5_usbdrd_phy_ops = {
phy_ops           154 drivers/phy/samsung/phy-exynos5250-sata.c static const struct phy_ops exynos_sata_phy_ops = {
phy_ops            85 drivers/phy/samsung/phy-samsung-usb2.c static const struct phy_ops samsung_usb2_phy_ops = {
phy_ops           154 drivers/phy/socionext/phy-uniphier-pcie.c static const struct phy_ops uniphier_pciephy_ops = {
phy_ops            99 drivers/phy/socionext/phy-uniphier-usb2.c static const struct phy_ops uniphier_u2phy_ops = {
phy_ops           299 drivers/phy/socionext/phy-uniphier-usb3hs.c static const struct phy_ops uniphier_u3hsphy_ops = {
phy_ops           205 drivers/phy/socionext/phy-uniphier-usb3ss.c static const struct phy_ops uniphier_u3ssphy_ops = {
phy_ops          1131 drivers/phy/st/phy-miphy28lp.c static const struct phy_ops miphy28lp_ops = {
phy_ops           178 drivers/phy/st/phy-spear1310-miphy.c static const struct phy_ops spear1310_miphy_ops = {
phy_ops           188 drivers/phy/st/phy-spear1340-miphy.c static const struct phy_ops spear1340_miphy_ops = {
phy_ops            82 drivers/phy/st/phy-stih407-usb.c static const struct phy_ops stih407_usb2_picophy_data = {
phy_ops           248 drivers/phy/st/phy-stm32-usbphyc.c static const struct phy_ops stm32_usbphyc_phy_ops = {
phy_ops            64 drivers/phy/tegra/phy-tegra194-p2u.c static const struct phy_ops ops = {
phy_ops           600 drivers/phy/tegra/xusb-tegra124.c static const struct phy_ops tegra124_usb2_phy_ops = {
phy_ops           737 drivers/phy/tegra/xusb-tegra124.c static const struct phy_ops tegra124_ulpi_phy_ops = {
phy_ops           953 drivers/phy/tegra/xusb-tegra124.c static const struct phy_ops tegra124_hsic_phy_ops = {
phy_ops          1141 drivers/phy/tegra/xusb-tegra124.c static const struct phy_ops tegra124_pcie_phy_ops = {
phy_ops          1337 drivers/phy/tegra/xusb-tegra124.c static const struct phy_ops tegra124_sata_phy_ops = {
phy_ops           437 drivers/phy/tegra/xusb-tegra186.c static const struct phy_ops utmi_phy_ops = {
phy_ops           707 drivers/phy/tegra/xusb-tegra186.c static const struct phy_ops usb3_phy_ops = {
phy_ops          1081 drivers/phy/tegra/xusb-tegra210.c static const struct phy_ops tegra210_usb2_phy_ops = {
phy_ops          1335 drivers/phy/tegra/xusb-tegra210.c static const struct phy_ops tegra210_hsic_phy_ops = {
phy_ops          1512 drivers/phy/tegra/xusb-tegra210.c static const struct phy_ops tegra210_pcie_phy_ops = {
phy_ops          1683 drivers/phy/tegra/xusb-tegra210.c static const struct phy_ops tegra210_sata_phy_ops = {
phy_ops           176 drivers/phy/tegra/xusb.c 			    const struct phy_ops *ops)
phy_ops           173 drivers/phy/tegra/xusb.h 			    const struct phy_ops *ops);
phy_ops           277 drivers/phy/ti/phy-am654-serdes.c static const struct phy_ops ops = {
phy_ops            56 drivers/phy/ti/phy-da8xx-usb.c static const struct phy_ops da8xx_usb11_phy_ops = {
phy_ops           114 drivers/phy/ti/phy-da8xx-usb.c static const struct phy_ops da8xx_usb20_phy_ops = {
phy_ops           116 drivers/phy/ti/phy-dm816x-usb.c static const struct phy_ops ops = {
phy_ops           194 drivers/phy/ti/phy-gmii-sel.c static const struct phy_ops phy_gmii_sel_ops = {
phy_ops           197 drivers/phy/ti/phy-omap-usb2.c static const struct phy_ops ops = {
phy_ops           593 drivers/phy/ti/phy-ti-pipe3.c static const struct phy_ops ops = {
phy_ops            86 drivers/phy/ti/phy-tusb1210.c static const struct phy_ops phy_ops = {
phy_ops           138 drivers/phy/ti/phy-tusb1210.c 	tusb->phy = ulpi_phy_create(ulpi, &phy_ops);
phy_ops           654 drivers/phy/ti/phy-twl4030-usb.c static const struct phy_ops ops = {
phy_ops           602 drivers/pinctrl/tegra/pinctrl-tegra-xusb.c static const struct phy_ops pcie_phy_ops = {
phy_ops           676 drivers/pinctrl/tegra/pinctrl-tegra-xusb.c static const struct phy_ops sata_phy_ops = {
phy_ops           288 drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c static const struct phy_ops mt7621_pci_phy_ops = {
phy_ops           131 include/drm/bridge/dw_hdmi.h 	const struct dw_hdmi_phy_ops *phy_ops;
phy_ops            46 include/drm/bridge/dw_mipi_dsi.h 	const struct dw_mipi_dsi_phy_ops *phy_ops;
phy_ops           133 include/linux/phy/phy.h 	const struct phy_ops	*ops;
phy_ops           242 include/linux/phy/phy.h 		       const struct phy_ops *ops);
phy_ops           244 include/linux/phy/phy.h 			    const struct phy_ops *ops);
phy_ops           442 include/linux/phy/phy.h 				     const struct phy_ops *ops)
phy_ops           449 include/linux/phy/phy.h 					  const struct phy_ops *ops)
phy_ops             9 include/linux/phy/ulpi_phy.h *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops)