HomeSort by: relevance | last modified time | path
    Searched refs:get_value (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
amdgpu_hw_hpd.c 72 static enum gpio_result get_value( function in typeref:enum:gpio_result
115 .get_value = get_value,
amdgpu_hw_generic.c 91 .get_value = dal_hw_gpio_get_value,
hw_gpio.h 56 enum gpio_result (*get_value)( member in struct:hw_gpio_pin_funcs
amdgpu_hw_ddc.c 217 .get_value = dal_hw_gpio_get_value,
amdgpu_gpio_base.c 94 return gpio->pin->funcs->get_value(gpio->pin, value);
  /src/games/rogue/
score.c 61 static int get_value(const object *);
540 val = get_value(obj);
558 get_value(const object *obj) function in typeref:typename:int

Completed in 14 milliseconds