/linux/arch/arm/mach-s3c/ |
H A D | gpio-samsung-s3c64xx.h | 67 #define S3C64XX_GPA(_nr) (S3C64XX_GPIO_A_START + (_nr)) argument 68 #define S3C64XX_GPB(_nr) (S3C64XX_GPIO_B_START + (_nr)) argument 69 #define S3C64XX_GPC(_nr) (S3C64XX_GPIO_C_START + (_nr)) argument 70 #define S3C64XX_GPD(_nr) (S3C64XX_GPIO_D_START + (_nr)) argument 71 #define S3C64XX_GPE(_nr) (S3C64XX_GPIO_E_START + (_nr)) argument 72 #define S3C64XX_GPF(_nr) (S3C64XX_GPIO_F_START + (_nr)) argument 73 #define S3C64XX_GPG(_nr) (S3C64XX_GPIO_G_START + (_nr)) argument 74 #define S3C64XX_GPH(_nr) (S3C64XX_GPIO_H_START + (_nr)) argument 75 #define S3C64XX_GPI(_nr) (S3C64XX_GPIO_I_START + (_nr)) argument 76 #define S3C64XX_GPJ(_nr) (S3C64XX_GPIO_J_START + (_nr)) argument [all …]
|
/linux/include/linux/ |
H A D | hwmon-sysfs.h | 54 #define SENSOR_ATTR_2(_name, _mode, _show, _store, _nr, _index) \ argument 59 #define SENSOR_ATTR_2_RO(_name, _func, _nr, _index) \ argument 62 #define SENSOR_ATTR_2_RW(_name, _func, _nr, _index) \ argument 65 #define SENSOR_ATTR_2_WO(_name, _func, _nr, _index) \ argument 68 #define SENSOR_DEVICE_ATTR_2(_name,_mode,_show,_store,_nr,_index) \ argument 72 #define SENSOR_DEVICE_ATTR_2_RO(_name, _func, _nr, _index) \ argument 76 #define SENSOR_DEVICE_ATTR_2_RW(_name, _func, _nr, _index) \ argument 80 #define SENSOR_DEVICE_ATTR_2_WO(_name, _func, _nr, _index) \ argument
|
H A D | generic-radix-tree.h | 396 #define genradix_prealloc(_radix, _nr, _gfp) \ argument
|
/linux/include/linux/soc/samsung/ |
H A D | exynos-regs-pmu.h | 137 #define EXYNOS_ARM_CORE_CONFIGURATION(_nr) \ argument 139 #define EXYNOS_ARM_CORE_STATUS(_nr) \ argument 141 #define EXYNOS_ARM_CORE_OPTION(_nr) \ argument 145 #define EXYNOS_COMMON_CONFIGURATION(_nr) \ argument 147 #define EXYNOS_COMMON_STATUS(_nr) \ argument 149 #define EXYNOS_COMMON_OPTION(_nr) \ argument 153 #define EXYNOS_L2_CONFIGURATION(_nr) \ argument 155 #define EXYNOS_L2_STATUS(_nr) \ argument 157 #define EXYNOS_L2_OPTION(_nr) \ argument 334 #define EXYNOS3_ARM_CORE_OPTION(_nr) \ argument [all …]
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 20 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _32) argument 22 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _64) argument 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 20 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _32) argument 22 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _64) argument 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|
/linux/tools/perf/tests/ |
H A D | fdarray.c | 114 #define FDA_ADD(_idx, _fd, _revents, _nr) \ in test__fdarray__add() argument
|
/linux/drivers/mfd/ |
H A D | lm3533-core.c | 324 #define LM3533_OUTPUT_HVLED_ATTR_RW(_nr) \ argument 326 #define LM3533_OUTPUT_LVLED_ATTR_RW(_nr) \ argument
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-th1520.c | 150 #define TH1520_PAD(_nr, _name, m0, m1, m2, m3, m4, m5, _flags) \ argument
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1757 # define SYSCALL_NUM_SET(_regs, _nr) \ argument 1766 # define SYSCALL_NUM_SET(_regs, _nr) \ argument 1844 # define SYSCALL_NUM_SET(_regs, _nr) \ argument 1878 # define SYSCALL_NUM_SET(_regs, _nr) \ argument
|
/linux/drivers/hwmon/ |
H A D | nct6775-core.c | 1054 _nr, _index) \ argument 1066 _nr, _index) \ argument
|
/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 2467 #define IRQ_HANDLE(_nr) \ argument
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 11189 #define MLXSW_SP_MP_HASH_FIELD_RANGE_SET(_fields, _field, _nr) \ argument
|