| /linux/kernel/ |
| H A D | sysctl.c | 577 int (*conv)(bool *negp, unsigned long *u_ptr, int *k_ptr, in do_proc_dointvec() 594 if (!conv) in do_proc_dointvec() 595 conv = do_proc_int_conv; in do_proc_dointvec() 620 if (conv(&neg, &lval, i, 1, table)) { in do_proc_dointvec() 625 if (conv(&neg, &lval, i, 0, table)) { in do_proc_dointvec() 649 int (*conv)(unsigned long *u_ptr, in do_proc_douintvec_w() 681 if (conv(&lval, (unsigned int *) table->data, 1, table)) { in do_proc_douintvec_w() 702 int (*conv)(unsigned long *u_ptr, in do_proc_douintvec_r() 712 if (conv(&lval, (unsigned int *) table->data, 0, table)) { in do_proc_douintvec_r() 732 int (*conv)(unsigned long *u_ptr, in do_proc_douintvec() [all …]
|
| /linux/include/crypto/internal/ |
| H A D | drbg.h | 23 __be32 conv; in drbg_cpu_to_be32() member 27 conversion->conv = cpu_to_be32(val); in drbg_cpu_to_be32()
|
| /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/media/v4l2-core/ |
| H A D | v4l2-fwnode.c | 88 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_bus_type_to_mbus() local 91 return conv ? conv->mbus_type : V4L2_MBUS_INVALID; in v4l2_fwnode_bus_type_to_mbus() 97 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_bus_type_to_string() local 100 return conv ? conv->name : "not found"; in v4l2_fwnode_bus_type_to_string() 118 const struct v4l2_fwnode_bus_conv *conv = in v4l2_fwnode_mbus_type_to_string() local 121 return conv ? conv->name : "not found"; in v4l2_fwnode_mbus_type_to_string()
|
| /linux/drivers/net/pcs/ |
| H A D | pcs-rzn1-miic.c | 73 u8 conv[MIIC_MODCTRL_CONF_CONV_MAX]; member 592 if (miic_modctrl_match(table_entry->conv, dt_val, in miic_match_dt_conf() 676 struct device_node *conv; in miic_parse_dt() local 691 for_each_available_child_of_node(np, conv) { in miic_parse_dt() 692 if (of_property_read_u32(conv, "reg", &port)) in miic_parse_dt() 695 if (of_property_read_u32(conv, "renesas,miic-input", &conf)) in miic_parse_dt() 701 active_low = of_property_read_bool(conv, "renesas,miic-phy-link-active-low"); in miic_parse_dt()
|
| /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/tools/testing/selftests/zram/ |
| H A D | zram01.sh | 40 dd conv=notrunc if=/dev/zero of=zram${i}/file \
|
| /linux/include/linux/ |
| H A D | sysctl.h | 89 int (*conv)(bool *negp, unsigned long *u_ptr, int *k_ptr, 105 int (*conv)(unsigned long *lvalp, unsigned int *valp,
|
| /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/hda/common/ |
| H A D | 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) {
|
| /linux/arch/powerpc/boot/ |
| H A D | wrapper | 554 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \ 558 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
|
| /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/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 | Makefile | 62 cmd_image = (dd if=$< bs=4k conv=sync status=none; cat $(filter-out $<,$(real-prereqs))) >$@
|
| /linux/include/linux/iio/ |
| H A D | backend.h | 238 void *iio_backend_get_priv(const struct iio_backend *conv);
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_queue.sh | 46 dd conv=sparse status=none if=/dev/zero bs=1M count=$COUNT of="$TMPINPUT" 486 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 | 2247 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted() local 2302 if (conv && recover) in _can_be_granted() 2328 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT)) in _can_be_granted() 2336 if (now && conv && (lkb->lkb_exflags & DLM_LKF_QUECVT)) { in _can_be_granted() 2357 if (!now && conv && first_in_list(lkb, &r->res_convertqueue)) in _can_be_granted() 2371 if (now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted() 2383 if (!now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
|
| /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/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.sh | 579 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
|
| /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()
|