Searched refs:__id (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/ |
| H A D | soc-core.c | 2488 int __id; in fmt_single_name() local 2501 if (sscanf(&found[strlen(dev->driver->name)], ".%d", &__id) == 1) { in fmt_single_name() 2504 if (__id == -1) in fmt_single_name() 2512 __id = ((id1 & 0xffff) << 16) + id2; in fmt_single_name() 2519 __id = 0; in fmt_single_name() 2523 *id = __id; in fmt_single_name()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 1373 #define case_QUOTA(__p, __end, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument 1374 case __type##_QTAID_##__id: \ in rtw89_debug_mac_dump_dle_dbg() 1375 val32 = DLE_DFI_DUMP(__type, QUOTA, __type##_QTAID_##__id); \ in rtw89_debug_mac_dump_dle_dbg() 1379 #__type, #__id, rsv_pgnum); \ in rtw89_debug_mac_dump_dle_dbg() 1381 #__type, #__id, use_pgnum); \ in rtw89_debug_mac_dump_dle_dbg()
|