Home
last modified time | relevance | path

Searched refs:enable_lock (Results 1 – 25 of 127) sorted by relevance

123456

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/fieldbus/anybuss/
H A Dhms-profinet.c36 struct mutex enable_lock; /* serializes card enable */ member
77 mutex_lock(&priv->enable_lock); in profi_enable_get()
79 mutex_unlock(&priv->enable_lock); in profi_enable_get()
136 mutex_lock(&priv->enable_lock); in profi_simple_enable()
141 mutex_unlock(&priv->enable_lock); in profi_simple_enable()
171 mutex_init(&priv->enable_lock); in profinet_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/fieldbus/anybuss/
H A Dhms-profinet.c36 struct mutex enable_lock; /* serializes card enable */ member
77 mutex_lock(&priv->enable_lock); in profi_enable_get()
79 mutex_unlock(&priv->enable_lock); in profi_enable_get()
136 mutex_lock(&priv->enable_lock); in profi_simple_enable()
141 mutex_unlock(&priv->enable_lock); in profi_simple_enable()
171 mutex_init(&priv->enable_lock); in profinet_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/fieldbus/anybuss/
H A Dhms-profinet.c36 struct mutex enable_lock; /* serializes card enable */ member
77 mutex_lock(&priv->enable_lock); in profi_enable_get()
79 mutex_unlock(&priv->enable_lock); in profi_enable_get()
136 mutex_lock(&priv->enable_lock); in profi_simple_enable()
141 mutex_unlock(&priv->enable_lock); in profi_simple_enable()
171 mutex_init(&priv->enable_lock); in profinet_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c35 struct mutex enable_lock; member
448 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
450 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
481 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
496 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
500 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
533 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
614 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_update_fb()
635 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_update_fb()
1042 mutex_init(&tilcdc_crtc->enable_lock); in tilcdc_crtc_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c35 struct mutex enable_lock; member
448 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
450 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
481 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
496 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
500 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
533 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
614 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_update_fb()
635 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_update_fb()
1042 mutex_init(&tilcdc_crtc->enable_lock); in tilcdc_crtc_create()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c35 struct mutex enable_lock; member
448 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
450 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
481 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_enable()
496 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
500 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
533 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_off()
614 mutex_lock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_update_fb()
635 mutex_unlock(&tilcdc_crtc->enable_lock); in tilcdc_crtc_update_fb()
1042 mutex_init(&tilcdc_crtc->enable_lock); in tilcdc_crtc_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/irqchip/
H A Dirq-sifive-plic.c76 raw_spinlock_t enable_lock; member
90 raw_spin_lock(&handler->enable_lock); in plic_toggle()
95 raw_spin_unlock(&handler->enable_lock); in plic_toggle()
362 raw_spin_lock_init(&handler->enable_lock); in plic_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/irqchip/
H A Dirq-sifive-plic.c76 raw_spinlock_t enable_lock; member
90 raw_spin_lock(&handler->enable_lock); in plic_toggle()
95 raw_spin_unlock(&handler->enable_lock); in plic_toggle()
362 raw_spin_lock_init(&handler->enable_lock); in plic_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/irqchip/
H A Dirq-sifive-plic.c76 raw_spinlock_t enable_lock; member
90 raw_spin_lock(&handler->enable_lock); in plic_toggle()
95 raw_spin_unlock(&handler->enable_lock); in plic_toggle()
362 raw_spin_lock_init(&handler->enable_lock); in plic_init()
/dports/devel/upp/upp/uppsrc/Geom/Ctrl/
H A DPlotterCtrl.h113 bool IsLockEnabled() const { return enable_lock; }\ in IsLockEnabled()
206 bool rev_x, rev_y, aspect_lock, enable_lock;
H A DPlotterCtrl.cpp42 , enable_lock(true) in PlotterCtrl()
206 enable_lock = e; in EnableLock()
928 if(!aspect && enable_lock) in ToolView()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/
H A Dclk.c27 static DEFINE_SPINLOCK(enable_lock);
160 __acquires(enable_lock) in clk_enable_lock()
170 !spin_trylock_irqsave(&enable_lock, flags)) { in clk_enable_lock()
173 __acquire(enable_lock); in clk_enable_lock()
178 spin_lock_irqsave(&enable_lock, flags); in clk_enable_lock()
188 __releases(enable_lock) in clk_enable_unlock()
194 __release(enable_lock); in clk_enable_unlock()
198 spin_unlock_irqrestore(&enable_lock, flags); in clk_enable_unlock()
947 lockdep_assert_held(&enable_lock); in clk_core_disable()
1006 lockdep_assert_held(&enable_lock); in clk_core_enable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/
H A Dclk.c27 static DEFINE_SPINLOCK(enable_lock);
160 __acquires(enable_lock) in clk_enable_lock()
170 !spin_trylock_irqsave(&enable_lock, flags)) { in clk_enable_lock()
173 __acquire(enable_lock); in clk_enable_lock()
178 spin_lock_irqsave(&enable_lock, flags); in clk_enable_lock()
188 __releases(enable_lock) in clk_enable_unlock()
194 __release(enable_lock); in clk_enable_unlock()
198 spin_unlock_irqrestore(&enable_lock, flags); in clk_enable_unlock()
947 lockdep_assert_held(&enable_lock); in clk_core_disable()
1006 lockdep_assert_held(&enable_lock); in clk_core_enable()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/
H A Dclk.c27 static DEFINE_SPINLOCK(enable_lock);
160 __acquires(enable_lock) in clk_enable_lock()
170 !spin_trylock_irqsave(&enable_lock, flags)) { in clk_enable_lock()
173 __acquire(enable_lock); in clk_enable_lock()
178 spin_lock_irqsave(&enable_lock, flags); in clk_enable_lock()
188 __releases(enable_lock) in clk_enable_unlock()
194 __release(enable_lock); in clk_enable_unlock()
198 spin_unlock_irqrestore(&enable_lock, flags); in clk_enable_unlock()
947 lockdep_assert_held(&enable_lock); in clk_core_disable()
1006 lockdep_assert_held(&enable_lock); in clk_core_enable()
/dports/textproc/estraier/estraier-1.2.30/qdbm/
H A Dconfigure.in76 if test "$enable_lock" = "no"
H A Dconfigure.lineno1342 if test "${enable_lock+set}" = set; then
1343 enableval="$enable_lock"
1346 if test "$enable_lock" = "no"
H A Dconfigure1342 if test "${enable_lock+set}" = set; then
1343 enableval="$enable_lock"
1346 if test "$enable_lock" = "no"
/dports/textproc/estraier/estraier-1.2.30/
H A Dconfigure.in69 if test "$enable_lock" = "no"
H A Dconfigure2084 if test "${enable_lock+set}" = set; then :
2085 enableval=$enable_lock;
2088 if test "$enable_lock" = "no"
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/qdbm/
H A Dconfigure.in86 if test "$enable_lock" = "no"
H A Dconfigure1356 if test "${enable_lock+set}" = set; then
1357 enableval="$enable_lock"
1360 if test "$enable_lock" = "no"
/dports/databases/qdbm/qdbm-1.8.78/
H A Dconfigure.in86 if test "$enable_lock" = "no"
H A Dconfigure1864 if test "${enable_lock+set}" = set; then :
1865 enableval=$enable_lock;
1868 if test "$enable_lock" = "no"
/dports/databases/qdbm-plus/qdbm-1.8.78/
H A Dconfigure.in86 if test "$enable_lock" = "no"
H A Dconfigure1864 if test "${enable_lock+set}" = set; then :
1865 enableval=$enable_lock;
1868 if test "$enable_lock" = "no"

123456