Home
last modified time | relevance | path

Searched full:phy2 (Results 1 – 25 of 132) sorted by relevance

123456

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci_mac.c202 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
210 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
225 if (phy2) { in mt7615_mac_reset_work()
226 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
227 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
228 del_timer_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
229 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
260 if (phy2) in mt7615_mac_reset_work()
261 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
289 if (phy2) in mt7615_mac_reset_work()
[all …]
/Linux-v6.1/drivers/staging/media/omap4iss/
Diss_csiphy.c258 struct iss_csiphy *phy2 = &iss->csiphy2; in omap4iss_csiphy_init() local
268 phy2->iss = iss; in omap4iss_csiphy_init()
269 phy2->csi2 = &iss->csi2b; in omap4iss_csiphy_init()
270 phy2->max_data_lanes = ISS_CSIPHY2_NUM_DATA_LANES; in omap4iss_csiphy_init()
271 phy2->used_data_lanes = 0; in omap4iss_csiphy_init()
272 phy2->cfg_regs = OMAP4_ISS_MEM_CSI2_B_REGS1; in omap4iss_csiphy_init()
273 phy2->phy_regs = OMAP4_ISS_MEM_CAMERARX_CORE2; in omap4iss_csiphy_init()
274 mutex_init(&phy2->mutex); in omap4iss_csiphy_init()
/Linux-v6.1/Documentation/firmware-guide/acpi/dsd/
Dphy.rst38 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-v6.1/drivers/media/platform/ti/omap3isp/
Dispcsiphy.c330 struct isp_csiphy *phy2 = &isp->isp_csiphy2; in omap3isp_csiphy_init() local
332 phy2->isp = isp; in omap3isp_csiphy_init()
333 phy2->csi2 = &isp->isp_csi2a; in omap3isp_csiphy_init()
334 phy2->num_data_lanes = ISP_CSIPHY2_NUM_DATA_LANES; in omap3isp_csiphy_init()
335 phy2->cfg_regs = OMAP3_ISP_IOMEM_CSI2A_REGS1; in omap3isp_csiphy_init()
336 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init()
337 mutex_init(&phy2->mutex); in omap3isp_csiphy_init()
/Linux-v6.1/drivers/gpio/
Dgpio-stp-xway.c87 u8 phy2; /* 3 bits can be driven by phy2 */ member
196 chip->phy2 << XWAY_STP_PHY2_SHIFT, in xway_stp_hw_init()
215 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
279 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy2", &phy)) in xway_stp_probe()
280 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/Linux-v6.1/net/ieee802154/
Dnl-phy.c297 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-v6.1/arch/arm/boot/dts/
Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
27 phy-handle = <&phy2>;
Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
Dintel-ixp43x-kixrp435.dts53 phy2: ethernet-phy@2 { label
64 phy-handle = <&phy2>;
Dintel-ixp42x-gateway-7001.dts98 phy-handle = <&phy2>;
104 phy2: ethernet-phy@2 { label
Darmada-xp-openblocks-ax3-4.dts126 phy = <&phy2>;
195 phy2: ethernet-phy@2 { label
Darmada-385-db-ap.dts64 phy2: ethernet-phy@6 { label
96 phy = <&phy2>;
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c659 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument
668 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware()
1066 struct mt7915_phy *phy2; in mt7915_register_device() local
1084 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device()
1085 if (IS_ERR(phy2)) in mt7915_register_device()
1086 return PTR_ERR(phy2); in mt7915_register_device()
1088 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device()
1115 if (phy2) { in mt7915_register_device()
1116 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device()
1132 if (phy2) in mt7915_register_device()
[all …]
Ddma.c335 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init() argument
370 if (phy2) { in mt7915_dma_init()
371 ret = mt7915_init_tx_queues(phy2, in mt7915_dma_init()
372 MT_TXQ_ID(phy2->band_idx), in mt7915_dma_init()
/Linux-v6.1/Documentation/devicetree/bindings/soc/imx/
Dfsl,imx8mp-hsio-blk-ctrl.yaml38 - const: usb-phy2
86 "usb-phy2", "pcie", "pcie-phy";
/Linux-v6.1/Documentation/devicetree/bindings/ata/
Dapm-xgene.txt39 phy2: phy@1f22a000 {
61 phys = <&phy2 0>;
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dqcom,sm8450-dispcc.yaml39 - description: Link clock from DP PHY2
40 - description: VCO DIV clock from DP PHY2
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
Dintel,ixp4xx-ethernet.yaml97 phy-handle = <&phy2>;
105 phy2: ethernet-phy@2 {
/Linux-v6.1/arch/powerpc/boot/dts/fsl/
Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 phy-handle = <&phy2>;
Dp1020utm-pc.dtsi90 phy2: ethernet-phy@2 { label
111 phy-handle = <&phy2>;
Dp1010rdb-pb.dts27 &phy2 {
Dgef_sbc610.dts152 phy2: ethernet-phy@2 { label
165 phy-handle = <&phy2>;
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Damlogic,meson-g12a-usb-ctrl.yaml153 - const: usb2-phy2 # USB2 PHY2 if USBOTG_C port is used
/Linux-v6.1/drivers/scsi/isci/
Dprobe_roms.h284 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Medium cable
287 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Long cable length
301 * phy2 - long

123456