/linux-4.1.27/drivers/nfc/nxp-nci/ |
D | core.c | 55 if (info->phy_ops->set_mode) in nxp_nci_open() 56 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_NCI); in nxp_nci_open() 72 if (info->phy_ops->set_mode) in nxp_nci_close() 73 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD); in nxp_nci_close() 86 if (!info->phy_ops->write) { in nxp_nci_send() 96 r = info->phy_ops->write(info->phy_id, skb); in nxp_nci_send() 112 struct nxp_nci_phy_ops *phy_ops, unsigned int max_payload, in nxp_nci_probe() argument 126 info->phy_ops = phy_ops; in nxp_nci_probe() 132 if (info->phy_ops->set_mode) { in nxp_nci_probe() 133 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD); in nxp_nci_probe() [all …]
|
D | firmware.c | 68 if (info->phy_ops->set_mode) { in nxp_nci_fw_work_complete() 69 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD); in nxp_nci_fw_work_complete() 133 r = info->phy_ops->write(info->phy_id, skb); in nxp_nci_fw_send_chunk() 219 if (!info->phy_ops->set_mode || !info->phy_ops->write) { in nxp_nci_fw_download() 236 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_FW); in nxp_nci_fw_download()
|
D | nxp-nci.h | 71 struct nxp_nci_phy_ops *phy_ops; member 85 struct nxp_nci_phy_ops *phy_ops, unsigned int max_payload,
|
/linux-4.1.27/include/linux/phy/ |
D | phy.h | 33 struct phy_ops { struct 63 const struct phy_ops *ops; 142 const struct phy_ops *ops); 144 const struct phy_ops *ops); 285 const struct phy_ops *ops) in phy_create() 292 const struct phy_ops *ops) in devm_phy_create()
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca.h | 60 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, 72 struct nfc_phy_ops *phy_ops; member
|
D | st21nfca.c | 241 r = info->phy_ops->enable(info->phy_id); in st21nfca_hci_open() 260 info->phy_ops->disable(info->phy_id); in st21nfca_hci_close() 342 return info->phy_ops->write(info->phy_id, skb); in st21nfca_hci_xmit() 964 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe() argument 982 info->phy_ops = phy_ops; in st21nfca_hci_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cphy.h | 140 int phy_addr, struct cphy_ops *phy_ops, in cphy_init() argument 145 phy->ops = phy_ops; in cphy_init() 148 phy->mdio.mmds = phy_ops->mmds; in cphy_init()
|
/linux-4.1.27/drivers/nfc/microread/ |
D | microread.c | 166 struct nfc_phy_ops *phy_ops; member 180 return info->phy_ops->enable(info->phy_id); in microread_open() 187 info->phy_ops->disable(info->phy_id); in microread_close() 233 return info->phy_ops->write(info->phy_id, skb); in microread_xmit() 656 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in microread_probe() argument 672 info->phy_ops = phy_ops; in microread_probe()
|
D | microread.h | 25 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | pn544.c | 122 struct nfc_phy_ops *phy_ops; member 150 r = info->phy_ops->enable(info->phy_id); in pn544_hci_open() 169 info->phy_ops->disable(info->phy_id); in pn544_hci_close() 341 return info->phy_ops->write(info->phy_id, skb); in pn544_hci_xmit() 915 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in pn544_hci_probe() argument 930 info->phy_ops = phy_ops; in pn544_hci_probe()
|
D | pn544.h | 31 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 57 const struct phy_ops *ops); 59 const struct phy_ops *ops); 63 phy_ops is a set of function pointers for performing PHY operations such as 66 Inorder to dereference the private data (in phy_ops), the phy provider driver 68 phy_ops to get back the private data.
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | ndlc.h | 56 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
|
D | ndlc.c | 253 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev, in ndlc_probe() argument 262 ndlc->ops = phy_ops; in ndlc_probe()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_hdmi.h | 60 struct hdmi_phy_ops *phy_ops; member
|
D | sti_hdmi.c | 469 hdmi->phy_ops->stop(hdmi); in sti_hdmi_disable() 504 if (!hdmi->phy_ops->start(hdmi)) { in sti_hdmi_pre_enable() 833 hdmi->phy_ops = (struct hdmi_phy_ops *) in sti_hdmi_probe()
|
/linux-4.1.27/drivers/phy/ |
D | phy-exynos-dp-video.c | 51 static struct phy_ops exynos_dp_video_phy_ops = {
|
D | phy-rockchip-usb.c | 87 static struct phy_ops ops = {
|
D | phy-qcom-ufs-i.h | 153 struct phy_ops *ufs_qcom_phy_gen_ops,
|
D | phy-armada375-usb2.c | 54 static struct phy_ops armada375_usb_phy_ops = {
|
D | phy-bcm-kona-usb2.c | 94 static struct phy_ops ops = {
|
D | phy-mvebu-sata.c | 78 static struct phy_ops phy_mvebu_sata_ops = {
|
D | phy-stih407-usb.c | 86 static const struct phy_ops stih407_usb2_picophy_data = {
|
D | phy-stih41x-usb.c | 115 static struct phy_ops stih41x_usb_phy_ops = {
|
D | phy-qcom-ufs-qmp-14nm.c | 118 static struct phy_ops ufs_qcom_phy_qmp_14nm_phy_ops = {
|
D | phy-sun9i-usb.c | 117 static struct phy_ops sun9i_usb_phy_ops = {
|
D | phy-exynos-mipi-video.c | 127 static struct phy_ops exynos_mipi_video_phy_ops = {
|
D | phy-hix5hd2-sata.c | 132 static struct phy_ops hix5hd2_sata_phy_ops = {
|
D | phy-qcom-ufs-qmp-20nm.c | 174 static struct phy_ops ufs_qcom_phy_qmp_20nm_phy_ops = {
|
D | phy-berlin-usb.c | 150 static struct phy_ops phy_berlin_usb_ops = {
|
D | phy-qcom-ipq806x-sata.c | 129 static struct phy_ops qcom_ipq806x_sata_phy_ops = {
|
D | phy-spear1340-miphy.c | 192 static struct phy_ops spear1340_miphy_ops = {
|
D | phy-spear1310-miphy.c | 182 static struct phy_ops spear1310_miphy_ops = {
|
D | phy-exynos5250-sata.c | 157 static struct phy_ops exynos_sata_phy_ops = {
|
D | phy-qcom-apq8064-sata.c | 207 static struct phy_ops qcom_apq8064_sata_phy_ops = {
|
D | phy-dm816x-usb.c | 116 static struct phy_ops ops = {
|
D | phy-samsung-usb2.c | 74 static struct phy_ops samsung_usb2_phy_ops = {
|
D | phy-core.c | 636 const struct phy_ops *ops) in phy_create() 715 const struct phy_ops *ops) in devm_phy_create()
|
D | phy-berlin-sata.c | 179 static struct phy_ops phy_berlin_sata_ops = {
|
D | phy-sun4i-usb.c | 207 static struct phy_ops sun4i_usb_phy_ops = {
|
D | phy-omap-usb2.c | 140 static struct phy_ops ops = {
|
D | phy-rcar-gen2.c | 187 static struct phy_ops rcar_gen2_phy_ops = {
|
D | phy-ti-pipe3.c | 282 static struct phy_ops ops = {
|
D | phy-miphy365x.c | 518 static struct phy_ops miphy365x_ops = {
|
D | phy-exynos5-usbdrd.c | 540 static struct phy_ops exynos5_usbdrd_phy_ops = {
|
D | phy-twl4030-usb.c | 634 static const struct phy_ops ops = {
|
D | phy-qcom-ufs.c | 80 struct phy_ops *ufs_qcom_phy_gen_ops, in ufs_qcom_phy_generic_probe()
|
D | phy-miphy28lp.c | 1140 static struct phy_ops miphy28lp_ops = {
|
D | phy-xgene.c | 1618 static const struct phy_ops xgene_phy_ops = {
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | 82571.c | 1980 .phy_ops = &e82_phy_ops_igp, 1998 .phy_ops = &e82_phy_ops_igp, 2016 .phy_ops = &e82_phy_ops_m88, 2040 .phy_ops = &e82_phy_ops_bm, 2061 .phy_ops = &e82_phy_ops_bm,
|
D | e1000.h | 360 const struct e1000_phy_operations *phy_ops; member
|
D | ich8lan.c | 5687 .phy_ops = &ich8_phy_ops, 5704 .phy_ops = &ich8_phy_ops, 5721 .phy_ops = &ich8_phy_ops, 5740 .phy_ops = &ich8_phy_ops, 5760 .phy_ops = &ich8_phy_ops, 5780 .phy_ops = &ich8_phy_ops, 5800 .phy_ops = &ich8_phy_ops,
|
D | 80003es2lan.c | 1416 .phy_ops = &es2_phy_ops,
|
D | netdev.c | 6868 memcpy(&hw->phy.ops, ei->phy_ops, sizeof(hw->phy.ops)); in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 578 int phy_addr, struct cphy_ops *phy_ops, in cphy_init() argument 585 phy->ops = phy_ops; in cphy_init() 588 phy->mdio.mmds = phy_ops->mmds; in cphy_init()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 597 static const struct phy_ops pcie_phy_ops = { 671 static const struct phy_ops sata_phy_ops = {
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 375 struct e1000_phy_operations *phy_ops; member
|
D | e1000_82575.c | 2881 .phy_ops = &e1000_phy_ops_82575,
|
D | igb_main.c | 2330 memcpy(&hw->phy.ops, ei->phy_ops, sizeof(hw->phy.ops)); in igb_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 1521 .phy_ops = &phy_ops_X550, 1530 .phy_ops = &phy_ops_X550EM_x,
|
D | ixgbe_x540.c | 861 .phy_ops = &phy_ops_X540,
|
D | ixgbe_82598.c | 1236 .phy_ops = &phy_ops_82598,
|
D | ixgbe_82599.c | 2379 .phy_ops = &phy_ops_82599,
|
D | ixgbe_type.h | 3235 struct ixgbe_phy_operations *phy_ops; member
|
D | ixgbe_main.c | 8447 memcpy(&hw->phy.ops, ii->phy_ops, sizeof(hw->phy.ops)); in ixgbe_probe()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 1879 const struct niu_phy_ops *ops = np->phy_ops; in niu_xcvr_init() 1891 const struct niu_phy_ops *ops = np->phy_ops; in niu_serdes_init() 2176 if (np->phy_ops->xcvr_init) in link_status_10g_hotplug() 2177 err = np->phy_ops->xcvr_init(np); in link_status_10g_hotplug() 2214 const struct niu_phy_ops *ops = np->phy_ops; in niu_link_status() 2596 np->phy_ops = tp->ops; in niu_determine_phy_disposition()
|
D | niu.h | 3283 const struct niu_phy_ops *phy_ops; member
|