Home
last modified time | relevance | path

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

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