Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c284 ptr->lay_input_lst = (XF86ConfInputrefPtr) in xf86parseLayoutSection()
285 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); in xf86parseLayoutSection()
367 for (inptr = ptr->lay_input_lst; inptr; inptr = inptr->list.next) { in xf86printLayoutSection()
423 xf86freeInputrefList(ptr->lay_input_lst); in xf86freeLayoutList()
441 XF86ConfInputrefPtr iref = layout->lay_input_lst; in xf86layoutAddInputDevices()
455 layout->lay_input_lst = (XF86ConfInputrefPtr) in xf86layoutAddInputDevices()
456 xf86addListItem((glp) layout->lay_input_lst, (glp) iptr); in xf86layoutAddInputDevices()
463 inptr = layout->lay_input_lst; in xf86layoutAddInputDevices()
H A Dxf86Parser.h384 XF86ConfInputrefPtr lay_input_lst; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c343 ptr->lay_input_lst = (XF86ConfInputrefPtr) in configureLayoutSection()
344 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); in configureLayoutSection()
357 ptr->lay_input_lst = (XF86ConfInputrefPtr) in configureLayoutSection()
358 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); in configureLayoutSection()
H A Dxf86Config.c1316 irp = layout->lay_input_lst; in configInputDevices()
1325 irp = layout->lay_input_lst; in configInputDevices()