ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/phy
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
linux
phy
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
tegra
-
chmod
Open
Rename
Delete
omap_control_phy.h
2.4 MB
chmod
View
DL
Edit
Rename
Delete
omap_usb.h
679 B
chmod
View
DL
Edit
Rename
Delete
pcie.h
243 B
chmod
View
DL
Edit
Rename
Delete
phy-dp.h
1.8 MB
chmod
View
DL
Edit
Rename
Delete
phy-lvds.h
945 B
chmod
View
DL
Edit
Rename
Delete
phy-mipi-dphy.h
6.23 MB
chmod
View
DL
Edit
Rename
Delete
phy-sun4i-usb.h
429 B
chmod
View
DL
Edit
Rename
Delete
phy.h
13.37 MB
chmod
View
DL
Edit
Rename
Delete
ulpi_phy.h
783 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/phy/ulpi_phy.h
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/phy/phy.h> /** * Helper that registers PHY for a ULPI device and adds a lookup for binding it * and it's controller, which is always the parent. */ static inline struct phy *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) { struct phy *phy; int ret; phy = phy_create(&ulpi->dev, NULL, ops); if (IS_ERR(phy)) return phy; ret = phy_create_lookup(phy, "usb2-phy", dev_name(ulpi->dev.parent)); if (ret) { phy_destroy(phy); return ERR_PTR(ret); } return phy; } /* Remove a PHY that was created with ulpi_phy_create() and it's lookup. */ static inline void ulpi_phy_destroy(struct ulpi *ulpi, struct phy *phy) { phy_remove_lookup(phy, "usb2-phy", dev_name(ulpi->dev.parent)); phy_destroy(phy); }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply