Searched refs:temp_src (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | w83627ehf.c | 315 u8 temp_src[NUM_REG_TEMP]; member 1265 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device() 1592 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string() 1760 data->temp_src[0] = reg >> 5; in w83627ehf_probe() 1762 data->temp_src[1] = reg & 0x07; in w83627ehf_probe() 1763 data->temp_src[2] = (reg >> 4) & 0x07; in w83627ehf_probe() 1773 if (reg != data->temp_src[0] && reg != data->temp_src[1] in w83627ehf_probe() 1774 && reg != data->temp_src[2]) { in w83627ehf_probe() 1775 data->temp_src[3] = reg; in w83627ehf_probe() 1784 if (data->temp_src[2] == 2 && (reg & 0x01)) in w83627ehf_probe() [all …]
|
| H A D | nct6683.c | 298 u8 temp_src[NCT6683_NUM_REG_MON]; member 789 return sprintf(buf, "%s\n", nct6683_mon_label[data->temp_src[nr]]); in show_temp_label() 854 return sprintf(buf, "%d\n", get_temp_type(data->temp_src[nr])); in show_temp_type() 873 if (nr == 6 && get_temp_type(data->temp_src[temp]) == 0) in nct6683_temp_is_visible() 1178 data->temp_src[data->temp_num] = reg; in nct6683_setup_sensors()
|
| H A D | w83795.c | 342 u8 temp_src[3]; /* Register value */ member 533 for (i = 0; i < ARRAY_SIZE(data->temp_src); i++) in w83795_update_pwm_config() 534 data->temp_src[i] = w83795_read(client, W83795_REG_TSS(i)); in w83795_update_pwm_config() 1004 u8 tmp = data->temp_src[index / 2]; in show_temp_src() 1046 data->temp_src[val] &= 0x0f; in store_temp_src() 1048 data->temp_src[val] &= 0xf0; in store_temp_src() 1050 data->temp_src[val] |= tmp; in store_temp_src() 1051 w83795_write(client, W83795_REG_TSS(val), data->temp_src[val]); in store_temp_src()
|
| H A D | nct6775.c | 1080 u8 temp_src[NUM_TEMP]; member 1916 int source = data->temp_src[index]; in find_temp_source() 2317 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label() 2744 if (src == data->temp_src[i]) { in show_pwm_temp_sel_common() 2778 if (!(data->have_temp & BIT(val - 1)) || !data->temp_src[val - 1]) in store_pwm_temp_sel() 2782 src = data->temp_src[val - 1]; in store_pwm_temp_sel() 2822 !data->temp_src[val - 1])) in store_pwm_weight_temp_sel() 2827 src = data->temp_src[val - 1]; in store_pwm_weight_temp_sel() 4388 data->temp_src[src - 1] = src; in nct6775_probe() 4408 data->temp_src[s] = src; in nct6775_probe() [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_render.c | 1405 PicturePtr temp_src = source, temp_mask = mask; in glamor_composite_clipped_region() local 1478 temp_src = in glamor_composite_clipped_region() 1483 if (!temp_src) { in glamor_composite_clipped_region() 1484 temp_src = source; in glamor_composite_clipped_region() 1487 temp_src_pixmap = (PixmapPtr) (temp_src->pDrawable); in glamor_composite_clipped_region() 1543 if (temp_src && temp_src->pDrawable) { in glamor_composite_clipped_region() 1544 x_temp_src += temp_src->pDrawable->x; in glamor_composite_clipped_region() 1545 y_temp_src += temp_src->pDrawable->y; in glamor_composite_clipped_region() 1576 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest, in glamor_composite_clipped_region() 1590 if (temp_src != source) in glamor_composite_clipped_region() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | sislands_smc.h | 268 uint8_t temp_src; member
|
| H A D | si_dpm.c | 6073 fan_table.temp_src = (uint8_t)tmp; in si_thermal_setup_fan_table()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | sislands_smc.h | 268 uint8_t temp_src; member
|
| H A D | si_dpm.c | 6497 fan_table.temp_src = (uint8_t)tmp; in si_thermal_setup_fan_table()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 44213 temp_src = 44255 temp_src =
|