Home
last modified time | relevance | path

Searched full:edp (Results 1 – 25 of 145) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-edp-legacy.yaml4 $id: http://devicetree.org/schemas/display/panel/panel-edp-legacy.yaml#
7 title: Legacy eDP panels from before the "edp-panel" compatible
13 This binding file is a collection of eDP panels from before the generic
14 "edp-panel" compatible was introduced. It is kept around to support old
16 the generic "edp-panel" is if it needed to be used on an eDP controller
17 that doesn't support the generic "edp-panel" compatible, but it should be
18 a strong preference to add the generic "edp-panel" compatible instead.
31 # AUO B116XAK01 eDP TFT LCD panel
51 # InnoLux 13.3" FHD (1920x1080) eDP TFT LCD panel
53 # Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
[all …]
H A Dpanel-edp.yaml4 $id: http://devicetree.org/schemas/display/panel/panel-edp.yaml#
7 title: Probeable (via DP AUX / EDID) eDP Panels with simple poweron sequences
13 This binding file can be used to indicate that an eDP panel is connected
26 One piece of information about eDP panels that is typically _not_
29 list eDP panels. We solve that here with two tricks. The "worst case"
35 eDP panels in general can have somewhat arbitrary power sequencing
46 the eDP Standard.
53 eDP -----------+ Black video | Src vid | Blk vid +
89 const: edp-panel
109 hooked up directly to the eDP controller.
[all …]
H A Dsamsung,atna33xc20.yaml7 title: Samsung 13.3" FHD (1920x1080 pixels) eDP AMOLED panel
18 # Samsung 13.3" FHD (1920x1080 pixels) eDP AMOLED panel
22 # Samsung 14.5" WQXGA+ (2880x1800 pixels) eDP AMOLED panel
24 # Samsung 14.5" 3K (2944x1840 pixels) eDP AMOLED panel
H A Dinnolux,p120zdg-bf1.yaml7 title: Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
35 panel_edp: panel-edp {
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c107 dtrace_ecbdesc_t *edp = stp->ds_desc->dtsd_ecbdesc; in dtrace_program_info() local
109 if (edp == last) in dtrace_program_info()
111 last = edp; in dtrace_program_info()
123 if (edp->dted_action == NULL) in dtrace_program_info()
126 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_program_info()
198 dt_ecbdesc_hold(dtrace_ecbdesc_t *edp) in dt_ecbdesc_hold() argument
200 edp->dted_refcnt++; in dt_ecbdesc_hold()
204 dt_ecbdesc_release(dtrace_hdl_t *dtp, dtrace_ecbdesc_t *edp) in dt_ecbdesc_release() argument
206 if (--edp->dted_refcnt > 0) in dt_ecbdesc_release()
209 dt_difo_free(dtp, edp->dted_pred.dtpdd_difo); in dt_ecbdesc_release()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dedp.txt1 Qualcomm Technologies Inc. adreno/snapdragon eDP output
5 * "qcom,mdss-edp"
8 * "edp"
10 - interrupts: The interrupt signal from the eDP block.
25 - panel-hpd-gpios: GPIO pin used for eDP hpd.
30 compatible = "qcom,mdss-edp";
32 "edp",
H A Ddp-controller.yaml22 - qcom,sc7280-edp
24 - qcom,sc8180x-edp
26 - qcom,sc8280xp-edp
157 # p1 regions is present on DP, but not on eDP
163 - qcom,sc7280-edp
164 - qcom,sc8180x-edp
165 - qcom,sc8280xp-edp
H A Dqcom,sc7280-mdss.yaml75 "^edp@[0-9a-f]+$":
81 const: qcom,sc7280-edp
91 - qcom,sc7280-edp-phy
276 edp@aea0000 {
277 compatible = "qcom,sc7280-edp";
352 compatible = "qcom,sc7280-edp-phy";
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,edp-phy.yaml5 $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
8 title: Qualcomm eDP PHY
14 The Qualcomm eDP PHY is found in a number of Qualcomm platform and provides
20 - qcom,sc7280-edp-phy
21 - qcom,sc8180x-edp-phy
23 - qcom,sc8280xp-edp-phy
66 compatible = "qcom,sc8180x-edp-phy";
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dtoshiba,tc358767.yaml7 title: Toshiba TC358767/TC358867/TC9595 DSI/DPI/eDP bridge
14 converts DSI/DPI to eDP/DP .
98 eDP/DP output port. The remote endpoint phandle should be a
99 reference to a valid eDP panel input endpoint node. This port is
140 /* DPI input and eDP output */
146 edp-bridge@68 {
183 edp-bridge@68 {
H A Dps8640.yaml7 title: MIPI DSI to eDP Video Format Converter
13 The PS8640 is a low power MIPI-to-eDP video format converter supporting
17 device outputs eDP v1.4, one or two lanes, at a link rate of up to
57 Video port for eDP output (panel or connector).
80 ps8640: edp-bridge@18 {
H A Dtoshiba,tc358767.txt1 Toshiba TC358767 eDP bridge bindings
17 to a DPI/DSI source and to an eDP/DP sink according to [1][2]:
20 - port@2: eDP/DP output port
26 edp-bridge@68 {
H A Danx6345.yaml7 title: Analogix ANX6345 eDP Transmitter
13 The ANX6345 is an ultra-low power Full-HD eDP transmitter designed for
46 Video port for eDP output (panel or connector).
H A Dti,sn65dsi86.txt1 SN65DSI86 DSI to eDP bridge chip
41 - Video port 1 for eDP output
46 edp-bridge@2d {
/freebsd/usr.sbin/efivar/
H A Defiutil.c116 #define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp) argument
127 efidp dp, edp; in efi_print_load_option() local
154 edp = (efidp)walker; in efi_print_load_option()
166 while (dp < edp && SIZE(dp, edp) > sizeof(efidp_header)) { in efi_print_load_option()
167 efidp_format_device_path(buf, sizeof(buf), dp, SIZE(dp, edp)); in efi_print_load_option()
/freebsd/sys/dev/sfxge/common/
H A Def10_tx.c570 efx_desc_t *edp = &ed[i]; in ef10_tx_qdesc_post() local
577 EFSYS_MEM_WRITEQ(etp->et_esmp, offset, &edp->ed_eq); in ef10_tx_qdesc_post()
595 __out efx_desc_t *edp) in ef10_tx_qdesc_dma_create() argument
606 EFX_POPULATE_QWORD_5(edp->ed_eq, in ef10_tx_qdesc_dma_create()
620 __out efx_desc_t *edp) in ef10_tx_qdesc_tso_create() argument
628 EFX_POPULATE_QWORD_5(edp->ed_eq, in ef10_tx_qdesc_tso_create()
644 __out_ecount(count) efx_desc_t *edp, in ef10_tx_qdesc_tso2_create()
655 EFX_POPULATE_QWORD_5(edp[0].ed_eq, in ef10_tx_qdesc_tso2_create()
663 EFX_POPULATE_QWORD_5(edp[1].ed_eq, in ef10_tx_qdesc_tso2_create()
677 __out efx_desc_t *edp) in ef10_tx_qdesc_vlantci_create() argument
[all …]
H A Defx_tx.c115 __out efx_desc_t *edp);
612 __out efx_desc_t *edp) in efx_tx_qdesc_dma_create() argument
620 etxop->etxo_qdesc_dma_create(etp, addr, size, eop, edp); in efx_tx_qdesc_dma_create()
629 __out efx_desc_t *edp) in efx_tx_qdesc_tso_create() argument
637 etxop->etxo_qdesc_tso_create(etp, ipv4_id, tcp_seq, tcp_flags, edp); in efx_tx_qdesc_tso_create()
647 __out_ecount(count) efx_desc_t *edp, in efx_tx_qdesc_tso2_create()
657 tcp_seq, mss, edp, count); in efx_tx_qdesc_tso2_create()
664 __out efx_desc_t *edp) in efx_tx_qdesc_vlantci_create() argument
672 etxop->etxo_qdesc_vlantci_create(etp, tci, edp); in efx_tx_qdesc_vlantci_create()
679 __out efx_desc_t *edp) in efx_tx_qdesc_checksum_create() argument
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-parade-ps8640.dtsi3 * Google Trogdor dts fragment for the boards with Parade ps8640 edp bridge
41 * extra power cycle of the touchscreen and eDP panel at bootup.
106 edp_brij_ps8640_rst: edp-brij-ps8640-rst-state {
113 en_pp3300_edp_brij_ps8640: en-pp3300-edp-brij-ps8640-state {
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi3 * Google Trogdor dts fragment for the boards with TI sn65dsi86 edp bridge
22 * extra power cycle of the touchscreen and eDP panel at bootup.
99 edp_brij_irq: edp-brij-irq-state {
H A Dsc8280xp-crd.dts117 vreg_edp_3p3: regulator-edp-3p3 {
133 vreg_edp_bl: regulator-edp-bl {
428 compatible = "qcom,sc8280xp-edp";
437 compatible = "edp-panel";
461 compatible = "qcom,sc8280xp-edp-phy";
751 edp_bl_en: edp-bl-en-state {
756 edp_bl_reg_en: edp-bl-reg-en-state {
775 edp_bl_pwm: edp-bl-pwm-state {
791 edp_reg_en: edp-reg-en-state {
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,dp.yaml14 MediaTek DP and eDP are different hardwares and there are some features
15 which are not supported for eDP. For example, audio is not supported for
16 eDP. Therefore, we need to use two different compatibles to describe them.
25 - mediatek,mt8188-edp-tx
27 - mediatek,mt8195-edp-tx
/freebsd/usr.bin/calendar/
H A Dparsedata.c432 char **edp) in parsedaymonth() argument
528 remember(&remindex, yearp, monthp, dayp, edp, in parsedaymonth()
537 remember(&remindex, yearp, monthp, dayp, edp, in parsedaymonth()
547 remember(&remindex, yearp, monthp, dayp, edp, in parsedaymonth()
558 remember(&remindex, yearp, monthp, dayp, edp, in parsedaymonth()
569 remember(&remindex, yearp, monthp, dayp, edp, in parsedaymonth()
584 yearp, monthp, dayp, edp, in parsedaymonth()
602 yearp, monthp, dayp, edp, in parsedaymonth()
627 yearp, monthp, dayp, edp, in parsedaymonth()
644 yearp, monthp, dayp, edp, in parsedaymonth()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Danalogix_dp-rockchip.txt6 "rockchip,rk3399-edp";
93 edp {
94 edp_hpd: edp-hpd {
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-tcon.yaml94 - description: TCON eDP Reset Line
98 - description: TCON eDP Reset Line
111 - const: edp
115 - const: edp
327 - const: edp
345 - const: edp
534 reset-names = "lcd", "edp", "lvds";
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,mmcc.yaml150 - description: eDP phy PLL link clock
151 - description: eDP phy PLL vco clock
189 - description: eDP phy PLL link clock
190 - description: eDP phy PLL vco clock

123456