Lines Matching full:phs
1422 * DT_PROP(DT_PHANDLE_BY_IDX(node_id, phs, idx), prop)
1454 * @param phs lowercase-and-underscores property with type `phandle`,
1456 * @param idx logical index into @p phs, which must be zero if @p phs
1461 #define DT_PROP_BY_PHANDLE_IDX(node_id, phs, idx, prop) \ argument
1462 DT_PROP(DT_PHANDLE_BY_IDX(node_id, phs, idx), prop)
1468 * If the value exists, this expands to DT_PROP_BY_PHANDLE_IDX(node_id, phs,
1475 * @param phs lowercase-and-underscores property with type `phandle`,
1477 * @param idx logical index into @p phs, which must be zero if @p phs
1483 #define DT_PROP_BY_PHANDLE_IDX_OR(node_id, phs, idx, prop, default_value) \ argument
1484 DT_PROP_OR(DT_PHANDLE_BY_IDX(node_id, phs, idx), prop, default_value)
4288 * @param phs lowercase-and-underscores property with type `phandle`,
4290 * @param idx logical index into "phs", which must be zero if "phs"
4295 #define DT_INST_PROP_BY_PHANDLE_IDX(inst, phs, idx, prop) \ argument
4296 DT_PROP_BY_PHANDLE_IDX(DT_DRV_INST(inst), phs, idx, prop)