Home
last modified time | relevance | path

Searched refs:iref_option_lst (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c273 iptr->iref_option_lst = NULL; in xf86parseLayoutSection()
280 iptr->iref_option_lst = in xf86parseLayoutSection()
281 xf86addNewOption(iptr->iref_option_lst, xf86_lex_val.str, NULL); in xf86parseLayoutSection()
369 for (optr = inptr->iref_option_lst; optr; optr = optr->list.next) { in xf86printLayoutSection()
406 xf86optionListFree(ptr->iref_option_lst); in xf86freeInputrefList()
H A Dxf86Parser.h297 XF86OptionPtr iref_option_lst; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c338 iptr->iref_option_lst = NULL; in configureLayoutSection()
340 iptr->iref_option_lst = in configureLayoutSection()
341 xf86addNewOption(iptr->iref_option_lst, xnfstrdup("CorePointer"), in configureLayoutSection()
352 iptr->iref_option_lst = NULL; in configureLayoutSection()
354 iptr->iref_option_lst = in configureLayoutSection()
355 xf86addNewOption(iptr->iref_option_lst, xnfstrdup("CoreKeyboard"), in configureLayoutSection()
H A Dxf86Config.c1337 irp->iref_option_lst); in configInputDevices()