Searched refs:__tag (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/firmware/arm_scmi/ |
D | common.h | 414 #define DEFINE_SCMI_TRANSPORT_DRIVER(__tag, __drv, __desc, __match, __core_ops)\ argument 415 static void __tag##_dev_free(void *data) \ 422 static int __tag##_probe(struct platform_device *pdev) \ 447 return devm_add_action_or_reset(dev, __tag##_dev_free, spdev); \ 456 .name = #__tag "_transport", \ 459 .probe = __tag##_probe, \
|
/linux-6.12.1/arch/arm/include/asm/ |
D | setup.h | 18 #define __tag __used __section(".taglist.init") macro 20 static const struct tagtable __tagtable_##fn __tag = { tag, fn }
|
/linux-6.12.1/drivers/scsi/bfa/ |
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.12.1/sound/soc/codecs/ |
D | peb2466.c | 1395 #define PEB2466_TAG_DEF_LNG_EQ(__tag, __lng, __parse) { \ argument 1396 .tag = __tag, \ 1402 #define PEB2466_TAG_DEF_LNG_MIN(__tag, __lng_min, __parse) { \ argument 1403 .tag = __tag, \
|
/linux-6.12.1/Documentation/bpf/ |
D | kfuncs.rst | 59 kfunc with a __tag, where tag may be one of the supported annotations.
|