Searched refs:offset_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/ipu-v3/
H A Dipu-di.c33 int offset_count; member in struct:di_sync_config
166 if ((c->run_count >= 0x1000) || (c->offset_count >= 0x1000) ||
177 DI_SW_GEN0_OFFSET_COUNT(c->offset_count) |
233 .offset_count = h_total / 2,
240 .offset_count = (sig->mode.vsync_len +
248 .offset_count = sig->mode.hsync_len +
281 .offset_count = div * sig->v_to_h_sync,
296 .offset_count = sig->mode.vsync_len +
304 .offset_count = sig->mode.hsync_len +
328 .offset_count
[all...]
/linux-master/drivers/hwmon/
H A Dabituguru3.c801 u8 *buf, int offset_count)
805 for (i = 0; i < offset_count; i++) {
799 abituguru3_read_increment_offset(struct abituguru3_data *data, u8 bank, u8 offset, u8 count, u8 *buf, int offset_count) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c3884 int *offset_count,
3894 ind_start_offsets[*offset_count] = ind_offset;
3895 *offset_count = *offset_count + 1;
3896 BUG_ON(*offset_count >= max_offset);
3933 int offset_count = 0; local
3949 &offset_count,
3877 gfx_v8_0_parse_ind_reg_list(int *register_list_format, int ind_offset, int list_size, int *unique_indices, int *indices_count, int max_indices, int *ind_start_offsets, int *offset_count, int max_offset) argument

Completed in 128 milliseconds