Searched refs:xf86getBoolValue (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DInputClass.c175 ptr->is_keyboard.set = xf86getBoolValue(&ptr->is_keyboard.val,
183 ptr->is_pointer.set = xf86getBoolValue(&ptr->is_pointer.val,
191 ptr->is_joystick.set = xf86getBoolValue(&ptr->is_joystick.val,
199 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val,
207 ptr->is_touchpad.set = xf86getBoolValue(&ptr->is_touchpad.val,
215 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val,
H A Dxf86Parser.h517 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
H A Dscan.c1145 xf86getBoolValue(Bool *val, const char *str) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DInputClass.c320 ptr->is_keyboard.set = xf86getBoolValue(&ptr->is_keyboard.val,
329 ptr->is_pointer.set = xf86getBoolValue(&ptr->is_pointer.val,
338 ptr->is_joystick.set = xf86getBoolValue(&ptr->is_joystick.val,
347 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val, xf86_lex_val.str);
355 ptr->is_tablet_pad.set = xf86getBoolValue(&ptr->is_tablet_pad.val, xf86_lex_val.str);
363 ptr->is_touchpad.set = xf86getBoolValue(&ptr->is_touchpad.val,
372 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val,
H A Dxf86Parser.h488 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
H A Dscan.c1112 xf86getBoolValue(Bool *val, const char *str) function in typeref:typename:Bool
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_options.c66 xf86getBoolValue(&val, xf86GetOptValString(options, id));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Option.c481 return xf86getBoolValue(&p->value.bool, s);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Option.c477 return xf86getBoolValue(&p->value.boolean, s);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_driver.c244 xf86getBoolValue(&val, xf86GetOptValString(intel->Options, id));
H A Dintel_dri.c1449 if (s == NULL || xf86getBoolValue(&dummy, s)) {

Completed in 28 milliseconds