Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c54 } else if ((cptr->info->type == pvr2_ctl_int)|| in pvr2_ctrl_set_mask_value()
85 if (!cptr) return pvr2_ctl_int; in pvr2_ctrl_get_type()
98 } else if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_get_max()
114 } else if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_get_min()
476 if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_sym_to_value()
520 if (cptr->info->type == pvr2_ctl_int) { in pvr2_ctrl_value_to_sym_internal()
H A Dpvrusb2-ctrl.h12 pvr2_ctl_int = 0, enumerator
H A Dpvrusb2-sysfs.c93 case pvr2_ctl_int: name = "integer"; break; in show_type()
373 case pvr2_ctl_int: in pvr2_sysfs_add_control()
H A Dpvrusb2-v4l2.c544 case pvr2_ctl_int: in pvr2_queryctrl()
H A Dpvrusb2-hdw.c936 .type = pvr2_ctl_int, \
2479 ciptr->type = pvr2_ctl_int; in pvr2_hdw_create()
2797 case pvr2_ctl_int: return "integer"; in get_ctrl_typename()