Searched refs:__tag (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | common.h | 449 #define DEFINE_SCMI_TRANSPORT_DRIVER(__tag, __drv, __desc, __match, __core_ops)\ argument 450 static void __tag##_dev_free(void *data) \ 457 static int __tag##_probe(struct platform_device *pdev) \ 482 return devm_add_action_or_reset(dev, __tag##_dev_free, spdev); \ 491 .name = #__tag "_transport", \ 494 .probe = __tag##_probe, \
|
| /linux-6.15/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-6.15/drivers/scsi/bfa/ |
| H A D | bfa_svc.h | 107 #define BFA_FCXP_FROM_TAG(__mod, __tag) (&(__mod)->fcxp_list[__tag]) argument 447 #define BFA_LPS_FROM_TAG(__mod, __tag) (&(__mod)->lps_arr[__tag]) argument
|
| /linux-6.15/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, \
|
| /linux-6.15/Documentation/bpf/ |
| H A D | kfuncs.rst | 59 kfunc with a __tag, where tag may be one of the supported annotations.
|