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.sh92 check_value() function
117 check_value max_macs initial 32 32
118 check_value test1 initial true Y
125 check_value max_macs post-set 16 32
126 check_value test1 post-set false Y
130 check_value max_macs post-reload 16 16
131 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.c2167 goto check_value; in composite_setup()
2213 goto check_value; in composite_setup()
2287 check_value: in composite_setup()