Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx23885/
Daltera-ci.c167 static struct fpga_internal *check_filter(struct fpga_internal *temp_int, in check_filter() argument
170 if (temp_int == NULL) in check_filter()
173 if ((temp_int->pid_filt[filt_nr]) == NULL) in check_filter()
176 if (temp_int->pid_filt[filt_nr]->demux == demux_dev) in check_filter()
177 return temp_int; in check_filter()
186 struct fpga_internal *temp_int; in find_dinode() local
194 temp_int = temp_chip->internal; in find_dinode()
195 if (check_filter(temp_int, demux_dev, 0)) in find_dinode()
197 if (check_filter(temp_int, demux_dev, 1)) in find_dinode()
436 struct fpga_inode *temp_int = NULL; in altera_ci_irq() local
[all …]
/Linux-v4.19/arch/um/drivers/
Dvector_transports.c244 int temp_int; in build_gre_transport_data() local
265 if (get_uint_param(vp->parsed, "v6", &temp_int)) { in build_gre_transport_data()
266 if (temp_int > 0) in build_gre_transport_data()
284 if (get_uint_param(vp->parsed, "sequence", &temp_int)) { in build_gre_transport_data()
285 if (temp_int > 0) { in build_gre_transport_data()
290 vp->parsed, "pin_sequence", &temp_int)) { in build_gre_transport_data()
291 if (temp_int > 0) in build_gre_transport_data()
306 int temp_int, temp_rxs, temp_txs; in build_l2tpv3_transport_data() local
329 if (get_uint_param(vp->parsed, "v6", &temp_int)) { in build_l2tpv3_transport_data()
330 if (temp_int > 0) in build_l2tpv3_transport_data()
[all …]
/Linux-v4.19/drivers/iio/humidity/
Ddht11.c136 unsigned char temp_int, temp_dec, hum_int, hum_dec, checksum; in dht11_decode() local
152 temp_int = dht11_decode_byte(&bits[16]); in dht11_decode()
156 if (((hum_int + hum_dec + temp_int + temp_dec) & 0xff) != checksum) { in dht11_decode()
163 dht11->temperature = (((temp_int & 0x7f) << 8) + temp_dec) * in dht11_decode()
164 ((temp_int & 0x80) ? -100 : 100); in dht11_decode()
167 dht11->temperature = temp_int * 1000; in dht11_decode()
172 hum_int, hum_dec, temp_int, temp_dec); in dht11_decode()
/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0900_core.c1350 struct stv0900_inode *temp_int = find_inode(state->i2c_adap, in stv0900_init_internal() local
1355 if ((temp_int != NULL) && (p_init->demod_mode == STV0900_DUAL)) { in stv0900_init_internal()
1356 state->internal = temp_int->internal; in stv0900_init_internal()
1365 temp_int = append_internal(state->internal); in stv0900_init_internal()
1366 if (temp_int == NULL) { in stv0900_init_internal()
Dstv090x.c4942 struct stv090x_dev *temp_int; in stv090x_attach() local
4958 temp_int = find_dev(state->i2c, in stv090x_attach()
4961 if ((temp_int != NULL) && (state->demod_mode == STV090x_DUAL)) { in stv090x_attach()
4962 state->internal = temp_int->internal; in stv090x_attach()
4970 temp_int = append_internal(state->internal); in stv090x_attach()
4971 if (!temp_int) { in stv090x_attach()