Home
last modified time | relevance | path

Searched refs:lock_f (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.c3631 u8 lock_f; in stv090x_read_cnr() local
3638 lock_f = STV090x_GETFIELD_Px(reg, LOCK_DEFINITIF_FIELD); in stv090x_read_cnr()
3639 if (lock_f) { in stv090x_read_cnr()
3660 lock_f = STV090x_GETFIELD_Px(reg, LOCK_DEFINITIF_FIELD); in stv090x_read_cnr()
3661 if (lock_f) { in stv090x_read_cnr()
/linux-3.4.99/drivers/staging/comedi/
Dcomedi_fops.c1304 if (s->lock_f) in do_lock_ioctl()
1305 ret = s->lock_f(dev, s); in do_lock_ioctl()