Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/fbtft/
Dfbtft-sysfs.c28 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/
Da6xx_gpu_state.h390 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } argument
/drivers/infiniband/hw/i40iw/
Di40iw_d.h1586 #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/
Dsama7g5.c19 #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/
Df_mass_storage.h23 &prefix ## params.name ## _count, \
/drivers/net/wimax/i2400m/
Dfw.c218 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/
Ddc.h393 dc->debug.bw_val_profile.skip_ ## status ## _count++; \