| /drivers/remoteproc/ |
| A D | remoteproc_elf_helpers.h | 40 #define ELF_GEN_FIELD_GET_SET(__s, __field, __type) \ argument 41 static inline __type elf_##__s##_get_##__field(u8 class, const void *arg) \ 44 return (__type) ((const struct elf32_##__s *) arg)->__field; \ 46 return (__type) ((const struct elf64_##__s *) arg)->__field; \ 49 __type value) \ 52 ((struct elf32_##__s *) arg)->__field = (__type) value; \ 54 ((struct elf64_##__s *) arg)->__field = (__type) value; \
|
| /drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2x00reg.h | 206 #define FIELD_CHECK(__mask, __type) \ argument 209 (__mask) != (__type)(__mask)) \ 235 #define SET_FIELD(__reg, __type, __field, __value)\ argument 237 typecheck(__type, __field); \ 244 #define GET_FIELD(__reg, __type, __field) \ argument 246 typecheck(__type, __field); \
|
| A D | rt2x00debug.h | 28 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument 30 __type (*read)(struct rt2x00_dev *rt2x00dev, \ 33 const unsigned int word, __type data); \
|
| A D | rt2x00debug.c | 409 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument 420 __type value; \ 441 #define RT2X00DEBUGFS_OPS_WRITE(__name, __type) \ argument 452 __type value; \ 482 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument 483 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \ 484 RT2X00DEBUGFS_OPS_WRITE(__name, __type); \
|
| /drivers/spi/ |
| A D | spi-pic32.c | 189 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \ argument 192 __type v; \ 193 u32 mx = pic32_rx_max(pic32s, sizeof(__type)); \ 197 *(__type *)(pic32s->rx) = v; \ 198 pic32s->rx += sizeof(__type); \ 204 __type v; \ 205 u32 mx = pic32_tx_max(pic32s, sizeof(__type)); \ 207 v = (__type)~0U; \ 209 v = *(__type *)(pic32s->tx); \ 211 pic32s->tx += sizeof(__type); \
|
| /drivers/scsi/ |
| A D | pmcraid.h | 994 ({ u8 op = opcode; u8 __type = 0;\ 996 __type = SCSI_READ_CMD;\ 999 __type = SCSI_WRITE_CMD;\ 1000 __type;\ 1004 ({ u8 __type = SCSI_CMD_TYPE(opcode); \ 1005 (__type == SCSI_READ_CMD || __type == SCSI_WRITE_CMD) ? 1 : 0;\
|
| /drivers/hid/bpf/progs/ |
| A D | hid_bpf_async.h | 35 __type(key, u32); 36 __type(value, struct hid_bpf_async_map_elem);
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | debug.c | 1257 !(__val32 & B_AX_##__type##_DFI_ACTIVE), \ in rtw89_debug_mac_dump_dle_dbg() 1262 #__type, #__target, __sel); \ in rtw89_debug_mac_dump_dle_dbg() 1275 __freepg = DLE_DFI_DUMP(__type, FREEPG, 0); \ in rtw89_debug_mac_dump_dle_dbg() 1276 __pubpg = DLE_DFI_DUMP(__type, FREEPG, 1); \ in rtw89_debug_mac_dump_dle_dbg() 1281 #__type, __freepg_head); \ in rtw89_debug_mac_dump_dle_dbg() 1283 #__type, __freepg_tail); \ in rtw89_debug_mac_dump_dle_dbg() 1285 #__type, __pubpg_num); \ in rtw89_debug_mac_dump_dle_dbg() 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() [all …]
|
| A D | core.h | 2509 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument 2510 { .type = cpu_to_le16(__type), .bytes = cpu_to_le16(__bytes), \
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_tunnel.c | 60 #define __tun_prn(__tunnel, __level, __type, __fmt, ...) \ argument 61 drm_##__level##__type((__tunnel)->group->mgr->dev, \
|
| /drivers/iio/temperature/ |
| A D | ltc2983.c | 1283 #define LTC2983_CHAN(__type, index, __address) ({ \ argument 1285 .type = __type, \
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_execbuf.c | 35 #define VMW_DECLARE_CMD_VAR(__var, __type) \ argument 38 __type body; \
|
| /drivers/platform/x86/lenovo/ |
| A D | thinkpad_acpi.c | 12082 #define IBM_BIOS_MODULE_ALIAS(__type) \ argument 12083 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")
|