Home
last modified time | relevance | path

Searched refs:iref_inputdev_str (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c278 iptr->iref_inputdev_str = xf86_lex_val.str; in xf86parseLayoutSection()
368 fprintf(cf, "\tInputDevice \"%s\"", inptr->iref_inputdev_str); in xf86printLayoutSection()
405 TestFree(ptr->iref_inputdev_str); in xf86freeInputrefList()
445 if (strcmp(iref->iref_inputdev_str, input->inp_identifier) == 0) in xf86layoutAddInputDevices()
454 iptr->iref_inputdev_str = input->inp_identifier; in xf86layoutAddInputDevices()
465 input = xf86findInput(inptr->iref_inputdev_str, config->conf_input_lst); in xf86layoutAddInputDevices()
468 inptr->iref_inputdev_str, in xf86layoutAddInputDevices()
H A Dxf86Parser.h296 char *iref_inputdev_str; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c339 iptr->iref_inputdev_str = xnfstrdup("Mouse0"); in configureLayoutSection()
353 iptr->iref_inputdev_str = xnfstrdup("Keyboard0"); in configureLayoutSection()