/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.h | 193 #define MCDI_PTR(_buf, _field) \ argument 197 #define _MCDI_DWORD(_buf, _field) \ argument 200 #define MCDI_WORD(_buf, _field) \ argument 203 #define MCDI_SET_DWORD(_buf, _field, _value) \ argument 205 #define MCDI_DWORD(_buf, _field) \ argument 207 #define MCDI_POPULATE_DWORD_1(_buf, _field, _name1, _value1) \ argument 210 #define MCDI_POPULATE_DWORD_2(_buf, _field, _name1, _value1, \ argument 215 #define MCDI_POPULATE_DWORD_3(_buf, _field, _name1, _value1, \ argument 221 #define MCDI_POPULATE_DWORD_4(_buf, _field, _name1, _value1, \ argument 229 #define MCDI_POPULATE_DWORD_5(_buf, _field, _name1, _value1, \ argument [all …]
|
D | siena_sriov.c | 173 #define EFX_FIELD_MASK(_field) \ argument
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 266 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 279 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \ argument 287 #define __HPP_SORT_FN(_type, _field) \ argument 294 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument 307 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field) \ argument 315 #define __HPP_SORT_ACC_FN(_type, _field) \ argument 322 #define __HPP_ENTRY_RAW_FN(_type, _field) \ argument 335 #define __HPP_SORT_RAW_FN(_type, _field) \ argument 343 #define HPP_PERCENT_FNS(_type, _field) \ argument 348 #define HPP_PERCENT_ACC_FNS(_type, _field) \ argument [all …]
|
/linux-4.4.14/drivers/firmware/ |
D | dmi-id.c | 34 #define DMI_ATTR(_name, _mode, _show, _field) \ argument 38 #define DEFINE_DMI_ATTR_WITH_SHOW(_name, _mode, _field) \ argument 172 #define ADD_DMI_ATTR(_name, _field) \ argument
|
D | dmi-sysfs.c | 266 #define DMI_SYSFS_SEL_FIELD(_field) \ argument
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spu_utils.h | 63 #define LSCSA_BYTE_OFFSET(_field) \ argument 65 #define LSCSA_QW_OFFSET(_field) (LSCSA_BYTE_OFFSET(_field) >> 4) argument
|
/linux-4.4.14/drivers/bcma/ |
D | sprom.c | 185 #define SPEX(_field, _offset, _mask, _shift) \ argument 188 #define SPEX32(_field, _offset, _mask, _shift) \ argument 192 #define SPEX_ARRAY8(_field, _offset, _mask, _shift) \ argument
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-common.h | 1094 #define XGMAC_GET_BITS(_var, _prefix, _field) \ argument 1099 #define XGMAC_SET_BITS(_var, _prefix, _field, _val) \ argument 1104 #define XGMAC_GET_BITS_LE(_var, _prefix, _field) \ argument 1109 #define XGMAC_SET_BITS_LE(_var, _prefix, _field, _val) \ argument 1124 #define XGMAC_IOREAD_BITS(_pdata, _reg, _field) \ argument 1132 #define XGMAC_IOWRITE_BITS(_pdata, _reg, _field, _val) \ argument 1149 #define XGMAC_MTL_IOREAD_BITS(_pdata, _n, _reg, _field) \ argument 1158 #define XGMAC_MTL_IOWRITE_BITS(_pdata, _n, _reg, _field, _val) \ argument 1174 #define XGMAC_DMA_IOREAD_BITS(_channel, _reg, _field) \ argument 1182 #define XGMAC_DMA_IOWRITE_BITS(_channel, _reg, _field, _val) \ argument [all …]
|
/linux-4.4.14/arch/mips/ath25/ |
D | devices.h | 6 #define ATH25_REG_MS(_val, _field) (((_val) & _field##_M) >> _field##_S) argument
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 38 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 52 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 34 #define DRV_MB_WR(_p_hwfn, _p_ptt, _field, _val) \ argument 38 #define DRV_MB_RD(_p_hwfn, _p_ptt, _field) \ argument
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | elants_i2c.c | 1003 #define __ELANTS_FIELD_SIZE(_field) \ argument 1005 #define __ELANTS_VERIFY_SIZE(_field) \ argument 1008 #define ELANTS_VERSION_ATTR(_field) \ argument
|
D | edt-ft5x06.c | 335 #define EDT_ATTR(_field, _mode, _addr_m06, _addr_m09, \ argument
|
/linux-4.4.14/arch/x86/platform/ts5500/ |
D | ts5500.c | 183 #define TS5500_ATTR_BOOL(_field) \ argument
|
/linux-4.4.14/drivers/input/misc/ |
D | ims-pcu.c | 1110 #define IMS_PCU_ATTR(_field, _mode) \ argument 1119 #define IMS_PCU_RO_ATTR(_field) \ argument 1121 #define IMS_PCU_RW_ATTR(_field) \ argument 1453 #define IMS_PCU_OFN_BIT_ATTR(_field, _addr, _nr) \ argument
|
/linux-4.4.14/mm/ |
D | vmscan.c | 112 #define prefetch_prev_lru_page(_page, _base, _field) \ argument 122 #define prefetch_prev_lru_page(_page, _base, _field) do { } while (0) argument 126 #define prefetchw_prev_lru_page(_page, _base, _field) \ argument 136 #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0) argument
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 454 #define ALX_GET_FIELD(_data, _field) \ argument 457 #define ALX_SET_FIELD(_data, _field, _value) do { \ argument
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 353 #define BT_MBOX_MSG(_notif, _num, _field) \ argument 358 #define BT_MBOX_PRINT(_num, _field, _end) \ argument
|
D | fw-api-coex.h | 340 #define BT_MBOX_MSG(_notif, _num, _field) \ argument
|
/linux-4.4.14/drivers/ssb/ |
D | pci.c | 180 #define SPEX_ARRAY8(_field, _offset, _mask, _shift) \ argument
|
/linux-4.4.14/drivers/ide/ |
D | ide-tape.c | 1697 #define ide_tape_devset_rw_field(_name, _field) \ argument 1702 #define ide_tape_devset_r_field(_name, _field) \ argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 727 #define CC_PRINT(_struct, _field) \ in read_file_ani() argument
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 691 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 706 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_phy.c | 2221 #define PCT(_field) (common->cc_survey._field * 100 / common->cc_survey.cycles) in ar9003_hw_bb_watchdog_dbg_info() argument
|
/linux-4.4.14/fs/ceph/ |
D | xattr.c | 219 #define XATTR_LAYOUT_FIELD(_type, _name, _field) \ argument
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | mt7601u.h | 301 #define mt76_rmw_field(_dev, _reg, _field, _val) \ argument
|
/linux-4.4.14/include/uapi/linux/genwqe/ |
D | genwqe_card.h | 390 #define ATS_SET_FLAGS(_struct, _field, _flags) \ argument
|
/linux-4.4.14/include/linux/ |
D | ide.h | 900 #define ide_devset_rw_field(_name, _field) \ argument 905 #define ide_devset_rw_flag(_name, _field) \ argument
|