Searched refs:__id (Results 1 – 7 of 7) sorted by relevance
/linux/include/uapi/drm/ |
H A D | asahi_drm.h | 1163 * @__id: One of the DRM_ASAHI_xxx id. 1171 #define DRM_IOCTL_ASAHI(__access, __id, __type) \ argument 1172 DRM_IO ## __access(DRM_COMMAND_BASE + DRM_ASAHI_ ## __id, \
|
H A D | panthor_drm.h | 1043 * @__id: One of the DRM_PANTHOR_xxx id. 1051 #define DRM_IOCTL_PANTHOR(__access, __id, __type) \ argument 1052 DRM_IO ## __access(DRM_COMMAND_BASE + DRM_PANTHOR_ ## __id, \
|
/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/drivers/media/pci/solo6x10/ |
H A D | solo6x10-tw28.c | 169 #define is_tw286x(__solo, __id) (!(__solo->tw2815 & (1 << __id))) argument
|
/linux/include/linux/mtd/ |
H A D | spinand.h | 581 #define SPINAND_INFO(__model, __id, __memorg, __eccreq, __op_variants, \ argument 585 .devid = __id, \
|
/linux/sound/soc/ |
H A D | soc-core.c | 2610 int __id; in fmt_single_name() local 2623 if (sscanf(&found[strlen(dev->driver->name)], ".%d", &__id) == 1) { in fmt_single_name() 2626 if (__id == -1) in fmt_single_name() 2634 __id = ((id1 & 0xffff) << 16) + id2; in fmt_single_name() 2641 __id = 0; in fmt_single_name() 2645 *id = __id; in fmt_single_name()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | debug.c | 1288 #define case_QUOTA(__p, __end, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument 1289 case __type##_QTAID_##__id: \ in rtw89_debug_mac_dump_dle_dbg() 1290 val32 = DLE_DFI_DUMP(__type, QUOTA, __type##_QTAID_##__id); \ in rtw89_debug_mac_dump_dle_dbg() 1294 #__type, #__id, rsv_pgnum); \ in rtw89_debug_mac_dump_dle_dbg() 1296 #__type, #__id, use_pgnum); \ in rtw89_debug_mac_dump_dle_dbg()
|