HomeSort by: relevance | last modified time | path
    Searched defs:modes (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_power.c 76 static const char* modes[] = { local in function:ar5312SetPowerMode
86 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_power.c 98 static const char* modes[] = { local in function:ar5210SetPowerMode
108 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_power.c 100 static const char* modes[] = { local in function:ar5211SetPowerMode
110 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_power.c 124 static const char* modes[] = { local in function:ar5212SetPowerMode
134 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_power.c 120 static const char* modes[] = { local in function:ar5416SetPowerMode
132 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
  /src/usr.bin/systat/
cmdtab.c 159 struct mode modes[] = { variable in typeref:struct:mode[]
213 struct mode *curmode = &modes[0];
  /src/usr.sbin/lpr/lpd/
modes.c 1 /* $NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $ */
35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37 __RCSID("$NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $");
48 struct modes { struct
58 const struct modes cmodes[] = {
94 const struct modes imodes[] = {
130 const struct modes lmodes[] = {
182 const struct modes omodes[] = {
201 const struct modes *mp;
  /src/bin/stty/
modes.c 1 /* $NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $ */
35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37 __RCSID("$NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $");
50 struct modes { struct
65 const struct modes cmodes[] = {
95 const struct modes imodes[] = {
120 const struct modes lmodes[] = {
155 const struct modes omodes[] = {
176 modeset(const char *name, const struct modes *mp,
  /src/sys/arch/atari/dev/
grfabs.c 51 * List of available graphic modes
53 static MODES modes; variable in typeref:typename:MODES
94 * Initialize list of possible video modes.
102 LIST_INIT(&modes);
105 (*probe_fun)(&modes);
107 return ((modes.lh_first == NULL) ? 0 : 1);
193 dm = modes.lh_first;
  /src/sbin/mknod/
mknod.c 93 void *modes = 0; local in function:main
144 modes = setmode(optarg);
145 if (modes == NULL)
253 if (modes != NULL)
254 mode = getmode(modes, mode);
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 348 | modes
394 modes: label
397 cur_symbol->info.rinfo->modes = $2;
416 stop("Valid register modes range between 0 and 4.",
434 stop("Valid register modes range between 0 and 4.",
845 | modes
847 | modes scb_or_sram_reg_list
1449 * Default to allowing access in all register modes
1454 symbol->info.rinfo->modes =
1455 scb_or_sram_symbol->info.rinfo->modes;
    [all...]
aicasm_symbol.h 82 uint8_t modes; member in struct:reg_info
  /src/sys/compat/netbsd32/
netbsd32_time.c 99 int modes; local in function:netbsd32_ntp_adjtime
114 modes = ntv.modes;
115 if (modes != 0 && (error = kauth_authorize_system(l->l_cred,
  /src/sys/compat/freebsd/
freebsd_timex.h 195 * Control mode codes (timex.modes)
255 unsigned int modes; /* clock mode bits (wo) */ member in struct:freebsd_timex
  /src/sys/dev/scsipi/
stvar.h 63 struct modes { struct
81 struct modes modes[4]; member in struct:quirkdata
128 struct modes modes[4]; /* plus more for each mode */ member in struct:st_softc
129 uint8_t modeflags[4]; /* flags for the modes */
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 777 static const int modes[] = { 0, 1, 2, 2, 4, 4, 4, 4 }; local in function:mga_dma_bootstrap
796 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07];
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 263 const struct pin_mode modes[] = { local in function:igt_vma_pin1
333 for (m = modes; m->assert; m++) {
338 (int)(m - modes), m->string, m->size, m->flags,
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 784 static const int modes[] = { 0, 1, 2, 2, 4, 4, 4, 4 }; local in function:mga_dma_bootstrap
802 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07];
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvnv17.c 244 } modes[] = { local in function:nv17_tv_get_hd_modes
257 for (i = 0; i < ARRAY_SIZE(modes); i++) {
258 if (modes[i].hdisplay > output_mode->hdisplay ||
259 modes[i].vdisplay > output_mode->vdisplay)
262 if (modes[i].hdisplay == output_mode->hdisplay &&
263 modes[i].vdisplay == output_mode->vdisplay) {
268 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay,
269 modes[i].vdisplay, 60, false,
274 /* CVT modes are sometimes unsuitable... */
529 * modes, I don't think I have enough working to guess wha
    [all...]
  /src/sys/kern/
kern_ntptime.c 268 if (ntv.modes != 0 && (error = kauth_authorize_system(l->l_cred,
286 int modes; local in function:ntp_adjtime1
298 modes = ntv->modes;
299 if (modes != 0)
302 if (modes & MOD_MAXERROR)
304 if (modes & MOD_ESTERROR)
306 if (modes & MOD_STATUS) {
317 if (modes & MOD_TIMECONST) {
325 if (modes & MOD_TAI)
    [all...]
  /src/sys/sys/
timex.h 126 * Control mode codes (timex.modes)
214 unsigned int modes; /* clock mode bits (wo) */ member in struct:timex
  /src/sys/arch/arm/iomd/
vidc20config.c 303 struct videomode const *modes; local in function:vidcvideo_coldinit
332 modes = vidc_videomode_list;
335 modes = videomode_list;
340 vidc_currentmode.timings = modes[0];
344 if (modes[i].flags & (VID_INTERLACE | VID_DBLSCAN))
351 framerate = (modes[i].dot_clock * 1000 /
352 modes[i].htotal * 2 / modes[i].vtotal + 1) / 2;
353 if (modes[i].hdisplay == bootconfig.width + 1
354 && modes[i].vdisplay == bootconfig.height +
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 129 list_for_each_entry(mode, &connector->modes, head) {
142 list_for_each_entry(mode, &connector->modes, head) {
156 list_for_each_entry(mode, &connector->modes, head) {
177 /* attempt to find a matching mode in the list of modes
185 list_for_each_entry(mode, &connector->modes, head) {
218 list_add(&mode->head, &connector->modes);
265 struct drm_display_mode **modes,
292 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]);
293 if (!modes[i]) {
300 if (!drm_mode_match(modes[j], modes[i]
776 struct drm_display_mode **modes; local in function:drm_client_modeset_probe
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c 145 /* We allow 'None' for EDID modes, even on a fixed
150 * Non-EDID modes will force the use of GPU scaling
843 int modes = 0; local in function:nouveau_connector_scaler_modes_add
860 modes++;
866 return modes;
970 * find any modes through DDC previously add the native mode to
971 * the list of modes.
  /src/usr.bin/tftp/
main.c 173 static struct modes { struct
176 } modes[] = { variable in typeref:struct:modes[]
340 struct modes *p;
348 for (p = modes; p->m_name; p++)
361 for (p = modes; p->m_name; p++) {

Completed in 24 milliseconds

1 2