| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | pci_mac.c | 203 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local 211 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work() 226 if (phy2) { in mt7615_mac_reset_work() 227 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work() 228 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work() 229 timer_delete_sync(&phy2->roc_timer); in mt7615_mac_reset_work() 230 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work() 261 if (phy2) in mt7615_mac_reset_work() 262 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work() 292 if (phy2) in mt7615_mac_reset_work() [all …]
|
| /linux/drivers/phy/spacemit/ |
| H A D | phy-k3-combo.c | 24 * (PHY2/3/4) shared by PCIE PortC/D and USB3 PortB/C/D. 34 * 0x10 : PCIe-C x2 (PHY2+PHY3) + PCIe-D x1 (PHY4) 35 * 0x11 : PCIe-C x2 (PHY2+PHY3) + USB-D (PHY4) 36 * 0x12 : PCIe-C x1 (PHY2) + USB-C (PHY3) 37 * 0x13 : PCIe-C x1 (PHY2) + USB-C (PHY3) + USB-D (PHY4) 38 * 0x14 : PCIe-C x1 (PHY3) + USB-B (PHY2) 39 * 0x15 : PCIe-C x1 (PHY3) + USB-B (PHY2) + USB-D (PHY4) 40 * 0x16 : USB-B (PHY2) + USB-C (PHY3) + PCIe D x1 (PHY4) 41 * 0x17 : USB-B (PHY2) + USB-C (PHY3) + USB-D (PHY4)
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | phy.rst | 38 Device(PHY2) { 40 } // end of PHY2 99 The PHY1 and PHY2 nodes represent the PHYs connected to MDIO bus MDI0 110 Device(PHY2) { 112 } // end of PHY2 141 Package (2) {"phy-handle", \_SB.MDI0.PHY2}}
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispcsiphy.c | 339 struct isp_csiphy *phy2 = &isp->isp_csiphy2; in omap3isp_csiphy_init() local 341 phy2->isp = isp; in omap3isp_csiphy_init() 342 phy2->csi2 = &isp->isp_csi2a; in omap3isp_csiphy_init() 343 phy2->num_data_lanes = ISP_CSIPHY2_NUM_DATA_LANES; in omap3isp_csiphy_init() 344 phy2->cfg_regs = OMAP3_ISP_IOMEM_CSI2A_REGS1; in omap3isp_csiphy_init() 345 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init() 346 mutex_init(&phy2->mutex); in omap3isp_csiphy_init()
|
| /linux/net/ieee802154/ |
| H A D | nl-phy.c | 297 struct wpan_phy *phy2; in ieee802154_del_iface() local 306 phy2 = wpan_phy_find(pname); in ieee802154_del_iface() 307 if (!phy2) in ieee802154_del_iface() 310 if (phy != phy2) { in ieee802154_del_iface() 311 wpan_phy_put(phy2); in ieee802154_del_iface()
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | lan966x-kontron-kswitch-d10-mmt-8g.dts | 16 phy2: ethernet-phy@3 { label 29 phy-handle = <&phy2>;
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | init.c | 858 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument 867 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware() 1252 struct mt7915_phy *phy2; in mt7915_register_device() local 1270 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device() 1271 if (IS_ERR(phy2)) in mt7915_register_device() 1272 return PTR_ERR(phy2); in mt7915_register_device() 1274 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device() 1293 if (phy2) { in mt7915_register_device() 1294 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device() 1314 if (phy2) { in mt7915_register_device() [all …]
|
| H A D | mac.c | 1292 struct mt7915_phy *phy2; in mt7915_mac_restart() local 1299 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart() 1388 mt7915_init_txpower(phy2); in mt7915_mac_restart() 1410 if (phy2) in mt7915_mac_restart() 1411 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart() 1428 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local 1432 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset() 1458 if (phy2) in mt7915_mac_full_reset() 1459 phy2->omac_mask = 0; in mt7915_mac_full_reset() 1484 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local [all …]
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp43x-kixrp435.dts | 53 phy2: ethernet-phy@2 { label 64 phy-handle = <&phy2>;
|
| H A D | intel-ixp42x-gateway-7001.dts | 100 phy-handle = <&phy2>; 106 phy2: ethernet-phy@2 { label
|
| /linux/arch/arm/boot/dts/hisilicon/ |
| H A D | hisi-x5hd2-dkb.dts | 55 phy-handle = <&phy2>; 61 phy2: ethernet-phy@2 { label
|
| /linux/Documentation/devicetree/bindings/soc/imx/ |
| H A D | fsl,imx8mp-hsio-blk-ctrl.yaml | 38 - const: usb-phy2 89 "usb-phy2", "pcie", "pcie-phy";
|
| /linux/arch/loongarch/boot/dts/ |
| H A D | loongson-2k2000-ref.dts | 106 phy-handle = <&phy2>; 111 phy2: ethernet-phy@2 { label
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-hix5hd2-gmac.txt | 49 phy-handle = <&phy2>; 57 phy2: ethernet-phy@2 {
|
| H A D | intel,ixp4xx-ethernet.yaml | 99 phy-handle = <&phy2>; 107 phy2: ethernet-phy@2 {
|
| H A D | realtek,rtl9301-switch.yaml | 155 phy2: ethernet-phy@0 { 171 phy-handle = <&phy2>;
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | mvme7100.dts | 48 phy2: ethernet-phy@3 { label 66 phy-handle = <&phy2>;
|
| H A D | p1020utm-pc.dtsi | 90 phy2: ethernet-phy@2 { label 111 phy-handle = <&phy2>;
|
| H A D | gef_sbc610.dts | 152 phy2: ethernet-phy@2 { label 165 phy-handle = <&phy2>;
|
| H A D | gef_ppc9a.dts | 154 phy2: ethernet-phy@2 { label 167 phy-handle = <&phy2>;
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,sm8550-dispcc.yaml | 51 - description: Link clock from DP PHY2 52 - description: VCO DIV clock from DP PHY2
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-openblocks-ax3-4.dts | 126 phy = <&phy2>; 195 phy2: ethernet-phy@2 { label
|
| H A D | armada-385-db-ap.dts | 64 phy2: ethernet-phy@6 { label 96 phy = <&phy2>;
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | amlogic,meson-g12a-usb-ctrl.yaml | 154 - const: usb2-phy2 # USB2 PHY2 if USBOTG_C port is used
|
| /linux/drivers/scsi/isci/ |
| H A D | probe_roms.h | 284 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Medium cable 287 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Long cable length 301 * phy2 - long
|