Searched refs:sc_enable (Results 1 – 4 of 4) sorted by relevance
310 property_t *sc_enable; /* pointer to enable property */ member
2287 lcbdata->sc_enable = p; in lscf_property_import()2565 cbdata.sc_enable = NULL; in entity_pgroup_import()2609 if ((lcbdata->sc_flags & SCI_DELAYENABLE) && cbdata.sc_enable) { in entity_pgroup_import()2649 r = lscf_property_import(cbdata.sc_enable, &cbdata); in entity_pgroup_import()2735 cbdata.sc_enable = 0; in lscf_import_service_pgs()2800 cbdata.sc_enable = NULL; in lscf_import_instance_pgs()
451 int (*sc_enable)(struct rtw_softc *); member
1624 if (rsc->sc_enable != NULL && (*rsc->sc_enable)(rsc) != 0) { in rtw_enable()