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

/freebsd-13-stable/sys/dev/iicbus/pmic/
H A Dact8846.c64 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "act8846") macro
213 LOCK_INIT(sc);
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_mc.c105 #define LOCK_INIT(_sc) \ macro
217 LOCK_INIT(sc);
H A Dtegra_rtc.c84 #define LOCK_INIT(_sc) \ macro
196 LOCK_INIT(sc);
H A Das3722.c68 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "as3722") macro
299 LOCK_INIT(sc);
H A Dtegra_i2c.c200 #define LOCK_INIT(_sc) \ macro
645 LOCK_INIT(sc);
H A Dtegra_xhci.c222 #define LOCK_INIT(_sc) \ macro
970 LOCK_INIT(sc);
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c85 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "max77620_rtc") macro
330 LOCK_INIT(sc);
H A Dmax77620.c67 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "max77620") macro
397 LOCK_INIT(sc);
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c66 #define LOCK_INIT(_sc) sx_init(&_sc->lock, "host1x") macro
565 LOCK_INIT(sc);
H A Dtegra_dc.c65 #define LOCK_INIT(_sc) \ macro
1331 LOCK_INIT(sc);

Completed in 113 milliseconds