Searched refs:__array_offs (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/firmware/qcom/ |
D | qcom_qseecom_uefisecapp.c | 260 #define __array_offs(type, count, offset) \ macro 269 #define __array(type, count) __array_offs(type, count, NULL) 270 #define __field_offs(type, offset) __array_offs(type, 1, offset) 271 #define __field(type) __array_offs(type, 1, NULL) 325 __array_offs(*name, name_length, &name_offs) in qsee_uefi_get_variable() 459 __array_offs(*name, name_length, &name_offs) in qsee_uefi_set_variable() 461 __array_offs(u8, data_size, &data_offs) in qsee_uefi_set_variable() 542 __array_offs(*name, *name_size / sizeof(*name), &name_offs) in qsee_uefi_get_next_variable()
|