/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A 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.3-rc2/drivers/staging/media/omap4iss/ |
A 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.3-rc2/drivers/media/platform/ti/omap3isp/ |
A 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.3-rc2/drivers/phy/allwinner/ |
A D | phy-sun4i-usb.c | 285 struct sun4i_usb_phy *phy2 = &data->phys[2]; in sun4i_usb_phy_init() local 287 ret = clk_prepare_enable(phy2->clk); in sun4i_usb_phy_init() 295 ret = reset_control_deassert(phy2->reset); in sun4i_usb_phy_init() 297 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init() 308 ret = clk_prepare_enable(phy2->clk2); in sun4i_usb_phy_init() 310 reset_control_assert(phy2->reset); in sun4i_usb_phy_init() 311 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init() 319 val = readl(phy2->pmu + REG_HCI_PHY_CTL); in sun4i_usb_phy_init() 321 writel(val, phy2->pmu + REG_HCI_PHY_CTL); in sun4i_usb_phy_init() 393 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_exit() [all …]
|
/linux-6.3-rc2/net/ieee802154/ |
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-6.3-rc2/arch/arm/boot/dts/ |
A D | lan966x-kontron-kswitch-d10-mmt-8g.dts | 16 phy2: ethernet-phy@3 { label 27 phy-handle = <&phy2>;
|
A D | hisi-x5hd2-dkb.dts | 55 phy-handle = <&phy2>; 61 phy2: ethernet-phy@2 { label
|
A D | intel-ixp43x-kixrp435.dts | 53 phy2: ethernet-phy@2 { label 64 phy-handle = <&phy2>;
|
A D | intel-ixp42x-gateway-7001.dts | 98 phy-handle = <&phy2>; 104 phy2: ethernet-phy@2 { label
|
A D | armada-xp-openblocks-ax3-4.dts | 126 phy = <&phy2>; 195 phy2: ethernet-phy@2 { label
|
A D | stih410-b2120.dts | 27 usb2_picophy1: phy2 {
|
A D | armada-385-db-ap.dts | 64 phy2: ethernet-phy@6 { label 96 phy = <&phy2>;
|
A D | armada-381-netgear-gs110emx.dts | 139 phy2: ethernet-phy@c { label 220 phy-handle = <&phy2>;
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/ |
A D | mac.c | 1239 if (phy2) { in mt7996_mac_tx_free() 1615 if (phy2) in mt7996_mac_set_timing() 1733 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local 1740 if (!phy2) in mt7996_update_beacons() 1777 if (phy2) in mt7996_dma_reset() 1825 phy2 = mt7996_phy2(dev); in mt7996_mac_reset_work() 1832 if (phy2) in mt7996_mac_reset_work() 1841 if (phy2) { in mt7996_mac_reset_work() 1870 if (phy2) in mt7996_mac_reset_work() 1895 if (phy2) in mt7996_mac_reset_work() [all …]
|
/linux-6.3-rc2/drivers/gpio/ |
A 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.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | init.c | 764 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument 773 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware() 1170 struct mt7915_phy *phy2; in mt7915_register_device() local 1190 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device() 1191 if (IS_ERR(phy2)) in mt7915_register_device() 1192 return PTR_ERR(phy2); in mt7915_register_device() 1194 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device() 1215 if (phy2) { in mt7915_register_device() 1216 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device() 1240 if (phy2) in mt7915_register_device() [all …]
|
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/ |
A D | mvme7100.dts | 48 phy2: ethernet-phy@3 { label 66 phy-handle = <&phy2>;
|
A D | p1010rdb-pb.dts | 27 &phy2 {
|
A D | gef_sbc610.dts | 152 phy2: ethernet-phy@2 { label 165 phy-handle = <&phy2>;
|
A D | gef_ppc9a.dts | 154 phy2: ethernet-phy@2 { label 167 phy-handle = <&phy2>;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/imx/ |
A D | fsl,imx8mp-hsio-blk-ctrl.yaml | 38 - const: usb-phy2 89 "usb-phy2", "pcie", "pcie-phy";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | hisilicon-hix5hd2-gmac.txt | 49 phy-handle = <&phy2>; 57 phy2: ethernet-phy@2 {
|
A D | intel,ixp4xx-ethernet.yaml | 97 phy-handle = <&phy2>; 105 phy2: ethernet-phy@2 {
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ata/ |
A D | apm-xgene.txt | 39 phy2: phy@1f22a000 { 61 phys = <&phy2 0>;
|
/linux-6.3-rc2/arch/mips/boot/dts/mscc/ |
A D | ocelot_pcb123.dts | 63 phy-handle = <&phy2>;
|