Searched refs:_struct (Results 1 – 2 of 2) sorted by relevance
| /include/ |
| A D | alist.h | 140 #define alist_get(_lst, _index, _struct) \ argument 144 #define alist_getw(_lst, _index, _struct) \ argument 145 ((_struct *)alist_get_ptr(_lst, _index)) 167 #define alist_ensure(_lst, _index, _struct) \ argument 168 ((_struct *)alist_ensure_ptr(_lst, _index)) 248 #define alist_start(_lst, _struct) \ argument 249 ((_struct *)(_lst)->data) 259 #define alist_end(_lst, _struct) \ argument 260 ((_struct *)(_lst)->data + (_lst)->count) 333 #define alist_init_struct(_lst, _struct) \ argument [all …]
|
| A D | spi.h | 204 #define spi_alloc_slave(_struct, bus, cs) \ argument 205 spi_do_alloc_slave(offsetof(_struct, slave), \ 206 sizeof(_struct), bus, cs)
|
Completed in 34 milliseconds