Searched refs:tmp_int (Results 1 – 3 of 3) sorted by relevance
1703 int tmp_int; in tuner_ioctl() local1735 tmp_int = tv_channel( bktr, (int)*(unsigned int *)arg ); in tuner_ioctl()1736 if ( tmp_int < 0 ) { in tuner_ioctl()1740 *(unsigned int *)arg = tmp_int; in tuner_ioctl()1776 tmp_int = tv_freq( bktr, (int)*(unsigned int *)arg, TV_FREQUENCY); in tuner_ioctl()1778 if ( tmp_int < 0 ) { in tuner_ioctl()1782 *(unsigned int *)arg = tmp_int; in tuner_ioctl()1828 tmp_int = *(int *)arg; in tuner_ioctl()1832 if ( tmp_int & BIT_EIGHT_HIGH ) { in tuner_ioctl()1845 OUTB(bktr, BKTR_SAT_U_LO, (u_char)(tmp_int & 0xff)); in tuner_ioctl()[all …]
535 int tmp_int; local745 tmp_int = atoi (tmp_char);746 XINT (return_rtx, i) = tmp_int;
1465 int tmp_int; in read_rtx_1() local1690 tmp_int = atoi (tmp_char); in read_rtx_1()1691 XINT (return_rtx, i) = tmp_int; in read_rtx_1()