Home
last modified time | relevance | path

Searched refs:inactive_device_str (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c128 iptr->inactive_device_str = xf86_lex_val.str; in xf86parseLayoutSection()
366 fprintf(cf, "\tInactive \"%s\"\n", iptr->inactive_device_str); in xf86printLayoutSection()
507 device = xf86findDevice(iptr->inactive_device_str, in xf86validateLayout()
511 iptr->inactive_device_str, in xf86validateLayout()
H A Dxf86Parser.h375 const char *inactive_device_str; member