Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/arch/arm/probes/
A Ddecode.h307 {.bits = (_value)}
315 #define DECODE_TABLE(_mask, _value, _table) \ argument
325 #define DECODE_CUSTOM(_mask, _value, _decoder) \ argument
339 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument
340 DECODE_SIMULATEX(_mask, _value, _handler, 0)
352 #define DECODE_EMULATE(_mask, _value, _handler) \ argument
353 DECODE_EMULATEX(_mask, _value, _handler, 0)
360 #define DECODE_OR(_mask, _value) \ argument
361 DECODE_HEADER(DECODE_TYPE_OR, _mask, _value, 0)
373 #define DECODE_REJECT(_mask, _value) \ argument
[all …]
/linux-6.3-rc2/security/apparmor/include/
A Dapparmorfs.h42 #define AA_SFS_FILE_BOOLEAN(_name, _value) \ argument
44 .v_type = AA_SFS_TYPE_BOOLEAN, .v.boolean = (_value), \
46 #define AA_SFS_FILE_STRING(_name, _value) \ argument
48 .v_type = AA_SFS_TYPE_STRING, .v.string = (_value), \
50 #define AA_SFS_FILE_U64(_name, _value) \ argument
52 .v_type = AA_SFS_TYPE_U64, .v.u64 = (_value), \
57 #define AA_SFS_DIR(_name, _value) \ argument
58 { .name = (_name), .v_type = AA_SFS_TYPE_DIR, .v.files = (_value) }
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dmcdi.h217 #define MCDI_STRUCT_SET_BYTE(_buf, _field, _value) do { \ argument
219 *(u8 *)MCDI_STRUCT_PTR(_buf, _field) = _value; \
224 #define MCDI_SET_WORD(_buf, _field, _value) do { \ argument
241 #define MCDI_SET_DWORD(_buf, _field, _value) \ argument
243 #define MCDI_STRUCT_SET_DWORD(_buf, _field, _value) \ argument
309 #define MCDI_SET_QWORD(_buf, _field, _value) \ argument
312 EFX_DWORD_0, (u32)(_value)); \
314 EFX_DWORD_0, (u64)(_value) >> 32); \
346 EFX_DWORD_0, _value)
355 EFX_DWORD_0, (u32)(_value)); \
[all …]
/linux-6.3-rc2/fs/
A Dfsopen.c318 const void __user *, _value, in SYSCALL_DEFINE5() argument
335 if (!_key || _value || aux) in SYSCALL_DEFINE5()
339 if (!_key || !_value || aux) in SYSCALL_DEFINE5()
343 if (!_key || !_value || aux <= 0 || aux > 1024 * 1024) in SYSCALL_DEFINE5()
348 if (!_key || !_value || (aux != AT_FDCWD && aux < 0)) in SYSCALL_DEFINE5()
352 if (!_key || _value || aux < 0) in SYSCALL_DEFINE5()
357 if (_key || _value || aux) in SYSCALL_DEFINE5()
397 param.string = strndup_user(_value, 256); in SYSCALL_DEFINE5()
407 param.blob = memdup_user_nul(_value, aux); in SYSCALL_DEFINE5()
418 param.name = getname_flags(_value, lookup_flags, NULL); in SYSCALL_DEFINE5()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dmcdi.h217 #define MCDI_SET_DWORD(_buf, _field, _value) \ argument
218 EFX_POPULATE_DWORD_1(*_MCDI_DWORD(_buf, _field), EFX_DWORD_0, _value)
275 #define MCDI_SET_QWORD(_buf, _field, _value) \ argument
278 EFX_DWORD_0, (u32)(_value)); \
280 EFX_DWORD_0, (u64)(_value) >> 32); \
310 #define MCDI_SET_ARRAY_DWORD(_buf, _field, _index, _value) \ argument
312 EFX_DWORD_0, _value)
318 #define MCDI_SET_ARRAY_QWORD(_buf, _field, _index, _value) \ argument
321 EFX_DWORD_0, (u32)(_value)); \
323 EFX_DWORD_0, (u64)(_value) >> 32); \
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
A Ddef.h20 #define CHIP_BONDING_IDENTIFIER(_value) (((_value) >> 22) & 0x3) argument
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
A Ddef.h21 #define CHIP_BONDING_IDENTIFIER(_value) (((_value) >> 22) & 0x3) argument
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_gen4_hw_data.h48 dma_addr_t _value = value; \
50 l_base = lower_32_bits(_value); \
51 u_base = upper_32_bits(_value); \
/linux-6.3-rc2/drivers/video/fbdev/vermilion/
A Dvermilion.h242 #define VML_WRITE32(_par, _offset, _value) \ argument
243 iowrite32(_value, (_par)->vdc_mem + (_offset))
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A Ddef.h14 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Ddef.h16 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Ddef.h60 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
/linux-6.3-rc2/drivers/s390/scsi/
A Dzfcp_sysfs.c20 #define ZFCP_DEFINE_ATTR(_feat_def, _feat, _name, _format, _value) \ argument
27 return sprintf(buf, _format, _value); \
32 #define ZFCP_DEFINE_ATTR_CONST(_feat, _name, _format, _value) \ argument
37 return sprintf(buf, _format, _value); \
42 #define ZFCP_DEFINE_A_ATTR(_name, _format, _value) \ argument
54 i = sprintf(buf, _format, _value); \
605 #define ZFCP_DEFINE_SCSI_ATTR(_name, _format, _value) \ argument
613 return sprintf(buf, _format, _value); \
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Ddef.h110 #define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) argument
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-platform-dell-smbios17 - 0005_value
/linux-6.3-rc2/sound/pci/hda/
A Dhda_local.h307 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument
311 .value = _value,\
316 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument
319 .value = _value,\
/linux-6.3-rc2/drivers/net/ethernet/atheros/alx/
A Dhw.h459 #define ALX_SET_FIELD(_data, _field, _value) do { \ argument
461 (_data) |= ((_value) & _field ## _MASK) << _field ## _SHIFT;\
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_82599.c1510 #define IXGBE_STORE_AS_BE32(_value) \ argument
1511 (((u32)(_value) >> 24) | (((u32)(_value) & 0x00FF0000) >> 8) | \
1512 (((u32)(_value) & 0x0000FF00) << 8) | ((u32)(_value) << 24))
1517 #define IXGBE_STORE_AS_BE16(_value) __swab16(ntohs((_value))) argument
/linux-6.3-rc2/arch/s390/kernel/
A Dipl.c239 #define DEFINE_IPL_ATTR_RO(_prefix, _name, _format, _value) \ argument
240 IPL_ATTR_SHOW_FN(_prefix, _name, _format, _value) \
244 #define DEFINE_IPL_ATTR_RW(_prefix, _name, _fmt_out, _fmt_in, _value) \ argument
245 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, (unsigned long long) _value) \
253 _value = value; \
261 #define DEFINE_IPL_ATTR_STR_RW(_prefix, _name, _fmt_out, _fmt_in, _value)\ argument
262 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, _value) \
267 strncpy(_value, buf, sizeof(_value) - 1); \
268 strim(_value); \
/linux-6.3-rc2/drivers/clk/bcm/
A Dclk-kona.h284 #define FIXED_DIVIDER(_value) \ argument
286 .u.fixed = (_value), \
/linux-6.3-rc2/drivers/input/misc/
A Dpowermate.c253 … int powermate_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int _value) in powermate_input_event() argument
255 unsigned int command = (unsigned int)_value; in powermate_input_event()
/linux-6.3-rc2/include/linux/qed/
A Dqed_if.h1213 #define MASK_FIELD(_name, _value) \ argument
1214 ((_value) &= (_name ## _MASK))
1216 #define FIELD_VALUE(_name, _value) \ argument
1217 ((_value & _name ## _MASK) << _name ## _SHIFT)
/linux-6.3-rc2/drivers/phy/tegra/
A Dxusb-tegra210.c286 #define UTMIP_WAKE_VAL(_port, _value) (((_value) & 0xf) << \ argument
326 #define SPEED(_port, _value) (((_value) & 0x3) << \ argument
381 #define UHSIC_WAKE_VAL(_value) (((_value) & 0xf) << 28) argument
392 #define UHSIC_MODE(_value) (((_value) & 0x1) << 24) argument
1332 #define padctl_pmc_writel(_priv, _value, _offset) \ argument
1333 WARN(regmap_write(_priv->regmap, _offset, _value), "write %s failed\n", #_offset)
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x2/
A Deeprom.c12 #define EE_FIELD(_name, _value) [MT_EE_##_name] = (_value) | 1 argument
/linux-6.3-rc2/drivers/pinctrl/starfive/
A Dpinctrl-starfive-jh7100.c708 u16 _mask, u16 _value) in starfive_padctl_rmw() argument
713 u32 value = (u32)_value << shift; in starfive_padctl_rmw()
716 dev_dbg(sfp->gc.parent, "padctl_rmw(%u, 0x%03x, 0x%03x)\n", pin, _mask, _value); in starfive_padctl_rmw()

Completed in 53 milliseconds

12