Home
last modified time | relevance | path

Searched refs:__id (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/drm/
H A Dasahi_drm.h1163 * @__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 Dpanthor_drm.h1043 * @__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 Dmeson-clk-measure.c55 #define CLK_MSR_ID(__id, __name) \ argument
56 [__id] = {.id = __id, .name = __name,}
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-tw28.c169 #define is_tw286x(__solo, __id) (!(__solo->tw2815 & (1 << __id))) argument
/linux/include/linux/mtd/
H A Dspinand.h581 #define SPINAND_INFO(__model, __id, __memorg, __eccreq, __op_variants, \ argument
585 .devid = __id, \
/linux/sound/soc/
H A Dsoc-core.c2610 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 Ddebug.c1288 #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()