Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/mediatek/
Dmtk_hdmi_ddc.c113 u32 remain_count, ack_count, ack_final, read_count, temp_count; in mtk_hdmi_ddc_read_msg() local
152 temp_count = 0; in mtk_hdmi_ddc_read_msg()
153 while (((ack & (1 << temp_count)) != 0) && (temp_count < 8)) in mtk_hdmi_ddc_read_msg()
154 temp_count++; in mtk_hdmi_ddc_read_msg()
155 if (((ack_final == 1) && (temp_count != (read_count - 1))) || in mtk_hdmi_ddc_read_msg()
156 ((ack_final == 0) && (temp_count != read_count))) { in mtk_hdmi_ddc_read_msg()
/linux-6.1.9/drivers/hwmon/
Demc2103.c61 int temp_count; /* num of temp sensors */ member
146 for (i = 0; i < data->temp_count; i++) { in emc2103_update_device()
576 data->temp_count = 2; in emc2103_probe()
587 data->temp_count = (status & 0x01) ? 4 : 3; in emc2103_probe()
592 data->temp_count = 3; in emc2103_probe()
597 data->temp_count = 4; in emc2103_probe()
605 if (data->temp_count >= 3) in emc2103_probe()
607 if (data->temp_count == 4) in emc2103_probe()
Dapplesmc.c126 unsigned int temp_count; /* number of temperature registers */ member
546 s->index = kcalloc(s->temp_count, sizeof(s->index[0]), GFP_KERNEL); in applesmc_init_index()
606 s->temp_count = s->temp_end - s->temp_begin; in applesmc_init_smcreg_try()
629 s->key_count, s->fan_count, s->temp_count, s->index_count, in applesmc_init_smcreg_try()
/linux-6.1.9/drivers/platform/x86/dell/
Ddell_rbu.c282 int temp_count = 0; in packet_read_list() local
297 remaining_bytes, bytes_read, &temp_count); in packet_read_list()
/linux-6.1.9/drivers/scsi/esas2r/
Datvda.h680 u8 temp_count; member