/linux-4.4.14/drivers/input/mouse/ |
D | psmouse.h | 136 #define __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, _show, _set, _protect) \ argument 148 .set = _set, \ 152 #define __PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set, _protect) \ argument 154 static ssize_t _set(struct psmouse *, void *, const char *, size_t); \ 155 __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, _show, _set, _protect) 157 #define PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set) \ argument 158 __PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set, true) 164 #define PSMOUSE_DEFINE_WO_ATTR(_name, _mode, _data, _set) \ argument 165 static ssize_t _set(struct psmouse *, void *, const char *, size_t); \ 166 __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, NULL, _set, true)
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 261 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 val)\ 284 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 302 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u32 val)\ 325 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 343 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u64 val)\ 366 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 434 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 index, u8 val) \
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.h | 123 .mpp_set = _func ## _set, \ 135 .mpp_set = _func ## _set, \
|
/linux-4.4.14/include/linux/ |
D | ide.h | 832 #define __DEVSET(_flags, _get, _set) { \ argument 835 .set = _set, \ 867 #define __IDE_DEVSET(_name, _flags, _get, _set) \ argument 869 __DEVSET(_flags, _get, _set) 871 #define IDE_DEVSET(_name, _flags, _get, _set) \ argument 872 static __IDE_DEVSET(_name, _flags, _get, _set)
|
/linux-4.4.14/drivers/platform/x86/ |
D | eeepc-laptop.c | 1070 #define EEEPC_SENSOR_STORE_FUNC(_name, _set) \ argument 1075 return store_sys_hwmon(_set, buf, count); \ 1078 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument 1080 EEEPC_SENSOR_STORE_FUNC(_name, _set) \
|
D | thinkpad_acpi.c | 1024 #define destroy_attr_set(_set) \ argument 1025 kfree(_set);
|
/linux-4.4.14/include/asm-generic/ |
D | atomic-long.h | 54 ATOMIC_LONG_PFX(_set##mo)(v, i); \ in ATOMIC_LONG_READ_OP()
|
/linux-4.4.14/lib/ |
D | atomic64_test.c | 21 atomic##bit##_set(&v, v0); \
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 59 static int inj_##reg##_set(void *data, u64 val) \
|
/linux-4.4.14/drivers/hwmon/ |
D | acpi_power_meter.c | 473 #define RW_SENSOR_TEMPLATE(_label, _show, _set, _index) \ argument 477 .set = _set, \
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 88 #define REG_RMW(_ah, _reg, _set, _clr) \ argument 89 (_ah)->reg_ops.rmw((_ah), (_reg), (_set), (_clr))
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | gth.c | 248 .set = gth_ ## _what ## _set, \
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | bfin_gpio.c | 381 gpio_array[gpio_bank(gpio)]->name ## _set = gpio_bit(gpio); \ in SET_GPIO()
|
D | debug-mmrs.c | 93 static int sysreg_##sr##_set(void *data, u64 val) \ 100 DEFINE_SIMPLE_ATTRIBUTE(fops_sysreg_##sr, sysreg_##sr##_get, sysreg_##sr##_set, "0x%08llx\n")
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 1733 lpfc_##attr##_set(struct lpfc_hba *phba, uint val) \ 1782 if (lpfc_##attr##_set(phba, val) == 0) \ 1889 lpfc_##attr##_set(struct lpfc_vport *vport, uint val) \ 1935 if (lpfc_##attr##_set(vport, val) == 0) \
|
/linux-4.4.14/Documentation/ |
D | DMA-API-HOWTO.txt | 898 2) Use dma_unmap_{addr,len}_set() to set these values.
|