Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c361 struct fw_data const *ptr_fw; in gsl_load_fw() local
365 ptr_fw = GSL2680A_FW; in gsl_load_fw()
368 ptr_fw = GSL2680B_FW; in gsl_load_fw()
372 ptr_fw = GSL_FW; in gsl_load_fw()
376 if (ptr_fw[source_line].offset == GSL_PAGE_REG) { in gsl_load_fw()
377 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
382 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
383 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl3673.c367 struct fw_data const *ptr_fw; in gsl_load_fw() local
371 ptr_fw = GSL2680A_FW; in gsl_load_fw()
374 ptr_fw = GSL2680B_FW; in gsl_load_fw()
378 ptr_fw = GSL3673_FW; in gsl_load_fw()
382 if (ptr_fw[source_line].offset == GSL_PAGE_REG) { in gsl_load_fw()
383 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
388 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
389 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
H A Dgsl3673_800x1280.c355 struct fw_data const *ptr_fw; in gsl_load_fw() local
359 ptr_fw = GSL2680A_FW; in gsl_load_fw()
362 ptr_fw = GSL2680B_FW; in gsl_load_fw()
366 ptr_fw = GSL3673_FW; in gsl_load_fw()
370 if (ptr_fw[source_line].offset == GSL_PAGE_REG) { in gsl_load_fw()
371 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
376 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
377 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
H A Dgslx680_pad.c255 struct fw_data *ptr_fw; in gsl_load_fw() local
257 ptr_fw = ts->gsl_chip_info->ptr_fw; in gsl_load_fw()
263 if (GSL_PAGE_REG == ptr_fw[source_line].offset) in gsl_load_fw()
265 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
273 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
275 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
H A Dgslx680_pad.h40 struct fw_data *ptr_fw; member
H A Dgslx680_firefly.c277 const struct fw_data *ptr_fw = NULL; in gsl_load_fw() local
281 ptr_fw = GSL3680B_FW; in gsl_load_fw()
287 if (GSL_PAGE_REG == ptr_fw[source_line].offset) { in gsl_load_fw()
288 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
293 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
295 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
H A Dgslx680a.c370 struct fw_data *ptr_fw; in gsl_load_fw() local
374 ptr_fw = GSLX680_FW; in gsl_load_fw()
379 if (ptr_fw[source_line].offset == GSL_PAGE_REG) { in gsl_load_fw()
380 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
385 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
387 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
H A Dgslx6801.c337 struct fw_data const *ptr_fw; in gsl_load_fw() local
339 ptr_fw = GSLX680_FW; in gsl_load_fw()
344 if (ptr_fw[source_line].offset == GSL_PAGE_REG) { in gsl_load_fw()
345 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
352 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
354 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
H A Dgslx680.c449 struct fw_data const *ptr_fw = ts->ts_cfg->fw_ptr; in gsl_load_fw() local
455 if (GSL_PAGE_REG == ptr_fw[source_line].offset) { in gsl_load_fw()
456 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
463 buf[0] = (u8) ptr_fw[source_line].offset; in gsl_load_fw()
465 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c281 const struct fw_data *ptr_fw; in gsl_load_fw() local
288 ptr_fw = GSL1680F_FW; in gsl_load_fw()
293 if (GSL_PAGE_REG == ptr_fw[source_line].offset) { in gsl_load_fw()
294 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()
302 buf[0] = (u8)ptr_fw[source_line].offset; in gsl_load_fw()
304 fw2buf(cur, &ptr_fw[source_line].val); in gsl_load_fw()