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

/linux-master/drivers/media/pci/bt8xx/
H A Ddst_common.h110 u8 decode_lock; member in struct:dst_state
H A Ddst.c1256 state->decode_lock = state->decode_strength = state->decode_snr = 0;
1260 state->decode_lock = state->decode_strength = state->decode_snr = 0;
1268 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0;
1272 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0;
1276 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0;
1338 state->decode_lock = 1;
1355 state->decode_lock = state->decode_strength = state->decode_snr = 0;
1551 if (state->decode_lock)
/linux-master/fs/nfs/
H A Dnfs4xdr.c5068 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) function
6699 status = decode_lock(xdr, res);

Completed in 149 milliseconds