HomeSort by: relevance | last modified time | path
    Searched defs:idmax (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 448 long id, idmax; local in function:hd64461video_ioctl
478 idmax = -1;
483 idmax = CONFIG_HOOK_BRIGHTNESS_MAX;
487 idmax = CONFIG_HOOK_CONTRAST_MAX;
493 if (idmax >= 0) {
494 error = config_hook_call(CONFIG_HOOK_GET, idmax,
hd64461video.c 448 long id, idmax; local in function:hd64461video_ioctl
478 idmax = -1;
483 idmax = CONFIG_HOOK_BRIGHTNESS_MAX;
487 idmax = CONFIG_HOOK_CONTRAST_MAX;
493 if (idmax >= 0) {
494 error = config_hook_call(CONFIG_HOOK_GET, idmax,

Completed in 25 milliseconds