Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh72 check_value() function
97 check_value max_macs initial 32 32
98 check_value test1 initial true Y
105 check_value max_macs post-set 16 32
106 check_value test1 post-set false Y
110 check_value max_macs post-reload 16 16
111 check_value test1 post-reload false N
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp122 void check_value(CmpVal const& cmp_val) const in check_value() function
173 ab.check_value(lab); in sign_of_compare()
174 cd.check_value(lcd); in sign_of_compare()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c133 static inline int check_value(int offset, int expected_bits, in check_value() function
158 if (!check_value(SUNXI_NFC_BASE + NFC_ST, NFC_ST_CMD_INT_FLAG, in nand_wait_int()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c2011 goto check_value; in composite_setup()
2085 check_value: in composite_setup()