Searched refs:_subtype (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 225 #define EFI_DP_TYPE(_dp, _type, _subtype) \ argument 227 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | qcom_spmi-regulator.c | 408 #define SPMI_VREG(_type, _subtype, _dig_major_min, _dig_major_max, \ argument 412 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \ 421 #define SPMI_VREG_VS(_subtype, _dig_major_min, _dig_major_max) \ argument 424 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \
|