Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c508 int stat, btopend, ctop; in ctrl_croph_max_get() local
514 btopend = cap->bounds.top+cap->bounds.height; in ctrl_croph_max_get()
517 *height = ctop < btopend ? btopend-ctop : 0; in ctrl_croph_max_get()