Home
last modified time | relevance | path

Searched refs:pd_enable (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/sys/dev/ofw/
Dofw_power.c51 if (pd && pd->pd_enable) in power_domain_enable_cells()
52 pd->pd_enable(pd->pd_cookie, &cells[1], on); in power_domain_enable_cells()
Dofw_power.h25 void (*pd_enable)(void *, uint32_t *, int); member
Dofw_misc.h62 int (*pd_enable)(void *, uint32_t *); member
Dofw_misc.c225 if (pd && pd->pd_enable) in phy_enable_cells()
226 return pd->pd_enable(pd->pd_cookie, &cells[1]); in phy_enable_cells()
/openbsd/src/sys/dev/fdt/
Damlpwrc.c112 sc->sc_pd.pd_enable = amlpwrc_g12a_enable; in amlpwrc_attach()
114 sc->sc_pd.pd_enable = amlpwrc_sm1_enable; in amlpwrc_attach()
Drkpciephy.c103 sc->sc_pd.pd_enable = rk3568_pciephy_enable; in rkpciephy_attach()
105 sc->sc_pd.pd_enable = rk3588_pciephy_enable; in rkpciephy_attach()
Drkcomphy.c165 sc->sc_pd.pd_enable = rkcomphy_rk3568_enable; in rkcomphy_attach()
167 sc->sc_pd.pd_enable = rkcomphy_rk3588_enable; in rkcomphy_attach()
Dimxgpc.c98 sc->sc_pd[i].pd_enable = imxgpc_enable; in imxgpc_attach()
Drkemmcphy.c118 sc->sc_pd.pd_enable = rkemmcphy_enable; in rkemmcphy_attach()
Damlusbphy.c143 sc->sc_pd.pd_enable = amlusbphy_enable; in amlusbphy_attach()
Damlpciephy.c107 sc->sc_pd.pd_enable = amlpciephy_enable; in amlpciephy_attach()
Drkusbphy.c357 pd->pd_enable = pc->pc_enable; in rkusbphy_register()
Drktcphy.c205 sc->sc_pd.pd_enable = rktcphy_enable; in rktcphy_attach()
/openbsd/src/sys/arch/riscv64/dev/
Dstfpciephy.c97 sc->sc_pd.pd_enable = stfpciephy_enable; in stfpciephy_attach()
/openbsd/src/sys/arch/arm64/dev/
Daplpmgr.c142 ps->ps_pd.pd_enable = aplpmgr_enable; in aplpmgr_attach()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Daix-thread.c864 pd_enable (void) in pd_enable() function
927 pd_enable (); in new_objfile()
DChangeLog2890 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.