ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/drm/bridge
/
usr
src
kernels
5.14.0-611.34.1.el9_7.x86_64
include
drm
bridge
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
analogix_dp.h
1.39 MB
chmod
View
DL
Edit
Rename
Delete
aux-bridge.h
1.32 MB
chmod
View
DL
Edit
Rename
Delete
dw_hdmi.h
9.55 MB
chmod
View
DL
Edit
Rename
Delete
dw_hdmi_qp.h
910 B
chmod
View
DL
Edit
Rename
Delete
dw_mipi_dsi.h
2.49 MB
chmod
View
DL
Edit
Rename
Delete
dw_mipi_dsi2.h
2.6 MB
chmod
View
DL
Edit
Rename
Delete
imx.h
330 B
chmod
View
DL
Edit
Rename
Delete
mhl.h
11.02 MB
chmod
View
DL
Edit
Rename
Delete
samsung-dsim.h
2.95 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/drm/bridge/analogix_dp.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Analogix DP (Display Port) Core interface driver. * * Copyright (C) 2015 Rockchip Electronics Co., Ltd. */ #ifndef _ANALOGIX_DP_H_ #define _ANALOGIX_DP_H_ #include <drm/drm_crtc.h> struct analogix_dp_device; enum analogix_dp_devtype { EXYNOS_DP, RK3288_DP, RK3399_EDP, }; static inline bool is_rockchip(enum analogix_dp_devtype type) { return type == RK3288_DP || type == RK3399_EDP; } struct analogix_dp_plat_data { enum analogix_dp_devtype dev_type; struct drm_panel *panel; struct drm_encoder *encoder; struct drm_connector *connector; bool skip_connector; int (*power_on)(struct analogix_dp_plat_data *); int (*power_off)(struct analogix_dp_plat_data *); int (*attach)(struct analogix_dp_plat_data *, struct drm_bridge *, struct drm_connector *); int (*get_modes)(struct analogix_dp_plat_data *, struct drm_connector *); }; int analogix_dp_resume(struct analogix_dp_device *dp); int analogix_dp_suspend(struct analogix_dp_device *dp); struct analogix_dp_device * analogix_dp_probe(struct device *dev, struct analogix_dp_plat_data *plat_data); int analogix_dp_bind(struct analogix_dp_device *dp, struct drm_device *drm_dev); void analogix_dp_unbind(struct analogix_dp_device *dp); int analogix_dp_start_crc(struct drm_connector *connector); int analogix_dp_stop_crc(struct drm_connector *connector); #endif /* _ANALOGIX_DP_H_ */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply