Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c1267 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1271 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1279 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0; in dst_get_signal()
1283 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0; in dst_get_signal()
1287 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0; in dst_get_signal()
1349 state->decode_lock = 1; in dst_get_tuna()
1366 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_write_tuna()
1562 if (state->decode_lock) in dst_read_status()
Ddst_common.h122 u8 decode_lock; member
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c5079 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock() function
6779 status = decode_lock(xdr, res); in nfs4_xdr_dec_lock()