| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | adi-axi-adc.c | 69 struct adi_axi_adc_conv conv; member 78 static struct adi_axi_adc_client *conv_to_client(struct adi_axi_adc_conv *conv) in conv_to_client() argument 80 return container_of(conv, struct adi_axi_adc_client, conv); in conv_to_client() 83 void *adi_axi_adc_conv_priv(struct adi_axi_adc_conv *conv) in adi_axi_adc_conv_priv() argument 85 struct adi_axi_adc_client *cl = conv_to_client(conv); in adi_axi_adc_conv_priv() 132 struct adi_axi_adc_conv *conv = &st->client->conv; in adi_axi_adc_read_raw() local 134 if (!conv->read_raw) in adi_axi_adc_read_raw() 137 return conv->read_raw(conv, chan, val, val2, mask); in adi_axi_adc_read_raw() 145 struct adi_axi_adc_conv *conv = &st->client->conv; in adi_axi_adc_write_raw() local 147 if (!conv->write_raw) in adi_axi_adc_write_raw() [all …]
|
| H A D | ad9467.c | 157 static int ad9467_reg_access(struct adi_axi_adc_conv *conv, unsigned int reg, in ad9467_reg_access() argument 160 struct ad9467_state *st = adi_axi_adc_conv_priv(conv); in ad9467_reg_access() 195 static void __ad9467_get_scale(struct adi_axi_adc_conv *conv, int index, in __ad9467_get_scale() argument 198 const struct adi_axi_adc_chip_info *info = conv->chip_info; in __ad9467_get_scale() 270 static int ad9467_get_scale(struct adi_axi_adc_conv *conv, int *val, int *val2) in ad9467_get_scale() argument 272 const struct adi_axi_adc_chip_info *info = conv->chip_info; in ad9467_get_scale() 274 struct ad9467_state *st = adi_axi_adc_conv_priv(conv); in ad9467_get_scale() 289 __ad9467_get_scale(conv, i, val, val2); in ad9467_get_scale() 294 static int ad9467_set_scale(struct adi_axi_adc_conv *conv, int val, int val2) in ad9467_set_scale() argument 296 const struct adi_axi_adc_chip_info *info = conv->chip_info; in ad9467_set_scale() [all …]
|
| H A D | palmas_gpadc.c | 649 int adc_period, conv; in palmas_adc_wakeup_configure() local 672 conv = 0; in palmas_adc_wakeup_configure() 677 conv |= PALMAS_GPADC_AUTO_CTRL_AUTO_CONV0_EN; in palmas_adc_wakeup_configure() 708 conv |= PALMAS_GPADC_AUTO_CTRL_AUTO_CONV1_EN; in palmas_adc_wakeup_configure() 745 PALMAS_GPADC_AUTO_CTRL_AUTO_CONV0_EN, conv); in palmas_adc_wakeup_configure()
|
| /OK3568_Linux_fs/kernel/include/linux/iio/adc/ |
| H A D | adi-axi-adc.h | 48 int (*preenable_setup)(struct adi_axi_adc_conv *conv); 49 int (*reg_access)(struct adi_axi_adc_conv *conv, unsigned int reg, 51 int (*read_raw)(struct adi_axi_adc_conv *conv, 54 int (*write_raw)(struct adi_axi_adc_conv *conv, 62 void *adi_axi_adc_conv_priv(struct adi_axi_adc_conv *conv);
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | imagefeatures.py | 174 conv = "ext4.bmap.gz.bz2.lzo.xz.u-boot" 175 features = 'IMAGE_FSTYPES += "%s %s.sha256sum"' % (conv, conv) 184 (link_name, conv)) 192 (deploy_dir_image, link_name, conv)))
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tda1997x.c | 252 const struct color_matrix_coefs *conv; member 665 state->conv = NULL; in tda1997x_configure_csc() 672 state->conv = &conv_matrix[RGBLIMITED_RGBFULL]; in tda1997x_configure_csc() 675 state->conv = &conv_matrix[ITU709_RGBFULL]; in tda1997x_configure_csc() 677 state->conv = &conv_matrix[ITU601_RGBFULL]; in tda1997x_configure_csc() 688 state->conv = &conv_matrix[RGBFULL_ITU601]; in tda1997x_configure_csc() 690 state->conv = &conv_matrix[RGBFULL_ITU709]; in tda1997x_configure_csc() 694 state->conv = &conv_matrix[RGBLIMITED_ITU601]; in tda1997x_configure_csc() 696 state->conv = &conv_matrix[RGBLIMITED_ITU709]; in tda1997x_configure_csc() 701 if (state->conv) { in tda1997x_configure_csc() [all …]
|
| /OK3568_Linux_fs/u-boot/board/amlogic/odroid-c2/ |
| H A D | README | 59 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442 60 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1 61 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-fwnode.c | 93 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_bus_type_to_mbus() local 96 return conv ? conv->mbus_type : V4L2_MBUS_INVALID; in v4l2_fwnode_bus_type_to_mbus() 102 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_bus_type_to_string() local 105 return conv ? conv->name : "not found"; in v4l2_fwnode_bus_type_to_string() 123 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_mbus_type_to_string() local 126 return conv ? conv->name : "not found"; in v4l2_fwnode_mbus_type_to_string()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0088-libweston-Add-user-authentication-support-via-PAM.patch | 111 + struct pam_conv conv = { 112 + .conv = weston_pam_conv, 118 + conv.appdata_ptr = strdup(password); 120 + ret = pam_start("weston-remote-access", username, &conv, &pam); 142 + free(conv.appdata_ptr);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0089-libweston-Add-user-authentication-support-via-PAM.patch | 111 + struct pam_conv conv = { 112 + .conv = weston_pam_conv, 118 + conv.appdata_ptr = strdup(password); 120 + ret = pam_start("weston-remote-access", username, &conv, &pam); 142 + free(conv.appdata_ptr);
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | changelog-1.5.0.txt | 96 5. 优化conv的拆分规则 205 2. [功能]增加conv+add+relu融合支持。 209 6. 优化dataconvert/gather/transpose/mul/maxpool/sigmoid/pad/conv/relu/softmax支持 343 a. 在设置optimization_level=2时,关闭conv+add融合。
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sysctl.c | 602 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in __do_proc_dointvec() 619 if (!conv) in __do_proc_dointvec() 620 conv = do_proc_dointvec_conv; in __do_proc_dointvec() 645 if (conv(&neg, &lval, i, 1, data)) { in __do_proc_dointvec() 650 if (conv(&neg, &lval, i, 0, data)) { in __do_proc_dointvec() 674 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in do_proc_dointvec() 679 buffer, lenp, ppos, conv, data); in do_proc_dointvec() 686 int (*conv)(unsigned long *lvalp, in do_proc_douintvec_w() 719 if (conv(&lval, tbl_data, 1, data)) { in do_proc_douintvec_w() 741 int (*conv)(unsigned long *lvalp, in do_proc_douintvec_r() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/ |
| H A D | hwa742.c | 169 static void set_format_regs(int conv, int transl, int flags) in set_format_regs() argument 183 hwa742_write_reg(HWA742_INPUT_MODE_REG, conv); in set_format_regs() 335 int conv, transl; in send_frame_handler() local 351 conv = 0x08; in send_frame_handler() 356 conv = 0x09; in send_frame_handler() 361 conv = 0x01; in send_frame_handler() 370 set_format_regs(conv, transl, flags); in send_frame_handler()
|
| /OK3568_Linux_fs/buildroot/board/qemu/arm-vexpress-tz/ |
| H A D | post-build.sh | 9 dd if=fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0004-lxdm.c-add-function-to-change-password-with-pam.patch | 66 + static struct pam_conv conv = { 71 + int ret = pam_start("lxdm", user, &conv, &pamh);
|
| /OK3568_Linux_fs/kernel/include/linux/soc/samsung/ |
| H A D | s3c-adc.h | 25 void (*conv)(struct s3c_adc_client *client,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | utf.cpp | 21 return boost::locale::conv::utf_to_utf<char16_t>(utf8.c_str(), utf8.c_str() + utf8.size()); in convert()
|
| /OK3568_Linux_fs/u-boot/arch/arc/ |
| H A D | Makefile | 20 conv=notrunc &> /dev/null
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | encoding_errors.hpp | 22 namespace conv { namespace
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nft_queue.sh | 261 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 279 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 311 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
|
| /OK3568_Linux_fs/rkbin/tools/burner_image_kits/tools/ |
| H A D | align_to_flash_block_size.sh | 20 `dd if=$filename of=$output_file bs=1K count=$filesize conv=notrunc > /dev/null 2>&1`
|
| H A D | transfer_4K_2_2K.sh | 27 `dd if=2KB of=$output_file bs=4K seek=$i count=1 conv=notrunc > /dev/null 2>&1`
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-time-dd-test.sh | 99 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/zram/ |
| H A D | zram01.sh | 40 dd conv=notrunc if=/dev/zero of=zram${i}/file \
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | amplc_pci230.c | 1864 unsigned short conv; in pci230_ai_start() local 1882 conv = PCI230_ADC_TRIG_NONE; in pci230_ai_start() 1886 conv = PCI230_ADC_TRIG_Z2CT2; in pci230_ai_start() 1892 conv = PCI230_ADC_TRIG_EXTP; in pci230_ai_start() 1895 conv = PCI230_ADC_TRIG_EXTN; in pci230_ai_start() 1901 conv = PCI230_ADC_TRIG_EXTP; in pci230_ai_start() 1904 conv = PCI230_ADC_TRIG_EXTN; in pci230_ai_start() 1913 conv = PCI230_ADC_TRIG_Z2CT2; in pci230_ai_start() 1916 devpriv->adccon = (devpriv->adccon & ~PCI230_ADC_TRIG_MASK) | conv; in pci230_ai_start()
|