Home
last modified time | relevance | path

Searched refs:row_size (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dxyarray.c9 size_t row_size = ylen * entry_size; in xyarray__new() local
10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
14 xy->row_size = row_size; in xyarray__new()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dxyarray.c9 size_t row_size = ylen * entry_size; in xyarray__new() local
10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
14 xy->row_size = row_size; in xyarray__new()
H A Dbpf-loader.c1414 if (xy->row_size / xy->entry_size != 1) { in apply_config_evsel_for_key()
1437 events = xy->entries / (xy->row_size / xy->entry_size); in apply_config_evsel_for_key()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c108 u16 row_size; member
286 (u8 *)cyttsp5_security_key, row_image->row_size, in cyttsp5_ldr_init_()
297 row_image->row_size = get_unaligned_be16(&row_buf[CY_ROW_SIZE_OFFSET]); in cyttsp5_ldr_parse_row_()
299 if (row_image->row_size > ARRAY_SIZE(row_image->row_data)) { in cyttsp5_ldr_parse_row_()
306 row_image->row_size); in cyttsp5_ldr_parse_row_()
314 u16 length = row_image->row_size + 3; in cyttsp5_ldr_prog_row_()
315 u8 data[3 + row_image->row_size]; in cyttsp5_ldr_prog_row_()
321 memcpy(data + 3, row_image->row_data, row_image->row_size); in cyttsp5_ldr_prog_row_()
427 row_image->row_size, row_image->row_size); in cyttsp5_load_app_()
828 u16 row_number, u16 row_size, u8 *data) in cyttsp5_write_config_row_() argument
[all …]
H A Dcyttsp5_core.c1629 u16 *row_size) in cyttsp5_hid_output_get_config_row_size_() argument
1640 *row_size = get_unaligned_le16(&cd->response_buf[5]); in cyttsp5_hid_output_get_config_row_size_()
1645 u16 *row_size) in cyttsp5_hid_output_get_config_row_size() argument
1656 rc = cyttsp5_hid_output_get_config_row_size_(cd, row_size); in cyttsp5_hid_output_get_config_row_size()
1665 int protect, u16 *row_size) in _cyttsp5_request_hid_output_get_config_row_size() argument
1670 return cyttsp5_hid_output_get_config_row_size(cd, row_size); in _cyttsp5_request_hid_output_get_config_row_size()
1672 return cyttsp5_hid_output_get_config_row_size_(cd, row_size); in _cyttsp5_request_hid_output_get_config_row_size()
2521 u16 key_size, u8 *key_buf, u16 row_size, u8 *metadata_row_buf) in cyttsp5_hid_output_bl_initiate_bl_() argument
2523 u16 write_length = key_size + row_size; in cyttsp5_hid_output_bl_initiate_bl_()
2541 if (row_size) in cyttsp5_hid_output_bl_initiate_bl_()
[all …]
H A Dcyttsp5_regs.h855 u16 *row_size);
883 u8 *key_buf, u16 row_size, u8 *metadata_row_buf);
/OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/
H A Dxyarray.h9 size_t row_size; member
23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dcpc925_edac.c322 unsigned long row_size, nr_pages, last_nr_pages = 0; in cpc925_init_csrows() local
339 row_size = bba * (1UL << 28); /* 256M */ in cpc925_init_csrows()
341 nr_pages = row_size >> PAGE_SHIFT; in cpc925_init_csrows()
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmbox_defs.h638 uint8_t row_size; member
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-core.c740 u32 row_size = plane_fmt->bytesperline * 32; in fimc_adjust_mplane_format() local
742 sizeimage = roundup(sizeimage, row_size); in fimc_adjust_mplane_format()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmegaraid.h421 u8 row_size; /* Number of stripes in a row */ member
H A Dmegaraid.c2635 seq_printf(m, "Row size:%3d\n", lparam->row_size); in proc_show_rdrv()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Devergreen_cs.c46 u32 row_size; member
2735 track->row_size = 1; in evergreen_cs_parse()
2739 track->row_size = 2; in evergreen_cs_parse()
2742 track->row_size = 4; in evergreen_cs_parse()