Searched refs:temp_count (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_ddc.c | 115 u32 remain_count, ack_count, ack_final, read_count, temp_count; in mtk_hdmi_ddc_read_msg() local 154 temp_count = 0; in mtk_hdmi_ddc_read_msg() 155 while (((ack & (1 << temp_count)) != 0) && (temp_count < 8)) in mtk_hdmi_ddc_read_msg() 156 temp_count++; in mtk_hdmi_ddc_read_msg() 157 if (((ack_final == 1) && (temp_count != (read_count - 1))) || in mtk_hdmi_ddc_read_msg() 158 ((ack_final == 0) && (temp_count != read_count))) { in mtk_hdmi_ddc_read_msg()
|
| /linux/drivers/hwmon/ |
| H A D | emc2103.c | 61 int temp_count; /* num of temp sensors */ member 146 for (i = 0; i < data->temp_count; i++) { in emc2103_update_device() 580 data->temp_count = 2; in emc2103_probe() 591 data->temp_count = (status & 0x01) ? 4 : 3; in emc2103_probe() 596 data->temp_count = 3; in emc2103_probe() 601 data->temp_count = 4; in emc2103_probe() 609 if (data->temp_count >= 3) in emc2103_probe() 611 if (data->temp_count == 4) in emc2103_probe()
|
| H A D | applesmc.c | 126 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()
|
| H A D | hp-wmi-sensors.c | 1550 u8 temp_count = state->channel_count[hwmon_temp]; in match_temp_events() local 1573 for (i = 0; i < temp_count; i++, ptr_info++) { in match_temp_events()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-wmax.c | 346 u8 temp_count; member 825 unsigned int temp_count; in awcc_hwmon_is_visible() local 829 temp_count = bitmap_weight(priv->temp_sensors, AWCC_ID_BITMAP_SIZE); in awcc_hwmon_is_visible() 831 return channel < temp_count ? 0444 : 0; in awcc_hwmon_is_visible() 1104 for (i = 0; i < priv->temp_count; i++) { in awcc_hwmon_temps_init() 1124 u32 min_rpm, max_rpm, temp_count, temp_id; in awcc_hwmon_fans_init() local 1153 0, &temp_count); in awcc_hwmon_fans_init() 1159 for (j = 0; j < temp_count; j++) { in awcc_hwmon_fans_init() 1394 seq_printf(seq, "Number of temperature sensors: %u\n\n", priv->temp_count); in awcc_debugfs_hwmon_data_read()
|
| H A D | dell_rbu.c | 283 int temp_count = 0; in packet_read_list() local 298 remaining_bytes, bytes_read, &temp_count); in packet_read_list()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | atvda.h | 680 u8 temp_count; member
|