Home
last modified time | relevance | path

Searched refs:_id (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dmod_devicetable.h419 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument
420 { .manuf = _manuf, .id = _id, .rev = _rev, .class = _class, }
591 #define MDIO_ID_ARGS(_id) \ argument
592 ((_id)>>31) & 1, ((_id)>>30) & 1, ((_id)>>29) & 1, ((_id)>>28) & 1, \
593 ((_id)>>27) & 1, ((_id)>>26) & 1, ((_id)>>25) & 1, ((_id)>>24) & 1, \
594 ((_id)>>23) & 1, ((_id)>>22) & 1, ((_id)>>21) & 1, ((_id)>>20) & 1, \
595 ((_id)>>19) & 1, ((_id)>>18) & 1, ((_id)>>17) & 1, ((_id)>>16) & 1, \
596 ((_id)>>15) & 1, ((_id)>>14) & 1, ((_id)>>13) & 1, ((_id)>>12) & 1, \
597 ((_id)>>11) & 1, ((_id)>>10) & 1, ((_id)>>9) & 1, ((_id)>>8) & 1, \
598 ((_id)>>7) & 1, ((_id)>>6) & 1, ((_id)>>5) & 1, ((_id)>>4) & 1, \
[all …]
Dsh_clk.h200 #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
Dregmap.h1145 #define REGMAP_IRQ_REG_LINE(_id, _reg_bits) \ argument
1146 [_id] = { \
1147 .mask = BIT((_id) % (_reg_bits)), \
1148 .reg_offset = (_id) / (_reg_bits), \
Dperf_event.h1505 #define PMU_EVENT_ATTR(_name, _var, _id, _show) \ argument
1508 .id = _id, \
Dbpf.h624 #define BPF_PROG_TYPE(_id, _name) \ argument
627 #define BPF_MAP_TYPE(_id, _ops) \ argument
Dieee80211.h3464 #define for_each_element_id(element, _id, data, datalen) \ argument
3466 if (element->id == (_id))
/include/rdma/
Duverbs_std_types.h46 #define _uobj_check_id(_id) ((_id) * typecheck(u32, _id)) argument
51 #define uobj_get_read(_type, _id, _attrs) \ argument
53 _uobj_check_id(_id), UVERBS_LOOKUP_READ, \
67 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument
69 uobj_get_read(_type, _id, _attrs)))
71 #define uobj_get_write(_type, _id, _attrs) \ argument
73 _uobj_check_id(_id), UVERBS_LOOKUP_WRITE, \
78 #define uobj_perform_destroy(_type, _id, _attrs) \ argument
80 _uobj_check_id(_id), _attrs)
85 #define uobj_get_destroy(_type, _id, _attrs) \ argument
[all …]
/include/net/
Ddevlink.h438 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument
440 .id = DEVLINK_PARAM_GENERIC_ID_##_id, \
441 .name = DEVLINK_PARAM_GENERIC_##_id##_NAME, \
442 .type = DEVLINK_PARAM_GENERIC_##_id##_TYPE, \
450 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument
452 .id = _id, \
616 #define DEVLINK_TRAP_GENERIC(_type, _init_action, _id, _group, _metadata_cap) \ argument
621 .id = DEVLINK_TRAP_GENERIC_ID_##_id, \
622 .name = DEVLINK_TRAP_GENERIC_NAME_##_id, \
627 #define DEVLINK_TRAP_DRIVER(_type, _init_action, _id, _name, _group, \ argument
[all …]
/include/linux/regulator/
Dab8500.h55 #define INIT_REGULATOR_REGISTER(_id, _mask, _value) \ argument
57 .id = _id, \