Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/bt8xx/
Ddst.c1291 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1295 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1303 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0; in dst_get_signal()
1307 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0; in dst_get_signal()
1311 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0; in dst_get_signal()
1373 state->decode_lock = 1; in dst_get_tuna()
1389 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_write_tuna()
1585 if (state->decode_lock) in dst_read_status()
Ddst_common.h122 u8 decode_lock; member
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c4850 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock() function
6470 status = decode_lock(xdr, res); in nfs4_xdr_dec_lock()