/linux-4.4.14/arch/arm/probes/ |
D | decode.h | 335 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument 338 {.bits = (_value)} 346 #define DECODE_TABLE(_mask, _value, _table) \ argument 347 DECODE_HEADER(DECODE_TYPE_TABLE, _mask, _value, 0), \ 356 #define DECODE_CUSTOM(_mask, _value, _decoder) \ argument 357 DECODE_HEADER(DECODE_TYPE_CUSTOM, _mask, _value, 0), \ 366 #define DECODE_SIMULATEX(_mask, _value, _handler, _regs) \ argument 367 DECODE_HEADER(DECODE_TYPE_SIMULATE, _mask, _value, _regs), \ 370 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument 371 DECODE_SIMULATEX(_mask, _value, _handler, 0) [all …]
|
/linux-4.4.14/security/apparmor/include/ |
D | apparmorfs.h | 44 #define AA_FS_FILE_BOOLEAN(_name, _value) \ argument 46 .v_type = AA_FS_TYPE_BOOLEAN, .v.boolean = (_value), \ 48 #define AA_FS_FILE_STRING(_name, _value) \ argument 50 .v_type = AA_FS_TYPE_STRING, .v.string = (_value), \ 52 #define AA_FS_FILE_U64(_name, _value) \ argument 54 .v_type = AA_FS_TYPE_U64, .v.u64 = (_value), \ 59 #define AA_FS_DIR(_name, _value) \ argument 60 { .name = (_name), .v_type = AA_FS_TYPE_DIR, .v.files = (_value) }
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 99 u32 _value; in pci_frv_read_config() local 102 _value = __get_PciBridgeDataL(where & ~3); in pci_frv_read_config() 106 _value = __get_PciCfgDataL(where & ~3); in pci_frv_read_config() 111 _value = _value >> ((where & 3) * 8); in pci_frv_read_config() 115 _value = _value >> ((where & 2) * 8); in pci_frv_read_config() 125 *val = _value; in pci_frv_read_config()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.h | 203 #define MCDI_SET_DWORD(_buf, _field, _value) \ argument 204 EFX_POPULATE_DWORD_1(*_MCDI_DWORD(_buf, _field), EFX_DWORD_0, _value) 261 #define MCDI_SET_QWORD(_buf, _field, _value) \ argument 264 EFX_DWORD_0, (u32)(_value)); \ 266 EFX_DWORD_0, (u64)(_value) >> 32); \ 296 #define MCDI_SET_ARRAY_DWORD(_buf, _field, _index, _value) \ argument 298 EFX_DWORD_0, _value) 304 #define MCDI_SET_ARRAY_QWORD(_buf, _field, _index, _value) \ argument 307 EFX_DWORD_0, (u32)(_value)); \ 309 EFX_DWORD_0, (u64)(_value) >> 32); \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | def.h | 46 #define CHIP_BONDING_IDENTIFIER(_value) (((_value) >> 22) & 0x3) argument
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci.c | 83 int where, u32 *_value) in pci_ampci_read_config_byte() argument 98 *_value = value; in pci_ampci_read_config_byte() 103 int where, u32 *_value) in pci_ampci_read_config_word() argument 118 *_value = value; in pci_ampci_read_config_word() 123 int where, u32 *_value) in pci_ampci_read_config_dword() argument 138 *_value = value; in pci_ampci_read_config_dword()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 18 #define ZFCP_DEFINE_ATTR(_feat_def, _feat, _name, _format, _value) \ argument 25 return sprintf(buf, _format, _value); \ 30 #define ZFCP_DEFINE_ATTR_CONST(_feat, _name, _format, _value) \ argument 35 return sprintf(buf, _format, _value); \ 40 #define ZFCP_DEFINE_A_ATTR(_name, _format, _value) \ argument 52 i = sprintf(buf, _format, _value); \ 437 #define ZFCP_DEFINE_SCSI_ATTR(_name, _format, _value) \ argument 445 return sprintf(buf, _format, _value); \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | def.h | 80 #define CHIP_BONDING_IDENTIFIER(_value) (((_value) >> 22) & 0x3) argument
|
/linux-4.4.14/drivers/video/fbdev/vermilion/ |
D | vermilion.h | 256 #define VML_WRITE32(_par, _offset, _value) \ argument 257 iowrite32(_value, (_par)->vdc_mem + (_offset))
|
/linux-4.4.14/include/linux/qed/ |
D | qed_if.h | 266 #define MASK_FIELD(_name, _value) \ argument 267 ((_value) &= (_name ## _MASK)) 269 #define FIELD_VALUE(_name, _value) \ argument 270 ((_value & _name ## _MASK) << _name ## _SHIFT)
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | def.h | 67 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | def.h | 117 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
|
/linux-4.4.14/include/linux/regulator/ |
D | ab8500.h | 99 #define INIT_REGULATOR_REGISTER(_id, _mask, _value) \ argument 103 .value = _value, \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | def.h | 67 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 163 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
|
/linux-4.4.14/arch/s390/kernel/ |
D | ipl.c | 228 #define DEFINE_IPL_ATTR_RO(_prefix, _name, _format, _value) \ argument 229 IPL_ATTR_SHOW_FN(_prefix, _name, _format, _value) \ 233 #define DEFINE_IPL_ATTR_RW(_prefix, _name, _fmt_out, _fmt_in, _value) \ argument 234 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, (unsigned long long) _value) \ 242 _value = value; \ 250 #define DEFINE_IPL_ATTR_STR_RW(_prefix, _name, _fmt_out, _fmt_in, _value)\ argument 251 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, _value) \ 256 strncpy(_value, buf, sizeof(_value) - 1); \ 257 strim(_value); \
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_hal.h | 119 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82599.c | 1530 #define IXGBE_STORE_AS_BE32(_value) \ argument 1531 (((u32)(_value) >> 24) | (((u32)(_value) & 0x00FF0000) >> 8) | \ 1532 (((u32)(_value) & 0x0000FF00) << 8) | ((u32)(_value) << 24)) 1537 #define IXGBE_STORE_AS_BE16(_value) \ argument 1538 ntohs(((u16)(_value) >> 8) | ((u16)(_value) << 8))
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 457 #define ALX_SET_FIELD(_data, _field, _value) do { \ argument 459 (_data) |= ((_value) & _field ## _MASK) << _field ## _SHIFT;\
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_local.h | 388 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument 392 .value = _value,\ 397 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument 400 .value = _value,\
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-kona.h | 292 #define FIXED_DIVIDER(_value) \ argument 294 .u.fixed = (_value), \
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_hal.h | 158 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
|
/linux-4.4.14/drivers/input/misc/ |
D | powermate.c | 252 … int powermate_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int _value) in powermate_input_event() argument 254 unsigned int command = (unsigned int)_value; in powermate_input_event()
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-stub.c | 407 static int hexToInt(char **ptr, unsigned long *_value) in hexToInt() argument 411 *_value = 0; in hexToInt() 417 *_value = (*_value << 4) | ((uint8_t) ch & 0xf); in hexToInt()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | insn.h | 223 static __always_inline u32 aarch64_insn_get_##abbr##_value(void) \
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 287 #define E1000_BYTE_SWAP_WORD(_value) ((((_value) & 0x00ff) << 8) | \ argument 288 (((_value) & 0xff00) >> 8))
|
/linux-4.4.14/drivers/usb/atm/ |
D | cxacru.c | 224 #define CXACRU_ATTR_INIT(_value, _type, _name) \ argument 234 return cxacru_sysfs_showattr_##_type(instance->card_info[_value], buf); \
|
/linux-4.4.14/drivers/tty/serial/ |
D | crisv10.c | 125 #define DEBUG_LOG(_line, _string, _value) do { \ argument 127 debug_log_func(_line, _string, _value); \
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 791 For falling events the hysteresis is added to the _value attribute for 793 normal, for rising events the hysteresis is subtracted from the _value
|