Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 131 of 131) sorted by relevance

/linux-4.4.14/tools/perf/Documentation/
Dperf-data.txt19 convert::
21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
25 OPTIONS for 'convert'
Dperf.txt24 data-convert - data convert command debug messages
/linux-4.4.14/drivers/video/logo/
Dlogo_m32r_clut224.ppm4 # Note: how to convert ppm to pnm(ascii).
5 # $ convert -posterize 224 m32r.ppm - | pnm2asc -f5 >logo_m32r_clut224.ppm
7 # convert - imagemagick: /usr/bin/convert
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmconvert.c368 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local
377 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request()
378 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request()
379 convert.requested_type = type; in dlm_send_remote_convert_request()
380 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request()
381 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request()
382 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request()
383 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request()
386 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
Ddlmlock.c566 int convert = 0, recovery = 0; in dlmlock() local
587 convert = (flags & LKM_CONVERT); in dlmlock()
591 (!dlm_is_recovery_lock(name, namelen) || convert) ) { in dlmlock()
595 if (convert && (flags & LKM_LOCAL)) { in dlmlock()
600 if (convert) { in dlmlock()
748 if (lock && !convert) in dlmlock()
/linux-4.4.14/drivers/w1/slaves/
Dw1_therm.c156 int (*convert)(u8 rom[9]); member
166 .convert = w1_DS18S20_convert_temp
170 .convert = w1_DS18B20_convert_temp
174 .convert = w1_DS18B20_convert_temp
178 .convert = w1_DS18B20_convert_temp
182 .convert = w1_DS18B20_convert_temp
218 return w1_therm_families[i].convert(rom); in w1_convert_temp()
/linux-4.4.14/drivers/fmc/
Dfmc-sdb.c19 int convert) in __sdb_rd() argument
22 if (convert) in __sdb_rd()
32 int i, j, n, convert = 0; in __fmc_scan_sdb_tree() local
39 convert = 1; in __fmc_scan_sdb_tree()
46 onew = __sdb_rd(fmc, sdb_addr + 4, convert); in __fmc_scan_sdb_tree()
68 __sdb_rd(fmc, sdb_addr + (i * 64) + j, convert); in __fmc_scan_sdb_tree()
/linux-4.4.14/scripts/
Drecordmcount.pl155 my %convert; # List of local functions used that needs conversion
452 $convert{$ref_func} = 1;
554 my @converts = keys %convert;
/linux-4.4.14/include/linux/platform_data/
Dmax197.h23 int (*convert)(u8 ctrl); member
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsrc-card.txt32 - convert-rate : platform specified sampling rate convert
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dicp_qat_hw.h254 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
257 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/linux-4.4.14/arch/sh/kernel/cpu/sh2/
Dex.S16 ! convert Exception Vector to Exception Number
Dentry.S183 add #-0x10,r9 ! convert SH2 to SH3/4 ABI
/linux-4.4.14/sound/core/oss/
Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() function
110 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
/linux-4.4.14/drivers/staging/rtl8723au/
DTODO5 - convert any remaining unusual variable types
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dex.S16 ! convert Exception Vector to Exception Number
Dentry.S148 add #-0x10,r9 ! convert SH2 to SH3/4 ABI
/linux-4.4.14/sound/synth/emux/
Demux_nrpn.c33 int (*convert)(int val); member
59 cval = table[i].convert(val); in send_converted_effect()
/linux-4.4.14/drivers/platform/x86/
Ddell-laptop.c1621 bool convert; in kbd_led_timeout_store() local
1637 convert = false; in kbd_led_timeout_store()
1642 convert = true; in kbd_led_timeout_store()
1647 convert = true; in kbd_led_timeout_store()
1652 convert = true; in kbd_led_timeout_store()
1657 convert = true; in kbd_led_timeout_store()
1665 convert = true; in kbd_led_timeout_store()
1667 if (convert) { in kbd_led_timeout_store()
DKconfig841 convert the device into ebook form.
/linux-4.4.14/Documentation/isdn/
DREADME.FAQ15 As the extension tells, the FAQ is in SGML format, and you can convert it
DINTERFACE.CAPI239 Functions capi_cmsg2message() and capi_message2cmsg() are provided to convert
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcpsw.txt24 - cpts_clock_mult : Numerator to convert input clock ticks into nanoseconds
25 - cpts_clock_shift : Denominator to convert input clock ticks into nanoseconds
/linux-4.4.14/drivers/staging/rtl8188eu/
DTODO5 - convert any remaining unusual variable types
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.h50 int rt, int eof, int delay, int convert,
/linux-4.4.14/drivers/hwmon/
Dmax197.c185 ret = data->pdata->convert(data->ctrl_bytes[channel]); in max197_show_input()
272 if (pdata->convert == NULL) { in max197_probe()
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c72 struct convert { struct
561 struct convert *c = container_of(tool, struct convert, tool); in process_sample_event()
1094 struct convert *c = cb; in convert__config()
1112 struct convert c = { in bt_convert__perf2ctf()
DBuild105 libperf-$(CONFIG_LIBBABELTRACE) += data-convert-bt.o
/linux-4.4.14/sound/soc/sh/
DKconfig49 This option enables simple sound if you need sampling rate convert
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c98 ldlm_policy_local_to_wire_t convert; in ldlm_convert_policy_to_wire() local
100 convert = ldlm_policy_local_to_wire[type - LDLM_MIN_TYPE]; in ldlm_convert_policy_to_wire()
102 convert(lpolicy, wpolicy); in ldlm_convert_policy_to_wire()
112 ldlm_policy_wire_to_local_t convert; in ldlm_convert_policy_to_local() local
118 convert = ldlm_policy_wire21_to_local[type - LDLM_MIN_TYPE]; in ldlm_convert_policy_to_local()
120 convert = ldlm_policy_wire18_to_local[type - LDLM_MIN_TYPE]; in ldlm_convert_policy_to_local()
122 convert(wpolicy, lpolicy); in ldlm_convert_policy_to_local()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S572 # copy, convert, and tag input argument
629 # copy, convert, and tag input argument
687 # copy, convert, and tag input argument
749 # copy, convert, and tag input argument
806 # copy, convert, and tag input argument
864 # copy, convert, and tag input argument
926 # copy, convert, and tag input argument
983 # copy, convert, and tag input argument
1041 # copy, convert, and tag input argument
1103 # copy, convert, and tag input argument
[all …]
Dpfpsp.S926 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1267 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO.
1272 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1837 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
2082 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
2378 # decbin() - convert packed data to FP binary data #
2544 bsr.l decbin # convert to extended
2556 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
2575 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
4523 # table to convert a pre-decrement bit string into a post-increment
Dfpsp.S927 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1268 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO.
1273 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1838 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
2083 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
2379 # decbin() - convert packed data to FP binary data #
2545 bsr.l decbin # convert to extended
2557 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
2576 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
3858 # so, convert the F-Line exception stack frame to an FP Unimplemented
[all …]
/linux-4.4.14/Documentation/hwmon/
Dmax19731 int convert(u8 ctrl);
Dw8379523 This can be useful to convert data provided by board manufacturers
Dw83627hf99 can be useful to convert data provided by board manufacturers into
Dsmsc47b39769 How to convert the tach reading to RPM.
Dsmm66575 This driver uses the values in the datasheet to convert ADC register values
Dds162148 degree Celsius to +125 in 0.5 increments. You may convert this into a
Dvt1211120 convert between sysfs readings and real temperatures:
Dsysfs-interface715 convert the input to a number, there are 2 ways todo this depending whether
/linux-4.4.14/Documentation/filesystems/
Dgfs2.txt44 gfs2_convert to convert a gfs filesystem to gfs2 in-place
Dvfat.txt99 lower: convert to lowercase for display,
117 from each timestamp to convert it to UTC used internally by
Dbtrfs.txt268 * btrfs-convert: in-place conversion from ext2/3/4 filesystems
Dext4.txt53 (Note: we currently do not have tools to convert an ext4
366 write and convert the extent to initialized after IO
Dhpfs.txt25 - there is a list of text extensions (I thing it's better to not convert
/linux-4.4.14/fs/ufs/
DKconfig21 When accessing NeXTstep files, you may need to convert them from the
/linux-4.4.14/drivers/gpu/drm/sti/
DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt44 If you need to convert your board or driver to use gpiolib from the phased
152 These calls are now implemented by the relevant gpiolib calls, convert
/linux-4.4.14/fs/quota/
DKconfig56 you have quota working and you don't want to convert to new quota
/linux-4.4.14/arch/arm/kernel/
Dhead-common.S156 add r5, r5, r3 @ convert virt addresses to
/linux-4.4.14/arch/powerpc/mm/
Dslice.c493 goto convert; in slice_get_unmapped_area()
534 convert: in slice_get_unmapped_area()
/linux-4.4.14/Documentation/networking/
Dcxacru.txt11 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
DREADME.sb100092 convert ipfwadm commands to ipchains commands:
164 Solution -- Use the ipfwadm2ipchains script referenced above to convert the
Dbaycom.txt85 in the ax25 utilities package) to convert packets of a network interface
Ddl2k.txt263 shell command to convert files.
Dz8530drv.txt586 Don't forget to convert the octal numbers into decimal before
Dfilter.txt644 Their JITs may convert BPF programs that only use 32-bit subregisters into
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm33 powered it would be possible to convert all the devices at the same
/linux-4.4.14/Documentation/
Dmd-cluster.txt94 sender down-convert MESSAGE from EX to CW
112 sender down-convert ACK from EX to CR
DDMA-ISA-LPC.txt18 The first is the generic DMA API used to convert virtual addresses to
Dpnp.txt238 A series of compatibility functions have been created to make it easy to convert
DChanges111 HTML, PDF files, and several other formats. In order to convert from
Dthis_cpu_ops.txt292 You can also do the following to convert the datap offset to an address
Dkernel-doc-nano-HOWTO.txt162 'make xmldocs' and then use DocBook tools to convert
Dsvga.txt38 hexadecimal numbers -- you have to convert it to decimal manually.
Dpinctrl.txt335 We can convert a gpio number to actual pin number using this "pin_base".
762 The function list could become long, especially if you can convert every
Dparport-lowlevel.txt795 parport_device_coords - convert device number to device coordinates
DCodingStyle903 Within code, where possible, use the IS_ENABLED macro to convert a Kconfig
DSubmittingPatches520 mergers will sometimes manually convert an acker's "yep, looks good to me"
/linux-4.4.14/arch/m68k/fpsp040/
Dres_func.S895 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
919 bfclr ETEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
945 bfclr FPTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1070 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1103 bfclr ETEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1126 bfclr FPTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1249 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1992 bsrl bindec |perform the convert; data at a6
Dsint.S141 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal extended
Dx_store.S45 moveb (%a1,%d0.w),%d0 |convert reg# to dynamic register mask
Dslog2.S87 | 2.3 Return ans := convert-to-double-extended(k).
Dsetox.S489 fmovel %d0,%fp0 | ...convert to floating-format
590 fmovel %d0,%fp0 | ...convert to floating-format
656 fmovel %d0,%fp0 | ...convert to floating-format
Dbindec.S93 | The binstr routine is used to convert the LEN digit
/linux-4.4.14/arch/x86/platform/ts5500/
Dts5500.c278 .convert = ts5500_adc_convert,
/linux-4.4.14/Documentation/scsi/
Dmegaraid.txt62 will convert that back into the old format before returning to applications.
DChangeLog.lpfc993 separate timers and convert to 1 argument changed
994 LPFC_NODE_FARP_PEND_t to struct lpfc_node_farp_pend convert
995 ipfarp_tmo to 1 argument convert target struct tmofunc and
/linux-4.4.14/Documentation/fb/
Dep93xx-fb.txt25 KHZ2PICOS macro to convert the pixel clock value. Most other values
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.hm1229 The code below is given as an example on how to convert HM12 to separate
/linux-4.4.14/kernel/
Dsysctl_binary.c42 bin_convert_t *convert; member
1241 for ( ; table->convert; table++) { in get_sysctl()
1329 result = table->convert(file, oldval, oldlen, newval, newlen); in binary_sysctl()
/linux-4.4.14/Documentation/phy/
Dsamsung-usb2.txt66 The rate_to_clk callback is to convert the rate of the clock
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt569 performs a cmpxchg to convert the pointer to the head page from the HEADER
753 that converted a pointer from HEAD to UPDATE will convert it back
764 After the nested writer finishes, the outermost writer will convert
852 will convert it to normal:
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2586 int iotimeout, int *convert) in megasas_wait_for_outstanding_fusion() argument
2625 *convert = 1; in megasas_wait_for_outstanding_fusion()
2735 int retval = SUCCESS, i, convert = 0; in megasas_reset_fusion() local
2801 &convert)) { in megasas_reset_fusion()
2805 if (convert) in megasas_reset_fusion()
/linux-4.4.14/Documentation/arm/OMAP/
Domap_pm115 specialized cases to convert that input information (OPPs/MPU
/linux-4.4.14/Documentation/driver-model/
Dporting.txt107 should be created to convert from the generic object type.
287 simultaneously convert their drivers to generic format. Instead, the
Ddevres.txt20 devres came up while trying to convert libata to use iomap. Each
Ddriver.txt149 container_of() to convert "dev" to a bus-specific type, both in probe()
/linux-4.4.14/drivers/mtd/nand/
Dsh_flctl.c432 goto convert; /* DMA success */ in read_fiforeg()
440 convert: in read_fiforeg()
/linux-4.4.14/kernel/trace/
DKconfig617 how to convert the string to its value.
620 to convert the enum into its value. If this macro is used, then the
624 used to show what enums the kernel tried to convert.
/linux-4.4.14/Documentation/vm/
Dhighmem.txt131 simply with a bit of arithmetic that will convert the page struct address into
Dhugetlbpage.txt136 it becomes less than the number of huge pages in use will convert the balance
/linux-4.4.14/fs/ext4/
Dinline.c651 goto convert; in ext4_try_to_write_inline_data()
676 goto convert; in ext4_try_to_write_inline_data()
711 convert: in ext4_try_to_write_inline_data()
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt194 still fits. Also convert the unregister case.
/linux-4.4.14/Documentation/input/
Dgamepad.txt118 may even report both. The kernel does not convert between these so
Dsentelic.txt672 FSP processes multiple fingers' coordinates internally and convert them
/linux-4.4.14/Documentation/power/regulator/
Dconsumer.txt213 To convert a regulator framework voltage selector code (used by
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt139 Internally, there is no need for the driver to convert the "target" frequency
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt52 stated. It's driver's job to convert its raw values to units in which
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt213 -E* on failure. This is currently used by the thermal core to convert
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt133 on 32bit CPUs. Such operations are frequently necessary to convert
Dhighres.txt52 convert the clock ticks to nanosecond based time values. All other time keeping
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt194 the actual API invoked to convert these definitions into register settings and
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt114 i.e. tries to convert the sample format, rate or channels
/linux-4.4.14/Documentation/arm64/
Dbooting.txt225 value, so CPUs must convert the read value to their native endianness
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt220 terminal types but they either do not convert, or do not _adequately_
221 convert, outbound data into the terminal type of the terminal which invoked
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002112 * convert them to the tape's recommended transfer
/linux-4.4.14/fs/ocfs2/
Ddlmglue.c363 int convert);
1200 int convert) in ocfs2_recover_from_dlm_error() argument
1207 if (convert) in ocfs2_recover_from_dlm_error()
/linux-4.4.14/arch/x86/crypto/
Dsha256-ssse3-asm.S369 shl $6, NUM_BLKS # convert to bytes
Dsha256-avx-asm.S363 shl $6, NUM_BLKS # convert to bytes
Dsha256-avx2-asm.S546 shl $6, NUM_BLKS # convert to bytes
Dsha512-avx2-asm.S586 shl $7, NUM_BLKS # convert to bytes
Daesni-intel_avx-x86_64.S1386 shl $3, %r12 # convert into number of bits
2661 shl $3, %r12 # convert into number of bits
Daesni-intel_asm.S1414 shl $3, %r12 # convert into number of bits
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt364 descriptor-based API, the following two functions allow you to convert a GPIO
/linux-4.4.14/fs/dlm/
Dlock.c3423 int error, convert = flags & DLM_LKF_CONVERT; in dlm_lock() local
3431 if (convert) in dlm_lock()
3444 if (convert) in dlm_lock()
3452 if (convert || error) in dlm_lock()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc435 // convert FORMAT swizzle mask to hw swizzle mask
/linux-4.4.14/
DREADME220 "make localyesconfig" Similar to localmodconfig, except it will convert
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt220 to convert the data into a more efficient runtime representation.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES72 during mount). Endian convert inode numbers if necessary (makes it easier
163 mount helper is missing convert make sure that UNC name
DREADME318 iocharset Codepage used to convert local path names to and from
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt566 simply storing multipliers and offsets against the TSC for the guest to convert
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c3184 int convert, /* overwriting unwritten extent? */ in xfs_bmap_extsize_align() argument
3197 if (convert) in xfs_bmap_extsize_align()
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped1604 * So convert the EOB_ACT_LAST_MATCH
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1308 * So convert the EOB_ACT_LAST_MATCH
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped1762 * So convert the EOB_ACT_LAST_MATCH
/linux-4.4.14/drivers/mfd/
DKconfig932 AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt914 requiring the driver to convert from one field format to another complicated
/linux-4.4.14/Documentation/security/
Dkeys.txt91 permitted, another key type operation will be called to convert the key's
/linux-4.4.14/Documentation/RCU/
DRTFP.txt1198 ,Title="{[PATCH 2/3] SELinux} scalability - convert {AVC} to {RCU}"