| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/ |
| H A D | buf_manage.c | 40 struct ebc_buf_s *temp_buf = release_buf; in ebc_buf_release() local 42 if (temp_buf) { in ebc_buf_release() 43 if (temp_buf->status == buf_osd) { in ebc_buf_release() 44 kfree(temp_buf); in ebc_buf_release() 46 temp_buf->status = buf_idle; in ebc_buf_release() 73 struct ebc_buf_s *temp_buf; in ebc_add_to_dsp_buf_list() local 92 temp_buf = (struct ebc_buf_s *)buf_list_get(ebc_buf_info.dsp_buf_list, temp_pos); in ebc_add_to_dsp_buf_list() 93 if ((temp_buf->buf_mode != EPD_FULL_GC16) && in ebc_add_to_dsp_buf_list() 94 (temp_buf->buf_mode != EPD_FULL_GL16) && in ebc_add_to_dsp_buf_list() 95 (temp_buf->buf_mode != EPD_FULL_GLR16) && in ebc_add_to_dsp_buf_list() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-roccat-arvo.c | 35 struct arvo_mode_key temp_buf; in arvo_sysfs_show_mode_key() local 40 &temp_buf, sizeof(struct arvo_mode_key)); in arvo_sysfs_show_mode_key() 45 return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.state); in arvo_sysfs_show_mode_key() 55 struct arvo_mode_key temp_buf; in arvo_sysfs_set_mode_key() local 63 temp_buf.command = ARVO_COMMAND_MODE_KEY; in arvo_sysfs_set_mode_key() 64 temp_buf.state = state; in arvo_sysfs_set_mode_key() 68 &temp_buf, sizeof(struct arvo_mode_key)); in arvo_sysfs_set_mode_key() 85 struct arvo_key_mask temp_buf; in arvo_sysfs_show_key_mask() local 90 &temp_buf, sizeof(struct arvo_key_mask)); in arvo_sysfs_show_key_mask() 95 return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.key_mask); in arvo_sysfs_show_key_mask() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_custom_sec.c | 733 char temp_buf[256]; local 745 min_len = min(strlen(dhd_ver), max_len(temp_buf, DHD_PREFIX)); 758 min_len = min(strlen(firm_ver), max_len(temp_buf, FIRM_PREFIX)); 771 memset(temp_buf, 0, sizeof(temp_buf)); 777 ret = kernel_read_compat(nvfp, nvfp->f_pos, temp_buf, sizeof(temp_buf)); 781 if (strlen(temp_buf)) { 782 nvram_buf = temp_buf; 785 temp_buf, strlen(temp_buf))); 786 snprintf(version_info+str_len, tstr_len(temp_buf, NV_PREFIX), 787 NV_PREFIX " %s\n", temp_buf); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_custom_sec.c | 733 char temp_buf[256]; local 745 min_len = min(strlen(dhd_ver), max_len(temp_buf, DHD_PREFIX)); 758 min_len = min(strlen(firm_ver), max_len(temp_buf, FIRM_PREFIX)); 771 memset(temp_buf, 0, sizeof(temp_buf)); 777 ret = kernel_read_compat(nvfp, nvfp->f_pos, temp_buf, sizeof(temp_buf)); 781 if (strlen(temp_buf)) { 782 nvram_buf = temp_buf; 785 temp_buf, strlen(temp_buf))); 786 snprintf(version_info+str_len, tstr_len(temp_buf, NV_PREFIX), 787 NV_PREFIX " %s\n", temp_buf); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | sfc_nand_mtd_bbt.c | 49 u8 *data_buf, *oob_buf, *temp_buf; in nanddev_read_bbt() local 88 temp_buf = kzalloc(mtd->writesize + mtd->oobsize, GFP_KERNEL); in nanddev_read_bbt() 89 if (!temp_buf) { in nanddev_read_bbt() 97 ret = sfc_nand_read_page_raw(0, page_addr + i, (u32 *)temp_buf); in nanddev_read_bbt() 101 kfree(temp_buf); in nanddev_read_bbt() 105 memcpy(ops.datbuf + i * mtd->writesize, temp_buf, mtd->writesize); in nanddev_read_bbt() 106 memcpy(ops.oobbuf + i * mtd->oobsize, temp_buf + mtd->writesize, mtd->oobsize); in nanddev_read_bbt() 108 kfree(temp_buf); in nanddev_read_bbt() 133 u8 *data_buf, *oob_buf, *temp_buf; in nanddev_write_bbt() local 180 temp_buf = kzalloc(mtd->writesize + mtd->oobsize, GFP_KERNEL); in nanddev_write_bbt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680_firefly.c | 451 char temp_buf[CONFIG_LEN]; local 469 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); 470 print_info("[tp-gsl][%s][%s]\n", __func__, temp_buf); 472 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); 473 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); 474 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); 475 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); 477 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); 478 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); 479 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); [all …]
|
| H A D | gslx680_pad.c | 465 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() local 487 memcpy(temp_buf,path_buf,(count<CONFIG_LEN?count:CONFIG_LEN)); in gsl_config_write_proc() 489 buf[3]=char_to_int(temp_buf[14])<<4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 490 buf[2]=char_to_int(temp_buf[16])<<4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 491 buf[1]=char_to_int(temp_buf[18])<<4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 492 buf[0]=char_to_int(temp_buf[20])<<4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 494 buf[7]=char_to_int(temp_buf[5])<<4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 495 buf[6]=char_to_int(temp_buf[7])<<4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 496 buf[5]=char_to_int(temp_buf[9])<<4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() 497 buf[4]=char_to_int(temp_buf[11])<<4 | char_to_int(temp_buf[12]); in gsl_config_write_proc() [all …]
|
| H A D | gslx680a.c | 559 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() local 578 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 579 print_info("[tp-gsl][%s][%s]\n", __func__, temp_buf); in gsl_config_write_proc() 581 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 582 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 583 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 584 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 586 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 587 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 588 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() [all …]
|
| H A D | gsl3673.c | 547 char temp_buf[CONFIG_LEN] = {0}; in gsl_config_write_proc() local 565 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 566 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 567 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 568 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 569 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 570 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 571 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 572 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() 573 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc() [all …]
|
| H A D | gsl3673_800x1280.c | 571 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() local 587 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 588 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 589 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 590 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 591 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 592 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 593 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 594 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() 595 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc() [all …]
|
| H A D | gslx680.c | 653 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() local 673 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 674 print_info("[tp-gsl][%s][%s]\n", __func__, temp_buf); in gsl_config_write_proc() 676 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 677 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 678 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 679 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 681 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 682 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 683 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() [all …]
|
| H A D | gslx6801.c | 633 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() local 651 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 652 pr_debug("[tp-gsl][%s][%s]\n", __func__, temp_buf); in gsl_config_write_proc() 654 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 655 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 656 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 657 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 659 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 660 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 661 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_ftpm_tee.c | 78 u8 *temp_buf; in ftpm_tee_tpm_op_send() local 112 temp_buf = tee_shm_get_va(shm, 0); in ftpm_tee_tpm_op_send() 113 if (IS_ERR(temp_buf)) { in ftpm_tee_tpm_op_send() 116 return PTR_ERR(temp_buf); in ftpm_tee_tpm_op_send() 118 memset(temp_buf, 0, (MAX_COMMAND_SIZE + MAX_RESPONSE_SIZE)); in ftpm_tee_tpm_op_send() 119 memcpy(temp_buf, buf, len); in ftpm_tee_tpm_op_send() 138 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs); in ftpm_tee_tpm_op_send() 139 if (IS_ERR(temp_buf)) { in ftpm_tee_tpm_op_send() 142 return PTR_ERR(temp_buf); in ftpm_tee_tpm_op_send() 145 resp_header = (struct tpm_header *)temp_buf; in ftpm_tee_tpm_op_send() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 497 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() local 514 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 515 print_info("[tp-gsl][%s][%s]\n", __func__, temp_buf); in gsl_config_write_proc() 517 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 518 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 519 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 520 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 522 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 523 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 524 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 540 char temp_buf[CONFIG_LEN] = {}; in gsl_config_write_proc() local 558 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc() 559 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc() 560 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc() 561 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc() 562 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc() 563 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc() 564 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc() 565 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc() 566 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_low_level_mem.c | 89 void *temp_buf; in _mali_osk_mem_write_safe() local 91 temp_buf = kmalloc(MALI_MEM_SAFE_COPY_BLOCK_SIZE, GFP_KERNEL); in _mali_osk_mem_write_safe() 92 if (NULL != temp_buf) { in _mali_osk_mem_write_safe() 106 bytes_left = copy_from_user(temp_buf, ((char *)src) + i, size_to_copy); in _mali_osk_mem_write_safe() 109 bytes_left = copy_to_user(((char *)dest) + i, temp_buf, size_copied); in _mali_osk_mem_write_safe() 120 kfree(temp_buf); in _mali_osk_mem_write_safe()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | indirect_util.c | 78 intptr_t temp_buf; in __glXGetAnswerBuffer() local 96 temp_buf = (intptr_t) cl->returnBuf; in __glXGetAnswerBuffer() 97 temp_buf = (temp_buf + mask) & ~mask; in __glXGetAnswerBuffer() 98 buffer = (void *) temp_buf; in __glXGetAnswerBuffer()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | flash_vendor_storage.c | 243 u32 *temp_buf; in vendor_storage_ioctl() local 250 temp_buf = (u32 *)req; in vendor_storage_ioctl() 255 if (copy_from_user(temp_buf, in vendor_storage_ioctl() 270 temp_buf, in vendor_storage_ioctl() 278 if (copy_from_user(temp_buf, in vendor_storage_ioctl() 293 kfree(temp_buf); in vendor_storage_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssv_cmd.c | 243 char temp_buf[64]; in ssv_cmd_cfg() local 251 sprintf(temp_buf, " hw_caps = 0x%08x\n", ssv_cfg.hw_caps); in ssv_cmd_cfg() 252 strcat(ssv6xxx_result_buf, temp_buf); in ssv_cmd_cfg() 253 sprintf(temp_buf, " def_chan = %d\n", ssv_cfg.def_chan); in ssv_cmd_cfg() 254 strcat(ssv6xxx_result_buf, temp_buf); in ssv_cmd_cfg() 255 sprintf(temp_buf, " wifi_tx_gain_level_gn = %d\n", ssv_cfg.wifi_tx_gain_level_gn); in ssv_cmd_cfg() 256 strcat(ssv6xxx_result_buf, temp_buf); in ssv_cmd_cfg() 257 sprintf(temp_buf, " wifi_tx_gain_level_b = %d\n", ssv_cfg.wifi_tx_gain_level_b); in ssv_cmd_cfg() 258 strcat(ssv6xxx_result_buf, temp_buf); in ssv_cmd_cfg() 259 sprintf(temp_buf, " rssi_ctl = %d\n", ssv_cfg.rssi_ctl); in ssv_cmd_cfg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_usb.c | 508 u8 temp_buf[256]; in rsi_usb_load_data_master_write() local 515 memcpy(temp_buf, ta_firmware + cur_indx, block_size); in rsi_usb_load_data_master_write() 517 (u8 *)(temp_buf), in rsi_usb_load_data_master_write() 527 memset(temp_buf, 0, block_size); in rsi_usb_load_data_master_write() 528 memcpy(temp_buf, ta_firmware + cur_indx, in rsi_usb_load_data_master_write() 532 (u8 *)temp_buf, in rsi_usb_load_data_master_write()
|
| H A D | rsi_91x_sdio.c | 572 u8 *temp_buf; in rsi_sdio_load_data_master_write() local 581 temp_buf = kmalloc(block_size, GFP_KERNEL); in rsi_sdio_load_data_master_write() 582 if (!temp_buf) in rsi_sdio_load_data_master_write() 593 memcpy(temp_buf, ta_firmware + offset, block_size); in rsi_sdio_load_data_master_write() 598 temp_buf, block_size); in rsi_sdio_load_data_master_write() 622 memset(temp_buf, 0, block_size); in rsi_sdio_load_data_master_write() 623 memcpy(temp_buf, ta_firmware + offset, in rsi_sdio_load_data_master_write() 629 temp_buf, in rsi_sdio_load_data_master_write() 640 kfree(temp_buf); in rsi_sdio_load_data_master_write()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds3232.c | 289 u8 temp_buf[2]; in ds3232_hwmon_read_temp() local 293 ret = regmap_bulk_read(ds3232->regmap, DS3232_REG_TEMPERATURE, temp_buf, in ds3232_hwmon_read_temp() 294 sizeof(temp_buf)); in ds3232_hwmon_read_temp() 302 temp = (temp_buf[0] << 8) | temp_buf[1]; in ds3232_hwmon_read_temp()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | mca.c | 211 char temp_buf[MLOGBUF_MSGMAX]; in ia64_mca_printk() local 215 printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args); in ia64_mca_printk() 221 printk("%s", temp_buf); in ia64_mca_printk() 224 for (p = temp_buf; *p; p++) { in ia64_mca_printk() 246 char temp_buf[MLOGBUF_MSGMAX]; in ia64_mlogbuf_dump() local 254 temp_buf[0] = '\0'; in ia64_mlogbuf_dump() 255 p = temp_buf; in ia64_mlogbuf_dump() 271 if (temp_buf[0]) in ia64_mlogbuf_dump() 272 printk("%s", temp_buf); in ia64_mlogbuf_dump()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 346 unsigned char temp_buf[8]; in cst2xx_download_program() local 382 temp_buf[0] = (iic_addr+0xA018)>>8; in cst2xx_download_program() 383 temp_buf[1] = (iic_addr+0xA018)&0xFF; in cst2xx_download_program() 384 temp_buf[2] = i2c_buf[iic_addr+0]; in cst2xx_download_program() 385 temp_buf[3] = i2c_buf[iic_addr+1]; in cst2xx_download_program() 386 temp_buf[4] = i2c_buf[iic_addr+2]; in cst2xx_download_program() 387 temp_buf[5] = i2c_buf[iic_addr+3]; in cst2xx_download_program() 388 ret = cst2xx_i2c_write(ts->client, temp_buf, 6); in cst2xx_download_program()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_sensorhub.h | 88 s64 temp_buf[CROS_EC_SENSORHUB_TS_HISTORY_SIZE]; member
|