Home
last modified time | relevance | path

Searched refs:BTTV_TVNORMS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-driver.c499 static const unsigned int BTTV_TVNORMS = ARRAY_SIZE(bttv_tvnorms); variable
1106 WARN_ON(norm >= BTTV_TVNORMS); in set_tvnorm()
1107 WARN_ON(btv->tvnorm >= BTTV_TVNORMS); in set_tvnorm()
1607 for (i = 0; i < BTTV_TVNORMS; i++) in bttv_s_std()
1610 if (i == BTTV_TVNORMS) in bttv_s_std()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-driver.c499 static const unsigned int BTTV_TVNORMS = ARRAY_SIZE(bttv_tvnorms); variable
1121 BUG_ON(norm >= BTTV_TVNORMS); in set_tvnorm()
1122 BUG_ON(btv->tvnorm >= BTTV_TVNORMS); in set_tvnorm()
1699 for (i = 0; i < BTTV_TVNORMS; i++) in bttv_s_std()
1702 if (i == BTTV_TVNORMS) in bttv_s_std()

Completed in 10 milliseconds