Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh94 check_value() function
119 check_value max_macs initial 32 32
120 check_value test1 initial true Y
127 check_value max_macs post-set 16 32
128 check_value test1 post-set false Y
132 check_value max_macs post-reload 16 16
133 check_value test1 post-reload false N
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h75 pvr2_ctlf_check_value check_value; /* Check that value is valid */ member
H A Dpvrusb2-ctrl.c16 if (cptr->info->check_value) { in pvr2_ctrl_range_check()
17 if (!cptr->info->check_value(cptr,val)) return -ERANGE; in pvr2_ctrl_range_check()
H A Dpvrusb2-hdw.c1126 .check_value = ctrl_check_input,
/linux/drivers/usb/gadget/
H A Dcomposite.c2141 goto check_value; in composite_setup()
2187 goto check_value; in composite_setup()
2261 check_value: in composite_setup()