/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | pci_mac.c | 202 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-6.1.9/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-6.1.9/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-6.1.9/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 295 struct sun4i_usb_phy *phy2 = &data->phys[2]; in sun4i_usb_phy_init() local 297 ret = clk_prepare_enable(phy2->clk); in sun4i_usb_phy_init() 305 ret = reset_control_deassert(phy2->reset); in sun4i_usb_phy_init() 307 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init() 318 ret = clk_prepare_enable(phy2->clk2); in sun4i_usb_phy_init() 320 reset_control_assert(phy2->reset); in sun4i_usb_phy_init() 321 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init() 328 if (phy2->pmu && data->cfg->hci_phy_ctl_clear) { in sun4i_usb_phy_init() 329 val = readl(phy2->pmu + REG_HCI_PHY_CTL); in sun4i_usb_phy_init() 331 writel(val, phy2->pmu + REG_HCI_PHY_CTL); in sun4i_usb_phy_init() [all …]
|
/linux-6.1.9/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-6.1.9/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 | 126 phy = <&phy2>; 195 phy2: ethernet-phy@2 { label
|
D | stih410-b2120.dts | 27 usb2_picophy1: phy2 {
|
D | armada-381-netgear-gs110emx.dts | 139 phy2: ethernet-phy@c { label 220 phy-handle = <&phy2>;
|
D | armada-385-db-ap.dts | 64 phy2: ethernet-phy@6 { label 96 phy = <&phy2>;
|
/linux-6.1.9/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-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | init.c | 659 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 …]
|
D | dma.c | 335 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-6.1.9/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>;
|
D | gef_ppc9a.dts | 154 phy2: ethernet-phy@2 { label 167 phy-handle = <&phy2>;
|
/linux-6.1.9/Documentation/devicetree/bindings/soc/imx/ |
D | fsl,imx8mp-hsio-blk-ctrl.yaml | 38 - const: usb-phy2 86 "usb-phy2", "pcie", "pcie-phy";
|
/linux-6.1.9/Documentation/devicetree/bindings/ata/ |
D | apm-xgene.txt | 39 phy2: phy@1f22a000 { 61 phys = <&phy2 0>;
|
/linux-6.1.9/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-6.1.9/arch/mips/boot/dts/mscc/ |
D | ocelot_pcb123.dts | 63 phy-handle = <&phy2>;
|