Home
last modified time | relevance | path

Searched defs:dms (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dcore.c109 struct dm_test_state *dms = uts->priv; in dm_test_autobind() local
199 struct dm_test_state *dms = uts->priv; in dm_test_autoprobe() local
285 struct dm_test_state *dms = uts->priv; in dm_test_lifecycle() local
341 struct dm_test_state *dms = uts->priv; in dm_test_ordering() local
560 struct dm_test_state *dms = uts->priv; in dm_test_children() local
647 struct dm_test_state *dms = uts->priv; in dm_test_pre_reloc() local
668 struct dm_test_state *dms = uts->priv; in dm_test_remove_active_dma() local
880 struct dm_test_state *dms = uts->priv; in dm_test_inactive_child() local
H A Dtest-uclass.c72 struct dm_test_state *dms = uts->priv; in test_post_probe() local
H A Dtest-driver.c116 struct dm_test_state *dms = uts->priv; in test_manual_probe() local
H A Dbus.c78 struct dm_test_state *dms = test_state; in testbus_child_post_remove() local
335 struct dm_test_state *dms = uts->priv; in dm_test_bus_parent_ops() local
H A Dtest-main.c26 struct dm_test_state *dms = uts->priv; in dm_test_init() local
/openbmc/linux/drivers/dma/dw/
H A Ddw.c74 u8 dms = (dwc->direction == DMA_MEM_TO_DEV) ? p_master : m_master; in dw_dma_prepare_ctllo() local
/openbmc/linux/drivers/edac/
H A Damd76x_edac.c191 u32 mba, mba_base, mba_mask, dms; in amd76x_init_csrows() local
/openbmc/qemu/hw/mem/
H A Dmemory-device.c488 DeviceMemoryState *dms = container_of(listener, DeviceMemoryState, in memory_devices_region_mod() local
/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch() local
517 const ZSTD_matchState_t* const dms, in ZSTD_dedicatedDictSearch_lazy_search()
673 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch() local
1150 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_RowFindBestMatch() local
1499 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic() local
H A Dzstd_fast.c392 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic() local
H A Dzstd_double_fast.c280 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
H A Dzstd_opt.c593 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() local
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c30 DeviceMemoryState *dms = machine->device_memory; in is_ram_address() local
/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc.h189 struct dw_mci_dma_slave *dms; member