/linux/fs/smb/server/ |
H A D | misc.c | 318 char *conv; in ksmbd_convert_dir_info_name() local 324 conv = kmalloc(sz, KSMBD_DEFAULT_GFP); in ksmbd_convert_dir_info_name() 325 if (!conv) in ksmbd_convert_dir_info_name() 329 *conv_len = smbConvertToUTF16((__le16 *)conv, d_info->name, in ksmbd_convert_dir_info_name() 334 conv[*conv_len] = 0x00; in ksmbd_convert_dir_info_name() 335 conv[*conv_len + 1] = 0x00; in ksmbd_convert_dir_info_name() 336 return conv; in ksmbd_convert_dir_info_name()
|
/linux/drivers/media/i2c/ccs/ |
H A D | ccs-reg-access.c | 98 bool only8, bool conv) in __ccs_read_addr() argument 107 *val = conv ? ccs_reg_conv(sensor, reg, __val) : __val; in __ccs_read_addr() 164 bool force8, bool quirk, bool conv, bool data) in ccs_read_addr_raw() argument 183 return __ccs_read_addr(sensor, reg, val, true, conv); in ccs_read_addr_raw() 189 conv); in ccs_read_addr_raw()
|
/linux/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 …]
|
/linux/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 177 static void set_format_regs(int conv, int transl, int flags) in set_format_regs() argument 191 hwa742_write_reg(HWA742_INPUT_MODE_REG, conv); in set_format_regs() 343 int conv, transl; in send_frame_handler() local 359 conv = 0x08; in send_frame_handler() 364 conv = 0x09; in send_frame_handler() 369 conv = 0x01; in send_frame_handler() 378 set_format_regs(conv, transl, flags); in send_frame_handler()
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r9a06g032.dtsi | 367 mii_conv1: mii-conv@1 { 372 mii_conv2: mii-conv@2 { 377 mii_conv3: mii-conv@3 { 382 mii_conv4: mii-conv@4 { 387 mii_conv5: mii-conv@5 {
|
/linux/tools/testing/selftests/zram/ |
H A D | zram01.sh | 40 dd conv=notrunc if=/dev/zero of=zram${i}/file \
|
/linux/drivers/iio/common/ms_sensors/ |
H A D | ms_sensors_i2c.h | 56 int ms_sensors_convert_and_read(void *cli, u8 conv, u8 rd,
|
H A D | ms_sensors_i2c.c | 104 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/drivers/comedi/drivers/ |
H A D | amplc_pci230.c | 1862 unsigned short conv; in pci230_ai_start() local 1880 conv = PCI230_ADC_TRIG_NONE; in pci230_ai_start() 1884 conv = PCI230_ADC_TRIG_Z2CT2; in pci230_ai_start() 1890 conv = PCI230_ADC_TRIG_EXTP; in pci230_ai_start() 1893 conv = PCI230_ADC_TRIG_EXTN; in pci230_ai_start() 1899 conv = PCI230_ADC_TRIG_EXTP; in pci230_ai_start() 1902 conv = PCI230_ADC_TRIG_EXTN; in pci230_ai_start() 1911 conv = PCI230_ADC_TRIG_Z2CT2; in pci230_ai_start() 1914 devpriv->adccon = (devpriv->adccon & ~PCI230_ADC_TRIG_MASK) | conv; in pci230_ai_start()
|
/linux/sound/pci/hda/ |
H A D | hda_proc.c | 454 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/arch/powerpc/crypto/ |
H A D | aesp10-ppc.pl | 539 my $conv=$3; 554 SWITCH: for($conv) {
|
H A D | aesp8-ppc.pl | 3843 my $conv=$3; 3858 SWITCH: for($conv) {
|
/linux/Documentation/admin-guide/media/ |
H A D | lmedm04.rst | 105 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
|
/linux/scripts/ |
H A D | link-vmlinux.sh | 133 printf "${et_rel}" | dd of="${btf_data}" conv=notrunc bs=1 seek=16 status=none
|
/linux/drivers/iio/temperature/ |
H A D | tsys01.c | 35 int (*convert_and_read)(void *cli, u8 conv, u8 rd,
|
/linux/arch/x86/boot/ |
H A D | genimage.sh | 239 $dd if="$mbr" of="$FIMAGE" bs=440 count=1 conv=notrunc 2>/dev/null
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_queue.sh | 44 dd conv=sparse status=none if=/dev/zero bs=1M count=$COUNT of="$TMPINPUT" 463 dd conv=sparse status=none if=/dev/zero bs=1M count=$((COUNT/2)) of="$TMPINPUT"
|
/linux/Documentation/sound/cards/ |
H A D | multisound.sh | 1008 PROGS = setdigital msndreset pinnaclecfg conv 1052 d2411fc32cd71a00dcdc1f009e858dd2 MultiSound.d/conv.l
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_actions.sh | 210 dd conv=sparse status=none if=/dev/zero bs=1M count=2 of=$mirred_e2i_tf1
|
/linux/fs/dlm/ |
H A D | lock.c | 2244 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted() local 2299 if (conv && recover) in _can_be_granted() 2325 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT)) in _can_be_granted() 2333 if (now && conv && (lkb->lkb_exflags & DLM_LKF_QUECVT)) { in _can_be_granted() 2354 if (!now && conv && first_in_list(lkb, &r->res_convertqueue)) in _can_be_granted() 2368 if (now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted() 2380 if (!now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
|
/linux/crypto/ |
H A D | drbg.c | 276 __be32 conv; in drbg_cpu_to_be32() member 280 conversion->conv = cpu_to_be32(val); in drbg_cpu_to_be32()
|
/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 87 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 2716 u16 bias, conv, filt; in b43_nphy_workarounds_rev7plus() local 2962 conv = 0x6f; in b43_nphy_workarounds_rev7plus() 2966 conv = 0x7f; in b43_nphy_workarounds_rev7plus() 2973 b43_radio_write(dev, 0x64, conv); in b43_nphy_workarounds_rev7plus() 2977 b43_radio_write(dev, 0xE9, conv); in b43_nphy_workarounds_rev7plus()
|
/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 31 conv=binary,text,auto (default binary)
|
/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 2040 ap->eof, 0, ap->conv, &ap->offset, &ap->length); in xfs_rtallocate_align()
|