/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | pci_mac.c | 149 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && mdev->phy2) in mt7615_tx_prepare_skb() 150 phy = mdev->phy2->priv; in mt7615_tx_prepare_skb() 257 if (!dev->mt76.phy2) in mt7615_update_beacons() 260 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7615_update_beacons() 262 mt7615_update_vif_beacon, dev->mt76.phy2->hw); in mt7615_update_beacons() 267 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local 273 ext_phy = dev->mt76.phy2; in mt7615_mac_reset_work() 274 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work() 289 if (phy2) { in mt7615_mac_reset_work() 290 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work() [all …]
|
D | mac.c | 121 if (dev->mt76.phy2) in mt7615_mac_reset_counters() 122 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7615_mac_reset_counters() 339 struct mt7615_phy *phy2 = dev->mt76.phy2 ? dev->mt76.phy2->priv : NULL; in mt7615_mac_fill_rx() local 358 if (!phy2) in mt7615_mac_fill_rx() 360 else if (phy2->chfreq == phy->chfreq) in mt7615_mac_fill_rx() 364 else if (phy2->chfreq == chfreq) in mt7615_mac_fill_rx() 494 int first_chain = ffs(phy2->mt76->chainmask) - 1; in mt7615_mac_fill_rx() 500 if (phy_idx == 1 && phy2) { in mt7615_mac_fill_rx() 501 mphy = dev->mt76.phy2; in mt7615_mac_fill_rx() 502 phy = phy2; in mt7615_mac_fill_rx() [all …]
|
/linux-5.19.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-5.19.10/drivers/media/platform/ti/omap3isp/ |
D | ispcsiphy.c | 330 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-5.19.10/net/ieee802154/ |
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-5.19.10/arch/arm/boot/dts/ |
D | lan966x-kontron-kswitch-d10-mmt-8g.dts | 16 phy2: ethernet-phy@3 { label 27 phy-handle = <&phy2>;
|
D | hisi-x5hd2-dkb.dts | 55 phy-handle = <&phy2>; 61 phy2: ethernet-phy@2 { label
|
D | intel-ixp43x-kixrp435.dts | 53 phy2: ethernet-phy@2 { label 64 phy-handle = <&phy2>;
|
D | intel-ixp42x-gateway-7001.dts | 98 phy-handle = <&phy2>; 104 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 | 27 usb2_picophy1: phy2 {
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 590 if (dev->phy2) in mt76_tx_worker_run() 591 mt76_txq_schedule_all(dev->phy2); in mt76_tx_worker_run() 596 if (dev->phy2 && dev->phy2->test.tx_pending) in mt76_tx_worker_run() 597 mt76_testmode_tx_pending(dev->phy2); in mt76_tx_worker_run() 700 struct mt76_phy *phy = &dev->phy, *phy2 = dev->phy2; in __mt76_set_tx_blocked() local 708 if (phy2) { in __mt76_set_tx_blocked() 709 q2 = phy2->q_tx[0]; in __mt76_set_tx_blocked()
|
D | mt76.h | 703 struct mt76_phy *phy2; member 893 return dev->phy2->hw; in mt76_wcid_hw() 1004 if (phy_ext && dev->phy2) in mt76_dev_phy() 1005 return dev->phy2; in mt76_dev_phy() 1125 else if (dev->phy2 && skb == dev->phy2->test.tx_skb) in mt76_is_testmode_skb() 1126 *hw = dev->phy2->hw; in mt76_is_testmode_skb() 1247 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && dev->phy2) in mt76_tx_status_get_hw() 1248 hw = dev->phy2->hw; in mt76_tx_status_get_hw()
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | init.c | 653 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument 662 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware() 1034 struct mt76_phy *mphy = dev->mt76.phy2; in mt7915_unregister_ext_phy() 1059 struct mt7915_phy *phy2; in mt7915_register_device() local 1077 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device() 1078 if (IS_ERR(phy2)) in mt7915_register_device() 1079 return PTR_ERR(phy2); in mt7915_register_device() 1081 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device() 1108 if (phy2) { in mt7915_register_device() 1109 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device() [all …]
|
D | mac.c | 602 mphy = dev->mt76.phy2; in mt7915_mac_fill_rx() 1019 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && dev->phy2) in mt7915_mac_write_txwi() 1020 mphy = dev->phy2; in mt7915_mac_write_txwi() 1216 struct mt76_phy *mphy_ext = mdev->phy2; in mt7915_mac_tx_free_prepare() 1396 if (wcid->ext_phy && dev->mt76.phy2) in mt7915_mac_add_txs_skb() 1397 mphy = dev->mt76.phy2; in mt7915_mac_add_txs_skb() 1784 if (!dev->mt76.phy2) in mt7915_update_beacons() 1787 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7915_update_beacons() 1789 mt7915_update_vif_beacon, dev->mt76.phy2->hw); in mt7915_update_beacons() 1795 struct mt76_phy *mphy_ext = dev->mt76.phy2; in mt7915_dma_reset() [all …]
|
D | dma.c | 342 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init() argument 377 if (phy2) { in mt7915_dma_init() 378 ret = mt7915_init_tx_queues(phy2, in mt7915_dma_init() 379 MT_TXQ_ID(phy2->band_idx), in mt7915_dma_init()
|
/linux-5.19.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-5.19.10/Documentation/devicetree/bindings/soc/imx/ |
D | fsl,imx8mp-hsio-blk-ctrl.yaml | 38 - const: usb-phy2 76 "usb-phy2", "pcie", "pcie-phy";
|
/linux-5.19.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 | gef_sbc610.dts | 152 phy2: ethernet-phy@2 { label 165 phy-handle = <&phy2>;
|
/linux-5.19.10/Documentation/devicetree/bindings/net/ |
D | hisilicon-hix5hd2-gmac.txt | 49 phy-handle = <&phy2>; 57 phy2: ethernet-phy@2 {
|
D | intel,ixp4xx-ethernet.yaml | 97 phy-handle = <&phy2>; 105 phy2: ethernet-phy@2 {
|
/linux-5.19.10/Documentation/devicetree/bindings/ata/ |
D | apm-xgene.txt | 39 phy2: phy@1f22a000 { 61 phys = <&phy2 0>;
|
/linux-5.19.10/arch/mips/boot/dts/mscc/ |
D | ocelot_pcb123.dts | 63 phy-handle = <&phy2>;
|