Searched refs:temp_int (Results 1 – 8 of 8) sorted by relevance
| /drivers/media/pci/cx23885/ |
| A D | altera-ci.c | 160 if (temp_int == NULL) in check_filter() 167 return temp_int; in check_filter() 433 if (temp_int != NULL) { in altera_ci_irq() 461 if (temp_int != NULL) { in altera_hw_filt_release() 489 if (temp_int != NULL) { in altera_ci_release() 646 if (temp_int != NULL) { in altera_hw_filt_init() 658 if (!temp_int) { in altera_hw_filt_init() 718 if (temp_int != NULL) { in altera_ci_init() 731 if (!temp_int) { in altera_ci_init() 817 if (temp_int == NULL) in altera_ci_tuner_reset() [all …]
|
| /drivers/hwmon/ |
| A D | sbtsi_temp.c | 76 s32 temp_int, temp_dec; in sbtsi_read() local 95 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read() 97 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read() 104 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_HIGH_INT); in sbtsi_read() 110 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_LOW_INT); in sbtsi_read() 119 if (temp_int < 0) in sbtsi_read() 120 return temp_int; in sbtsi_read() 124 *val = sbtsi_reg_to_mc(temp_int, temp_dec); in sbtsi_read() 134 u8 temp_int, temp_dec; in sbtsi_write() local 150 sbtsi_mc_to_reg(val, &temp_int, &temp_dec); in sbtsi_write() [all …]
|
| /drivers/iio/humidity/ |
| A D | dht11.c | 124 unsigned char temp_int, temp_dec, hum_int, hum_dec, checksum; in dht11_decode() local 140 temp_int = dht11_decode_byte(&bits[16]); in dht11_decode() 144 if (((hum_int + hum_dec + temp_int + temp_dec) & 0xff) != checksum) { in dht11_decode() 151 dht11->temperature = (((temp_int & 0x7f) << 8) + temp_dec) * in dht11_decode() 152 ((temp_int & 0x80) ? -100 : 100); in dht11_decode() 155 dht11->temperature = temp_int * 1000; in dht11_decode() 160 hum_int, hum_dec, temp_int, temp_dec); in dht11_decode()
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
| A D | dcn401_dsc.c | 201 uint32_t temp_int; in dsc_write_to_registers() local 251 temp_int = reg_vals->bpp_x32; in dsc_write_to_registers() 253 temp_int = reg_vals->bpp_x32 >> 1; in dsc_write_to_registers() 256 BITS_PER_PIXEL, temp_int, in dsc_write_to_registers()
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| A D | dcn20_dsc.c | 579 uint32_t temp_int; in dsc_write_to_registers() local 629 temp_int = reg_vals->bpp_x32; in dsc_write_to_registers() 631 temp_int = reg_vals->bpp_x32 >> 1; in dsc_write_to_registers() 634 BITS_PER_PIXEL, temp_int, in dsc_write_to_registers()
|
| /drivers/media/dvb-frontends/ |
| A D | stv0900_core.c | 1340 struct stv0900_inode *temp_int = find_inode(state->i2c_adap, in stv0900_init_internal() local 1345 if ((temp_int != NULL) && (p_init->demod_mode == STV0900_DUAL)) { in stv0900_init_internal() 1346 state->internal = temp_int->internal; in stv0900_init_internal() 1355 temp_int = append_internal(state->internal); in stv0900_init_internal() 1356 if (temp_int == NULL) { in stv0900_init_internal()
|
| A D | stv090x.c | 4899 struct stv090x_dev *temp_int; in stv090x_setup_compound() local 4901 temp_int = find_dev(state->i2c, in stv090x_setup_compound() 4904 if (temp_int && state->demod_mode == STV090x_DUAL) { in stv090x_setup_compound() 4905 state->internal = temp_int->internal; in stv090x_setup_compound() 4912 temp_int = append_internal(state->internal); in stv090x_setup_compound() 4913 if (!temp_int) { in stv090x_setup_compound()
|
| /drivers/power/supply/ |
| A D | max1720x_battery.c | 488 static DEVICE_ATTR_RO(temp_int);
|
Completed in 24 milliseconds