Home
last modified time | relevance | path

Searched refs:PIN_HIGH (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/regulator/
Dlp8788-buck.c69 #define PIN_HIGH 1 macro
241 else if (pin1 == PIN_LOW && pin2 == PIN_HIGH) in lp8788_select_buck_vout_addr()
243 else if (pin1 == PIN_HIGH && pin2 == PIN_LOW) in lp8788_select_buck_vout_addr()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c603 flags |= PIN_HIGH; in i915_gem_execbuffer_reserve_vma()
Di915_drv.h2837 #define PIN_HIGH (1<<7) macro
Di915_gem.c3512 if (flags & PIN_HIGH) { in i915_gem_object_bind_to_vm()