Searched refs:tmp_data (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/oss/
H A Dmidibuf.c262 unsigned char tmp_data; MIDIbuf_write() local
300 if (copy_from_user((char *) &tmp_data, &(buf)[c], 1)) { MIDIbuf_write()
304 QUEUE_BYTE(midi_out_buf[dev], tmp_data); MIDIbuf_write()
316 unsigned char tmp_data; MIDIbuf_read() local
346 REMOVE_BYTE(midi_in_buf[dev], tmp_data); MIDIbuf_read()
347 fixit = (char *) &tmp_data; MIDIbuf_read()
/linux-4.4.14/sound/soc/fsl/
H A Dfsl_asrc_dma.c147 struct imx_dma_data *tmp_data; fsl_asrc_dma_hw_params() local
206 tmp_data = tmp_chan->private; fsl_asrc_dma_hw_params()
207 pair->dma_data.dma_request = tmp_data->dma_request; fsl_asrc_dma_hw_params()
212 tmp_data = tmp_chan->private; fsl_asrc_dma_hw_params()
213 pair->dma_data.dma_request2 = tmp_data->dma_request; fsl_asrc_dma_hw_params()
214 pair->dma_data.peripheral_type = tmp_data->peripheral_type; fsl_asrc_dma_hw_params()
215 pair->dma_data.priority = tmp_data->priority; fsl_asrc_dma_hw_params()
/linux-4.4.14/drivers/thermal/
H A Ddb8500_thermal.c321 u32 tmp_data; db8500_thermal_parse_dt() local
328 if (of_property_read_u32(np, "num-trips", &tmp_data)) db8500_thermal_parse_dt()
331 if (tmp_data > THERMAL_MAX_TRIPS) db8500_thermal_parse_dt()
334 ptrips->num_trips = tmp_data; db8500_thermal_parse_dt()
338 if (of_property_read_u32(np, prop_name, &tmp_data)) db8500_thermal_parse_dt()
341 ptrips->trip_points[i].temp = tmp_data; db8500_thermal_parse_dt()
359 if (of_property_read_u32(np, prop_name, &tmp_data)) db8500_thermal_parse_dt()
362 if (tmp_data > COOLING_DEV_MAX) db8500_thermal_parse_dt()
365 for (j = 0; j < tmp_data; j++) { db8500_thermal_parse_dt()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_attr.c586 uint8_t *tmp_data; qla2x00_sysfs_write_vpd() local
609 tmp_data = vmalloc(256); qla2x00_sysfs_write_vpd()
610 if (!tmp_data) { qla2x00_sysfs_write_vpd()
615 ha->isp_ops->get_flash_version(vha, tmp_data); qla2x00_sysfs_write_vpd()
616 vfree(tmp_data); qla2x00_sysfs_write_vpd()
703 uint8_t *tmp_data = NULL; qla2x00_sysfs_write_reset() local
804 tmp_data = vmalloc(256); qla2x00_sysfs_write_reset()
805 if (!tmp_data) { qla2x00_sysfs_write_reset()
810 ha->isp_ops->get_flash_version(vha, tmp_data); qla2x00_sysfs_write_reset()
811 vfree(tmp_data); qla2x00_sysfs_write_reset()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhw.c127 u32 *tmp_reg_list, *tmp_data; ath9k_hw_read_array() local
136 tmp_data = kmalloc(size * sizeof(u32), GFP_KERNEL); ath9k_hw_read_array()
137 if (!tmp_data) { ath9k_hw_read_array()
138 dev_err(ah->dev, "%s tmp_data: alloc filed\n", __func__); ath9k_hw_read_array()
145 REG_READ_MULTI(ah, tmp_reg_list, tmp_data, size); ath9k_hw_read_array()
148 array[i][1] = tmp_data[i]; ath9k_hw_read_array()
150 kfree(tmp_data); ath9k_hw_read_array()

Completed in 218 milliseconds