Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.c64 } else if ((cptr->info->type == pvr2_ctl_int)|| in pvr2_ctrl_set_mask_value()
95 if (!cptr) return pvr2_ctl_int; in pvr2_ctrl_get_type()
108 } else if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_get_max()
124 } else if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_get_min()
507 if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_sym_to_value()
551 if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_value_to_sym_internal()
Dpvrusb2-ctrl.h22 pvr2_ctl_int = 0, enumerator
Dpvrusb2-sysfs.c107 case pvr2_ctl_int: name = "integer"; break; in show_type()
387 case pvr2_ctl_int: in pvr2_sysfs_add_control()
Dpvrusb2-v4l2.c565 case pvr2_ctl_int: in pvr2_queryctrl()
Dpvrusb2-hdw.c943 .type = pvr2_ctl_int, \
2469 ciptr->type = pvr2_ctl_int; in pvr2_hdw_create()
2783 case pvr2_ctl_int: return "integer"; in get_ctrl_typename()