Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c105 struct cyttsp5_hex_image { struct
283 struct cyttsp5_hex_image *row_image) in cyttsp5_ldr_init_()
291 struct cyttsp5_hex_image *row_image) in cyttsp5_ldr_parse_row_()
312 struct cyttsp5_hex_image *row_image) in cyttsp5_ldr_prog_row_()
349 struct cyttsp5_hex_image *row_image; in cyttsp5_load_app_()
359 image_rec_size = sizeof(struct cyttsp5_hex_image); in cyttsp5_load_app_()
372 row_image = kzalloc(sizeof(struct cyttsp5_hex_image), GFP_KERNEL); in cyttsp5_load_app_()