/Linux-v5.10/drivers/staging/media/omap4iss/ |
D | iss_csiphy.c | 258 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-v5.10/drivers/media/platform/omap3isp/ |
D | ispcsiphy.c | 329 struct isp_csiphy *phy2 = &isp->isp_csiphy2; in omap3isp_csiphy_init() local 331 phy2->isp = isp; in omap3isp_csiphy_init() 332 phy2->csi2 = &isp->isp_csi2a; in omap3isp_csiphy_init() 333 phy2->num_data_lanes = ISP_CSIPHY2_NUM_DATA_LANES; in omap3isp_csiphy_init() 334 phy2->cfg_regs = OMAP3_ISP_IOMEM_CSI2A_REGS1; in omap3isp_csiphy_init() 335 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init() 336 mutex_init(&phy2->mutex); in omap3isp_csiphy_init()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mac.c | 92 if (dev->mt76.phy2) in mt7615_mac_reset_counters() 93 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7615_mac_reset_counters() 228 struct mt7615_phy *phy2 = dev->mt76.phy2 ? dev->mt76.phy2->priv : NULL; in mt7615_mac_fill_rx() local 244 if (!phy2) in mt7615_mac_fill_rx() 246 else if (phy2->chfreq == phy->chfreq) in mt7615_mac_fill_rx() 250 else if (phy2->chfreq == chfreq) in mt7615_mac_fill_rx() 329 int first_chain = ffs(phy2->chainmask) - 1; in mt7615_mac_fill_rx() 335 if (phy_idx == 1 && phy2) { in mt7615_mac_fill_rx() 336 mphy = dev->mt76.phy2; in mt7615_mac_fill_rx() 337 phy = phy2; in mt7615_mac_fill_rx() [all …]
|
D | pci_mac.c | 152 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && mdev->phy2) in mt7615_tx_prepare_skb() 153 phy = mdev->phy2->priv; in mt7615_tx_prepare_skb()
|
/Linux-v5.10/net/ieee802154/ |
D | nl-phy.c | 295 struct wpan_phy *phy2; in ieee802154_del_iface() local 304 phy2 = wpan_phy_find(pname); in ieee802154_del_iface() 305 if (!phy2) in ieee802154_del_iface() 308 if (phy != phy2) { in ieee802154_del_iface() 309 wpan_phy_put(phy2); in ieee802154_del_iface()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | hisi-x5hd2-dkb.dts | 55 phy-handle = <&phy2>; 61 phy2: ethernet-phy@2 { label
|
D | armada-xp-openblocks-ax3-4.dts | 128 phy = <&phy2>; 197 phy2: ethernet-phy@2 { label
|
D | stih410-b2120.dts | 37 usb2_picophy1: phy2@0 {
|
D | armada-385-db-ap.dts | 64 phy2: ethernet-phy@6 { label 96 phy = <&phy2>;
|
D | armada-xp-db.dts | 110 phy = <&phy2>; 226 phy2: ethernet-phy@2 { label
|
D | armada-xp-gp.dts | 136 phy = <&phy2>; 211 phy2: ethernet-phy@2 { label
|
/Linux-v5.10/drivers/gpio/ |
D | gpio-stp-xway.c | 87 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() 280 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.c | 330 mphy = dev->mt76.phy2; in mt7915_mac_fill_rx() 589 if (ext_phy && dev->mt76.phy2) in mt7915_mac_write_txwi() 590 mphy = dev->mt76.phy2; in mt7915_mac_write_txwi() 1008 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7915_mac_reset_counters() 1118 if (mdev->phy2) in mt7915_update_channel() 1119 mt7915_phy_update_channel(mdev->phy2, 1); in mt7915_update_channel() 1123 if (mdev->phy2) in mt7915_update_channel() 1156 if (!dev->mt76.phy2) in mt7915_update_beacons() 1159 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7915_update_beacons() 1161 mt7915_update_vif_beacon, dev->mt76.phy2->hw); in mt7915_update_beacons() [all …]
|
/Linux-v5.10/arch/powerpc/boot/dts/fsl/ |
D | mvme7100.dts | 48 phy2: ethernet-phy@3 { label 66 phy-handle = <&phy2>;
|
D | p1010rdb-pb.dts | 27 &phy2 {
|
D | sbc8641d.dts | 89 phy2: ethernet-phy@1 { label 116 phy-handle = <&phy2>;
|
D | gef_sbc610.dts | 152 phy2: ethernet-phy@2 { label 165 phy-handle = <&phy2>;
|
D | gef_ppc9a.dts | 154 phy2: ethernet-phy@2 { label 167 phy-handle = <&phy2>;
|
D | gef_sbc310.dts | 153 phy2: ethernet-phy@2 { label 166 phy-handle = <&phy2>;
|
D | p1020utm-pc.dtsi | 90 phy2: ethernet-phy@2 { label 111 phy-handle = <&phy2>;
|
/Linux-v5.10/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 25 - lantiq,phy2 : The gphy2 core can control 3 bits of the gpio cascade. 40 lantiq,phy2 = <0x7>;
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | hisilicon-hix5hd2-gmac.txt | 49 phy-handle = <&phy2>; 57 phy2: ethernet-phy@2 {
|
/Linux-v5.10/Documentation/devicetree/bindings/ata/ |
D | apm-xgene.txt | 39 phy2: phy@1f22a000 { 61 phys = <&phy2 0>;
|
/Linux-v5.10/arch/mips/boot/dts/mscc/ |
D | ocelot_pcb123.dts | 58 phy-handle = <&phy2>;
|
/Linux-v5.10/Documentation/devicetree/bindings/net/dsa/ |
D | realtek-smi.txt | 98 phy-handle = <&phy2>; 137 phy2: phy@2 {
|