Searched refs:decode_lock (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst_common.h122 u8 decode_lock; member in struct:dst_state
H A Ddst.c1298 state->decode_lock = state->decode_strength = state->decode_snr = 0;
1302 state->decode_lock = state->decode_strength = state->decode_snr = 0;
1310 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0;
1314 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0;
1318 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0;
1381 state->decode_lock = 1;
1397 state->decode_lock = state->decode_strength = state->decode_snr = 0;
1593 if (state->decode_lock)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4xdr.c3181 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) function
4089 status = decode_lock(&xdr, res);

Completed in 41 milliseconds