Home
last modified time | relevance | path

Searched refs:_compatible (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dofw_fdt.h45 #define RT_FDT_EARLYCON_EXPORT(_name, _type, _compatible, _setup) \ argument
51 .compatible = _compatible, \
/components/mm/
A Dmm_aspace.c331 static rt_bool_t _compatible(rt_varea_t neighbour, rt_size_t map_size, in _compatible() function
379 if (!neighbour || !_compatible(neighbour, operand_size, prop)) in _merge_surrounding()
382 if (neighbour && _compatible(neighbour, operand_size, prop)) in _merge_surrounding()
430 if (!neighbour || !_compatible(neighbour, operand_size, prop)) in _try_expand_and_merge_okay()
433 if (neighbour && _compatible(neighbour, operand_size, prop)) in _try_expand_and_merge_okay()

Completed in 8 milliseconds