Searched refs:attach_done (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/arm/ti/clk/
H A Dti_divider_clock.c63 bool attach_done; member in struct:ti_divider_softc
201 sc->attach_done = true;
222 if (sc->attach_done) {
240 sc->attach_done = true;
H A Dti_gate_clock.c65 bool attach_done; member in struct:ti_gate_softc
204 sc->attach_done = true;
224 if (sc->attach_done) {
242 sc->attach_done = true;
H A Dti_mux_clock.c65 bool attach_done; member in struct:ti_mux_softc
186 sc->attach_done = true;
201 if (sc->attach_done) {
219 sc->attach_done = true;
H A Dti_dpll_clock.c66 bool attach_done; member in struct:ti_dpll_softc
311 sc->attach_done = true;
332 if (sc->attach_done) {
352 sc->attach_done = true;
/freebsd-13-stable/sys/dev/extres/regulator/
H A Dregulator_fixed.c334 bool attach_done; member in struct:regfix_softc
432 if (sc->attach_done)
442 sc->attach_done = true;
492 sc->attach_done = true;
/freebsd-13-stable/sys/arm/ti/
H A Dti_sysc.c138 bool attach_done; member in struct:ti_sysc_softc
558 sc->attach_done = true;
579 if (sc->attach_done) {
599 sc->attach_done = true;
H A Dti_prcm.c76 int attach_done; member in struct:ti_prcm_softc
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c97 int attach_done; member in struct:host1x_softc
454 if (sc->attach_done || bus_current_pass < BUS_PASS_DEFAULT) {
459 sc->attach_done = 1;
/freebsd-13-stable/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c179 int attach_done; member in struct:omap4_prcm_softc
1464 if (sc->attach_done ||
1469 sc->attach_done = 1;

Completed in 69 milliseconds