HomeSort by: relevance | last modified time | path
    Searched refs:dsi (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/linux/
linux_dmi.c 103 dmi_found(const struct dmi_system_id *dsi)
107 for (i = 0; i < __arraycount(dsi->matches); i++) {
108 if (dsi->matches[i].slot == DMI_NONE)
110 if (!dmi_match(dsi->matches[i].slot, dsi->matches[i].substr))
119 const struct dmi_system_id *dsi; local in function:dmi_check_system
122 for (dsi = sysid; dsi->matches[0].slot != DMI_NONE; dsi++) {
123 if (dmi_found(dsi)) {
    [all...]
  /src/sys/external/bsd/drm2/include/drm/
drm_mipi_dsi.h 48 mipi_dsi_picture_parameter_set(struct mipi_dsi_device *dsi,
54 mipi_dsi_compression_mode(struct mipi_dsi_device *dsi, bool mode)
  /src/sys/external/bsd/drm2/dist/drm/
drm_mipi_dsi.c 4 * MIPI DSI Bus
45 * DOC: dsi helpers
47 * These functions contain some common logic and helpers to deal with MIPI DSI
50 * Helpers are provided for a number of standard MIPI DSI command as well as a
56 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_device_match
62 /* compare DSI device and driver names */
63 if (!strcmp(dsi->name, drv->name))
71 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_uevent
79 dsi->name);
96 .name = "mipi-dsi",
122 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_dev_release
134 struct mipi_dsi_device *dsi; local in function:mipi_dsi_device_alloc
209 struct mipi_dsi_device *dsi; local in function:mipi_dsi_device_register_full
307 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_remove_device_fn
1154 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_drv_probe
1162 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_drv_remove
1170 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local in function:mipi_dsi_drv_shutdown
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32f469.dtsi 8 dsi: dsi@40016c00 { label
9 compatible = "st,stm32-dsi";
11 resets = <&rcc STM32F4_APB2_RESET(DSI)>;
stm32mp157.dtsi 20 dsi: dsi@5a000000 { label
21 compatible = "st,stm32-dsi";
stm32f469-disco.dts 79 vdd_dsi: vdd-dsi {
135 &dsi {
159 panel-dsi@0 {
161 reg = <0>; /* dsi virtual channel (0..3) */
stm32mp157c-dk2.dts 36 &dsi {
38 phy-dsi-supply = <&reg18>;
mt7623n.dtsi 189 dsi: dsi@1400c000 { label
190 compatible = "mediatek,mt7623-dsi",
191 "mediatek,mt2701-dsi";
249 mipi_tx0: dsi-phy@10010000 {
omap3-n950.dts 212 &dsi {
228 compatible = "nokia,himalaya", "panel-dsi-cm";
249 clock-frequency = <0>; /* Calculated by dsi */
ste-ab8505.dtsi 300 // supply for U8500 CSI/DSI; VANA LDO
316 dsi@a0351000 {
319 dsi@a0352000 {
322 dsi@a0353000 {
tegra114.dtsi 108 dsi@54300000 {
109 compatible = "nvidia,tegra114-dsi";
114 clock-names = "dsi", "lp", "parent";
116 reset-names = "dsi";
124 dsi@54400000 {
125 compatible = "nvidia,tegra114-dsi";
130 clock-names = "dsi", "lp", "parent";
132 reset-names = "dsi";
sun8i-a33.dtsi 257 dsi: dsi@1ca0000 { label
258 compatible = "allwinner,sun6i-a31-mipi-dsi";
ste-ab8500.dtsi 364 // supply for U8500 CSI/DSI; VANA LDO
380 dsi@a0351000 {
383 dsi@a0352000 {
386 dsi@a0353000 {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 943 if (!dev_priv->vbt.dsi.config->dual_link || version < 197) {
944 dev_priv->vbt.dsi.bl_ports = BIT(port);
945 if (dev_priv->vbt.dsi.config->cabc_supported)
946 dev_priv->vbt.dsi.cabc_ports = BIT(port);
951 switch (dev_priv->vbt.dsi.config->dl_dcs_backlight_ports) {
953 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A);
956 dev_priv->vbt.dsi.bl_ports = BIT(PORT_C);
960 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A) | BIT(PORT_C);
964 if (!dev_priv->vbt.dsi.config->cabc_supported)
967 switch (dev_priv->vbt.dsi.config->dl_dcs_cabc_ports)
    [all...]
intel_dsi_vbt.c 118 /* ICL DSI Display GPIO Pins */
154 /* For DSI single link on Port A & C, the seq_port value which is
156 * Now, read/write of packets for the DSI single link on Port A and
166 DRM_DEBUG_KMS("no dsi device for port %c\n", port_name(port));
245 if (dev_priv->vbt.dsi.seq_version >= 3) {
282 if (dev_priv->vbt.dsi.seq_version >= 3) {
366 if (dev_priv->vbt.dsi.seq_version >= 3)
372 if (dev_priv->vbt.dsi.seq_version == 2)
578 if (WARN_ON(seq_id >= ARRAY_SIZE(dev_priv->vbt.dsi.sequence)))
581 data = dev_priv->vbt.dsi.sequence[seq_id]
    [all...]
intel_dsi.c 103 * dsi framework as a library and hope for the best. Create the dsi
125 orientation = dev_priv->vbt.dsi.orientation;
icl_dsi.c 63 DRM_ERROR("DSI header credits not released\n");
71 DRM_ERROR("DSI payload credits not released\n");
86 struct mipi_dsi_device *dsi; local in function:wait_for_cmds_dispatched_to_panel
100 dsi = intel_dsi->dsi_hosts[port]->device;
101 dsi->mode_flags |= MIPI_DSI_MODE_LPM;
102 dsi->channel = 0;
103 ret = mipi_dsi_dcs_nop(dsi);
310 /* aka DSI 8X clock */
549 * If DSI link operating at or below an 800 MHz,
718 /* program DSI operation mode *
1035 struct mipi_dsi_device *dsi; local in function:gen11_dsi_powerup_panel
    [all...]
  /src/sys/arch/powerpc/powerpc/
trap.c 146 printf("trap: kernel %s DSI trap @ %#lx by %#lx"
210 printf("trap: kernel %s DSI trap @ %#lx by %#lx (DSISR %#x, err"
257 printf("trap: pid %d.%d (%s): user %s DSI trap @ %#lx "
767 const struct dsi_info* dsi = get_dsi_info(tf->tf_dsisr); local in function:fix_unaligned
769 if ( !dsi )
772 switch (dsi->indicator) {
822 if (dsi->flags & DSI_OP_INDEXED) {
826 if (dsi->flags & DSI_OP_UPDATE) {
868 if (dsi->flags & DSI_OP_INDEXED) {
872 if (dsi->flags & DSI_OP_UPDATE)
1172 static const struct dsi_info dsi[] = local in function:get_dsi_info
    [all...]
db_trace.c 234 (*pr)("DSI %s trap @ %#x by ",
241 trapstr = "DSI";
242 dsi:
275 goto dsi;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a779a0-falcon-csi-dsi.dtsi 3 * Device Tree Source for the Falcon CSI/DSI sub-board
32 label = "csi-dsi-sub-board-id";
r8a779a0-falcon.dts 10 #include "r8a779a0-falcon-csi-dsi.dtsi"
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm660.dtsi 156 dsi1: dsi@c996000 {
157 compatible = "qcom,mdss-dsi-ctrl";
193 phy-names = "dsi";
214 dsi1_phy: dsi-phy@c996400 {
215 compatible = "qcom,dsi-phy-14nm-660";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra186.dtsi 1390 dsia: dsi@15300000 {
1391 compatible = "nvidia,tegra186-dsi";
1397 clock-names = "dsi", "lp", "parent";
1399 reset-names = "dsi";
1421 dsib: dsi@15400000 {
1422 compatible = "nvidia,tegra186-dsi";
1428 clock-names = "dsi", "lp", "parent";
1430 reset-names = "dsi";
1519 compatible = "nvidia,tegra186-dsi-padctl";
1522 reset-names = "dsi";
    [all...]
tegra210-p2371-2180.dts 38 dsi@54300000 {
41 avdd-dsi-csi-supply = <&vdd_dsi_csi>;
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/
sunxi-d1s-t113.dtsi 74 dsi_4lane_pins: dsi-4lane-pins {
78 function = "dsi";
707 dsi: dsi@5450000 { label
708 compatible = "allwinner,sun20i-d1-mipi-dsi",
709 "allwinner,sun50i-a100-mipi-dsi";
746 clock-names = "bus", "tcon-tv0", "tve0", "dsi";
747 clock-output-names = "tcon-top-tv0", "tcon-top-dsi";

Completed in 24 milliseconds

1 2 3 4