Searched defs:temp_count (Results 1 - 5 of 5) sorted by last modified time

/drivers/tty/serial/
H A Difx6x60.c442 int temp_count; local
463 temp_count = min(queue_length, IFX_SPI_PAYLOAD_SIZE);
464 temp_count = kfifo_out_locked(&ifx_dev->tx_fifo,
465 tx_buffer, temp_count,
469 tx_buffer += temp_count;
470 tx_count += temp_count;
471 if (temp_count == queue_length)
/drivers/scsi/esas2r/
H A Datvda.h680 u8 temp_count; member in struct:atto_vda_adapter_info
/drivers/hwmon/
H A Dapplesmc.c134 unsigned int temp_count; /* number of temperature registers */ member in struct:applesmc_registers
518 s->index = kcalloc(s->temp_count, sizeof(s->index[0]), GFP_KERNEL);
576 s->temp_count = s->temp_end - s->temp_begin;
599 s->key_count, s->fan_count, s->temp_count, s->index_count,
H A Demc2103.c74 int temp_count; /* num of temp sensors */ member in struct:emc2103_data
159 for (i = 0; i < data->temp_count; i++) {
603 data->temp_count = 2;
614 data->temp_count = (status & 0x01) ? 4 : 3;
619 data->temp_count = 3;
624 data->temp_count = 4;
632 if (data->temp_count >= 3)
634 if (data->temp_count == 4)
/drivers/firmware/
H A Ddell_rbu.c299 int temp_count = 0; local
315 remaining_bytes, bytes_read, &temp_count);

Completed in 138 milliseconds