Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c64 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
151 UNLOCK(sc); in host1x_drm_init()
166 UNLOCK(sc); in host1x_drm_exit()
187 UNLOCK(sc); in host1x_drm_exit()
392 UNLOCK(sc); in host1x_register_client()
413 UNLOCK(sc); in host1x_deregister_client()
417 UNLOCK(sc); in host1x_deregister_client()
429 UNLOCK(sc); in host1x_gen_intr()
439 UNLOCK(sc); in host1x_syncpt_intr()
H A Dtegra_dc.c62 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
495 UNLOCK(sc); in dc_setup_window()
570 UNLOCK(sc); in dc_plane_disable()
852 UNLOCK(sc); in tegra_dc_enable_vblank()
869 UNLOCK(sc); in tegra_dc_disable_vblank()
899 UNLOCK(sc); in dc_finish_page_flip()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c84 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
242 UNLOCK(sc); in max77620_rtc_gettime()
248 UNLOCK(sc); in max77620_rtc_gettime()
290 UNLOCK(sc); in max77620_rtc_settime()
295 UNLOCK(sc); in max77620_rtc_settime()
H A Dmax77620.c66 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
/f-stack/freebsd/arm/nvidia/
H A Dtegra_rtc.c81 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
138 UNLOCK(sc); in tegra_rtc_gettime()
157 UNLOCK(sc); in tegra_rtc_settime()
172 UNLOCK(sc); in tegra_rtc_intr()
H A Dtegra_i2c.c197 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
427 UNLOCK(sc); in tegra_i2c_intr()
472 UNLOCK(sc); in tegra_i2c_intr()
521 UNLOCK(sc); in tegra_i2c_poll()
601 UNLOCK(sc); in tegra_i2c_transfer()
617 UNLOCK(sc); in tegra_i2c_iicbus_reset()
H A Dtegra_mc.c103 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
H A Das3722.c67 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
H A Dtegra_xhci.c219 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_machdep.c63 #define UNLOCK 0x1ACCE551 macro
143 bus_space_write_4(fdtbus_bs_tag, wdbaddr, WDTLOCK, UNLOCK); in alpine_cpu_reset()