Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx23885/
H A Daltera-ci.c157 static struct fpga_internal *check_filter(struct fpga_internal *temp_int, in check_filter() argument
160 if (temp_int == NULL) in check_filter()
163 if ((temp_int->pid_filt[filt_nr]) == NULL) in check_filter()
166 if (temp_int->pid_filt[filt_nr]->demux == demux_dev) in check_filter()
167 return temp_int; in check_filter()
176 struct fpga_internal *temp_int; in find_dinode() local
184 temp_int = temp_chip->internal; in find_dinode()
185 if (check_filter(temp_int, demux_dev, 0)) in find_dinode()
187 if (check_filter(temp_int, demux_dev, 1)) in find_dinode()
426 struct fpga_inode *temp_int = NULL; in altera_ci_irq() local
[all …]
/linux/arch/um/drivers/
H A 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/drivers/media/dvb-frontends/
H A Dstv0900_core.c1340 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()
H A Dstv090x.c4899 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()
/linux/drivers/power/supply/
H A Dmax1720x_battery.c488 static DEVICE_ATTR_RO(temp_int);