Home
last modified time | relevance | path

Searched refs:temp_count (Results 1 – 5 of 5) sorted by relevance

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