Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/gl860/
Dgl860-ov2640.c38 static struct validx tbl_init_at_startup[] = {
47 static struct validx tbl_common[] = {
94 static struct validx tbl_sensor_settings_common1[] = {
106 static struct validx tbl_sensor_settings_common2[] = {
112 static struct validx tbl_640[] = {
126 static struct validx tbl_800[] = {
138 static struct validx tbl_big1[] = {
148 static struct validx tbl_big2[] = {
155 static struct validx tbl_big3[] = {
168 static struct validx tbl_post_unset_alt[] = {
Dgl860.h81 struct validx { struct
91 int fetch_validx(struct gspca_dev *gspca_dev, struct validx *tbl, int len); argument
92 int keep_on_fetching_validx(struct gspca_dev *gspca_dev, struct validx *tbl,
Dgl860-mi1320.c22 static struct validx tbl_common[] = {
35 static struct validx tbl_init_at_startup[] = {
42 static struct validx tbl_sensor_settings_common[] = {
46 static struct validx tbl_sensor_settings_1280[] = {
50 static struct validx tbl_sensor_settings_800[] = {
54 static struct validx tbl_sensor_settings_640[] = {
59 static struct validx tbl_post_unset_alt[] = {
Dgl860-ov9655.c23 static struct validx tbl_init_at_startup[] = {
30 static struct validx tbl_commmon[] = {
115 static struct validx tbl_init_post_alt[] = {
Dgl860-mi2020.c73 static struct validx tbl_init_at_startup[] = {
80 static struct validx tbl_common_0B[] = {
Dgl860.c592 int fetch_validx(struct gspca_dev *gspca_dev, struct validx *tbl, int len) in fetch_validx()
608 int keep_on_fetching_validx(struct gspca_dev *gspca_dev, struct validx *tbl, in keep_on_fetching_validx()
/Linux-v4.19/sound/usb/
Dmixer.c310 int validx, int *value_ret) in get_ctl_value_v1() argument
326 validx, idx, buf, val_len); in get_ctl_value_v1()
337 request, validx, idx, cval->val_type); in get_ctl_value_v1()
346 int validx, int *value_ret) in get_ctl_value_v2() argument
374 validx, idx, buf, size); in get_ctl_value_v2()
381 request, validx, idx, cval->val_type); in get_ctl_value_v2()
411 int validx, int *value_ret) in get_ctl_value() argument
413 validx += cval->idx_off; in get_ctl_value()
416 get_ctl_value_v1(cval, request, validx, value_ret) : in get_ctl_value()
417 get_ctl_value_v2(cval, request, validx, value_ret); in get_ctl_value()
[all …]
Dmixer.h87 int request, int validx, int value_set);
Dmixer_quirks.c971 int validx, int bUnitID) in snd_ftu_create_effect_switch() argument
990 list->kctl->private_value = (validx << 8) | bUnitID; in snd_ftu_create_effect_switch()
/Linux-v4.19/drivers/staging/xgifb/
DXGI_main_26.c1563 static int __init xgifb_optval(char *fullopt, int validx) in xgifb_optval() argument
1567 if (kstrtoul(fullopt + validx, 0, &lres) < 0 || lres > INT_MAX) { in xgifb_optval()