Searched refs:temp_count (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_hdmi_ddc.c | 121 u32 remain_count, ack_count, ack_final, read_count, temp_count; in mtk_hdmi_ddc_read_msg() local 160 temp_count = 0; in mtk_hdmi_ddc_read_msg() 161 while (((ack & (1 << temp_count)) != 0) && (temp_count < 8)) in mtk_hdmi_ddc_read_msg() 162 temp_count++; in mtk_hdmi_ddc_read_msg() 163 if (((ack_final == 1) && (temp_count != (read_count - 1))) || in mtk_hdmi_ddc_read_msg() 164 ((ack_final == 0) && (temp_count != read_count))) { in mtk_hdmi_ddc_read_msg()
|
/Linux-v4.19/drivers/hwmon/ |
D | emc2103.c | 74 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()
|
D | applesmc.c | 134 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() 578 s->temp_count = s->temp_end - s->temp_begin; in applesmc_init_smcreg_try() 601 s->key_count, s->fan_count, s->temp_count, s->index_count, in applesmc_init_smcreg_try()
|
/Linux-v4.19/drivers/tty/serial/ |
D | ifx6x60.c | 431 int temp_count; in ifx_spi_prepare_tx_buffer() local 452 temp_count = min(queue_length, IFX_SPI_PAYLOAD_SIZE); in ifx_spi_prepare_tx_buffer() 453 temp_count = kfifo_out_locked(&ifx_dev->tx_fifo, in ifx_spi_prepare_tx_buffer() 454 tx_buffer, temp_count, in ifx_spi_prepare_tx_buffer() 458 tx_buffer += temp_count; in ifx_spi_prepare_tx_buffer() 459 tx_count += temp_count; in ifx_spi_prepare_tx_buffer() 460 if (temp_count == queue_length) in ifx_spi_prepare_tx_buffer()
|
/Linux-v4.19/drivers/firmware/ |
D | dell_rbu.c | 299 int temp_count = 0; in packet_read_list() local 315 remaining_bytes, bytes_read, &temp_count); in packet_read_list()
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | atvda.h | 680 u8 temp_count; member
|