Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dnwbutton.c35 static int bdelay = BUTTON_DELAY; /* The delay, in jiffies */ variable
153 mod_timer(&button_timer, jiffies + bdelay); in button_handler()
/linux/drivers/media/pci/cx88/
H A Dcx88-core.c889 u32 bdelay, agcdelay, htotal; in cx88_set_tvnorm() local
979 bdelay = vdec_clock * 65 / 20000000 + 21; in cx88_set_tvnorm()
983 (bdelay << 8) | agcdelay, cx_read(MO_AGC_BURST), in cx88_set_tvnorm()
984 bdelay, agcdelay); in cx88_set_tvnorm()
985 cx_write(MO_AGC_BURST, (bdelay << 8) | agcdelay); in cx88_set_tvnorm()
/linux/drivers/media/pci/bt8xx/
H A Dbttvp.h82 u8 adelay, bdelay, iform; member