Searched refs:temp_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Demc2103.c71 int temp_count; /* num of temp sensors */ member in struct:emc2103_data
156 for (i = 0; i < data->temp_count; i++) {
596 data->temp_count = 2;
607 data->temp_count = (status & 0x01) ? 4 : 3;
612 data->temp_count = 3;
617 data->temp_count = 4;
628 if (data->temp_count >= 3) {
635 if (data->temp_count == 4) {
654 if (data->temp_count == 4)
657 if (data->temp_count >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Ddavinci_spi.c811 int count, temp_count; local
893 temp_count = count;
904 temp_count = count + 1;
908 data_type, temp_count, 1, 0, ASYNC);
956 dma_unmap_single(NULL, t->tx_dma, temp_count, DMA_TO_DEVICE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddell_rbu.c299 int temp_count = 0; local
315 remaining_bytes, bytes_read, &temp_count);

Completed in 113 milliseconds