Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Dhid-roccat-arvo.c33 struct arvo_mode_key temp_buf; in arvo_sysfs_show_mode_key() local
53 struct arvo_mode_key temp_buf; in arvo_sysfs_set_mode_key() local
61 temp_buf.command = ARVO_COMMAND_MODE_KEY; in arvo_sysfs_set_mode_key()
62 temp_buf.state = state; in arvo_sysfs_set_mode_key()
83 struct arvo_key_mask temp_buf; in arvo_sysfs_show_key_mask() local
103 struct arvo_key_mask temp_buf; in arvo_sysfs_set_key_mask() local
112 temp_buf.key_mask = key_mask; in arvo_sysfs_set_key_mask()
129 struct arvo_actual_profile temp_buf; in arvo_get_actual_profile() local
138 return temp_buf.actual_profile; in arvo_get_actual_profile()
157 struct arvo_actual_profile temp_buf; in arvo_sysfs_set_actual_profile() local
[all …]
/linux/drivers/char/tpm/
A Dtpm_ftpm_tee.c77 u8 *temp_buf; in ftpm_tee_tpm_op_send() local
111 temp_buf = tee_shm_get_va(shm, 0); in ftpm_tee_tpm_op_send()
112 if (IS_ERR(temp_buf)) { in ftpm_tee_tpm_op_send()
115 return PTR_ERR(temp_buf); in ftpm_tee_tpm_op_send()
117 memset(temp_buf, 0, (MAX_COMMAND_SIZE + MAX_RESPONSE_SIZE)); in ftpm_tee_tpm_op_send()
118 memcpy(temp_buf, buf, len); in ftpm_tee_tpm_op_send()
137 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs); in ftpm_tee_tpm_op_send()
138 if (IS_ERR(temp_buf)) { in ftpm_tee_tpm_op_send()
141 return PTR_ERR(temp_buf); in ftpm_tee_tpm_op_send()
144 resp_header = (struct tpm_header *)temp_buf; in ftpm_tee_tpm_op_send()
[all …]
/linux/arch/powerpc/platforms/pseries/
A Dpapr_platform_attributes.c98 char *temp_buf; in papr_get_attr() local
103 temp_buf = krealloc(buf, esi_buf_size, GFP_KERNEL); in papr_get_attr()
104 if (temp_buf) { in papr_get_attr()
105 buf = temp_buf; in papr_get_attr()
/linux/drivers/net/wireless/rsi/
A Drsi_91x_usb.c510 u8 temp_buf[256]; in rsi_usb_load_data_master_write() local
517 memcpy(temp_buf, ta_firmware + cur_indx, block_size); in rsi_usb_load_data_master_write()
519 (u8 *)(temp_buf), in rsi_usb_load_data_master_write()
529 memset(temp_buf, 0, block_size); in rsi_usb_load_data_master_write()
530 memcpy(temp_buf, ta_firmware + cur_indx, in rsi_usb_load_data_master_write()
534 (u8 *)temp_buf, in rsi_usb_load_data_master_write()
A Drsi_91x_sdio.c564 u8 *temp_buf; in rsi_sdio_load_data_master_write() local
573 temp_buf = kmalloc(block_size, GFP_KERNEL); in rsi_sdio_load_data_master_write()
574 if (!temp_buf) in rsi_sdio_load_data_master_write()
585 memcpy(temp_buf, ta_firmware + offset, block_size); in rsi_sdio_load_data_master_write()
590 temp_buf, block_size); in rsi_sdio_load_data_master_write()
614 memset(temp_buf, 0, block_size); in rsi_sdio_load_data_master_write()
615 memcpy(temp_buf, ta_firmware + offset, in rsi_sdio_load_data_master_write()
621 temp_buf, in rsi_sdio_load_data_master_write()
632 kfree(temp_buf); in rsi_sdio_load_data_master_write()
/linux/drivers/rtc/
A Drtc-ds3232.c289 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()
A Drtc-ds1307.c1339 u8 temp_buf[2]; in ds3231_hwmon_read_temp() local
1344 temp_buf, sizeof(temp_buf)); in ds3231_hwmon_read_temp()
1351 temp = (temp_buf[0] << 8) | temp_buf[1]; in ds3231_hwmon_read_temp()
/linux/include/linux/platform_data/
A Dcros_ec_sensorhub.h88 s64 temp_buf[CROS_EC_SENSORHUB_TS_HISTORY_SIZE]; member
/linux/arch/s390/kernel/
A Ddebug.c49 char temp_buf[2048]; /* buffer for output */ member
395 len += view->prolog_proc(id_snap, view, p_info->temp_buf); in debug_format_entry()
407 act_entry, p_info->temp_buf + len); in debug_format_entry()
409 len += view->format_proc(id_snap, view, p_info->temp_buf + len, in debug_format_entry()
480 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()
/linux/drivers/platform/chrome/
A Dcros_ec_sensorhub_ring.c260 s64 *m_history_copy = state->temp_buf; in cros_ec_sensor_ring_ts_filter_update()
261 s64 *error = state->temp_buf; in cros_ec_sensor_ring_ts_filter_update()
/linux/drivers/vfio/pci/mlx5/
A Dcmd.c507 struct mlx5_vhca_data_buffer *buf, *temp_buf; in mlx5vf_get_data_buffer() local
517 list_for_each_entry_safe(buf, temp_buf, &migf->avail_list, buf_elm) { in mlx5vf_get_data_buffer()
537 while ((temp_buf = list_first_entry_or_null(&free_list, in mlx5vf_get_data_buffer()
539 list_del(&temp_buf->buf_elm); in mlx5vf_get_data_buffer()
540 mlx5vf_free_data_buffer(temp_buf); in mlx5vf_get_data_buffer()
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c240 unsigned char temp_buf[INTEL_PT_PKT_MAX_SZ]; member
680 unsigned char *buf = decoder->temp_buf; in intel_pt_get_split_packet()
3864 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
3865 decoder->buf = decoder->temp_buf; in intel_pt_get_split_psb()

Completed in 49 milliseconds