Searched refs:_count (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/fbtft/ |
D | fbtft-sysfs.c | 28 int _count; in fbtft_gamma_parse_str() local 73 _count = curve_counter * par->gamma.num_values + in fbtft_gamma_parse_str() 75 curves[_count] = val; in fbtft_gamma_parse_str()
|
/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.h | 390 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } argument
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_d.h | 1586 #define I40IW_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument 1590 if ((I40IW_RING_WORK_AVAILABLE(_ring) + (_count)) < size) { \ 1591 (_ring).head = ((_ring).head + (_count)) % size; \ 1604 #define I40IW_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument 1605 (_ring).tail = ((_ring).tail + (_count)) % (_ring).size
|
/drivers/clk/at91/ |
D | sama7g5.c | 19 #define SAMA7G5_INIT_TABLE(_table, _count) \ argument 22 for (_i = 0; _i < (_count); _i++) \ 26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument 29 for (_i = 0; _i < (_count); _i++) { \
|
/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 23 &prefix ## params.name ## _count, \
|
/drivers/net/wimax/i2400m/ |
D | fw.c | 218 int i2400m_zrealloc_2x(void **ptr, size_t *_count, size_t el_size, in i2400m_zrealloc_2x() argument 221 size_t old_count = *_count, in i2400m_zrealloc_2x() 233 *_count = new_count; in i2400m_zrealloc_2x()
|
/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 393 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
|