/linux-4.4.14/drivers/net/ |
D | sungem_phy.c | 50 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg) in __sungem_phy_read() 55 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val) in __sungem_phy_write() 60 static inline int sungem_phy_read(struct mii_phy* phy, int reg) in sungem_phy_read() 65 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val) in sungem_phy_write() 70 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy() 94 static int bcm5201_init(struct mii_phy* phy) in bcm5201_init() 107 static int bcm5201_suspend(struct mii_phy* phy) in bcm5201_suspend() 115 static int bcm5221_init(struct mii_phy* phy) in bcm5221_init() 138 static int bcm5221_suspend(struct mii_phy* phy) in bcm5221_suspend() 153 static int bcm5241_init(struct mii_phy* phy) in bcm5241_init() [all …]
|
/linux-4.4.14/include/linux/phy/ |
D | phy.h | 60 struct phy { struct 63 const struct phy_ops *ops; argument 67 struct phy_attrs attrs; argument 72 * struct phy_provider - represents the phy provider argument 90 struct phy *phy; member 101 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata() 106 static inline void *phy_get_drvdata(struct phy *phy) in phy_get_drvdata() 122 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width() 126 static inline void phy_set_bus_width(struct phy *phy, int bus_width) in phy_set_bus_width() 161 static inline int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get() [all …]
|
D | omap_usb.h | 34 struct usb_phy phy; member
|
/linux-4.4.14/drivers/phy/ |
D | phy-core.c | 34 struct phy *phy = *(struct phy **)res; in devm_phy_release() local 48 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local 55 struct phy **phy = res; in devm_phy_match() local 68 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() 100 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() 152 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get() 167 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() 182 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() 191 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() 200 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow() [all …]
|
D | phy-omap-usb2.c | 49 struct omap_usb *phy; in omap_usb2_set_comparator() local 63 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_set_vbus() local 73 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_start_srp() local 102 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_off() local 111 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_on() local 120 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_init() local 190 struct omap_usb *phy; in omap_usb2_probe() local 310 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_remove() local 326 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_runtime_suspend() local 338 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_runtime_resume() local
|
D | phy-lpc18xx-usb-otg.c | 26 struct phy *phy; member 31 static int lpc18xx_usb_otg_phy_init(struct phy *phy) in lpc18xx_usb_otg_phy_init() 44 static int lpc18xx_usb_otg_phy_exit(struct phy *phy) in lpc18xx_usb_otg_phy_exit() 53 static int lpc18xx_usb_otg_phy_power_on(struct phy *phy) in lpc18xx_usb_otg_phy_power_on() 67 static int lpc18xx_usb_otg_phy_power_off(struct phy *phy) in lpc18xx_usb_otg_phy_power_off()
|
D | phy-bcm-kona-usb2.c | 42 static void bcm_kona_usb_phy_power(struct bcm_kona_usb *phy, int on) in bcm_kona_usb_phy_power() 60 struct bcm_kona_usb *phy = phy_get_drvdata(gphy); in bcm_kona_usb_phy_init() local 78 struct bcm_kona_usb *phy = phy_get_drvdata(gphy); in bcm_kona_usb_phy_power_on() local 87 struct bcm_kona_usb *phy = phy_get_drvdata(gphy); in bcm_kona_usb_phy_power_off() local 104 struct bcm_kona_usb *phy; in bcm_kona_usb2_probe() local
|
D | phy-qcom-ufs.c | 157 static int __ufs_qcom_phy_clk_get(struct phy *phy, in __ufs_qcom_phy_clk_get() 178 int ufs_qcom_phy_clk_get(struct phy *phy, in ufs_qcom_phy_clk_get() 245 static int __ufs_qcom_phy_init_vreg(struct phy *phy, in __ufs_qcom_phy_init_vreg() 309 static int ufs_qcom_phy_init_vreg(struct phy *phy, in ufs_qcom_phy_init_vreg() 316 int ufs_qcom_phy_cfg_vreg(struct phy *phy, in ufs_qcom_phy_cfg_vreg() 356 int ufs_qcom_phy_enable_vreg(struct phy *phy, in ufs_qcom_phy_enable_vreg() 388 struct ufs_qcom_phy *phy = get_ufs_qcom_phy(generic_phy); in ufs_qcom_phy_enable_ref_clk() local 438 int ufs_qcom_phy_disable_vreg(struct phy *phy, in ufs_qcom_phy_disable_vreg() 464 struct ufs_qcom_phy *phy = get_ufs_qcom_phy(generic_phy); in ufs_qcom_phy_disable_ref_clk() local 484 struct ufs_qcom_phy *phy = get_ufs_qcom_phy(generic_phy); in ufs_qcom_phy_dev_ref_clk_ctrl() local [all …]
|
D | phy-ti-pipe3.c | 125 static struct pipe3_dpll_params *ti_pipe3_get_dpll_params(struct ti_pipe3 *phy) in ti_pipe3_get_dpll_params() 147 struct ti_pipe3 *phy = phy_get_drvdata(x); in ti_pipe3_power_off() local 156 struct ti_pipe3 *phy = phy_get_drvdata(x); in ti_pipe3_power_on() local 163 static int ti_pipe3_dpll_wait_lock(struct ti_pipe3 *phy) in ti_pipe3_dpll_wait_lock() 180 static int ti_pipe3_dpll_program(struct ti_pipe3 *phy) in ti_pipe3_dpll_program() 221 struct ti_pipe3 *phy = phy_get_drvdata(x); in ti_pipe3_init() local 255 struct ti_pipe3 *phy = phy_get_drvdata(x); in ti_pipe3_exit() local 313 struct ti_pipe3 *phy; in ti_pipe3_probe() local 469 static int ti_pipe3_enable_clocks(struct ti_pipe3 *phy) in ti_pipe3_enable_clocks() 510 static void ti_pipe3_disable_clocks(struct ti_pipe3 *phy) in ti_pipe3_disable_clocks()
|
D | phy-dm816x-usb.c | 57 struct usb_phy phy; member 83 struct dm816x_usb_phy *phy = phy_get_drvdata(x); in dm816x_usb_phy_init() local 123 struct dm816x_usb_phy *phy = dev_get_drvdata(dev); in dm816x_usb_phy_runtime_suspend() local 141 struct dm816x_usb_phy *phy = dev_get_drvdata(dev); in dm816x_usb_phy_runtime_resume() local 186 struct dm816x_usb_phy *phy; in dm816x_usb_phy_probe() local 266 struct dm816x_usb_phy *phy = platform_get_drvdata(pdev); in dm816x_usb_phy_remove() local
|
D | phy-qcom-ufs-qmp-14nm.c | 47 struct ufs_qcom_phy_qmp_14nm *phy = phy_get_drvdata(generic_phy); in ufs_qcom_phy_qmp_14nm_init() local 74 void ufs_qcom_phy_qmp_14nm_power_control(struct ufs_qcom_phy *phy, bool val) in ufs_qcom_phy_qmp_14nm_power_control() 85 void ufs_qcom_phy_qmp_14nm_set_tx_lane_enable(struct ufs_qcom_phy *phy, u32 val) in ufs_qcom_phy_qmp_14nm_set_tx_lane_enable() 93 static inline void ufs_qcom_phy_qmp_14nm_start_serdes(struct ufs_qcom_phy *phy) in ufs_qcom_phy_qmp_14nm_start_serdes() 138 struct ufs_qcom_phy_qmp_14nm *phy; in ufs_qcom_phy_qmp_14nm_probe() local
|
D | phy-sun9i-usb.c | 45 struct phy *phy; member 53 static void sun9i_usb_phy_passby(struct sun9i_usb_phy *phy, int enable) in sun9i_usb_phy_passby() 77 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_init() local 107 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_exit() local 125 struct sun9i_usb_phy *phy; in sun9i_usb_phy_probe() local
|
D | phy-sun4i-usb.c | 98 struct phy *phy; member 122 #define to_sun4i_usb_phy_data(phy) \ argument 127 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy0_update_iscr() local 137 static void sun4i_usb_phy0_set_id_detect(struct phy *phy, u32 val) in sun4i_usb_phy0_set_id_detect() 147 static void sun4i_usb_phy0_set_vbus_detect(struct phy *phy, u32 val) in sun4i_usb_phy0_set_vbus_detect() 157 static void sun4i_usb_phy_write(struct sun4i_usb_phy *phy, u32 addr, u32 data, in sun4i_usb_phy_write() 208 static void sun4i_usb_phy_passby(struct sun4i_usb_phy *phy, int enable) in sun4i_usb_phy_passby() 230 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_init() local 280 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_exit() local 323 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_power_on() local [all …]
|
D | phy-qcom-ufs-qmp-20nm.c | 66 struct ufs_qcom_phy_qmp_20nm *phy = phy_get_drvdata(generic_phy); in ufs_qcom_phy_qmp_20nm_init() local 91 void ufs_qcom_phy_qmp_20nm_power_control(struct ufs_qcom_phy *phy, bool val) in ufs_qcom_phy_qmp_20nm_power_control() 143 void ufs_qcom_phy_qmp_20nm_set_tx_lane_enable(struct ufs_qcom_phy *phy, u32 val) in ufs_qcom_phy_qmp_20nm_set_tx_lane_enable() 150 static inline void ufs_qcom_phy_qmp_20nm_start_serdes(struct ufs_qcom_phy *phy) in ufs_qcom_phy_qmp_20nm_start_serdes() 194 struct ufs_qcom_phy_qmp_20nm *phy; in ufs_qcom_phy_qmp_20nm_probe() local
|
D | phy-rockchip-usb.c | 43 struct phy *phy; member 46 static int rockchip_usb_phy_power(struct rockchip_usb_phy *phy, in rockchip_usb_phy_power() 55 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_off() local 70 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_on() local
|
D | phy-pxa-28nm-hsic.c | 50 struct phy *phy; member 67 static int mv_hsic_phy_init(struct phy *phy) in mv_hsic_phy_init() 97 static int mv_hsic_phy_power_on(struct phy *phy) in mv_hsic_phy_power_on() 136 static int mv_hsic_phy_power_off(struct phy *phy) in mv_hsic_phy_power_off() 147 static int mv_hsic_phy_exit(struct phy *phy) in mv_hsic_phy_exit()
|
D | phy-stih407-usb.c | 37 struct phy *phy; member 55 static int stih407_usb2_init_port(struct phy *phy) in stih407_usb2_init_port() 72 static int stih407_usb2_exit_port(struct phy *phy) in stih407_usb2_exit_port() 98 struct phy *phy; in stih407_usb2_picophy_probe() local
|
D | phy-stih41x-usb.c | 71 static int stih41x_usb_phy_init(struct phy *phy) in stih41x_usb_phy_init() 79 static int stih41x_usb_phy_power_on(struct phy *phy) in stih41x_usb_phy_power_on() 98 static int stih41x_usb_phy_power_off(struct phy *phy) in stih41x_usb_phy_power_off() 131 struct phy *phy; in stih41x_usb_phy_probe() local
|
D | phy-exynos-dp-video.c | 33 static int exynos_dp_video_phy_power_on(struct phy *phy) in exynos_dp_video_phy_power_on() 42 static int exynos_dp_video_phy_power_off(struct phy *phy) in exynos_dp_video_phy_power_off() 83 struct phy *phy; in exynos_dp_video_phy_probe() local
|
D | phy-bcm-cygnus-pcie.c | 42 struct phy *phy; member 59 static int cygnus_pcie_power_config(struct cygnus_pcie_phy *phy, bool enable) in cygnus_pcie_power_config() 105 struct cygnus_pcie_phy *phy = phy_get_drvdata(p); in cygnus_pcie_phy_power_on() local 112 struct cygnus_pcie_phy *phy = phy_get_drvdata(p); in cygnus_pcie_phy_power_off() local
|
D | phy-rcar-gen2.c | 48 struct phy *phy; member 72 struct rcar_gen2_phy *phy = phy_get_drvdata(p); in rcar_gen2_phy_init() local 100 struct rcar_gen2_phy *phy = phy_get_drvdata(p); in rcar_gen2_phy_exit() local 112 struct rcar_gen2_phy *phy = phy_get_drvdata(p); in rcar_gen2_phy_power_on() local 156 struct rcar_gen2_phy *phy = phy_get_drvdata(p); in rcar_gen2_phy_power_off() local 295 struct rcar_gen2_phy *phy = &channel->phys[n]; in rcar_gen2_phy_probe() local
|
D | phy-armada375-usb2.c | 29 struct phy *phy; member 35 static int armada375_usb_phy_init(struct phy *phy) in armada375_usb_phy_init() 109 struct phy *phy; in armada375_usb_phy_probe() local
|
D | phy-mvebu-sata.c | 32 static int phy_mvebu_sata_power_on(struct phy *phy) in phy_mvebu_sata_power_on() 55 static int phy_mvebu_sata_power_off(struct phy *phy) in phy_mvebu_sata_power_off() 89 struct phy *phy; in phy_mvebu_sata_probe() local
|
D | ulpi_phy.h | 10 struct phy *phy; in ulpi_phy_create() local 27 static inline void ulpi_phy_destroy(struct ulpi *ulpi, struct phy *phy) in ulpi_phy_destroy()
|
D | phy-exynos-mipi-video.c | 41 struct phy *phy; member 100 static int exynos_mipi_video_phy_power_on(struct phy *phy) in exynos_mipi_video_phy_power_on() 108 static int exynos_mipi_video_phy_power_off(struct phy *phy) in exynos_mipi_video_phy_power_off() 161 struct phy *phy = devm_phy_create(dev, NULL, in exynos_mipi_video_phy_probe() local
|
D | phy-tusb1210.c | 25 struct phy *phy; member 31 static int tusb1210_power_on(struct phy *phy) in tusb1210_power_on() 46 static int tusb1210_power_off(struct phy *phy) in tusb1210_power_off()
|
D | phy-exynos5250-sata.c | 52 struct phy *phy; member 72 static int exynos_sata_phy_power_on(struct phy *phy) in exynos_sata_phy_power_on() 81 static int exynos_sata_phy_power_off(struct phy *phy) in exynos_sata_phy_power_off() 90 static int exynos_sata_phy_init(struct phy *phy) in exynos_sata_phy_init()
|
D | phy-qcom-ipq806x-sata.c | 63 struct qcom_ipq806x_sata_phy *phy = phy_get_drvdata(generic_phy); in qcom_ipq806x_sata_phy_init() local 118 struct qcom_ipq806x_sata_phy *phy = phy_get_drvdata(generic_phy); in qcom_ipq806x_sata_phy_exit() local 137 struct qcom_ipq806x_sata_phy *phy; in qcom_ipq806x_sata_phy_probe() local 185 struct qcom_ipq806x_sata_phy *phy = platform_get_drvdata(pdev); in qcom_ipq806x_sata_phy_remove() local
|
D | phy-pistachio-usb.c | 55 static int pistachio_usb_phy_power_on(struct phy *phy) in pistachio_usb_phy_power_on() 120 static int pistachio_usb_phy_power_off(struct phy *phy) in pistachio_usb_phy_power_off() 139 struct phy *phy; in pistachio_usb_phy_probe() local
|
D | phy-qcom-apq8064-sata.c | 99 struct qcom_apq8064_sata_phy *phy = phy_get_drvdata(generic_phy); in qcom_apq8064_sata_phy_init() local 194 struct qcom_apq8064_sata_phy *phy = phy_get_drvdata(generic_phy); in qcom_apq8064_sata_phy_exit() local 215 struct qcom_apq8064_sata_phy *phy; in qcom_apq8064_sata_phy_probe() local 263 struct qcom_apq8064_sata_phy *phy = platform_get_drvdata(pdev); in qcom_apq8064_sata_phy_remove() local
|
D | phy-berlin-sata.c | 54 struct phy *phy; member 83 static int phy_berlin_sata_power_on(struct phy *phy) in phy_berlin_sata_power_on() 136 static int phy_berlin_sata_power_off(struct phy *phy) in phy_berlin_sata_power_off() 194 struct phy *phy; in phy_berlin_sata_probe() local
|
D | phy-pxa-28nm-usb2.c | 144 struct phy *phy; member 161 static int mv_usb2_phy_28nm_init(struct phy *phy) in mv_usb2_phy_28nm_init() 247 static int mv_usb2_phy_28nm_power_on(struct phy *phy) in mv_usb2_phy_28nm_power_on() 260 static int mv_usb2_phy_28nm_power_off(struct phy *phy) in mv_usb2_phy_28nm_power_off() 273 static int mv_usb2_phy_28nm_exit(struct phy *phy) in mv_usb2_phy_28nm_exit()
|
D | phy-mt65xx-usb3.c | 115 struct phy *phy; member 321 static int mt65xx_phy_init(struct phy *phy) in mt65xx_phy_init() 337 static int mt65xx_phy_power_on(struct phy *phy) in mt65xx_phy_power_on() 346 static int mt65xx_phy_power_off(struct phy *phy) in mt65xx_phy_power_off() 355 static int mt65xx_phy_exit(struct phy *phy) in mt65xx_phy_exit() 449 struct phy *phy; in mt65xx_u3phy_probe() local
|
D | phy-samsung-usb2.c | 22 static int samsung_usb2_phy_power_on(struct phy *phy) in samsung_usb2_phy_power_on() 64 static int samsung_usb2_phy_power_off(struct phy *phy) in samsung_usb2_phy_power_off()
|
D | phy-spear1340-miphy.c | 89 struct phy *phy; member 160 static int spear1340_miphy_init(struct phy *phy) in spear1340_miphy_init() 173 static int spear1340_miphy_exit(struct phy *phy) in spear1340_miphy_exit()
|
D | phy-exynos5-usbdrd.c | 174 struct phy *phy; member 354 static int exynos5_usbdrd_phy_init(struct phy *phy) in exynos5_usbdrd_phy_init() 416 static int exynos5_usbdrd_phy_exit(struct phy *phy) in exynos5_usbdrd_phy_exit() 450 static int exynos5_usbdrd_phy_power_on(struct phy *phy) in exynos5_usbdrd_phy_power_on() 503 static int exynos5_usbdrd_phy_power_off(struct phy *phy) in exynos5_usbdrd_phy_power_off() 745 struct phy *phy = devm_phy_create(dev, NULL, in exynos5_usbdrd_phy_probe() local
|
D | phy-spear1310-miphy.c | 112 struct phy *phy; member 154 static int spear1310_miphy_init(struct phy *phy) in spear1310_miphy_init() 165 static int spear1310_miphy_exit(struct phy *phy) in spear1310_miphy_exit()
|
D | phy-hix5hd2-sata.c | 65 static int hix5hd2_sata_phy_init(struct phy *phy) in hix5hd2_sata_phy_init() 142 struct phy *phy; in hix5hd2_sata_phy_probe() local
|
D | phy-twl4030-usb.c | 158 struct usb_phy phy; member 445 static int twl4030_phy_power_off(struct phy *phy) in twl4030_phy_power_off() 456 static int twl4030_phy_power_on(struct phy *phy) in twl4030_phy_power_on() 593 static int twl4030_phy_init(struct phy *phy) in twl4030_phy_init() 646 struct phy *phy; in twl4030_usb_probe() local
|
D | phy-brcmstb-sata.c | 39 struct phy *phy; member 116 static int brcm_sata_phy_init(struct phy *phy) in brcm_sata_phy_init()
|
D | phy-miphy365x.c | 139 struct phy *phy; member 419 static int miphy365x_init(struct phy *phy) in miphy365x_init() 539 struct phy *phy; in miphy365x_probe() local
|
D | phy-berlin-usb.c | 119 static int phy_berlin_usb_power_on(struct phy *phy) in phy_berlin_usb_power_on() 174 struct phy *phy; in phy_berlin_usb_probe() local
|
D | phy-samsung-usb2.h | 31 struct phy *phy; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | ael1002.c | 84 static int set_phy_regs(struct cphy *phy, const struct reg_val *rv) in set_phy_regs() 100 static void ael100x_txon(struct cphy *phy) in ael100x_txon() 113 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd() 141 static int ael1002_power_down(struct cphy *phy, int enable) in ael1002_power_down() 153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset() 168 static int ael1002_intr_noop(struct cphy *phy) in ael1002_intr_noop() 176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed, in get_link_status_r() 212 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1002_phy_prep() 222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset() 238 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1006_phy_prep() [all …]
|
D | aq100x.c | 65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset() 80 static int aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable() 90 static int aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable() 95 static int aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear() 105 static int aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler() 120 static int aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down() 127 static int aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable() 140 static int aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart() 153 static int aq100x_advertise(struct cphy *phy, unsigned int advertise_map) in aq100x_advertise() 194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback() [all …]
|
D | vsc8211.c | 278 static int vsc8211_set_automdi(struct cphy *phy, int enable) in vsc8211_set_automdi() 305 int vsc8211_set_speed_duplex(struct cphy *phy, int speed, int duplex) in vsc8211_set_speed_duplex() 367 int t3_vsc8211_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_vsc8211_phy_prep()
|
D | t3_hw.c | 328 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear, in t3_mdio_change_bits() 352 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset() 382 int t3_phy_advertise(struct cphy *phy, unsigned int advert) in t3_phy_advertise() 425 int t3_phy_advertise_fiber(struct cphy *phy, unsigned int advert) in t3_phy_advertise_fiber() 449 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex) in t3_set_phy_speed_duplex() 475 int t3_phy_lasi_intr_enable(struct cphy *phy) in t3_phy_lasi_intr_enable() 481 int t3_phy_lasi_intr_disable(struct cphy *phy) in t3_phy_lasi_intr_disable() 486 int t3_phy_lasi_intr_clear(struct cphy *phy) in t3_phy_lasi_intr_clear() 493 int t3_phy_lasi_intr_handler(struct cphy *phy) in t3_phy_lasi_intr_handler() 1210 struct cphy *phy = &pi->phy; in t3_link_changed() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | phy.c | 34 static inline int _phy_read(struct mii_phy *phy, int reg) in _phy_read() 39 static inline void _phy_write(struct mii_phy *phy, int reg, int val) in _phy_write() 44 static inline int gpcs_phy_read(struct mii_phy *phy, int reg) in gpcs_phy_read() 49 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) in gpcs_phy_write() 54 int emac_mii_reset_phy(struct mii_phy *phy) in emac_mii_reset_phy() 78 int emac_mii_reset_gpcs(struct mii_phy *phy) in emac_mii_reset_gpcs() 109 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg() 168 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd) in genmii_setup_forced() 205 static int genmii_poll_link(struct mii_phy *phy) in genmii_poll_link() 219 static int genmii_read_link(struct mii_phy *phy) in genmii_read_link() [all …]
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy.c | 26 struct usb_phy *phy; member 33 struct usb_phy *phy = NULL; in __usb_find_phy() local 65 struct usb_phy *phy; in __of_usb_find_phy() local 82 struct usb_phy *phy = *(struct usb_phy **)res; in devm_usb_phy_release() local 98 struct usb_phy **phy = res; in devm_usb_phy_match() local 116 struct usb_phy **ptr, *phy; in devm_usb_get_phy() local 145 struct usb_phy *phy = NULL; in usb_get_phy() local 189 struct usb_phy *phy = ERR_PTR(-ENOMEM); in devm_usb_get_phy_by_node() local 248 struct usb_phy *phy; in devm_usb_get_phy_by_phandle() local 280 struct usb_phy *phy = NULL; in usb_get_phy_dev() local [all …]
|
D | phy-ulpi.c | 55 static int ulpi_set_otg_flags(struct usb_phy *phy) in ulpi_set_otg_flags() 79 static int ulpi_set_fc_flags(struct usb_phy *phy) in ulpi_set_fc_flags() 121 static int ulpi_set_ic_flags(struct usb_phy *phy) in ulpi_set_ic_flags() 140 static int ulpi_set_flags(struct usb_phy *phy) in ulpi_set_flags() 155 static int ulpi_check_integrity(struct usb_phy *phy) in ulpi_check_integrity() 181 static int ulpi_init(struct usb_phy *phy) in ulpi_init() 214 struct usb_phy *phy = otg->usb_phy; in ulpi_set_host() local 240 struct usb_phy *phy = otg->usb_phy; in ulpi_set_vbus() local 260 struct usb_phy *phy; in otg_ulpi_create() local
|
D | phy-tegra-usb.c | 206 static void set_pts(struct tegra_usb_phy *phy, u8 pts_val) in set_pts() 224 static void set_phcd(struct tegra_usb_phy *phy, bool enable) in set_phcd() 246 static int utmip_pad_open(struct tegra_usb_phy *phy) in utmip_pad_open() 257 static void utmip_pad_power_on(struct tegra_usb_phy *phy) in utmip_pad_power_on() 288 static int utmip_pad_power_off(struct tegra_usb_phy *phy) in utmip_pad_power_off() 327 static void utmi_phy_clk_disable(struct tegra_usb_phy *phy) in utmi_phy_clk_disable() 349 static void utmi_phy_clk_enable(struct tegra_usb_phy *phy) in utmi_phy_clk_enable() 372 static int utmi_phy_power_on(struct tegra_usb_phy *phy) in utmi_phy_power_on() 521 static int utmi_phy_power_off(struct tegra_usb_phy *phy) in utmi_phy_power_off() 556 static void utmi_phy_preresume(struct tegra_usb_phy *phy) in utmi_phy_preresume() [all …]
|
D | phy-msm-usb.c | 171 static int ulpi_read(struct usb_phy *phy, u32 reg) in ulpi_read() 196 static int ulpi_write(struct usb_phy *phy, u32 val, u32 reg) in ulpi_write() 242 static int msm_phy_notify_disconnect(struct usb_phy *phy, in msm_phy_notify_disconnect() 320 static int msm_otg_reset(struct usb_phy *phy) in msm_otg_reset() 373 static int msm_usb_reset(struct usb_phy *phy) in msm_usb_reset() 404 static int msm_phy_init(struct usb_phy *phy) in msm_phy_init() 486 struct usb_phy *phy = &motg->phy; in msm_otg_suspend() local 583 struct usb_phy *phy = &motg->phy; in msm_otg_resume() local 669 static int msm_otg_set_power(struct usb_phy *phy, unsigned mA) in msm_otg_set_power() 686 static void msm_otg_start_host(struct usb_phy *phy, int on) in msm_otg_start_host() [all …]
|
D | phy-isp1301.c | 22 struct usb_phy phy; member 53 static int isp1301_phy_init(struct usb_phy *phy) in isp1301_phy_init() 80 static int isp1301_phy_set_vbus(struct usb_phy *phy, int on) in isp1301_phy_set_vbus() 96 struct usb_phy *phy; in isp1301_probe() local
|
D | phy-qcom-8x16-usb.c | 64 struct usb_phy phy; member 126 static int phy_8x16_notify_connect(struct usb_phy *phy, in phy_8x16_notify_connect() 142 static int phy_8x16_notify_disconnect(struct usb_phy *phy, in phy_8x16_notify_disconnect() 191 static int phy_8x16_init(struct usb_phy *phy) in phy_8x16_init() 251 static void phy_8x16_shutdown(struct usb_phy *phy) in phy_8x16_shutdown() 319 struct usb_phy *phy; in phy_8x16_probe() local
|
D | phy-rcar-usb.c | 64 struct usb_phy phy; member 82 static int rcar_usb_phy_init(struct usb_phy *phy) in rcar_usb_phy_init() 165 static void rcar_usb_phy_shutdown(struct usb_phy *phy) in rcar_usb_phy_shutdown()
|
D | phy-am335x.c | 21 static int am335x_init(struct usb_phy *phy) in am335x_init() 29 static void am335x_shutdown(struct usb_phy *phy) in am335x_shutdown()
|
D | phy-mxs-usb.c | 162 struct usb_phy phy; member 308 static int mxs_phy_init(struct usb_phy *phy) in mxs_phy_init() 321 static void mxs_phy_shutdown(struct usb_phy *phy) in mxs_phy_shutdown() 425 static int mxs_phy_on_connect(struct usb_phy *phy, in mxs_phy_on_connect() 438 static int mxs_phy_on_disconnect(struct usb_phy *phy, in mxs_phy_on_disconnect()
|
D | phy-gpio-vbus-usb.c | 35 struct usb_phy phy; member 217 static int gpio_vbus_set_power(struct usb_phy *phy, unsigned mA) in gpio_vbus_set_power() 229 static int gpio_vbus_set_suspend(struct usb_phy *phy, int suspend) in gpio_vbus_set_suspend()
|
D | phy-keystone.c | 53 static int keystone_usbphy_init(struct usb_phy *phy) in keystone_usbphy_init() 64 static void keystone_usbphy_shutdown(struct usb_phy *phy) in keystone_usbphy_shutdown()
|
D | phy-generic.c | 142 int usb_gen_phy_init(struct usb_phy *phy) in usb_gen_phy_init() 160 void usb_gen_phy_shutdown(struct usb_phy *phy) in usb_gen_phy_shutdown()
|
D | phy-generic.h | 9 struct usb_phy phy; member
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_port.c | 31 static bool phy_is_wideport_member(struct asd_sas_port *port, struct asd_sas_phy *phy) in phy_is_wideport_member() 42 static void sas_resume_port(struct asd_sas_phy *phy) in sas_resume_port() 75 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port() local 92 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port() 204 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port() 262 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() local 272 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() local 289 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() local 299 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() local 309 struct asd_sas_phy *phy = ev->phy; in sas_porte_hard_reset() local
|
D | sas_phy.c | 36 struct asd_sas_phy *phy = ev->phy; in sas_phye_loss_of_signal() local 46 struct asd_sas_phy *phy = ev->phy; in sas_phye_oob_done() local 55 struct asd_sas_phy *phy = ev->phy; in sas_phye_oob_error() local 86 struct asd_sas_phy *phy = ev->phy; in sas_phye_spinup_hold() local 100 struct asd_sas_phy *phy = ev->phy; in sas_phye_resume_timeout() local 142 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; in sas_register_phys() local
|
D | sas_init.c | 191 static int sas_get_linkerrors(struct sas_phy *phy) in sas_get_linkerrors() 233 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset) in transport_sas_phy_reset() 266 static int sas_phy_enable(struct sas_phy *phy, int enable) in sas_phy_enable() 299 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() 328 int sas_set_phy_speed(struct sas_phy *phy, in sas_set_phy_speed() 375 struct asd_sas_phy *phy = ha->sas_phy[i]; in sas_prep_resume_ha() local 390 struct asd_sas_phy *phy = ha->sas_phy[i]; in phys_suspended() local 416 struct asd_sas_phy *phy = ha->sas_phy[i]; in sas_resume_ha() local 451 static void sas_phy_release(struct sas_phy *phy) in sas_phy_release() 471 static int sas_phy_setup(struct sas_phy *phy) in sas_phy_setup() [all …]
|
D | sas_expander.c | 169 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy) in sas_route_char() 207 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_set_ex_phy() local 615 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_ex_disable_phy() local 627 struct ex_phy *phy = &ex->ex_phy[i]; in sas_ex_disable_port() local 654 int sas_smp_get_phy_events(struct sas_phy *phy) in sas_smp_get_phy_events() 751 struct ex_phy *phy = &parent_ex->ex_phy[i]; in sas_ex_get_linkrate() local 776 struct ex_phy *phy = &parent_ex->ex_phy[phy_id]; in sas_ex_discover_end_dev() local 885 struct ex_phy *phy = &parent->ex_dev.ex_phy[phy_id]; in sas_ex_join_wide_port() local 910 struct ex_phy *phy = &parent->ex_dev.ex_phy[phy_id]; in sas_ex_discover_expander() local 1108 struct ex_phy *phy = &ex->ex_phy[i]; in sas_find_sub_addr() local [all …]
|
D | sas_event.c | 127 static void notify_port_event(struct asd_sas_phy *phy, enum port_event event) in notify_port_event() 137 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) in sas_notify_phy_event()
|
D | sas_internal.h | 44 struct sas_phy *phy; member 152 struct sas_phy *phy = p->phy; in sas_phy_set_target() local
|
D | sas_ata.c | 277 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info() 305 static int sas_ata_clear_pending(struct domain_device *dev, struct ex_phy *phy) in sas_ata_clear_pending() 329 struct sas_phy *phy = sas_get_local_phy(dev); in smp_ata_check_ready() local 397 struct sas_phy *phy; in sas_ata_hard_reset() local
|
D | sas_discover.c | 68 struct asd_sas_phy *phy; in sas_get_port_device() local 245 struct asd_sas_phy *phy; in sas_suspend_devices() local
|
D | sas_host_smp.c | 25 struct sas_phy *phy; in sas_host_smp_discover() local
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_phy.c | 76 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id() local 131 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_mdic() local 187 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_mdic() local 244 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_i2c() local 289 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_i2c() local 473 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_82580() local 540 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88() local 644 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88_gen2() local 739 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_igp() local 877 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_autoneg() local [all …]
|
D | e1000_82575.c | 116 struct e1000_phy_info *phy = &hw->phy; in igb_check_for_link_media_swap() local 175 struct e1000_phy_info *phy = &hw->phy; in igb_init_phy_params_82575() local 811 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id_82575() local 906 struct e1000_phy_info *phy = &hw->phy; in igb_phy_hw_reset_sgmii_82575() local 947 struct e1000_phy_info *phy = &hw->phy; in igb_set_d0_lplu_state_82575() local 1023 struct e1000_phy_info *phy = &hw->phy; in igb_set_d0_lplu_state_82580() local 1066 struct e1000_phy_info *phy = &hw->phy; in igb_set_d3_lplu_state_82580() local 2639 struct e1000_phy_info *phy = &hw->phy; in igb_set_eee_i354() local 2719 struct e1000_phy_info *phy = &hw->phy; in igb_get_eee_status_i354() local
|
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
D | i2c.c | 51 struct s3fwrn5_i2c_phy *phy = phy_id; in s3fwrn5_i2c_set_wake() local 61 struct s3fwrn5_i2c_phy *phy = phy_id; in s3fwrn5_i2c_set_mode() local 89 struct s3fwrn5_i2c_phy *phy = phy_id; in s3fwrn5_i2c_get_mode() local 103 struct s3fwrn5_i2c_phy *phy = phy_id; in s3fwrn5_i2c_write() local 135 static int s3fwrn5_i2c_read(struct s3fwrn5_i2c_phy *phy) in s3fwrn5_i2c_read() 177 struct s3fwrn5_i2c_phy *phy = phy_id; in s3fwrn5_i2c_irq_thread_fn() local 208 struct s3fwrn5_i2c_phy *phy = i2c_get_clientdata(client); in s3fwrn5_i2c_parse_dt() local 228 struct s3fwrn5_i2c_phy *phy; in s3fwrn5_i2c_probe() local 272 struct s3fwrn5_i2c_phy *phy = i2c_get_clientdata(client); in s3fwrn5_i2c_remove() local
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
D | edp_phy.c | 23 bool msm_edp_phy_ready(struct edp_phy *phy) in msm_edp_phy_ready() 44 void msm_edp_phy_ctrl(struct edp_phy *phy, int enable) in msm_edp_phy_ctrl() 63 void msm_edp_phy_vm_pe_init(struct edp_phy *phy) in msm_edp_phy_vm_pe_init() 70 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1) in msm_edp_phy_vm_pe_cfg() 76 void msm_edp_phy_lane_power_ctrl(struct edp_phy *phy, bool up, u32 max_lane) in msm_edp_phy_lane_power_ctrl() 97 struct edp_phy *phy = NULL; in msm_edp_phy_init() local
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 145 void msm_dsi_phy_set_src_pll(struct msm_dsi_phy *phy, int pll_id, u32 reg, in msm_dsi_phy_set_src_pll() 162 static int dsi_phy_regulator_init(struct msm_dsi_phy *phy) in dsi_phy_regulator_init() 196 static void dsi_phy_regulator_disable(struct msm_dsi_phy *phy) in dsi_phy_regulator_disable() 211 static int dsi_phy_regulator_enable(struct msm_dsi_phy *phy) in dsi_phy_regulator_enable() 247 static int dsi_phy_enable_resource(struct msm_dsi_phy *phy) in dsi_phy_enable_resource() 263 static void dsi_phy_disable_resource(struct msm_dsi_phy *phy) in dsi_phy_disable_resource() 285 struct msm_dsi_phy *phy; in dsi_phy_driver_probe() local 366 struct msm_dsi_phy *phy = platform_get_drvdata(pdev); in dsi_phy_driver_remove() local 397 int msm_dsi_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in msm_dsi_phy_enable() 423 void msm_dsi_phy_disable(struct msm_dsi_phy *phy) in msm_dsi_phy_disable() [all …]
|
D | dsi_phy_28nm.c | 17 static void dsi_28nm_dphy_set_timing(struct msm_dsi_phy *phy, in dsi_28nm_dphy_set_timing() 50 static void dsi_28nm_phy_regulator_ctrl(struct msm_dsi_phy *phy, bool enable) in dsi_28nm_phy_regulator_ctrl() 69 static int dsi_28nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in dsi_28nm_phy_enable() 123 static void dsi_28nm_phy_disable(struct msm_dsi_phy *phy) in dsi_28nm_phy_disable()
|
D | dsi_phy_20nm.c | 17 static void dsi_20nm_dphy_set_timing(struct msm_dsi_phy *phy, in dsi_20nm_dphy_set_timing() 50 static void dsi_20nm_phy_regulator_ctrl(struct msm_dsi_phy *phy, bool enable) in dsi_20nm_phy_regulator_ctrl() 74 static int dsi_20nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in dsi_20nm_phy_enable() 129 static void dsi_20nm_phy_disable(struct msm_dsi_phy *phy) in dsi_20nm_phy_disable()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 116 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_read16() local 151 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_all_gains() local 187 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_original_gains() local 227 struct b43legacy_phy *phy = &dev->phy; in b43legacy_synth_pu_workaround() local 248 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_detect() local 282 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_scan() local 368 struct b43legacy_phy *phy = &dev->phy; in b43legacy_nrssi_mem_update() local 385 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_offset() local 555 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_slope() local 820 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_threshold() local [all …]
|
D | phy.c | 143 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_calibrate() local 161 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_init_pctl() local 220 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_agcsetup() local 336 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_setupg() local 448 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb2() local 497 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb4() local 553 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb5() local 668 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb6() local 811 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_loopback_gain() local 1010 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initg() local [all …]
|
D | main.c | 626 struct b43legacy_phy *phy = &dev->phy; in b43legacy_dummy_transmission() local 822 struct b43legacy_phy *phy = &dev->phy; in handle_irq_noise() local 2179 struct b43legacy_phy *phy = &dev->phy; in b43legacy_chip_init() local 2291 struct b43legacy_phy *phy = &dev->phy; in b43legacy_periodic_every120sec() local 2699 struct b43legacy_phy *phy; in b43legacy_op_dev_config() local 3017 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_versioning() local 3110 struct b43legacy_phy *phy) in setup_struct_phy_for_init() 3207 struct b43legacy_phy *phy = &dev->phy; in b43legacy_wireless_core_exit() local 3243 struct b43legacy_phy *phy = &dev->phy; in prepare_phy_data_for_init() local 3285 struct b43legacy_phy *phy = &dev->phy; in b43legacy_wireless_core_init() local [all …]
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispcsiphy.c | 26 static void csiphy_routing_cfg_3630(struct isp_csiphy *phy, in csiphy_routing_cfg_3630() 71 static void csiphy_routing_cfg_3430(struct isp_csiphy *phy, u32 iface, bool on, in csiphy_routing_cfg_3430() 104 static void csiphy_routing_cfg(struct isp_csiphy *phy, in csiphy_routing_cfg() 118 static void csiphy_power_autoswitch_enable(struct isp_csiphy *phy, bool enable) in csiphy_power_autoswitch_enable() 131 static int csiphy_set_power(struct isp_csiphy *phy, u32 power) in csiphy_set_power() 165 static int omap3isp_csiphy_config(struct isp_csiphy *phy) in omap3isp_csiphy_config() 265 int omap3isp_csiphy_acquire(struct isp_csiphy *phy) in omap3isp_csiphy_acquire() 303 void omap3isp_csiphy_release(struct isp_csiphy *phy) in omap3isp_csiphy_release()
|
D | ispccp2.h | 73 struct isp_csiphy *phy; member
|
/linux-4.4.14/drivers/net/ieee802154/ |
D | fakelb.c | 60 struct fakelb_phy *phy = hw->priv; in fakelb_hw_channel() local 71 struct fakelb_phy *current_phy = hw->priv, *phy; in fakelb_hw_xmit() local 95 struct fakelb_phy *phy = hw->priv; in fakelb_hw_start() local 107 struct fakelb_phy *phy = hw->priv; in fakelb_hw_stop() local 131 struct fakelb_phy *phy; in fakelb_add_one() local 194 static void fakelb_del(struct fakelb_phy *phy) in fakelb_del() 204 struct fakelb_phy *phy, *tmp; in fakelb_probe() local 226 struct fakelb_phy *phy, *tmp; in fakelb_remove() local
|
/linux-4.4.14/drivers/nfc/nxp-nci/ |
D | i2c.c | 66 struct nxp_nci_i2c_phy *phy = (struct nxp_nci_i2c_phy *) phy_id; in nxp_nci_i2c_set_mode() local 81 struct nxp_nci_i2c_phy *phy = phy_id; in nxp_nci_i2c_write() local 114 static int nxp_nci_i2c_fw_read(struct nxp_nci_i2c_phy *phy, in nxp_nci_i2c_fw_read() 159 static int nxp_nci_i2c_nci_read(struct nxp_nci_i2c_phy *phy, in nxp_nci_i2c_nci_read() 203 struct nxp_nci_i2c_phy *phy = phy_id; in nxp_nci_i2c_irq_thread_fn() local 271 struct nxp_nci_i2c_phy *phy = i2c_get_clientdata(client); in nxp_nci_i2c_parse_devtree() local 316 static int nxp_nci_i2c_acpi_config(struct nxp_nci_i2c_phy *phy) in nxp_nci_i2c_acpi_config() 346 struct nxp_nci_i2c_phy *phy; in nxp_nci_i2c_probe() local 418 struct nxp_nci_i2c_phy *phy = i2c_get_clientdata(client); in nxp_nci_i2c_remove() local
|
/linux-4.4.14/drivers/nfc/st-nci/ |
D | i2c.c | 63 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_enable() local 80 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_disable() local 94 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_write() local 124 static int st_nci_i2c_read(struct st_nci_i2c_phy *phy, in st_nci_i2c_read() 177 struct st_nci_i2c_phy *phy = phy_id; in st_nci_irq_thread_fn() local 216 struct st_nci_i2c_phy *phy = i2c_get_clientdata(client); in st_nci_i2c_of_request_resources() local 261 struct st_nci_i2c_phy *phy = i2c_get_clientdata(client); in st_nci_i2c_request_resources() local 290 struct st_nci_i2c_phy *phy; in st_nci_i2c_probe() local 352 struct st_nci_i2c_phy *phy = i2c_get_clientdata(client); in st_nci_i2c_remove() local
|
D | spi.c | 64 struct st_nci_spi_phy *phy = phy_id; in st_nci_spi_enable() local 81 struct st_nci_spi_phy *phy = phy_id; in st_nci_spi_disable() local 95 struct st_nci_spi_phy *phy = phy_id; in st_nci_spi_write() local 138 static int st_nci_spi_read(struct st_nci_spi_phy *phy, in st_nci_spi_read() 192 struct st_nci_spi_phy *phy = phy_id; in st_nci_irq_thread_fn() local 231 struct st_nci_spi_phy *phy = spi_get_drvdata(dev); in st_nci_spi_of_request_resources() local 276 struct st_nci_spi_phy *phy = spi_get_drvdata(dev); in st_nci_spi_request_resources() local 304 struct st_nci_spi_phy *phy; in st_nci_spi_probe() local 368 struct st_nci_spi_phy *phy = spi_get_drvdata(dev); in st_nci_spi_remove() local
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_g.c | 83 struct b43_phy *phy = &dev->phy; in generate_rfatt_list() local 178 struct b43_phy *phy = &dev->phy; in b43_synth_pu_workaround() local 201 struct b43_phy *phy = &dev->phy; in b43_gphy_set_baseband_attenuation() local 219 struct b43_phy *phy = &dev->phy; in b43_set_txpower_g() local 284 struct b43_phy *phy = &dev->phy; in b43_gphy_gain_lt_init() local 311 struct b43_phy *phy = &dev->phy; in b43_set_all_gains() local 342 struct b43_phy *phy = &dev->phy; in b43_set_original_gains() local 423 struct b43_phy *phy = &dev->phy; in b43_calc_nrssi_offset() local 570 struct b43_phy *phy = &dev->phy; in b43_calc_nrssi_slope() local 712 struct b43_phy *phy = &dev->phy; in b43_calc_nrssi_threshold() local [all …]
|
D | wa.c | 62 struct b43_phy *phy = &dev->phy; in b43_wa_initgains() local 136 struct b43_phy *phy = &dev->phy; in b43_wa_analog() local 176 struct b43_phy *phy = &dev->phy; in b43_wa_nft() local 222 struct b43_phy *phy = &dev->phy; in b43_wa_nst() local 282 struct b43_phy *phy = &dev->phy; in b43_wa_msst() local 310 struct b43_phy *phy = &dev->phy; in b43_wa_crs_ed() local 366 struct b43_phy *phy = &dev->phy; in b43_wa_altagc() local 488 struct b43_phy *phy = &dev->phy; in b43_wa_boards_g() local 519 struct b43_phy *phy = &dev->phy; in b43_wa_all() local
|
D | lo.c | 60 struct b43_phy *phy = &dev->phy; in b43_lo_write() local 81 struct b43_phy *phy = &dev->phy; in lo_measure_feedthrough() local 144 struct b43_phy *phy = &dev->phy; in lo_txctl_register_table() local 177 struct b43_phy *phy = &dev->phy; in lo_measure_txctl_values() local 274 struct b43_phy *phy = &dev->phy; in lo_read_power_vector() local 296 struct b43_phy *phy = &dev->phy; in lo_measure_gain_values() local 389 struct b43_phy *phy = &dev->phy; in lo_measure_setup() local 503 struct b43_phy *phy = &dev->phy; in lo_measure_restore() local 580 struct b43_phy *phy = &dev->phy; in lo_probe_possible_loctls() local 661 struct b43_phy *phy = &dev->phy; in lo_probe_loctls_statemachine() local [all …]
|
D | phy_a.c | 268 struct b43_phy *phy = &dev->phy; in b43_phy_inita() local 321 struct b43_phy *phy = &dev->phy; in b43_aphy_init_tssi2dbm_table() local 379 struct b43_phy *phy = &dev->phy; in b43_aphy_op_prepare_structs() local 401 struct b43_phy *phy = &dev->phy; in b43_aphy_op_free() local 486 struct b43_phy *phy = &dev->phy; in b43_aphy_op_software_rfkill() local 521 struct b43_phy *phy = &dev->phy; in b43_aphy_op_set_rx_antenna() local
|
D | phy_n.c | 166 struct b43_phy *phy = &dev->phy; in b43_nphy_rf_ctl_override_rev7() local 213 struct b43_phy *phy = &dev->phy; in b43_nphy_rf_ctl_override_one_to_many() local 558 struct b43_phy *phy = &dev->phy; in b43_nphy_stay_in_carrier_search() local 732 struct b43_phy *phy = &dev->phy; in b43_radio_2057_setup() local 824 struct b43_phy *phy = &dev->phy; in b43_radio_2057_rcal() local 938 struct b43_phy *phy = &dev->phy; in b43_radio_2057_rccal() local 1136 struct b43_phy *phy = &dev->phy; in b43_radio_2056_setup() local 1314 struct b43_phy *phy = &dev->phy; in b43_radio_2056_rcal() local 1589 struct b43_phy *phy = &dev->phy; in b43_nphy_run_samples() local 2043 struct b43_phy *phy = &dev->phy; in b43_nphy_rev3_rssi_cal() local [all …]
|
D | phy_common.c | 43 struct b43_phy *phy = &(dev->phy); in b43_phy_allocate() local 98 struct b43_phy *phy = &dev->phy; in b43_phy_init() local 431 struct b43_phy *phy = &(dev->phy); in b43_switch_channel() local 466 struct b43_phy *phy = &dev->phy; in b43_software_rfkill() local 496 struct b43_phy *phy = &dev->phy; in b43_phy_txpower_check() local
|
D | xmit.c | 182 const struct b43_phy *phy = &dev->phy; in b43_generate_tx_phy_ctl1() local 250 const struct b43_phy *phy = &dev->phy; in b43_generate_txhdr() local 580 struct b43_phy *phy = &dev->phy; in b43_rssi_postprocess() local
|
D | tables_nphy.c | 3652 struct b43_phy *phy = &dev->phy; in b43_nphy_get_ipa_gain_table() local 3700 struct b43_phy *phy = &dev->phy; in b43_nphy_get_tx_gain_table() local 3747 struct b43_phy *phy = &dev->phy; in b43_ntab_get_rf_pwr_offset_table() local 3781 struct b43_phy *phy = &dev->phy; in b43_nphy_get_gain_ctl_workaround_ent() local
|
D | radio_2057.c | 539 struct b43_phy *phy = &dev->phy; in r2057_upload_inittabs() local 589 struct b43_phy *phy = &dev->phy; in r2057_get_chantabent_rev7() local
|
D | phy_ac.c | 34 struct b43_phy *phy = &dev->phy; in b43_phy_ac_op_free() local
|
D | main.c | 747 struct b43_phy *phy = &dev->phy; in b43_dummy_transmission() local 1425 struct b43_phy_g *phy = dev->phy.g; in handle_irq_noise() local 2308 struct b43_phy *phy = &dev->phy; in b43_try_request_fw() local 3256 struct b43_phy *phy = &dev->phy; in b43_chip_init() local 3381 struct b43_phy *phy = &dev->phy; in b43_periodic_every15sec() local 3901 struct b43_phy *phy = &dev->phy; in b43_switch_band() local 3995 struct b43_phy *phy = &dev->phy; in b43_op_config() local 4488 struct b43_phy *phy = &dev->phy; in b43_phy_versioning() local 4675 struct b43_phy *phy) in setup_struct_phy_for_init() 4845 struct b43_phy *phy = &dev->phy; in b43_wireless_core_init() local [all …]
|
D | phy_ht.c | 824 struct b43_phy *phy = &dev->phy; in b43_phy_ht_set_channel() local 868 struct b43_phy *phy = &dev->phy; in b43_phy_ht_op_prepare_structs() local 1027 struct b43_phy *phy = &dev->phy; in b43_phy_ht_op_free() local
|
D | radio_2059.c | 333 struct b43_phy *phy = &dev->phy; in r2059_upload_inittabs() local
|
D | ppr.c | 82 struct b43_phy *phy = &dev->phy; in b43_ppr_load_max_from_sprom() local
|
D | radio_2056.c | 10181 struct b43_phy *phy = &dev->phy; in b43_nphy_get_inittabs_rev3() local 10270 struct b43_phy *phy = &dev->phy; in b43_nphy_get_chantabent_rev3() local
|
D | phy_lcn.c | 682 struct b43_phy *phy = &dev->phy; in b43_phy_lcn_op_free() local 691 struct b43_phy *phy = &dev->phy; in b43_phy_lcn_op_prepare_structs() local
|
D | phy_g.h | 59 #define has_tx_magnification(phy) \ argument 64 #define has_loopback_gain(phy) \ argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 2599 struct bnx2x_phy *phy, in bnx2x_cl22_write() 2634 struct bnx2x_phy *phy, in bnx2x_cl22_read() 2675 static int bnx2x_cl45_read(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read() 2750 static int bnx2x_cl45_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_write() 2961 static int bnx2x_eee_disable(struct bnx2x_phy *phy, in bnx2x_eee_disable() 2977 static int bnx2x_eee_advertise(struct bnx2x_phy *phy, in bnx2x_eee_advertise() 3014 static void bnx2x_eee_an_resolve(struct bnx2x_phy *phy, in bnx2x_eee_an_resolve() 3177 static void bnx2x_cl45_read_or_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read_or_write() 3186 struct bnx2x_phy *phy, in bnx2x_cl45_read_and_write() 3227 static u8 bnx2x_get_warpcore_lane(struct bnx2x_phy *phy, in bnx2x_get_warpcore_lane() [all …]
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8x74.c | 27 static void phy_write(struct hdmi_phy_8x74 *phy, u32 reg, u32 data) in phy_write() 37 static void hdmi_phy_8x74_destroy(struct hdmi_phy *phy) in hdmi_phy_8x74_destroy() 43 static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, in hdmi_phy_8x74_powerup() 58 static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x74_powerdown() 73 struct hdmi_phy *phy = NULL; in hdmi_phy_8x74_init() local
|
D | hdmi_phy_8x60.c | 26 static void hdmi_phy_8x60_destroy(struct hdmi_phy *phy) in hdmi_phy_8x60_destroy() 32 static void hdmi_phy_8x60_powerup(struct hdmi_phy *phy, in hdmi_phy_8x60_powerup() 119 static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x60_powerdown() 161 struct hdmi_phy *phy = NULL; in hdmi_phy_8x60_init() local
|
D | hdmi_phy_8960.c | 423 static void hdmi_phy_8960_destroy(struct hdmi_phy *phy) in hdmi_phy_8960_destroy() 429 static void hdmi_phy_8960_powerup(struct hdmi_phy *phy, in hdmi_phy_8960_powerup() 451 static void hdmi_phy_8960_powerdown(struct hdmi_phy *phy) in hdmi_phy_8960_powerdown() 470 struct hdmi_phy *phy = NULL; in hdmi_phy_8960_init() local
|
D | hdmi_bridge.c | 93 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_pre_enable() local 124 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_post_disable() local
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pcmplc.c | 217 struct s_phy *phy) in start_pcm_timer0() 227 static void stop_pcm_timer0(struct s_smc *smc, struct s_phy *phy) in stop_pcm_timer0() 241 struct s_phy *phy ; in pcm_init() local 501 int sm_pm_get_ls(struct s_smc *smc, int phy) in sm_pm_get_ls() 534 static int plc_send_bits(struct s_smc *smc, struct s_phy *phy, int len) in plc_send_bits() 599 struct s_phy *phy ; in pcm() local 674 static void pcm_fsm(struct s_smc *smc, struct s_phy *phy, int cmd) in pcm_fsm() 1037 static void sm_ph_linestate(struct s_smc *smc, int phy, int ls) in sm_ph_linestate() 1066 static void reset_lem_struct(struct s_phy *phy) in reset_lem_struct() 1077 static void lem_evaluate(struct s_smc *smc, struct s_phy *phy) in lem_evaluate() [all …]
|
D | cfm.c | 120 static void selection_criteria (struct s_smc *smc, struct s_phy *phy) in selection_criteria() 148 struct s_phy *phy ; in all_selection_criteria() local
|
D | smt.c | 290 struct s_phy *phy ; in smt_event() local 1345 struct smt_phy_rec *phy ; in smt_fill_path() local 1411 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy) in smt_fill_lem() 1756 static int phy_index(struct s_smc *smc, int phy) in phy_index() 1789 static int phy_con_resource_index(struct s_smc *smc, int phy) in phy_con_resource_index()
|
/linux-4.4.14/drivers/nfc/fdp/ |
D | i2c.c | 48 static void fdp_nci_i2c_reset(struct fdp_i2c_phy *phy) in fdp_nci_i2c_reset() 59 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_enable() local 69 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_disable() local 100 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_write() local 140 static int fdp_nci_i2c_read(struct fdp_i2c_phy *phy, struct sk_buff **skb) in fdp_nci_i2c_read() 208 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_irq_thread_fn() local 287 struct fdp_i2c_phy *phy; in fdp_nci_i2c_probe() local 353 struct fdp_i2c_phy *phy = i2c_get_clientdata(client); in fdp_nci_i2c_remove() local
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 54 static void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) in get_lrate_mode() 91 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_phy_event_tasklet() local 129 static unsigned ord_phy(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in ord_phy() 154 static void asd_get_attached_sas_addr(struct asd_phy *phy, u8 *sas_addr) in asd_get_attached_sas_addr() 171 static void asd_form_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_form_port() 220 static void asd_deform_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_deform_port() 242 struct asd_phy *phy = &ascb->ha->phys[phy_id]; in asd_bytes_dmaed_tasklet() local 265 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_link_reset_err_tasklet() local 319 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_primitive_rcvd_tasklet() local 424 struct asd_phy *phy = &asd_ha->phys[phy_id]; in escb_tasklet_complete() local [all …]
|
D | aic94xx_dump.h | 39 static inline void asd_dump_frame_rcvd(struct asd_phy *phy, in asd_dump_frame_rcvd()
|
D | aic94xx_hwi.c | 71 static void asd_init_phy_identify(struct asd_phy *phy) in asd_init_phy_identify() 87 static int asd_init_phy(struct asd_phy *phy) in asd_init_phy() 136 struct asd_phy *phy = &asd_ha->phys[i]; in asd_init_phys() local 1325 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_enable_phy() local
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_csiphy.c | 30 static void csiphy_lanes_config(struct iss_csiphy *phy) in csiphy_lanes_config() 60 static int csiphy_set_power(struct iss_csiphy *phy, u32 power) in csiphy_set_power() 93 static void csiphy_dphy_config(struct iss_csiphy *phy) in csiphy_dphy_config() 222 int omap4iss_csiphy_acquire(struct iss_csiphy *phy) in omap4iss_csiphy_acquire() 246 void omap4iss_csiphy_release(struct iss_csiphy *phy) in omap4iss_csiphy_release()
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
D | i2c.c | 47 struct st33zp24_i2c_phy *phy = phy_id; in write8_reg() local 64 struct st33zp24_i2c_phy *phy = phy_id; in read8_reg() local 112 static int st33zp24_i2c_of_request_resources(struct st33zp24_i2c_phy *phy) in st33zp24_i2c_of_request_resources() 150 static int st33zp24_i2c_of_request_resources(struct st33zp24_i2c_phy *phy) in st33zp24_i2c_of_request_resources() 157 struct st33zp24_i2c_phy *phy) in st33zp24_i2c_request_resources() 196 struct st33zp24_i2c_phy *phy; in st33zp24_i2c_probe() local
|
D | spi.c | 115 struct st33zp24_spi_phy *phy = phy_id; in st33zp24_spi_send() local 161 struct st33zp24_spi_phy *phy = phy_id; in read8_reg() local 214 struct st33zp24_spi_phy *phy = phy_id; in evaluate_latency() local 232 static int tpm_stm_spi_of_request_resources(struct st33zp24_spi_phy *phy) in tpm_stm_spi_of_request_resources() 270 static int tpm_stm_spi_of_request_resources(struct st33zp24_spi_phy *phy) in tpm_stm_spi_of_request_resources() 277 struct st33zp24_spi_phy *phy) in tpm_stm_spi_request_resources() 316 struct st33zp24_spi_phy *phy; in tpm_st33_spi_probe() local
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | i2c.c | 114 static int st21nfca_hci_platform_init(struct st21nfca_i2c_phy *phy) in st21nfca_hci_platform_init() 155 struct st21nfca_i2c_phy *phy = phy_id; in st21nfca_hci_i2c_enable() local 168 struct st21nfca_i2c_phy *phy = phy_id; in st21nfca_hci_i2c_disable() local 207 struct st21nfca_i2c_phy *phy = phy_id; in st21nfca_hci_i2c_write() local 370 static int st21nfca_hci_i2c_read(struct st21nfca_i2c_phy *phy, in st21nfca_hci_i2c_read() 446 struct st21nfca_i2c_phy *phy = phy_id; in st21nfca_hci_irq_thread_fn() local 515 struct st21nfca_i2c_phy *phy = i2c_get_clientdata(client); in st21nfca_hci_i2c_of_request_resources() local 560 struct st21nfca_i2c_phy *phy = i2c_get_clientdata(client); in st21nfca_hci_i2c_request_resources() local 591 struct st21nfca_i2c_phy *phy; in st21nfca_hci_i2c_probe() local 661 struct st21nfca_i2c_phy *phy = i2c_get_clientdata(client); in st21nfca_hci_i2c_remove() local
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | phy.c | 79 struct e1000_phy_info *phy = &hw->phy; in e1000e_get_phy_id() local 138 struct e1000_phy_info *phy = &hw->phy; in e1000e_read_phy_reg_mdic() local 201 struct e1000_phy_info *phy = &hw->phy; in e1000e_write_phy_reg_mdic() local 698 struct e1000_phy_info *phy = &hw->phy; in e1000e_copper_link_setup_m88() local 844 struct e1000_phy_info *phy = &hw->phy; in e1000e_copper_link_setup_igp() local 937 struct e1000_phy_info *phy = &hw->phy; in e1000_phy_setup_autoneg() local 1088 struct e1000_phy_info *phy = &hw->phy; in e1000_copper_link_autoneg() local 1201 struct e1000_phy_info *phy = &hw->phy; in e1000e_phy_force_speed_duplex_igp() local 1265 struct e1000_phy_info *phy = &hw->phy; in e1000e_phy_force_speed_duplex_m88() local 1372 struct e1000_phy_info *phy = &hw->phy; in e1000_phy_force_speed_duplex_ife() local [all …]
|
D | 82571.c | 65 struct e1000_phy_info *phy = &hw->phy; in e1000_init_phy_params_82571() local 408 struct e1000_phy_info *phy = &hw->phy; in e1000_get_phy_id_82571() local 895 struct e1000_phy_info *phy = &hw->phy; in e1000_set_d0_lplu_state_82571() local 1816 struct e1000_phy_info *phy = &hw->phy; in e1000_power_down_phy_copper_82571() local
|
D | 80003es2lan.c | 58 struct e1000_phy_info *phy = &hw->phy; in e1000_init_phy_params_80003es2lan() local 629 struct e1000_phy_info *phy = &hw->phy; in e1000_get_cable_length_80003es2lan() local 887 struct e1000_phy_info *phy = &hw->phy; in e1000_copper_link_setup_gg82563_80003es2lan() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_phy.c | 29 void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s) in hdmi_phy_dump() 42 int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes) in hdmi_phy_parse_lanes() 78 static void hdmi_phy_configure_lanes(struct hdmi_phy_data *phy) in hdmi_phy_configure_lanes() 133 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() 225 int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy) in hdmi_phy_init()
|
D | hdmi_common.c | 12 struct hdmi_phy_data *phy) in hdmi_parse_lanes_of()
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | i2c.c | 203 static void pn544_hci_i2c_platform_init(struct pn544_i2c_phy *phy) in pn544_hci_i2c_platform_init() 246 static void pn544_hci_i2c_enable_mode(struct pn544_i2c_phy *phy, int run_mode) in pn544_hci_i2c_enable_mode() 258 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_enable() local 271 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_disable() local 314 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_write() local 374 static int pn544_hci_i2c_read(struct pn544_i2c_phy *phy, struct sk_buff **skb) in pn544_hci_i2c_read() 433 static int pn544_hci_i2c_fw_read_status(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_read_status() 500 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_irq_thread_fn() local 545 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_fw_download() local 559 static void pn544_hci_i2c_fw_work_complete(struct pn544_i2c_phy *phy, in pn544_hci_i2c_fw_work_complete() [all …]
|
D | mei.c | 33 struct nfc_mei_phy *phy; in pn544_mei_probe() local 58 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in pn544_mei_remove() local
|
/linux-4.4.14/drivers/nfc/ |
D | mei_phy.c | 104 static int mei_nfc_if_version(struct nfc_mei_phy *phy) in mei_nfc_if_version() 153 static int mei_nfc_connect(struct nfc_mei_phy *phy) in mei_nfc_connect() 221 static int mei_nfc_send(struct nfc_mei_phy *phy, u8 *buf, size_t length) in mei_nfc_send() 265 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_write() local 277 static int mei_nfc_recv(struct nfc_mei_phy *phy, u8 *buf, size_t length) in mei_nfc_recv() 303 struct nfc_mei_phy *phy = context; in nfc_mei_event_cb() local 334 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_enable() local 378 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_disable() local 396 struct nfc_mei_phy *phy; in nfc_mei_phy_alloc() local 410 void nfc_mei_phy_free(struct nfc_mei_phy *phy) in nfc_mei_phy_free()
|
/linux-4.4.14/net/ieee802154/ |
D | nl-phy.c | 37 u32 seq, int flags, struct wpan_phy *phy) in ieee802154_nl_fill_phy() 85 struct wpan_phy *phy; in ieee802154_list_phy() local 127 static int ieee802154_dump_phy_iter(struct wpan_phy *phy, void *_data) in ieee802154_dump_phy_iter() 172 struct wpan_phy *phy; in ieee802154_add_iface() local 275 struct wpan_phy *phy; in ieee802154_del_iface() local
|
D | core.c | 63 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev); in wpan_phy_iter() local 68 int wpan_phy_for_each(int (*fn)(struct wpan_phy *phy, void *data), in wpan_phy_for_each() 149 int wpan_phy_register(struct wpan_phy *phy) in wpan_phy_register() 173 void wpan_phy_unregister(struct wpan_phy *phy) in wpan_phy_unregister() 204 void wpan_phy_free(struct wpan_phy *phy) in wpan_phy_free()
|
/linux-4.4.14/drivers/nfc/microread/ |
D | i2c.c | 119 struct microread_i2c_phy *phy = phy_id; in microread_i2c_write() local 151 static int microread_i2c_read(struct microread_i2c_phy *phy, in microread_i2c_read() 213 struct microread_i2c_phy *phy = phy_id; in microread_i2c_irq_thread_fn() local 250 struct microread_i2c_phy *phy; in microread_i2c_probe() local 298 struct microread_i2c_phy *phy = i2c_get_clientdata(client); in microread_i2c_remove() local
|
D | mei.c | 35 struct nfc_mei_phy *phy; in microread_mei_probe() local 60 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in microread_mei_remove() local
|
/linux-4.4.14/drivers/dma/ |
D | s3c24xx-dma.c | 221 struct s3c24xx_dma_phy *phy; member 255 static int s3c24xx_dma_phy_busy(struct s3c24xx_dma_phy *phy) in s3c24xx_dma_phy_busy() 262 struct s3c24xx_dma_phy *phy) in s3c24xx_dma_phy_valid() 294 struct s3c24xx_dma_phy *phy = NULL; in s3c24xx_dma_get_phy() local 347 static inline void s3c24xx_dma_put_phy(struct s3c24xx_dma_phy *phy) in s3c24xx_dma_put_phy() 363 static void s3c24xx_dma_terminate_phy(struct s3c24xx_dma_phy *phy) in s3c24xx_dma_terminate_phy() 380 struct s3c24xx_dma_phy *phy = s3cchan->phy; in s3c24xx_dma_getbytes_chan() local 451 struct s3c24xx_dma_phy *phy = s3cchan->phy; in s3c24xx_dma_start_next_sg() local 513 struct s3c24xx_dma_phy *phy = s3cchan->phy; in s3c24xx_dma_start_next_txd() local 547 struct s3c24xx_dma_phy *phy; in s3c24xx_dma_phy_alloc_and_start() local [all …]
|
D | pxa_dma.c | 118 struct pxad_phy *phy; member 145 #define _phy_readl_relaxed(phy, _reg) \ argument 147 #define phy_readl_relaxed(phy, _reg) \ argument 156 #define phy_writel(phy, val, _reg) \ argument 163 #define phy_writel_relaxed(phy, val, _reg) \ argument 188 struct pxad_phy *phy = s->private; in dbg_show_requester_chan() local 219 struct pxad_phy *phy = s->private; in dbg_show_descriptors() local 262 struct pxad_phy *phy = s->private; in dbg_show_chan_state() local 426 struct pxad_phy *phy, *found = NULL; in lookup_phy() local 494 struct pxad_phy *phy = chan->phy; in is_chan_running() local [all …]
|
D | mmp_pdma.c | 97 struct mmp_pdma_phy *phy; member 130 struct mmp_pdma_phy *phy; member 143 static void set_desc(struct mmp_pdma_phy *phy, dma_addr_t addr) in set_desc() 150 static void enable_chan(struct mmp_pdma_phy *phy) in enable_chan() 171 static void disable_chan(struct mmp_pdma_phy *phy) in disable_chan() 182 static int clear_chan_irq(struct mmp_pdma_phy *phy) in clear_chan_irq() 202 struct mmp_pdma_phy *phy = dev_id; in mmp_pdma_chan_handler() local 214 struct mmp_pdma_phy *phy; in mmp_pdma_int_handler() local 242 struct mmp_pdma_phy *phy, *found = NULL; in lookup_phy() local 942 struct mmp_pdma_phy *phy = &pdev->phy[idx]; in mmp_pdma_chan_init() local
|
D | k3dma.c | 79 struct k3_dma_phy *phy; member 100 struct k3_dma_phy *phy; member 114 static void k3_dma_pause_dma(struct k3_dma_phy *phy, bool on) in k3_dma_pause_dma() 129 static void k3_dma_terminate_chan(struct k3_dma_phy *phy, struct k3_dma_dev *d) in k3_dma_terminate_chan() 141 static void k3_dma_set_desc(struct k3_dma_phy *phy, struct k3_desc_hw *hw) in k3_dma_set_desc() 151 static u32 k3_dma_get_curr_cnt(struct k3_dma_dev *d, struct k3_dma_phy *phy) in k3_dma_get_curr_cnt() 160 static u32 k3_dma_get_curr_lli(struct k3_dma_phy *phy) in k3_dma_get_curr_lli()
|
D | zx296702_dma.c | 106 struct zx_dma_phy *phy; member 125 struct zx_dma_phy *phy; member 141 static void zx_dma_terminate_chan(struct zx_dma_phy *phy, struct zx_dma_dev *d) in zx_dma_terminate_chan() 157 static void zx_dma_set_desc(struct zx_dma_phy *phy, struct zx_desc_hw *hw) in zx_dma_set_desc() 169 static u32 zx_dma_get_curr_lli(struct zx_dma_phy *phy) in zx_dma_get_curr_lli()
|
/linux-4.4.14/drivers/net/phy/ |
D | mdio-bitbang.c | 97 static void mdiobb_cmd(struct mdiobb_ctrl *ctrl, int op, u8 phy, u8 reg) in mdiobb_cmd() 137 static int mdiobb_cmd_addr(struct mdiobb_ctrl *ctrl, int phy, u32 addr) in mdiobb_cmd_addr() 155 static int mdiobb_read(struct mii_bus *bus, int phy, int reg) in mdiobb_read() 187 static int mdiobb_write(struct mii_bus *bus, int phy, int reg, u16 val) in mdiobb_write()
|
/linux-4.4.14/drivers/of/ |
D | of_mdio.c | 47 struct phy_device *phy; in of_mdiobus_register_phy() local 230 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect() local 262 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach() local 319 struct phy_device *phy; in of_phy_register_fixed_link() local
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_sas.c | 552 struct sas_phy *phy = transport_class_to_phy(dev); in show_sas_device_type() local 563 struct sas_phy *phy = transport_class_to_phy(dev); in do_sas_phy_enable() local 600 struct sas_phy *phy = transport_class_to_phy(dev); in show_sas_phy_enable() local 611 struct sas_phy *phy = transport_class_to_phy(dev); in do_sas_phy_reset() local 660 struct sas_phy *phy = dev_to_phy(dev); in sas_phy_setup() local 694 struct sas_phy *phy = dev_to_phy(dev); in sas_phy_release() local 719 struct sas_phy *phy; in sas_phy_alloc() local 751 int sas_phy_add(struct sas_phy *phy) in sas_phy_add() 775 void sas_phy_free(struct sas_phy *phy) in sas_phy_free() 790 sas_phy_delete(struct sas_phy *phy) in sas_phy_delete() [all …]
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | pci.c | 62 struct platform_device *phy; member 80 struct platform_device *phy; in dwc2_pci_probe() local
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 82 struct asd_sas_phy *phy; in mvs_find_dev_mvi() local 114 struct asd_sas_phy *phy; in mvs_find_dev_phyno() local 237 struct mvs_phy *phy = &mvi->phy[i]; in mvs_bytes_dmaed() local 929 struct mvs_phy *phy = &mvi->phy[phy_no]; in mvs_update_wideport() local 951 struct mvs_phy *phy = &mvi->phy[i]; in mvs_is_phy_ready() local 1006 static void mvs_sig_remove_timer(struct mvs_phy *phy) in mvs_sig_remove_timer() 1015 struct mvs_phy *phy = &mvi->phy[i]; in mvs_update_phyinfo() local 1091 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_formed() local 1132 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_deformed() local 1211 struct ex_phy *phy; in mvs_dev_found_notify() local [all …]
|
D | mv_64xx.c | 34 struct mvs_phy *phy = &mvi->phy[i]; in mvs_64xx_detect_porttype() local 593 struct mvs_phy *phy = &mvi->phy[i]; in mvs_64xx_fix_phy_info() local 624 struct mvs_phy *phy = &mvi->phy[i]; in mvs_64xx_phy_work_around() local
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 963 u32 phy = priv->phy[priv->phy_num]; in tlan_ioctl() local 1705 u32 phy; in tlan_handle_status_check() local 2262 u32 phy; in tlan_finish_reset() local 2429 u16 i, data0, data1, data2, data3, phy; in tlan_phy_print() local 2478 u32 phy; in tlan_phy_detect() local 2573 u16 phy; in tlan_phy_reset() local 2608 u16 phy; in tlan_phy_start_link() local 2696 u16 phy; in tlan_phy_finish_auto_neg() local 2772 u16 phy; in tlan_phy_monitor() local 2854 tlan_mii_read_reg(struct net_device *dev, u16 phy, u16 reg, u16 *val) in tlan_mii_read_reg() [all …]
|
/linux-4.4.14/arch/arc/include/asm/ |
D | io.h | 30 #define ioremap_nocache(phy, sz) ioremap(phy, sz) argument 31 #define ioremap_wc(phy, sz) ioremap(phy, sz) argument 32 #define ioremap_wt(phy, sz) ioremap(phy, sz) argument
|
/linux-4.4.14/net/caif/ |
D | cfcnfg.c | 136 struct cfcnfg_phyinfo *phy; in cfcnfg_get_phyinfo_rcu() local 152 struct cfcnfg_phyinfo *phy; in cfcnfg_get_phyid() local 171 struct cfcnfg_phyinfo *phy; in cfcnfg_get_id_from_ifi() local 307 struct cfcnfg_phyinfo *phy; in caif_connect_client() local
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 867 struct sas_phy *phy; in mpt3sas_transport_add_host_phy() local 936 struct sas_phy *phy; in mpt3sas_transport_add_expander_phy() local 1046 phy_to_ioc(struct sas_phy *phy) in phy_to_ioc() 1096 struct sas_phy *phy) in _transport_get_expander_phy_error_log() 1270 _transport_get_linkerrors(struct sas_phy *phy) in _transport_get_linkerrors() 1410 struct sas_phy *phy, u8 phy_operation) in _transport_expander_phy_control() 1596 _transport_phy_reset(struct sas_phy *phy, int hard_reset) in _transport_phy_reset() 1648 _transport_phy_enable(struct sas_phy *phy, int enable) in _transport_phy_enable() 1786 _transport_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates) in _transport_phy_speed()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.h | 844 #define SMC_GET_MII(lp,a,phy,v) \ argument 857 #define SMC_SET_MII(lp,a,phy,v) \ argument 871 #define SMC_GET_PHY_BMCR(lp,phy,x) SMC_GET_MII( (lp), MII_BMCR, phy, x ) argument 872 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) argument 873 #define SMC_GET_PHY_BMSR(lp,phy,x) SMC_GET_MII( (lp), MII_BMSR, phy, x ) argument 874 #define SMC_GET_PHY_ID1(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID1, phy, x ) argument 875 #define SMC_GET_PHY_ID2(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID2, phy, x ) argument 876 #define SMC_GET_PHY_MII_ADV(lp,phy,x) SMC_GET_MII( (lp), MII_ADVERTISE, phy, x ) argument 877 #define SMC_SET_PHY_MII_ADV(lp,phy,x) SMC_SET_MII( (lp), MII_ADVERTISE, phy, x ) argument 878 #define SMC_GET_PHY_MII_LPA(lp,phy,x) SMC_GET_MII( (lp), MII_LPA, phy, x ) argument [all …]
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-omap.c | 70 struct usb_phy *phy[OMAP3_HS_USB_PORTS]; /* one PHY for each port */ member 171 struct usb_phy *phy; in ehci_hcd_omap_probe() local
|
D | ohci-exynos.c | 38 struct phy *phy[PHY_NUMBER]; member 45 struct phy *phy; in exynos_ohci_get_phy() local
|
D | ehci-exynos.c | 47 struct phy *phy[PHY_NUMBER]; member 56 struct phy *phy; in exynos_ehci_get_phy() local
|
D | ehci-msm.c | 72 struct usb_phy *phy; in ehci_msm_probe() local
|
D | ehci-orion.c | 56 struct phy *phy; member
|
D | ohci-st.c | 38 struct phy *phy; member
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 546 static int tegra_xusb_phy_init(struct phy *phy) in tegra_xusb_phy_init() 553 static int tegra_xusb_phy_exit(struct phy *phy) in tegra_xusb_phy_exit() 560 static int pcie_phy_power_on(struct phy *phy) in pcie_phy_power_on() 596 static int pcie_phy_power_off(struct phy *phy) in pcie_phy_power_off() 616 static int sata_phy_power_on(struct phy *phy) in sata_phy_power_on() 656 static int sata_phy_power_off(struct phy *phy) in sata_phy_power_off() 879 struct phy *phy; in tegra_xusb_padctl_probe() local
|
/linux-4.4.14/include/linux/ |
D | fec.h | 20 phy_interface_t phy; member
|
D | sh_eth.h | 10 int phy; member
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_phy.c | 109 struct pch_gbe_phy_info *phy = &hw->phy; in pch_gbe_phy_get_id() local 144 struct pch_gbe_phy_info *phy = &hw->phy; in pch_gbe_phy_read_reg_miic() local 169 struct pch_gbe_phy_info *phy = &hw->phy; in pch_gbe_phy_write_reg_miic() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | subr.c | 153 struct cphy *phy = adapter->port[port_id].phy; in t1_link_changed() local 200 struct cphy *phy = adapter->port[p].phy; in fpga_phy_intr_handler() local 623 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start() 669 struct cphy *phy; in t1_elmer0_ext_intr_handler() local 1014 struct cphy *phy = adapter->port[i].phy; in t1_free_sw_modules() local
|
D | mv88e1xxx.c | 124 static int mv88e1xxx_set_speed_duplex(struct cphy *phy, int speed, int duplex) in mv88e1xxx_set_speed_duplex() 199 static int mv88e1xxx_advertise(struct cphy *phy, unsigned int advertise_map) in mv88e1xxx_advertise()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1111 struct phy_device *phy = greth->phy; in greth_get_settings() local 1122 struct phy_device *phy = greth->phy; in greth_set_settings() local 1186 static int greth_mdio_read(struct mii_bus *bus, int phy, int reg) in greth_mdio_read() 1208 static int greth_mdio_write(struct mii_bus *bus, int phy, int reg, u16 val) in greth_mdio_write() 1280 struct phy_device *phy = NULL; in greth_mdio_probe() local 1326 int ret, phy; in greth_mdio_init() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | dynack.c | 43 static inline u32 ath_dynack_get_sifs(struct ath_hw *ah, int phy) in ath_dynack_get_sifs() 210 u32 phy, sifs; in ath_dynack_sample_tx_ts() local
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 215 struct sas_phy *phy = sas_phy->phy; in pm8001_phy_control() local 607 struct ex_phy *phy; in pm8001_dev_found_notify() local 969 struct sas_phy *phy; in pm8001_I_T_nexus_reset() local 1020 struct sas_phy *phy; in pm8001_I_T_nexus_event_handler() local 1086 struct sas_phy *phy = sas_get_local_phy(dev); in pm8001_lu_reset() local
|
D | pm80xx_hwi.c | 2868 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_port_recover() local 2907 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sas_phy_up() local 2990 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sata_phy_up() local 3035 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_phy_down() local 3096 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_phy_start_resp() local 3161 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_hw_event() local 3353 struct pm8001_phy *phy = &pm8001_ha->phy[phyid]; in mpi_phy_stop_resp() local 4583 u32 phy, u32 length, u32 *buf) in pm8001_set_phy_profile_single()
|
D | pm8001_hwi.c | 3230 struct pm8001_phy *phy = &pm8001_ha->phy[i]; in pm8001_bytes_dmaed() local 3262 void pm8001_get_lrate_mode(struct pm8001_phy *phy, u8 link_rate) in pm8001_get_lrate_mode() 3303 void pm8001_get_attached_sas_addr(struct pm8001_phy *phy, in pm8001_get_attached_sas_addr() 3372 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sas_phy_up() local 3451 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sata_phy_up() local 3493 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_phy_down() local 3793 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_hw_event() local
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci_hdrc_msm.c | 57 struct usb_phy *phy; in ci_hdrc_msm_probe() local
|
D | ci_hdrc_pci.c | 26 struct platform_device *phy; member
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 248 struct phy_device *phy = priv->phydev; in stmmac_ethtool_getsettings() local 333 struct phy_device *phy = priv->phydev; in stmmac_ethtool_setsettings() local 446 struct phy_device *phy = priv->phydev; in stmmac_set_pauseparam() local
|
/linux-4.4.14/drivers/net/usb/ |
D | sr9700.c | 71 static int wait_phy_eeprom_ready(struct usbnet *dev, int phy) in wait_phy_eeprom_ready() 94 static int sr_share_read_word(struct usbnet *dev, int phy, u8 reg, in sr_share_read_word() 119 static int sr_share_write_word(struct usbnet *dev, int phy, u8 reg, in sr_share_write_word()
|
D | dm9601.c | 110 static int dm_read_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 *value) in dm_read_shared_word() 149 static int dm_write_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 value) in dm_write_shared_word()
|
D | rtl8150.c | 139 u8 phy; member 213 static int read_mii_word(rtl8150_t * dev, u8 phy, __u8 indx, u16 * reg) in read_mii_word() 237 static int write_mii_word(rtl8150_t * dev, u8 phy, __u8 indx, u16 reg) in write_mii_word()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 25 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init() local
|
/linux-4.4.14/drivers/net/ethernet/ |
D | ethoc.c | 121 #define MIIADDRESS_ADDR(phy, reg) (MIIADDRESS_FIAD(phy) | \ argument 222 struct phy_device *phy; member 626 static int ethoc_mdio_read(struct mii_bus *bus, int phy, int reg) in ethoc_mdio_read() 648 static int ethoc_mdio_write(struct mii_bus *bus, int phy, int reg, u16 val) in ethoc_mdio_write() 677 struct phy_device *phy; in ethoc_mdio_probe() local 760 struct phy_device *phy = NULL; in ethoc_ioctl() local 1018 unsigned int phy; in ethoc_probe() local
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.c | 188 struct phy *phy = host->generic_phy; in ufs_qcom_link_startup_post_change() local 257 struct phy *phy = host->generic_phy; in ufs_qcom_power_up_sequence() local 537 struct phy *phy = host->generic_phy; in ufs_qcom_suspend() local 570 struct phy *phy = host->generic_phy; in ufs_qcom_resume() local 915 struct phy *phy = host->generic_phy; in ufs_qcom_pwr_change_notify() local
|
/linux-4.4.14/drivers/pci/host/ |
D | pcie-iproc.h | 49 struct phy *phy; member
|
D | pci-dra7xx.c | 69 struct phy **phy; member 340 struct phy **phy; in dra7xx_pcie_probe() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | tsi108_dev.c | 76 struct device_node *phy, *mdio; in tsi108_eth_of_init() local
|
/linux-4.4.14/net/mac802154/ |
D | main.c | 57 struct wpan_phy *phy; in ieee802154_alloc_hw() local
|
D | ieee802154_i.h | 37 struct wpan_phy *phy; member
|
/linux-4.4.14/net/dsa/ |
D | dsa_priv.h | 44 struct phy_device *phy; member
|
/linux-4.4.14/include/media/ |
D | sh_mobile_csi2.h | 32 enum sh_csi2_phy phy; member
|
/linux-4.4.14/include/scsi/ |
D | scsi_transport_sas.h | 80 #define phy_to_shost(phy) \ argument 207 static inline void sas_port_put_phy(struct sas_phy *phy) in sas_port_put_phy() 229 #define scsi_is_sas_phy_local(phy) scsi_is_host_device((phy)->dev.parent) argument
|
D | sas_ata.h | 95 static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info()
|
D | libsas.h | 140 struct sas_phy *phy; member 203 struct sas_phy *phy; member 302 struct asd_sas_phy *phy; member 326 struct sas_phy *phy; member 458 static inline void sas_phy_disconnected(struct asd_sas_phy *phy) in sas_phy_disconnected() 469 static inline void sas_put_local_phy(struct sas_phy *phy) in sas_put_local_phy()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | uli526x.c | 132 } phy; member 515 struct uli_phy_ops *phy = &db->phy; in uli526x_init() local 1024 struct uli_phy_ops *phy = &db->phy; in uli526x_timer() local 1518 struct uli_phy_ops *phy = &db->phy; in uli526x_sense_speed() local 1562 struct uli_phy_ops *phy = &db->phy; in uli526x_set_phyxcer() local 1604 struct uli_phy_ops *phy = &db->phy; in uli526x_process_mode() local
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 1098 enum dpio_phy phy; in chv_dpio_cmn_power_well_enable() local 1158 enum dpio_phy phy; in chv_dpio_cmn_power_well_disable() local 1186 static void assert_chv_phy_powergate(struct drm_i915_private *dev_priv, enum dpio_phy phy, in assert_chv_phy_powergate() 1248 bool chv_phy_powergate_ch(struct drm_i915_private *dev_priv, enum dpio_phy phy, in chv_phy_powergate_ch() 1284 enum dpio_phy phy = vlv_dport_to_phy(enc_to_dig_port(&encoder->base)); in chv_phy_powergate_lanes() local
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | usb-host.c | 431 int usbhs_init_phys(struct usbhs_phy_data *phy, int num_phys) in usbhs_init_phys()
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mx31moboard-devboard.c | 197 struct usb_phy *phy; in devboard_usbh1_init() local
|
D | mx31moboard-marxbot.c | 311 struct usb_phy *phy; in marxbot_usbh1_init() local
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 443 struct ar9170_rx_phystatus *phy, struct ieee80211_rx_status *status) in carl9170_rx_phy_status() 701 struct ar9170_rx_phystatus *phy = NULL; in carl9170_rx_untie_data() local
|
/linux-4.4.14/include/net/ |
D | cfg802154.h | 374 static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev) in wpan_phy_set_dev() 385 static inline void *wpan_phy_priv(struct wpan_phy *phy) in wpan_phy_priv() 393 static inline void wpan_phy_put(struct wpan_phy *phy) in wpan_phy_put() 398 static inline const char *wpan_phy_name(struct wpan_phy *phy) in wpan_phy_name()
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | main.c | 103 struct nfcmrvl_private *nfcmrvl_nci_register_dev(enum nfcmrvl_phy phy, in nfcmrvl_nci_register_dev()
|
D | nfcmrvl.h | 89 enum nfcmrvl_phy phy; member
|
/linux-4.4.14/include/linux/usb/ |
D | otg.h | 18 struct phy *phy; member
|
D | chipidea.h | 35 struct phy *phy; member
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis900.c | 626 struct mii_phy *phy; in sis900_mii_probe() local 725 struct mii_phy *phy = NULL, *phy_home = NULL, in sis900_default_phy() local 784 static void sis900_set_capability(struct net_device *net_dev, struct mii_phy *phy) in sis900_set_capability() 1487 struct mii_phy *phy = sis_priv->mii; in sis900_read_mode() local 2416 struct mii_phy *phy = sis_priv->first_mii; in sis900_remove() local
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | baseband.c | 202 u16 tx_rate, u8 pkt_type, struct vnt_phy_field *phy) in vnt_get_phy_field()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | tsi108.h | 98 u16 phy; /* phy address */ member
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_ioc.c | 5320 bfa_phy_present(struct bfa_phy_s *phy) in bfa_phy_present() 5328 struct bfa_phy_s *phy = cbarg; in bfa_phy_notify() local 5355 struct bfa_phy_s *phy = cbarg; in bfa_phy_query_send() local 5374 struct bfa_phy_s *phy = cbarg; in bfa_phy_write_send() local 5414 struct bfa_phy_s *phy = cbarg; in bfa_phy_read_send() local 5438 struct bfa_phy_s *phy = cbarg; in bfa_phy_stats_send() local 5474 bfa_phy_attach(struct bfa_phy_s *phy, struct bfa_ioc_s *ioc, void *dev, in bfa_phy_attach() 5504 bfa_phy_memclaim(struct bfa_phy_s *phy, u8 *dm_kva, u64 dm_pa, in bfa_phy_memclaim() 5537 bfa_phy_get_attr(struct bfa_phy_s *phy, u8 instance, in bfa_phy_get_attr() 5576 bfa_phy_get_stats(struct bfa_phy_s *phy, u8 instance, in bfa_phy_get_stats() [all …]
|
/linux-4.4.14/drivers/thunderbolt/ |
D | switch.c | 65 struct tb_cap_phy phy; in tb_port_state() local
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.h | 49 struct phy_device *phy; member
|