Home
last modified time | relevance | path

Searched refs:dd1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
46 if dd1=`test_func "$dd1" "$1"`; then
58 if [ -n "$dd1" ]; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-depmod-Add-support-for-excluding-a-directory.patch51 index 07a35ba..4117dd1 100644
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc5025.c645 u8 dd0 = 0, dd1 = 0, dd2 = 0; in gc5025_otp_read() local
847 dd1 = gc5025_otp_read_reg(client, in gc5025_otp_read()
853 x = ((dd1 & 0x0f) << 8) + dd0; in gc5025_otp_read()
854 y = (dd2 << 4) + ((dd1 & 0xf0) >> 4); in gc5025_otp_read()