Searched refs:modes (Results 1 - 25 of 152) sorted by relevance

1234567

/drivers/scsi/aic7xxx/
H A Daic79xx.reg352 modes M_CCHAN
363 modes M_CCHAN
373 modes M_CCHAN
384 modes M_CCHAN
429 modes M_DFF0, M_DFF1
451 modes M_CFG
467 modes M_DFF0, M_DFF1
483 modes M_DFF0, M_DFF1
493 modes M_DFF0, M_DFF1
506 modes M_CF
[all...]
/drivers/md/
H A Dfaulty.c23 * Possible failure modes are:
31 * Different modes can be active at a time, but only
89 int modes[MaxFault]; member in struct:faulty_conf
117 switch (conf->modes[i] * 2 + dir) {
122 conf->modes[i] = NoPersist;
140 case NoPersist: conf->modes[i] = mode; return;
142 if (conf->modes[i] == ReadPersistent ||
143 conf->modes[i] == ReadFixable)
144 conf->modes[i] = AllPersist;
146 conf->modes[
[all...]
/drivers/video/
H A Dbfin_adv7393fb.c149 fbdev->modes[mode].xres + fbdev->modes[mode].boeft_blank;
152 fbdev->vb1->y_count = fbdev->modes[mode].vb1_lines;
160 fbdev->modes[mode].xres + fbdev->modes[mode].boeft_blank;
161 fbdev->av1->x_modify = fbdev->modes[mode].bpp / 8;
162 fbdev->av1->y_count = fbdev->modes[mode].a_lines;
164 (fbdev->modes[mode].xres - fbdev->modes[mode].boeft_blank +
165 1) * (fbdev->modes[mod
[all...]
/drivers/gpu/drm/
H A Ddrm_fb_helper.c943 list_for_each_entry(mode, &fb_connector->connector->modes, head) {
970 /* attempt to find a matching mode in the list of modes
976 list_for_each_entry(mode, &fb_helper_conn->connector->modes, head) {
997 list_add(&mode->head, &fb_helper_conn->connector->modes);
1038 struct drm_display_mode **modes,
1066 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height);
1067 if (!modes[i]) {
1074 if (!drm_mode_equal(modes[j], modes[i]))
1094 list_for_each_entry(mode, &fb_helper_conn->connector->modes, hea
1037 drm_target_cloned(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
1110 drm_target_preferred(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
1144 drm_pick_crtcs(struct drm_fb_helper *fb_helper, struct drm_fb_helper_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
1232 struct drm_display_mode **modes; local
[all...]
H A Ddrm_edid.c75 int modes; member in struct:detailed_mode_closure
444 * edid_fixup_preferred - set preferred modes based on quirk list
449 * on existing modes and setting it anew for the right mode ala @quirks.
770 * EDID is delightfully ambiguous about how interlaced modes are to be
837 /* ignore tiny modes */
998 * XXX If drm_dmt_modes ever regrows the CVT-R modes (and it will) this will
1005 int i, modes = 0; local
1014 modes++;
1019 return modes;
1030 closure->modes
1052 int i, j, m, modes = 0; local
1102 int i, modes = 0; local
1160 int i, modes = 0; local
1189 int i, j, modes = 0; local
1347 int modes = 0; local
1370 int modes = 0; local
[all...]
H A Ddrm_crtc_helper.c53 list_for_each_entry(mode, &connector->modes, head) {
66 * drm_helper_probe_single_connector_modes - get complete set of display modes
68 * @maxX: max width for modes
69 * @maxY: max height for modes
75 * modes on them. Modes will first be added to the connector's probed_modes
77 * put into the normal modes list.
85 * Number of modes found on @connector.
99 /* set all modes to the unverified state */
100 list_for_each_entry(mode, &connector->modes, head)
136 drm_mode_validate_size(dev, &connector->modes, max
[all...]
/drivers/net/
H A Dmdio.c252 /* All the other defined modes are flavours of optical */
278 u32 modes = 0; local
289 modes = ecmd->advertising & ecmd->lp_advertising;
291 if ((modes & ~ADVERTISED_Autoneg) == 0)
292 modes = ecmd->advertising;
294 if (modes & (ADVERTISED_10000baseT_Full |
299 } else if (modes & (ADVERTISED_1000baseT_Full |
303 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half);
304 } else if (modes & (ADVERTISED_100baseT_Full |
307 ecmd->duplex = !!(modes
[all...]
/drivers/block/paride/
H A Dbpck6.c129 printk(KERN_DEBUG "PARPORT indicates modes=%x for lp=0x%lx\n",
130 ((struct pardevice*)(pi->pardev))->port->modes,
138 /* look at the parport device to see if what modes we can use */
139 if(((struct pardevice *)(pi->pardev))->port->modes &
145 else if(((struct pardevice *)(pi->pardev))->port->modes &
/drivers/parport/
H A Dparport_gsc.c223 pb->modes |= PARPORT_MODE_TRISTATE;
267 p->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT;
286 p->modes = tmp.modes;
287 p->size = (p->modes & PARPORT_MODE_EPP)?8:3;
307 #define printmode(x) {if(p->modes&PARPORT_MODE_##x){printk("%s%s",f?",":"",#x);f++;}}
363 * the enhanced parport modes.
372 printk("%s: enhanced parport-modes not supported.\n", __func__);
H A Dparport_cs.c152 p->modes |= PARPORT_MODE_PCSPP;
154 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP;
/drivers/media/video/davinci/
H A Dvpbe.c156 var = cfg->outputs[curr_output].modes[i];
186 var = cfg->outputs[curr_output].modes[i];
207 var = cfg->outputs[curr_output].modes[i];
227 var = cfg->outputs[curr_output].modes[i];
431 if (output->modes[i].timings_type == VPBE_ENC_DV_PRESET) {
441 return v4l_fill_dv_preset_info(output->modes[i].timings.dv_preset,
525 cfg->outputs[out_index].modes[i].name)) {
526 preset_mode = &cfg->outputs[out_index].modes[i];
855 vpbe_dev->current_timings = vpbe_dev->cfg->outputs[0].modes[0];
/drivers/ptp/
H A Dptp_clock.c129 if (tx->modes & ADJ_SETOFFSET) {
137 if (!(tx->modes & ADJ_NANO))
147 } else if (tx->modes & ADJ_FREQUENCY) {
/drivers/net/wireless/ath/carl9170/
H A Dphy.c1302 } *modes; local
1345 modes = mode_list_2ghz;
1348 modes = mode_list_5ghz;
1353 u8 c = ctl_grp | modes[i].ctl_mode;
1364 if (modes[i].ctl_mode == CTL_11G) {
1371 if (modes[i].ctl_mode == CTL_2GHT40 ||
1372 modes[i].ctl_mode == CTL_5GHT40) {
1379 modes[i].max_power =
1398 modes[i].max_power = AR5416_MAX_RATE_POWER;
1400 if (modes[
[all...]
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h82 uint8_t modes; member in struct:reg_info
/drivers/scsi/
H A Dst.h72 /* Number of modes can be changed by changing ST_NBR_MODE_BITS. The maximum
73 number of modes is 16 (ST_NBR_MODE_BITS 4) */
130 struct st_modedef modes[ST_NBR_MODES]; member in struct:scsi_tape
/drivers/staging/iio/adc/
H A Dad7476_ring.c119 indio_dev->modes |= INDIO_BUFFER_TRIGGERED;
H A Dad7606_ring.c133 indio_dev->modes |= INDIO_BUFFER_TRIGGERED;
H A Dmax1363_ring.c123 indio_dev->modes |= INDIO_BUFFER_TRIGGERED;
/drivers/staging/iio/dds/
H A Dad9850.c98 idev->modes = INDIO_DIRECT_MODE;
/drivers/staging/iio/
H A Diio_simple_dummy_buffer.c113 * can be captured (hardware scan modes).
187 indio_dev->modes |= INDIO_BUFFER_TRIGGERED;
/drivers/staging/iio/resolver/
H A Dad2s90.c78 indio_dev->modes = INDIO_DIRECT_MODE;
/drivers/gpu/drm/nouveau/
H A Dnv17_tv.c235 } modes[] = { local
248 for (i = 0; i < ARRAY_SIZE(modes); i++) {
249 if (modes[i].hdisplay > output_mode->hdisplay ||
250 modes[i].vdisplay > output_mode->vdisplay)
253 if (modes[i].hdisplay == output_mode->hdisplay &&
254 modes[i].vdisplay == output_mode->vdisplay) {
259 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay,
260 modes[i].vdisplay, 60, false,
265 /* CVT modes are sometimes unsuitable... */
518 * modes,
[all...]
/drivers/i2c/muxes/
H A Dpca954x.c222 force = pdata->modes[num].adap_id;
231 (pdata && pdata->modes[num].deselect_on_exit)
/drivers/char/
H A Dppdev.c39 * GETMODES gets hardware supported modes (unsigned int)
453 unsigned int modes; local
459 modes = port->modes;
461 if (copy_to_user (argp, &modes, sizeof (modes))) {
/drivers/video/via/
H A Dviamode.c354 const struct fb_videomode *modes, int n,
361 if (modes[i].xres != hres || modes[i].yres != vres)
364 if (!best || abs(modes[i].refresh - refresh) <
366 best = &modes[i];
353 get_best_mode( const struct fb_videomode *modes, int n, int hres, int vres, int refresh) argument

Completed in 489 milliseconds

1234567