HomeSort by: relevance | last modified time | path
    Searched defs:dsi (Results 1 - 14 of 14) sorted by relevancy

  /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
122 for (dsi = sysid; dsi->matches[0].slot != DMI_NONE; dsi++) {
123 if (dmi_found(dsi)) {
    [all...]
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
122 for (dsi = sysid; dsi->matches[0].slot != DMI_NONE; dsi++) {
123 if (dmi_found(dsi)) {
    [all...]
  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 106 UA_EVCNT_ATTACH(dsi); variable
358 UA_EVCNT_INCR(dsi);
trap.c 149 printf("trap: kernel %s DSI trap @ %#lx by %#lx"
213 printf("trap: kernel %s DSI trap @ %#lx by %#lx (DSISR %#x, err"
260 printf("trap: pid %d.%d (%s): user %s DSI trap @ %#lx "
777 const struct dsi_info* dsi = get_dsi_info(tf->tf_dsisr); local
779 if ( !dsi )
782 switch (dsi->indicator) {
832 if (dsi->flags & DSI_OP_INDEXED) {
836 if (dsi->flags & DSI_OP_UPDATE) {
878 if (dsi->flags & DSI_OP_INDEXED) {
882 if (dsi->flags & DSI_OP_UPDATE)
1182 static const struct dsi_info dsi[] = local
    [all...]
fix_unaligned.c 106 UA_EVCNT_ATTACH(dsi); variable
358 UA_EVCNT_INCR(dsi);
trap.c 149 printf("trap: kernel %s DSI trap @ %#lx by %#lx"
213 printf("trap: kernel %s DSI trap @ %#lx by %#lx (DSISR %#x, err"
260 printf("trap: pid %d.%d (%s): user %s DSI trap @ %#lx "
777 const struct dsi_info* dsi = get_dsi_info(tf->tf_dsisr); local
779 if ( !dsi )
782 switch (dsi->indicator) {
832 if (dsi->flags & DSI_OP_INDEXED) {
836 if (dsi->flags & DSI_OP_UPDATE) {
878 if (dsi->flags & DSI_OP_INDEXED) {
882 if (dsi->flags & DSI_OP_UPDATE)
1182 static const struct dsi_info dsi[] = local
    [all...]
  /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
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
79 dsi->name);
96 .name = "mipi-dsi",
122 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
134 struct mipi_dsi_device *dsi; local
209 struct mipi_dsi_device *dsi; local
307 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
1154 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
1162 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
1170 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
    [all...]
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
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
79 dsi->name);
96 .name = "mipi-dsi",
122 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
134 struct mipi_dsi_device *dsi; local
209 struct mipi_dsi_device *dsi; local
307 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
1154 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
1162 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
1170 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vdsc.c 485 * - ICL eDP/DSI transcoder
952 struct mipi_dsi_device *dsi; local
959 dsi = intel_dsi->dsi_hosts[port]->device;
961 mipi_dsi_picture_parameter_set(dsi, &pps);
962 mipi_dsi_compression_mode(dsi, true);
intel_vdsc.c 485 * - ICL eDP/DSI transcoder
952 struct mipi_dsi_device *dsi; local
959 dsi = intel_dsi->dsi_hosts[port]->device;
961 mipi_dsi_picture_parameter_set(dsi, &pps);
962 mipi_dsi_compression_mode(dsi, true);
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
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
    [all...]
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
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
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h 716 /* MIPI DSI */
729 } dsi; member in struct:intel_vbt_data
i915_drv.h 716 /* MIPI DSI */
729 } dsi; member in struct:intel_vbt_data

Completed in 113 milliseconds