Searched defs:input (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DInput.c171 XF86ConfInputPtr input = p->conf_input_lst; local
174 if (!input) {
180 while (input) {
181 if (!input->inp_driver) {
182 xf86validationError (UNDEFINED_INPUTDRIVER_MSG, input->inp_identifier);
185 input = input->list.next;
H A DLayout.c463 XF86ConfInputPtr input; local
508 input = xf86findInput (inptr->iref_inputdev_str,
510 if (!input)
517 inptr->iref_inputdev = input;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_tv.c1396 const struct input_res *input = &input_res_table[j]; local
1397 unsigned int hactive_s = input->w;
1398 unsigned int vactive_s = input->h;
1400 if (tv_mode->max_srcw && input->w > tv_mode->max_srcw)
1403 if (input->w > 1024 && (!tv_mode->progressive
1410 (void) strncpy(mode_ptr->name, input->name, DRM_DISPLAY_MODE_LEN);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_edid.h241 u8 input; member in struct:edid

Completed in 18 milliseconds