Searched refs:__id (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | debug.h | 259 debug_info_t *__id = _id; \ 262 if ((!__id) || (__level > __id->level)) \ 265 __ret = __debug_sprintf_event(__id, __level, \ 389 debug_info_t *__id = _id; \ 392 if ((!__id) || (__level > __id->level)) \ 395 __ret = __debug_sprintf_exception(__id, __level, \
|
| /linux/drivers/soc/amlogic/ |
| H A D | meson-clk-measure.c | 55 #define CLK_MSR_ID(__id, __name) \ argument 56 [__id] = {.id = __id, .name = __name,}
|
| /linux/include/linux/mtd/ |
| H A D | spinand.h | 679 #define SPINAND_INFO(__model, __id, __memorg, __eccreq, __op_variants, \ argument 683 .devid = __id, \
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 2623 int __id; in fmt_single_name() local 2636 if (sscanf(&found[strlen(dev->driver->name)], ".%d", &__id) == 1) { in fmt_single_name() 2639 if (__id == -1) in fmt_single_name() 2647 __id = ((id1 & 0xffff) << 16) + id2; in fmt_single_name() 2654 __id = 0; in fmt_single_name() 2658 *id = __id; in fmt_single_name()
|