Searched refs:__tag (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/firmware/arm_scmi/ |
| H A D | common.h | 476 #define DEFINE_SCMI_TRANSPORT_DRIVER(__tag, __drv, __desc, __match, __core_ops)\ argument 477 static void __tag##_dev_free(void *data) \ 484 static int __tag##_probe(struct platform_device *pdev) \ 510 return devm_add_action_or_reset(dev, __tag##_dev_free, spdev); \ 519 .name = #__tag "_transport", \ 522 .probe = __tag##_probe, \
|
| /linux/arch/arm/include/asm/ |
| H A D | setup.h | 18 #define __tag __used __section(".taglist.init") macro 20 static const struct tagtable __tagtable_##fn __tag = { tag, fn }
|
| /linux/sound/soc/codecs/ |
| H A D | peb2466.c | 1394 #define PEB2466_TAG_DEF_LNG_EQ(__tag, __lng, __parse) { \ argument 1395 .tag = __tag, \ 1401 #define PEB2466_TAG_DEF_LNG_MIN(__tag, __lng_min, __parse) { \ argument 1402 .tag = __tag, \
|