temp_count 113 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c u32 remain_count, ack_count, ack_final, read_count, temp_count; temp_count 152 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c temp_count = 0; temp_count 153 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c while (((ack & (1 << temp_count)) != 0) && (temp_count < 8)) temp_count 154 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c temp_count++; temp_count 155 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c if (((ack_final == 1) && (temp_count != (read_count - 1))) || temp_count 156 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c ((ack_final == 0) && (temp_count != read_count))) { temp_count 122 drivers/hwmon/applesmc.c unsigned int temp_count; /* number of temperature registers */ temp_count 506 drivers/hwmon/applesmc.c s->index = kcalloc(s->temp_count, sizeof(s->index[0]), GFP_KERNEL); temp_count 566 drivers/hwmon/applesmc.c s->temp_count = s->temp_end - s->temp_begin; temp_count 589 drivers/hwmon/applesmc.c s->key_count, s->fan_count, s->temp_count, s->index_count, temp_count 61 drivers/hwmon/emc2103.c int temp_count; /* num of temp sensors */ temp_count 146 drivers/hwmon/emc2103.c for (i = 0; i < data->temp_count; i++) { temp_count 576 drivers/hwmon/emc2103.c data->temp_count = 2; temp_count 587 drivers/hwmon/emc2103.c data->temp_count = (status & 0x01) ? 4 : 3; temp_count 592 drivers/hwmon/emc2103.c data->temp_count = 3; temp_count 597 drivers/hwmon/emc2103.c data->temp_count = 4; temp_count 605 drivers/hwmon/emc2103.c if (data->temp_count >= 3) temp_count 607 drivers/hwmon/emc2103.c if (data->temp_count == 4) temp_count 295 drivers/platform/x86/dell_rbu.c int temp_count = 0; temp_count 311 drivers/platform/x86/dell_rbu.c remaining_bytes, bytes_read, &temp_count); temp_count 680 drivers/scsi/esas2r/atvda.h u8 temp_count; temp_count 431 drivers/tty/serial/ifx6x60.c int temp_count; temp_count 452 drivers/tty/serial/ifx6x60.c temp_count = min(queue_length, IFX_SPI_PAYLOAD_SIZE); temp_count 453 drivers/tty/serial/ifx6x60.c temp_count = kfifo_out_locked(&ifx_dev->tx_fifo, temp_count 454 drivers/tty/serial/ifx6x60.c tx_buffer, temp_count, temp_count 458 drivers/tty/serial/ifx6x60.c tx_buffer += temp_count; temp_count 459 drivers/tty/serial/ifx6x60.c tx_count += temp_count; temp_count 460 drivers/tty/serial/ifx6x60.c if (temp_count == queue_length)