| /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/external/lgpl3/gmp/dist/tests/mpz/ |
| reuse.c | 100 } static dsi[] = variable 369 for (i = 0; i < numberof (dsi); i++) 371 if (dsi[i].mod != 0) 372 in2i = mpz_get_ui (in2) % dsi[i].mod; 374 (dsi[i].fptr) (ref1, in1, in2i); 378 INVOKE_RRS (dsi[i], res1, res1, in2i); 381 FAIL (dsi, i, in1, in2, NULL);
|
| reuse.c | 100 } static dsi[] = variable 369 for (i = 0; i < numberof (dsi); i++) 371 if (dsi[i].mod != 0) 372 in2i = mpz_get_ui (in2) % dsi[i].mod; 374 (dsi[i].fptr) (ref1, in1, in2i); 378 INVOKE_RRS (dsi[i], res1, res1, in2i); 381 FAIL (dsi, i, in1, in2, NULL);
|
| /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/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-strlen.cc | 2521 strinfo *si, *dsi, *olddsi, *zsi; local 2588 dsi = unshare_strinfo (olddsi); 2589 dsi->nonzero_chars = srclen; 2590 dsi->full_string_p = (srclen != NULL_TREE); 2593 dsi->next = 0; 2594 dsi->stmt = NULL; 2595 dsi->endptr = NULL_TREE; 2599 dsi = new_strinfo (dst, didx, srclen, srclen != NULL_TREE); 2600 set_strinfo (didx, dsi); 2603 dsi->writable = true 3339 strinfo *si, *dsi; local 3522 strinfo *si, *dsi; local 3831 strinfo *dsi = new_strinfo (ptr, idx1, newlen, full_string_p); local [all...] |
| tree-ssa-strlen.cc | 2521 strinfo *si, *dsi, *olddsi, *zsi; local 2588 dsi = unshare_strinfo (olddsi); 2589 dsi->nonzero_chars = srclen; 2590 dsi->full_string_p = (srclen != NULL_TREE); 2593 dsi->next = 0; 2594 dsi->stmt = NULL; 2595 dsi->endptr = NULL_TREE; 2599 dsi = new_strinfo (dst, didx, srclen, srclen != NULL_TREE); 2600 set_strinfo (didx, dsi); 2603 dsi->writable = true 3339 strinfo *si, *dsi; local 3522 strinfo *si, *dsi; local 3831 strinfo *dsi = new_strinfo (ptr, idx1, newlen, full_string_p); local [all...] |
| tree-inline.cc | 2908 gimple_stmt_iterator dsi = gsi_after_labels (e->dest); local 2928 gsi_insert_before (&dsi, stmt, GSI_NEW_STMT); 2954 gsi_insert_before (&dsi, new_stmt, GSI_NEW_STMT);
|
| tree-inline.cc | 2908 gimple_stmt_iterator dsi = gsi_after_labels (e->dest); local 2928 gsi_insert_before (&dsi, stmt, GSI_NEW_STMT); 2954 gsi_insert_before (&dsi, new_stmt, GSI_NEW_STMT);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-strlen.cc | 2531 strinfo *si, *dsi, *olddsi, *zsi; local 2598 dsi = unshare_strinfo (olddsi); 2599 dsi->nonzero_chars = srclen; 2600 dsi->full_string_p = (srclen != NULL_TREE); 2603 dsi->next = 0; 2604 dsi->stmt = NULL; 2605 dsi->endptr = NULL_TREE; 2609 dsi = new_strinfo (dst, didx, srclen, srclen != NULL_TREE); 2610 set_strinfo (didx, dsi); 2613 dsi->writable = true 3347 strinfo *si, *dsi; local 3530 strinfo *si, *dsi; local [all...] |
| tree-ssa-strlen.cc | 2531 strinfo *si, *dsi, *olddsi, *zsi; local 2598 dsi = unshare_strinfo (olddsi); 2599 dsi->nonzero_chars = srclen; 2600 dsi->full_string_p = (srclen != NULL_TREE); 2603 dsi->next = 0; 2604 dsi->stmt = NULL; 2605 dsi->endptr = NULL_TREE; 2609 dsi = new_strinfo (dst, didx, srclen, srclen != NULL_TREE); 2610 set_strinfo (didx, dsi); 2613 dsi->writable = true 3347 strinfo *si, *dsi; local 3530 strinfo *si, *dsi; local [all...] |
| tree-inline.cc | 2890 gimple_stmt_iterator dsi = gsi_after_labels (e->dest); local 2910 gsi_insert_before (&dsi, stmt, GSI_NEW_STMT); 2936 gsi_insert_before (&dsi, new_stmt, GSI_NEW_STMT);
|
| tree-inline.cc | 2890 gimple_stmt_iterator dsi = gsi_after_labels (e->dest); local 2910 gsi_insert_before (&dsi, stmt, GSI_NEW_STMT); 2936 gsi_insert_before (&dsi, new_stmt, GSI_NEW_STMT);
|
| /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
|