Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/drivers/media/i2c/
Dtda1997x.c252 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 …]
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c93 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_bus_type_to_mbus() local
96 return conv ? conv->mbus_type : V4L2_MBUS_UNKNOWN; 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()
/Linux-v5.4/kernel/
Dsysctl.c2336 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in __do_proc_dointvec()
2353 if (!conv) in __do_proc_dointvec()
2354 conv = do_proc_dointvec_conv; in __do_proc_dointvec()
2381 if (conv(&neg, &lval, i, 1, data)) { in __do_proc_dointvec()
2386 if (conv(&neg, &lval, i, 0, data)) { in __do_proc_dointvec()
2417 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in do_proc_dointvec()
2422 buffer, lenp, ppos, conv, data); in do_proc_dointvec()
2429 int (*conv)(unsigned long *lvalp, in do_proc_douintvec_w()
2466 if (conv(&lval, tbl_data, 1, data)) { in do_proc_douintvec_w()
2489 int (*conv)(unsigned long *lvalp, in do_proc_douintvec_r()
[all …]
/Linux-v5.4/arch/arm/plat-samsung/include/plat/
Dadc.h25 void (*conv)(struct s3c_adc_client *client,
/Linux-v5.4/drivers/video/fbdev/omap/
Dhwa742.c169 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()
/Linux-v5.4/tools/testing/selftests/zram/
Dzram01.sh42 dd conv=notrunc if=/dev/zero of=zram${i}/file \
/Linux-v5.4/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.h45 int ms_sensors_convert_and_read(void *cli, u8 conv, u8 rd,
Dms_sensors_i2c.c104 int ms_sensors_convert_and_read(void *cli, u8 conv, u8 rd, in ms_sensors_convert_and_read() argument
112 ret = i2c_smbus_write_byte(client, conv); in ms_sensors_convert_and_read()
/Linux-v5.4/drivers/iio/adc/
Dpalmas_gpadc.c651 int adc_period, conv; in palmas_adc_wakeup_configure() local
674 conv = 0; in palmas_adc_wakeup_configure()
679 conv |= PALMAS_GPADC_AUTO_CTRL_AUTO_CONV0_EN; in palmas_adc_wakeup_configure()
710 conv |= PALMAS_GPADC_AUTO_CTRL_AUTO_CONV1_EN; in palmas_adc_wakeup_configure()
747 PALMAS_GPADC_AUTO_CTRL_AUTO_CONV0_EN, conv); in palmas_adc_wakeup_configure()
/Linux-v5.4/drivers/staging/comedi/drivers/
Damplc_pci230.c1864 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()
/Linux-v5.4/sound/pci/hda/
Dhda_proc.c454 int conv = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONV, 0); in print_audio_io() local
457 (conv & AC_CONV_STREAM) >> AC_CONV_STREAM_SHIFT, in print_audio_io()
458 conv & AC_CONV_CHANNEL); in print_audio_io()
460 if (wid_type == AC_WID_AUD_IN && (conv & AC_CONV_CHANNEL) == 0) { in print_audio_io()
/Linux-v5.4/arch/powerpc/boot/
Dwrapper564 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
568 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
/Linux-v5.4/arch/arm/plat-samsung/
Dadc.c222 void (*conv)(struct s3c_adc_client *client, in s3c_adc_register()
244 client->convert_cb = conv; in s3c_adc_register()
/Linux-v5.4/Documentation/media/dvb-drivers/
Dlmedm04.rst105 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
/Linux-v5.4/drivers/iio/temperature/
Dtsys01.c34 int (*convert_and_read)(void *cli, u8 conv, u8 rd,
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.h42 bool conv; /* overwriting unwritten extents */ member
Dxfs_bmap.c3418 align, 0, ap->eof, 0, ap->conv, in xfs_bmap_btalloc()
4369 bma.conv = !!(flags & XFS_BMAPI_CONVERT); in xfs_bmapi_write()
/Linux-v5.4/Documentation/sound/cards/
Dmultisound.sh1008 PROGS = setdigital msndreset pinnaclecfg conv
1052 d2411fc32cd71a00dcdc1f009e858dd2 MultiSound.d/conv.l
/Linux-v5.4/fs/dlm/
Dlock.c2298 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted() local
2353 if (conv && recover) in _can_be_granted()
2379 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT)) in _can_be_granted()
2387 if (now && conv && (lkb->lkb_exflags & DLM_LKF_QUECVT)) { in _can_be_granted()
2408 if (!now && conv && first_in_list(lkb, &r->res_convertqueue)) in _can_be_granted()
2422 if (now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
2434 if (!now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
/Linux-v5.4/crypto/
Ddrbg.c285 __be32 conv; in drbg_cpu_to_be32() member
289 conversion->conv = cpu_to_be32(val); in drbg_cpu_to_be32()
/Linux-v5.4/Documentation/networking/device_drivers/dlink/
Ddl2k.txt77 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_n.c2720 u16 bias, conv, filt; in b43_nphy_workarounds_rev7plus() local
2966 conv = 0x6f; in b43_nphy_workarounds_rev7plus()
2970 conv = 0x7f; in b43_nphy_workarounds_rev7plus()
2977 b43_radio_write(dev, 0x64, conv); in b43_nphy_workarounds_rev7plus()
2981 b43_radio_write(dev, 0xE9, conv); in b43_nphy_workarounds_rev7plus()
/Linux-v5.4/Documentation/filesystems/
Dhpfs.txt23 conv=binary,text,auto (default binary)
/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.c88 ap->conv, &ap->offset, &ap->length); in xfs_bmap_rtalloc()
/Linux-v5.4/drivers/crypto/vmx/
Daesp8-ppc.pl3800 my $conv=$3;
3815 SWITCH: for($conv) {