| /include/linux/soc/pxa/ |
| D | cpu.h | 61 unsigned int _id = (id) & 0xf3f0; \ 62 _id == 0x2120; \ 67 unsigned int _id = (id) & 0xf3ff; \ 68 _id <= 0x2105; \ 73 unsigned int _id = (id) & 0xffff; \ 74 _id == 0x2d06; \ 79 unsigned int _id = (id) & 0xf300; \ 80 _id == 0x2100; \ 92 unsigned int _id = (id) >> 4 & 0xfff; \ 93 _id == 0x411; \ [all …]
|
| /include/linux/ |
| D | mod_devicetable.h | 441 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument 442 { .manuf = _manuf, .id = _id, .rev = _rev, .class = _class, } 616 #define MDIO_ID_ARGS(_id) \ argument 617 ((_id)>>31) & 1, ((_id)>>30) & 1, ((_id)>>29) & 1, ((_id)>>28) & 1, \ 618 ((_id)>>27) & 1, ((_id)>>26) & 1, ((_id)>>25) & 1, ((_id)>>24) & 1, \ 619 ((_id)>>23) & 1, ((_id)>>22) & 1, ((_id)>>21) & 1, ((_id)>>20) & 1, \ 620 ((_id)>>19) & 1, ((_id)>>18) & 1, ((_id)>>17) & 1, ((_id)>>16) & 1, \ 621 ((_id)>>15) & 1, ((_id)>>14) & 1, ((_id)>>13) & 1, ((_id)>>12) & 1, \ 622 ((_id)>>11) & 1, ((_id)>>10) & 1, ((_id)>>9) & 1, ((_id)>>8) & 1, \ 623 ((_id)>>7) & 1, ((_id)>>6) & 1, ((_id)>>5) & 1, ((_id)>>4) & 1, \ [all …]
|
| D | nd.h | 27 #define NVDIMM_EVENT_VAR(_id) event_attr_##_id argument 28 #define NVDIMM_EVENT_PTR(_id) (&event_attr_##_id.attr.attr) argument 30 #define NVDIMM_EVENT_ATTR(_name, _id) \ argument 31 PMU_EVENT_ATTR(_name, NVDIMM_EVENT_VAR(_id), _id, \
|
| D | sh_clk.h | 200 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } argument 201 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk } argument
|
| D | regmap.h | 1511 #define REGMAP_IRQ_REG_LINE(_id, _reg_bits) \ argument 1512 [_id] = { \ 1513 .mask = BIT((_id) % (_reg_bits)), \ 1514 .reg_offset = (_id) / (_reg_bits), \
|
| D | perf_event.h | 1926 #define PMU_EVENT_ATTR(_name, _var, _id, _show) \ argument 1929 .id = _id, \ 1939 #define PMU_EVENT_ATTR_ID(_name, _show, _id) \ argument 1942 .id = _id, } \
|
| D | bpf.h | 2239 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 2242 #define BPF_MAP_TYPE(_id, _ops) \ argument 2244 #define BPF_LINK_TYPE(_id, _name) argument
|
| D | ieee80211.h | 4902 #define for_each_element_id(element, _id, data, datalen) \ argument 4904 if (element->id == (_id))
|
| /include/linux/mfd/ |
| D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument 28 .id = (_id), \ 31 #define MFD_CELL_OF_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument 32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL) 34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ argument 35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL) 37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match) 40 #define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \ argument 41 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, NULL)
|
| /include/rdma/ |
| D | uverbs_std_types.h | 19 #define _uobj_check_id(_id) ((_id) * typecheck(u32, _id)) argument 24 #define uobj_get_read(_type, _id, _attrs) \ argument 26 _uobj_check_id(_id), UVERBS_LOOKUP_READ, \ 40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 42 uobj_get_read(_type, _id, _attrs))) 44 #define uobj_get_write(_type, _id, _attrs) \ argument 46 _uobj_check_id(_id), UVERBS_LOOKUP_WRITE, \ 51 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 53 _uobj_check_id(_id), _attrs) 58 #define uobj_get_destroy(_type, _id, _attrs) \ argument [all …]
|
| /include/soc/bcm2835/ |
| D | raspberrypi-firmware.h | 171 #define RPI_FIRMWARE_CLK_RATE_REQUEST(_id) \ argument 173 .id = cpu_to_le32(_id), \
|
| /include/net/ |
| D | devlink.h | 580 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 582 .id = DEVLINK_PARAM_GENERIC_ID_##_id, \ 583 .name = DEVLINK_PARAM_GENERIC_##_id##_NAME, \ 584 .type = DEVLINK_PARAM_GENERIC_##_id##_TYPE, \ 592 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 594 .id = _id, \ 1220 #define DEVLINK_TRAP_GENERIC(_type, _init_action, _id, _group_id, \ argument 1226 .id = DEVLINK_TRAP_GENERIC_ID_##_id, \ 1227 .name = DEVLINK_TRAP_GENERIC_NAME_##_id, \ 1232 #define DEVLINK_TRAP_DRIVER(_type, _init_action, _id, _name, _group_id, \ argument [all …]
|
| D | dsa.h | 167 #define dsa_lags_foreach_id(_id, _dst) \ argument 168 for ((_id) = 1; (_id) <= (_dst)->lags_len; (_id)++) \ 169 if ((_dst)->lags[(_id) - 1]) 1257 #define DSA_DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes) \ argument 1258 DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, \
|
| /include/linux/clk/ |
| D | at91_pmc.h | 148 #define AT91_PMC_MCR_V2_ID(_id) ((_id) & AT91_PMC_MCR_V2_ID_MSK) argument
|
| /include/linux/soc/mediatek/ |
| D | mtk_wed.h | 292 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) \ argument 293 (_dev)->ops->msg_update(_dev, _id, _msg, _len) 322 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) -ENODEV argument
|