Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/iicbus/pmic/
HDact8846.c62 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "act8846") macro
211 LOCK_INIT(sc); in act8846_attach()
/freebsd-14-stable/sys/arm/nvidia/
HDtegra_mc.c103 #define LOCK_INIT(_sc) \ macro
215 LOCK_INIT(sc); in tegra_mc_attach()
HDtegra_rtc.c82 #define LOCK_INIT(_sc) \ macro
194 LOCK_INIT(sc); in tegra_rtc_attach()
HDas3722.c66 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "as3722") macro
291 LOCK_INIT(sc); in as3722_attach()
HDtegra_i2c.c198 #define LOCK_INIT(_sc) \ macro
643 LOCK_INIT(sc); in tegra_i2c_attach()
HDtegra_xhci.c220 #define LOCK_INIT(_sc) \ macro
968 LOCK_INIT(sc); in tegra_xhci_attach()
/freebsd-14-stable/sys/arm64/nvidia/tegra210/
HDmax77620_rtc.c86 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "max77620_rtc") macro
337 LOCK_INIT(sc); in max77620_rtc_attach()
HDmax77620.c65 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "max77620") macro
392 LOCK_INIT(sc); in max77620_attach()
/freebsd-14-stable/sys/arm/nvidia/drm2/
HDtegra_host1x.c64 #define LOCK_INIT(_sc) sx_init(&_sc->lock, "host1x") macro
563 LOCK_INIT(sc); in host1x_attach()
HDtegra_dc.c63 #define LOCK_INIT(_sc) \ macro
1330 LOCK_INIT(sc); in dc_attach()