Home
last modified time | relevance | path

Searched refs:config_get_value (Results 1 – 5 of 5) sorted by relevance

/external/igt-gpu-tools/overlay/
Doverlay.h82 const char *config_get_value(struct config *config,
Dconfig.c282 const char *config_get_value(struct config *c, in config_get_value() function
Doverlay.c818 value = config_get_value(config, "sampling", "period"); in get_sample_period()
822 value = config_get_value(config, "sampling", "frequency"); in get_sample_period()
/external/igt-gpu-tools/overlay/x11/
Dx11-window.c98 const char *v = config_get_value(config, "x11", "prefer-image"); in prefer_image()
/external/igt-gpu-tools/overlay/kms/
Dkms-overlay.c211 str = config_get_value(config, "kms", "pipe"); in config_get_pipe()