Searched refs:_subtype (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 463 #define EFI_DP_TYPE(_dp, _type, _subtype) \ argument 465 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
/openbmc/linux/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 445 #define SPMI_VREG(_type, _subtype, _dig_major_min, _dig_major_max, \ argument 449 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \ 458 #define SPMI_VREG_VS(_subtype, _dig_major_min, _dig_major_max) \ argument 461 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \
|