OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mps_funcs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/fdt/
fdt_mmc_pwrseq.c
43
const struct fdtbus_mmc_pwrseq_func *
mps_funcs
;
member in struct:fdtbus_mmc_pwrseq
60
mps->
mps_funcs
= funcs;
97
if (mps->
mps_funcs
->pre_power_on)
98
mps->
mps_funcs
->pre_power_on(mps->mps_dev);
104
if (mps->
mps_funcs
->post_power_on)
105
mps->
mps_funcs
->post_power_on(mps->mps_dev);
111
if (mps->
mps_funcs
->power_off)
112
mps->
mps_funcs
->power_off(mps->mps_dev);
118
if (mps->
mps_funcs
->reset)
119
mps->
mps_funcs
->reset(mps->mps_dev)
[
all
...]
fdt_mmc_pwrseq.c
43
const struct fdtbus_mmc_pwrseq_func *
mps_funcs
;
member in struct:fdtbus_mmc_pwrseq
60
mps->
mps_funcs
= funcs;
97
if (mps->
mps_funcs
->pre_power_on)
98
mps->
mps_funcs
->pre_power_on(mps->mps_dev);
104
if (mps->
mps_funcs
->post_power_on)
105
mps->
mps_funcs
->post_power_on(mps->mps_dev);
111
if (mps->
mps_funcs
->power_off)
112
mps->
mps_funcs
->power_off(mps->mps_dev);
118
if (mps->
mps_funcs
->reset)
119
mps->
mps_funcs
->reset(mps->mps_dev)
[
all
...]
fdt_mmc_pwrseq.c
43
const struct fdtbus_mmc_pwrseq_func *
mps_funcs
;
member in struct:fdtbus_mmc_pwrseq
60
mps->
mps_funcs
= funcs;
97
if (mps->
mps_funcs
->pre_power_on)
98
mps->
mps_funcs
->pre_power_on(mps->mps_dev);
104
if (mps->
mps_funcs
->post_power_on)
105
mps->
mps_funcs
->post_power_on(mps->mps_dev);
111
if (mps->
mps_funcs
->power_off)
112
mps->
mps_funcs
->power_off(mps->mps_dev);
118
if (mps->
mps_funcs
->reset)
119
mps->
mps_funcs
->reset(mps->mps_dev)
[
all
...]
Completed in 51 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026