Searched refs:conversion (Results 1 - 200 of 769) sorted by relevance

1234

/linux-4.4.14/arch/avr32/include/uapi/asm/
H A Dbyteorder.h2 * AVR32 endian-conversion functions.
/linux-4.4.14/arch/s390/include/asm/
H A Debcdic.h2 * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines.
16 extern __u8 _ascebc_500[256]; /* ASCII -> EBCDIC 500 conversion table */
17 extern __u8 _ebcasc_500[256]; /* EBCDIC 500 -> ASCII conversion table */
18 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */
19 extern __u8 _ebcasc[256]; /* EBCDIC -> ASCII conversion table */
/linux-4.4.14/include/linux/i2c/
H A Dapds990x.h37 * @cf1: clear channel factor 1 for raw to lux conversion
38 * @irf1: IR channel factor 1 for raw to lux conversion
39 * @cf2: clear channel factor 2 for raw to lux conversion
40 * @irf2: IR channel factor 2 for raw to lux conversion
41 * @df: device factor for conversion formulas
H A Dtwl4030-madc.h37 * twl4030_madc_request- madc request packet for channel conversion
89 /* MADC conversion completion */
91 /* MADC SWx start conversion */
/linux-4.4.14/drivers/video/fbdev/
H A Dbfin_adv7393fb.h90 0xC3, 0x26, /* Program RGB->YCrCb Color Space conversion matrix */
91 0xC5, 0x12, /* Program RGB->YCrCb Color Space conversion matrix */
92 0xC2, 0x4A, /* Program RGB->YCrCb Color Space conversion matrix */
93 0xC6, 0x5E, /* Program RGB->YCrCb Color Space conversion matrix */
94 0xBD, 0x19, /* Program RGB->YCrCb Color Space conversion matrix */
95 0xBF, 0x42, /* Program RGB->YCrCb Color Space conversion matrix */
112 0xC3, 0x26, /* Program RGB->YCrCb Color Space conversion matrix */
113 0xC5, 0x12, /* Program RGB->YCrCb Color Space conversion matrix */
114 0xC2, 0x4A, /* Program RGB->YCrCb Color Space conversion matrix */
115 0xC6, 0x5E, /* Program RGB->YCrCb Color Space conversion matrix */
116 0xBD, 0x19, /* Program RGB->YCrCb Color Space conversion matrix */
117 0xBF, 0x42, /* Program RGB->YCrCb Color Space conversion matrix */
H A Dc2p_iplan2.c45 * Store a full block of iplan2 data after c2p conversion
58 * Store a partial block of iplan2 data after c2p conversion
H A Dc2p_planar.c45 * Store a full block of planar data after c2p conversion
58 * Store a partial block of planar data after c2p conversion
/linux-4.4.14/drivers/iio/common/ms_sensors/
H A Dms_sensors_i2c.h22 * @lock: lock protecting the i2c conversion
34 * @lock: lock protecting the i2c conversion
35 * @prom: array of PROM coefficients used for conversion. Added element
H A Dms_sensors_i2c.c91 * ms_sensors_convert_and_read() - ADC conversion & read function
93 * @conv: ADC conversion command. Depends on device in use
95 * @delay: usleep minimal delay after conversion command is issued
98 * Generic ADC conversion & read function for Measurement Specialties
100 * The function will issue conversion command, sleep appopriate delay, and
112 /* Trigger conversion */ ms_sensors_convert_and_read()
131 dev_err(&client->dev, "Unable to make sensor adc conversion\n"); ms_sensors_convert_and_read()
/linux-4.4.14/include/uapi/linux/
H A Ddlmconstants.h50 * Used to cancel a pending lock request or conversion. A converting lock is
55 * Indicates a lock conversion request. For conversions the name and namelen
61 * lock status block. When this flag is set in a lock conversion from PW or EX
68 * Force a conversion request to be queued, even if it is compatible with
77 * Allows the dlm to resolve conversion deadlocks internally by demoting the
79 * returned for a conversion that's been effected by this.
88 * Do not cancel the lock if it gets into conversion deadlock.
H A Ddlm.h32 * conversion request, this structure is used to specify the lock ID of the
36 * sb_lkid: the returned lock ID. It is set on new (non-conversion) requests.
43 * it was first demoted to NL to avoid conversion deadlock.
H A Dmap_to_7segment.h22 /* This file provides translation primitives and tables for the conversion
40 * Then use for conversion:
94 * ASCII conversion table
/linux-4.4.14/drivers/acpi/acpica/
H A Dnsconvert.c62 * RETURN: Status. AE_OK if conversion was successful.
79 /* String-to-Integer conversion */ acpi_ns_convert_to_integer()
90 /* Buffer-to-Integer conversion. Max buffer size is 64 bits. */ acpi_ns_convert_to_integer()
126 * RETURN: Status. AE_OK if conversion was successful.
143 * Integer-to-String conversion. Commonly, convert acpi_ns_convert_to_string()
168 * Buffer-to-String conversion. Use a to_string acpi_ns_convert_to_string()
169 * conversion, no transform performed on the buffer data. The best acpi_ns_convert_to_string()
210 * RETURN: Status. AE_OK if conversion was successful.
230 * Integer-to-Buffer conversion. acpi_ns_convert_to_buffer()
245 /* String-to-Buffer conversion. Simple data copy */ acpi_ns_convert_to_buffer()
314 * RETURN: Status. AE_OK if conversion was successful.
378 * RETURN: Status. AE_OK if conversion was successful
H A Dexconvrt.c3 * Module Name: exconvrt - Object conversion routines
63 * flags - Used for string conversion
87 /* No conversion necessary */ acpi_ex_convert_to_integer()
117 /* String conversion is different than Buffer conversion */ acpi_ex_convert_to_integer()
211 /* No conversion necessary */ acpi_ex_convert_to_buffer()
390 * type - String flags (base and conversion type)
414 /* No conversion necessary */ acpi_ex_convert_to_string()
570 * DESCRIPTION: Implements "implicit conversion" rules for storing an object.
590 * perform implicit conversion on the source before we store it. acpi_ex_convert_to_target_type()
606 /* No conversion allowed for these types */ acpi_ex_convert_to_target_type()
659 "Bad destination type during conversion: 0x%X", acpi_ex_convert_to_target_type()
684 * Source-to-Target conversion semantics: acpi_ex_convert_to_target_type()
686 * If conversion to the target type cannot be performed, then simply acpi_ex_convert_to_target_type()
H A Dexstore.c248 * conversion is performed. acpi_ex_store_object_to_index()
371 * implicit_conversion - Perform implicit conversion (yes/no)
433 * 2) Store with implicit conversion acpi_ex_store_object_to_node()
495 * conversion before the store. acpi_ex_store_object_to_node()
504 * an implicit conversion, as per the ACPI specification. acpi_ex_store_object_to_node()
512 /* Store with implicit source operand conversion support */ acpi_ex_store_object_to_node()
549 * field. Any required implicit source operand conversion is acpi_ex_store_object_to_node()
601 " with no implicit conversion\n", acpi_ex_store_direct_to_node()
H A Dexstoren.c168 * conversion), and a copy of the value of the source to
217 * Perform the "implicit conversion" of the source to the current type acpi_ex_store_object_to_object()
220 * If no conversion performed, actual_src_desc = source_desc. acpi_ex_store_object_to_object()
234 * No conversion was performed. Return the source_desc as the acpi_ex_store_object_to_object()
H A Drsmisc.c62 * info - Pointer to appropriate conversion table
408 * control - Exit conversion if not equal acpi_rs_convert_aml_to_resource()
428 "Invalid conversion sub-opcode")); acpi_rs_convert_aml_to_resource()
435 ACPI_ERROR((AE_INFO, "Invalid conversion opcode")); acpi_rs_convert_aml_to_resource()
460 * info - Pointer to appropriate conversion table
736 * control - Exit conversion if less than or equal acpi_rs_convert_resource_to_aml()
745 * control - Exit conversion if not equal acpi_rs_convert_resource_to_aml()
760 "Invalid conversion sub-opcode")); acpi_rs_convert_resource_to_aml()
767 * control - Exit conversion if equal acpi_rs_convert_resource_to_aml()
778 ACPI_ERROR((AE_INFO, "Invalid conversion opcode")); acpi_rs_convert_resource_to_aml()
H A Dacresrc.h64 * Individual entry for the resource conversion tables
74 /* Resource conversion opcodes */
311 * Resource conversion tables
H A Dutnonansi.c155 * 32-bit or 64-bit conversion, depending on the current mode
226 * Perform a 32-bit or 64-bit conversion, depending upon the current acpi_ut_strtoul64()
277 * No any restrictions for string-to-integer conversion, acpi_ut_strtoul64()
H A Dexoparg1.c491 /* No conversion performed, add ref to handle return value */ acpi_ex_opcode_1A_1T_1R()
502 /* No conversion performed, add ref to handle return value */ acpi_ex_opcode_1A_1T_1R()
512 /* No conversion performed, add ref to handle return value */ acpi_ex_opcode_1A_1T_1R()
523 /* No conversion performed, add ref to handle return value */ acpi_ex_opcode_1A_1T_1R()
728 * but is supported implicitly via implicit operand conversion. acpi_ex_opcode_1A_0T_1R()
729 * rather than bother with conversion, we just use the byte width acpi_ex_opcode_1A_0T_1R()
H A Damlcode.h263 /* Interchangeable types (via implicit conversion) */
277 #define ARGI_TARGETREF 0x0F /* Target, subject to implicit conversion */
278 #define ARGI_FIXED_TARGET 0x10 /* Target, no implicit conversion */
279 #define ARGI_SIMPLE_TARGET 0x11 /* Name, Local, Arg -- no implicit conversion */
H A Dexresop.c307 case ARGI_TARGETREF: /* Allows implicit conversion rules before store */ acpi_ex_resolve_operands()
308 case ARGI_FIXED_TARGET: /* No implicit conversion before store to target */ acpi_ex_resolve_operands()
309 case ARGI_SIMPLE_TARGET: /* Name, Local, or arg - no implicit conversion */ acpi_ex_resolve_operands()
523 /* Highest priority conversion is to type Buffer */ acpi_ex_resolve_operands()
H A Duthex.c50 /* Hex to ASCII conversion table */
H A Drsinfo.c61 /* Dispatch table for resource-to-AML (Set Resource) conversion functions */
85 /* Dispatch tables for AML-to-resource (Get Resource) conversion functions */
H A Drslist.c89 /* Get the appropriate conversion info table */ acpi_rs_convert_aml_to_resources()
189 /* Perform the conversion */ acpi_rs_convert_resources_to_aml()
H A Dutfileio.c122 * original table are left untouched by the text conversion process -- acpi_ut_check_text_mode_corruption()
125 acpi_os_printf("Table has been corrupted by text mode conversion\n"); acpi_ut_check_text_mode_corruption()
H A Dnsrepair.c62 * than the internal object conversion routines used for implicit object
63 * conversion.
179 /* A fatal error occurred during a conversion */ acpi_ns_simple_repair()
H A Drscreate.c101 /* Perform the AML-to-Resource conversion */ acpi_buffer_to_resource()
177 /* Do the conversion */ ACPI_EXPORT_SYMBOL()
471 /* Do the conversion */ acpi_rs_create_aml_resources()
/linux-4.4.14/include/linux/mfd/abx500/
H A Dab8500-gpadc.h37 * Battery current conversion (ibat) cannot be requested as a single conversion
49 /* Arbitrary ADC conversion type constants */
/linux-4.4.14/drivers/sbus/char/
H A Dmax1617.h11 #define MAX1617_RD_CVRATE_BYTE 0x04 /* Temp conversion rate */
/linux-4.4.14/include/linux/platform_data/
H A Dmax197.h19 * @convert: Function used to start a conversion with control byte ctrl.
H A Dntc_thermistor.h48 * thermistor is using for conversion of the analog values.
/linux-4.4.14/arch/parisc/kernel/
H A Dsys_parisc32.c9 * These routines maintain argument size conversion between 32bit and 64bit
/linux-4.4.14/include/linux/
H A Dgpio-fan.h29 * Speed conversion array: rpm from/to GPIO bit field.
H A Dktime.h98 /* Map the ktime_t to timespec conversion to ns_to_timespec function */
101 /* Map the ktime_t to timespec conversion to ns_to_timespec function */
104 /* Map the ktime_t to timeval conversion to ns_to_timeval function */
242 * Return: %true if there was a successful conversion, %false if kt was 0.
261 * Return: %true if there was a successful conversion, %false if kt was 0.
H A Dtimekeeper_internal.h19 * @mult: (NTP adjusted) multiplier for scaled math conversion
20 * @shift: Shift value for scaled math conversion
63 * @ntp_error_shift: Shift conversion between clock shifted nano seconds and
H A Dirqdesc.h149 * conversion failed. Providing a NULL domain indicates that the
150 * conversion has already been done.
H A Dtimecounter.h133 * This allows conversion of cycle counter values which were generated
H A Duio.h133 * conversion in assignement is by definition greater than all iov_iter_truncate()
H A Dnd.h55 * @res: struct resource conversion of a NFIT SPA table
H A Djiffies.h333 * conversion is done as follows:
348 * allow constant folding and the actual conversion must be done at
383 * conversion is done as follows:
395 * allow constant folding and the actual conversion must be done at
/linux-4.4.14/sound/core/oss/
H A Dlinear.c2 * Linear conversion Plug-In
29 * Basic linear conversion plugin
33 int cvt_endian; /* need endian conversion? */
38 unsigned int copy_bytes; /* bytes to copy per conversion */
168 err = snd_pcm_plugin_build(plug, "linear format conversion", snd_pcm_plugin_build_linear()
H A Dmulaw.c2 * Mu-Law conversion Plug-In Interface
148 int cvt_endian; /* need endian conversion? */
152 unsigned int copy_bytes; /* bytes to copy per conversion */
153 u16 flip; /* MSB flip for signedness, done after endian conversion */
333 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", snd_pcm_plugin_build_mulaw()
H A Dcopy.c2 * Linear conversion Plug-In
H A Drate.c2 * Rate conversion Plug-In
32 * Basic rate conversion plugin
324 err = snd_pcm_plugin_build(plug, "rate conversion", snd_pcm_plugin_build_rate()
H A Droute.c101 err = snd_pcm_plugin_build(plug, "route conversion", snd_pcm_plugin_build_route()
/linux-4.4.14/arch/arm/include/asm/xen/
H A Dpage.h45 /* Pseudo-physical <-> Guest conversion */ pfn_to_gfn()
56 /* Pseudo-physical <-> BUS conversion */ pfn_to_bfn()
77 /* VIRT <-> GUEST conversion */
/linux-4.4.14/drivers/staging/iio/trigger/
H A Diio-trig-bfin-timer.h13 * converters which needs an external signal to start conversion. active_low and
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_audio.h3 * Linux ISDN subsystem, audio conversion and compression (linklevel).
/linux-4.4.14/drivers/media/tuners/
H A Dmt2266.h2 * Driver for Microtune MT2266 "Direct conversion low power broadband tuner"
H A Dmt2060.h2 * Driver for Microtune MT2060 "Single chip dual conversion broadband tuner"
H A Dmt2060_priv.h2 * Driver for Microtune MT2060 "Single chip dual conversion broadband tuner"
/linux-4.4.14/fs/nls/
H A Dnls_utf8.c47 .charset2lower = identity, /* no conversion */
/linux-4.4.14/arch/s390/include/asm/fpu/
H A Dinternal.h2 * FPU state and register content conversion primitives
/linux-4.4.14/arch/frv/include/asm/
H A Dvirtconvert.h1 /* virtconvert.h: virtual/physical/page address conversion
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddt2811.c104 bit 7 - (R) 1 indicates A/D conversion done
110 of conversion
117 00 single conversion on ADGCR load
118 01 continuous conversion, internal clock,
120 10 continuous conversion, internal clock,
122 11 continuous conversion, external clock,
H A Dmpc624.c38 * [1] - conversion rate
157 * conversion result mpc624_ai_get_sample()
160 * conversion result mpc624_ai_get_sample()
163 * conversion precision up to 29 bits; mpc624_ai_get_sample()
225 /* Trigger the conversion */ mpc624_ai_insn_read()
233 /* Wait for the conversion to end */ mpc624_ai_insn_read()
H A Dicp_multi.c71 #define ICP_MULTI_INT_ADC_RDY BIT(0) /* A/D conversion ready interrupt */
72 #define ICP_MULTI_INT_DAC_RDY BIT(1) /* D/A conversion ready interrupt */
139 /* Wait for conversion to complete, or get fed up waiting */ icp_multi_ai_insn_read()
189 /* Set start conversion bit to write data to channel */ icp_multi_ao_insn_write()
240 /* Set start conversion bit to write data to channel */ icp_multi_reset()
H A Dcomedi_test.c67 u64 ai_convert_time; /* time of next AI conversion in usec */
73 unsigned int ai_convert_period; /* AI conversion period in usec */
211 /* done last conversion in scan, so add dead time */ waveform_ai_timer()
366 * Simulate first conversion to occur at convert period after waveform_ai_cmd()
367 * conversion timer starts. If scan_begin_src is TRIG_FOLLOW, assume waveform_ai_cmd()
368 * the conversion timer starts immediately. If scan_begin_src is waveform_ai_cmd()
369 * TRIG_TIMER, assume the conversion timer starts after the scan waveform_ai_cmd()
378 /* Determine time within waveform period at time of conversion. */ waveform_ai_cmd()
383 * Schedule timer to expire just after first conversion time. waveform_ai_cmd()
H A Ddas16m1.c128 /* initial value in lower half of hardware conversion counter,
130 * counter yet (loaded by first sample conversion) */
266 * until counter's next clock (the next a/d conversion). das16m1_cmd_exec()
299 * both start and conversion triggers external simultaneously) */ das16m1_cmd_exec()
358 /* trigger conversion */ das16m1_ai_rinsn()
421 * decrements by one on each conversion (when the counter das16m1_handler()
H A Daio_aio12_8.c134 * Setup the control byte for internal 2MHz clock, 3uS conversion, aio_aio12_8_ai_read()
144 /* Setup and start conversion */ aio_aio12_8_ai_read()
147 /* Wait for conversion to complete */ aio_aio12_8_ai_read()
H A Ddas1800.c83 'burst mode' which limits the valid conversion time to 64 microseconds
207 int ai_speed; /* max conversion period in nanoseconds */
217 /* Warning: the maximum conversion speeds listed below are
677 /* converts requested conversion timing to timing compatible with
684 /* in burst mode, the maximum conversion time is 64 microseconds */ burst_convert_arg()
688 /* the conversion time must be an integral number of microseconds */ burst_convert_arg()
1004 /* interrupt on end of conversion for CMDF_WAKE_EOS */ das1800_ai_do_cmd()
1022 /* setup cascaded counters for conversion/scan frequency */ das1800_ai_do_cmd()
1036 /* set conversion rate and length for burst mode */ das1800_ai_do_cmd()
1038 /* program conversion period with number of microseconds minus 1 */ das1800_ai_do_cmd()
1074 outb(conv_flags, dev->iobase + DAS1800_CONTROL_C); /* software conversion enabled */ das1800_ai_rinsn()
1091 /* trigger conversion */ das1800_ai_rinsn()
H A Dni_daq_700.c168 /* trigger conversion with out0 L to H */ daq700_ai_rinsn()
174 /* mode 1 out0 H, L to H, start conversion */ daq700_ai_rinsn()
177 /* wait for conversion to end */ daq700_ai_rinsn()
H A Ddas6402.c240 /* load the mux for chanlist conversion */ das6402_ai_cmd()
398 /* enable software conversion trigger */ das6402_ai_insn_read()
403 /* load the mux for single channel conversion */ das6402_ai_insn_read()
532 /* enable software conversion trigger */ das6402_reset()
541 /* default mux for single channel conversion (channel 0) */ das6402_reset()
H A Dpcmmio.c557 * ADC interface to configure it for the next conversion. At the same pcmmio_ai_insn_read()
558 * time, the data from the previous conversion is shifted out of the pcmmio_ai_insn_read()
559 * device. Consequently, the conversion result is delayed by one pcmmio_ai_insn_read()
560 * conversion from the command word. pcmmio_ai_insn_read()
562 * Setup the cmd for the conversions then do a dummy conversion to pcmmio_ai_insn_read()
563 * flush the junk data. Then do each conversion requested by the pcmmio_ai_insn_read()
564 * comedi_insn. Note that the last conversion will leave junk data pcmmio_ai_insn_read()
H A Damplc_pci230.c744 * Use Z2-CT2 as a conversion trigger instead of the built-in pci230_ai_insn_read()
792 /* Specify uni/bip, se/diff, conversion source, and reset FIFO. */ pci230_ai_insn_read()
799 * Trigger conversion by toggling Z2-CT2 output pci230_ai_insn_read()
805 /* wait for conversion to end */ pci230_ai_insn_read()
1195 /* Read DACSWTRIG register to trigger conversion. */ pci230_ao_inttrig_scan_begin()
1542 * set up to generate a fixed number of timed conversion pulses. pci230_ai_cmdtest()
1756 * Trigger conversion by toggling Z2-CT2 output. pci230_ai_inttrig_convert()
1763 * alternative would be to wait until conversion is complete, pci230_ai_inttrig_convert()
1821 /* Stop conversion rate generator. */ pci230_ai_stop()
1841 * Reset FIFO, disable FIFO and set start conversion source to none. pci230_ai_stop()
1871 * Update conversion trigger source which is currently set pci230_ai_start()
2089 * Need Z2-CT2 to supply a conversion trigger source at a high pci230_ai_cmd()
2094 /* Using Z2-CT0 monostable to gate Z2-CT2 conversion timer */ pci230_ai_cmd()
2110 * start conversion source to point to something at a high logic pci230_ai_cmd()
2114 * may have been a false conversion trigger on some versions of pci230_ai_cmd()
2115 * PCI230/260 due to the start conversion source being set to a pci230_ai_cmd()
2118 * - Set actual conversion trigger source and FIFO interrupt trigger pci230_ai_cmd()
2179 * conversion source. pci230_ai_cmd()
2184 * Temporarily use CT2 output as conversion trigger source and pci230_ai_cmd()
2191 * uni/bip, se/diff, and temporarily set the start conversion source pci230_ai_cmd()
2193 * will produce a false conversion trigger on some versions of the pci230_ai_cmd()
2215 * Set up CT2 as conversion timer, but gate it off for now. pci230_ai_cmd()
2221 /* Set counter/timer 2 to the specified conversion period. */ pci230_ai_cmd()
2230 * the conversion period and the number of conversions pci230_ai_cmd()
H A Dquatech_daqp_cs.c17 * - A/D conversion
22 * - D/A conversion, single-shot
28 * - the card's timer (for anything other than A/D conversion)
325 /* Start conversion */ daqp_ai_insn_read()
482 * each conversion, so we program the pacer clock to that daqp_ai_cmd()
611 /* Start conversion */ daqp_ai_cmd()
H A Ddas08.c38 * Note: when read a second time after conversion
45 #define DAS08_STATUS_AI_BUSY BIT(7) /* AI conversion in progress */
217 /* trigger conversion */ das08_ai_insn_read()
H A Dfl512.c98 /* write LSB, MSB then trigger conversion */ fl512_ao_insn_write()
H A Ddyna_pci10xx.c89 /* trigger conversion */ dyna_pci10xx_insn_read_ai()
126 /* trigger conversion and write data */ dyna_pci10xx_insn_write_ao()
H A Ds626.c81 int ai_convert_count; /* conversion counter */
82 unsigned int ai_convert_timer; /* time between conversion in
1682 * busy) and for data from previous conversion to shift into FB s626_reset_adc()
1707 * (dummy) conversion. This delay is necessary to allow sufficient s626_reset_adc()
1708 * time between last conversion finished and the start of the dummy s626_reset_adc()
1709 * conversion. Without this delay, the last conversion's data value s626_reset_adc()
1710 * is sometimes set to the previous conversion's data value. s626_reset_adc()
1716 * Start a dummy conversion to cause the data from the last s626_reset_adc()
1717 * conversion of interest to be shifted in. s626_reset_adc()
1728 * Wait for the data from the last conversion of interest to arrive s626_reset_adc()
1847 * ADC not busy) and for data from previous conversion to s626_ai_insn_read()
1864 * starting the next (final) conversion. This delay is s626_ai_insn_read()
1866 * conversion finished and the start of the next s626_ai_insn_read()
1867 * conversion. Without this delay, the last conversion's s626_ai_insn_read()
1869 * conversion's data value. s626_ai_insn_read()
1875 * Start a dummy conversion to cause the data from the s626_ai_insn_read()
1876 * previous conversion to be shifted in. s626_ai_insn_read()
H A Daddi_apci_3120.c579 * Timer 0 is used in MODE2 (rate generator) to set the conversion apci3120_ai_cmd()
640 /* minimum conversion time per sample is 10us */ apci3120_ai_cmdtest()
732 * conversion time for each acquisition. Each conversion is triggered apci3120_ai_insn_read()
733 * when the divisor is written to the timer, The conversion is done apci3120_ai_insn_read()
739 /* fixed conversion time of 10 us */ apci3120_ai_insn_read()
743 /* trigger conversion */ apci3120_ai_insn_read()
H A Ds526.c403 /* trigger conversion */ s526_ai_insn_read()
407 /* wait for conversion to end */ s526_ai_insn_read()
438 /* wait for conversion to end */ s526_ao_insn_write()
H A Ddt9812.c455 /* 3 start conversion */ dt9812_analog_in()
470 * An ADC conversion takes 16 SAR clocks cycles, i.e. about 9us. dt9812_analog_in()
473 * dt9812_read_multiple_registers, the conversion should be complete dt9812_analog_in()
476 * conversion is finished. dt9812_analog_in()
H A Dcb_pcimdas.c213 /* trigger conversion */ cb_pcimdas_ai_insn_read()
216 /* wait for conversion to end */ cb_pcimdas_ai_insn_read()
/linux-4.4.14/drivers/iio/adc/
H A Dtwl4030-madc.c4 * conversion of analog signals like battery temperature,
177 * of different conversion methods supported by MADC.
178 * Hardware or RT real time conversion request initiated by external host
278 * @raw - Return raw values without conversion
327 * conv_result = decimal value of 10-bit conversion twl4030_madc_read_channels()
348 * corresponding to RT, SW1, SW2 conversion requests.
379 * corresponding to RT, SW1, SW2 conversion requests.
501 * Function which enables the madc conversion
505 * corresponding to RT SW1 or SW2 conversion methods.
530 * Function that waits for conversion to be ready
558 dev_err(madc->dev, "conversion timeout!\n"); twl4030_madc_wait_conversion_ready()
584 /* Do we have a conversion request ongoing */ twl4030_madc_conversion()
628 /* Wait until conversion is ready (ctrl register returns EOC) */ twl4030_madc_conversion()
H A Dmax1027.c34 /* conversion register */
230 /* Start acquisition on conversion register write */ max1027_read_single_value()
239 /* Configure conversion register with the requested chan */ max1027_read_single_value()
245 "Failed to configure conversion register\n"); max1027_read_single_value()
251 * conversion register), the interrupt doesn't occur every time. max1027_read_single_value()
352 /* Start acquisition on conversion register write */ max1027_set_trigger_state()
H A Dlp8788_adc.c68 /* retry until adc conversion is done */ lp8788_get_adc_result()
77 /* conversion done */ lp8788_get_adc_result()
H A Dqcom-spmi-iadc.c108 * @poll_eoc: Poll for end of conversion instead of waiting for IRQ.
112 * @complete: ADC notification after end of conversion interrupt is received.
251 /* Request conversion */ iadc_configure()
304 /* double check conversion status */ iadc_do_conversion()
313 dev_err(iadc->dev, "conversion failed\n"); iadc_do_conversion()
H A Dtwl6030-gpadc.c112 * @start_conversion: pointer to ADC start conversion function
114 * register address for reading conversion result
130 * @irq_complete: completion to signal end of conversion
419 * for any prior chosen channel, when the conversion is ready twl6032_channel_to_reg()
529 dev_err(gpadc->dev, "failed to start conversion\n"); twl6030_gpadc_read_raw()
532 /* wait for conversion to complete */ twl6030_gpadc_read_raw()
614 * is absolute value, the correct conversion results are twl6030_gpadc_get_trim_offset()
H A Dad7298.c30 #define AD7298_REPEAT BIT(14) /* repeated conversion enable */
32 #define AD7298_TSENSE BIT(5) /* temperature conversion enable */
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2mgmt.h87 * conversion functions going between wlan message data types and
90 /* byte area conversion functions*/
94 /* byte string conversion functions*/
/linux-4.4.14/drivers/iio/pressure/
H A Dt5403.c12 * TODO: end-of-conversion irq
27 #define T5403_MODE_SHIFT 3 /* conversion time: 2, 8, 16, 66 ms */
29 #define T5403_SCO BIT(0) /* start conversion */
/linux-4.4.14/drivers/hwmon/
H A Dtwl4030-madc-hwmon.c4 * conversion of analog signals like battery temperature,
5 * battery type, battery level etc. User can ask for the conversion on a
H A Dads1015.c93 /* setup and start single conversion */ ads1015_read_adc()
104 /* wait until conversion finished */ ads1015_read_adc()
111 /* conversion not finished in time */ ads1015_read_adc()
H A Dds1621.c88 /* ds1721 conversion rates: {C/LSB, time(ms), resolution bit setting} */
160 /* switch to continuous conversion mode */ ds1621_init_client()
194 /* start conversion */ ds1621_init_client()
H A Dlm90.c66 * conversion rate.
174 #define LM90_DEF_CONVRATE_RVAL 6 /* Def conversion rate register value */
175 #define LM90_MAX_CONVRATE_MS 16000 /* Maximum conversion rate in ms */
247 u8 max_convrate; /* Maximum conversion rate register value */
381 u8 convrate_orig; /* Original conversion rate register value */
384 u8 max_convrate; /* Maximum conversion rate */
443 * sensor temperature, but we have to beware a conversion could occur lm90_read16()
445 * the one-shot conversion register, which we don't want to do lm90_read16()
493 * Set conversion rate.
1429 lm90_set_convrate(client, data, 500); /* 500ms; 2Hz conversion rate */ lm90_init_client()
1556 /* Set maximum conversion rate */ lm90_probe()
H A Dpcf8591.c267 * The first byte transmitted contains the conversion code of the pcf8591_init_client()
287 * The first byte transmitted contains the conversion code of pcf8591_read_channel()
H A Dtmp102.c107 /* Is it too early even to return a conversion? */ tmp102_read_temp()
223 /* Mark that we are not ready with data until conversion is complete */ tmp102_probe()
H A Dda9055-hwmon.c74 /* Selects desired MUX for manual conversion */ da9055_adc_manual_read()
85 "timeout waiting for ADC conversion interrupt\n"); da9055_adc_manual_read()
H A Dds620.c86 /* switch to continuous conversion mode */ ds620_init_client()
103 /* start conversion */ ds620_init_client()
H A Dsmm665.c135 * Chip dependent ADC conversion time, in uS
142 int conversion_time; /* ADC conversion time */
190 * [wait conversion time] smm665_read_adc()
196 * and starts the ADC conversion. smm665_read_adc()
H A Dwm831x-hwmon.c107 * Report as a voltage since conversion depends on external components
H A Ds3c-hwmon.c89 * s3c_hwmon_show_raw - show a conversion from the raw channel number.
95 * ADC channel. This does a conversion and returns the raw (un-scaled)
/linux-4.4.14/tools/iio/
H A Diio_utils.h29 * @scale: scale factor to be applied for conversion to si units
30 * @offset: offset to be applied for conversion to si units
H A Dgeneric_buffer.c12 * conversion.
67 * Shift before conversion to avoid sign extension print1byte()
90 * Shift before conversion to avoid sign extension print2byte()
113 * Shift before conversion to avoid sign extension print4byte()
136 * Shift before conversion to avoid sign extension print8byte()
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c33 * This function implements a test that checks that the conversion of perf time
35 * %0 is returned, otherwise %-1 is returned. If TSC conversion is not
/linux-4.4.14/drivers/mfd/
H A Dab8500-gpadc.c149 * the completion of gpadc conversion
153 * conversion
155 * conversion
300 * ab8500_gpadc_sw_hw_convert() - gpadc conversion
305 * @conv_type: selected conversion type (HW or SW conversion)
330 dev_err(gpadc->dev, "GPADC to voltage conversion failed ch:" ab8500_gpadc_sw_hw_convert()
343 * @conv_type: selected conversion type (HW or SW conversion)
345 * This function obtains the raw ADC value for an hardware conversion,
486 /* Start SW conversion */ ab8500_gpadc_double_read_raw()
500 /* wait for completion of conversion */ ab8500_gpadc_double_read_raw()
534 "gpadc_conversion: only SW double conversion supported\n"); ab8500_gpadc_double_read_raw()
599 * ab8500_bm_gpadcconvend_handler() - isr for gpadc conversion completion
603 * This is a interrupt service routine for gpadc conversion completion.
944 /* Initialize completion used to notify completion of conversion */ ab8500_gpadc_probe()
1017 /* remove interrupt - completion of Sw ADC conversion */ ab8500_gpadc_remove()
H A Dwm831x-auxadc.c68 /* Enable the conversion if not already running */ wm831x_auxadc_read_irq()
136 /* Disable this conversion, we're about to complete all users */ wm831x_auxadc_irq()
210 "AUXADC conversion timeout\n"); wm831x_auxadc_read_polled()
H A Ducb1x00-core.c193 * 3. start conversion => 102*tsibclk => 8.5us
230 * Start an ADC conversion and wait for the result. Note that
232 * until the trigger is asserted and the conversion is finished.
234 * This function currently spins waiting for the conversion to
237 * If called for a synchronised ADC conversion, it may sleep
469 * Wait for the conversion to complete. ucb1x00_detect_irq()
H A Dezx-pcap.c252 /* start conversion on requested bank, save TS_M bits */ pcap_adc_trigger()
298 /* trigger next conversion (if any) on queue */ pcap_adc_irq()
331 /* start conversion */ pcap_adc_async()
H A Dpcf50633-adc.c66 /* start ADC conversion on selected channel */ adc_setup()
H A Dtps6105x.c4 * boost conversion. Additionally it provides a 1-bit GPIO pin (out or in)
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-wm8775.h28 driver which performs analog -> digital audio conversion for
H A Dpvrusb2-std.h26 // standard bits. Return true if conversion succeeds otherwise return
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.h20 /* conversion for phy txpwr calculations that use .25 dB units */
/linux-4.4.14/arch/x86/include/asm/xen/
H A Dpage.h191 /* Pseudo-physical <-> Guest conversion */ pfn_to_gfn()
208 /* Pseudo-physical <-> Bus conversion */
245 /* VIRT <-> MACHINE conversion */
251 /* VIRT <-> GUEST conversion */
/linux-4.4.14/arch/x86/platform/efi/
H A Defi_stub_64.S2 * Function calling ABI conversion from Linux to EFI for x86_64
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.h65 /* ir_holemask to inode allocation bitmap conversion */
H A Dxfs_dir2.h35 * directory filetype conversion tables.
187 * Directory offset/block conversion functions.
H A Dxfs_symlink_remote.c39 * to FSB conversion.
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h6 /* Old 32-bit PSR fields for the compatibility conversion code. */
/linux-4.4.14/arch/microblaze/include/asm/
H A Dcpuinfo.h18 /* CPU Version and FPGA Family code conversion table type */
/linux-4.4.14/arch/arm/nwfpe/
H A Dsoftfloat.h124 Software IEC/IEEE integer-to-floating-point conversion routines.
135 Software IEC/IEEE single-precision conversion routines.
167 Software IEC/IEEE double-precision conversion routines.
201 Software IEC/IEEE extended double-precision conversion routines.
H A Dsoftfloat.c758 the single-precision floating-point format. The conversion is performed
776 the double-precision floating-point format. The conversion is performed
801 to the extended double-precision floating-point format. The conversion
827 `a' to the 32-bit two's complement integer format. The conversion is
829 Arithmetic---which means in particular that the conversion is rounded
831 positive integer is returned. Otherwise, if the conversion overflows, the
858 `a' to the 32-bit two's complement integer format. The conversion is
860 Arithmetic, except that the conversion is always rounded toward zero. If
862 conversion overflows, the largest integer with the same sign as `a' is
899 `a' to the double-precision floating-point format. The conversion is
931 `a' to the extended double-precision floating-point format. The conversion
1644 `a' to the 32-bit two's complement integer format. The conversion is
1646 Arithmetic---which means in particular that the conversion is rounded
1648 positive integer is returned. Otherwise, if the conversion overflows, the
1672 `a' to the 32-bit two's complement integer format. The conversion is
1674 Arithmetic, except that the conversion is always rounded toward zero. If
1676 conversion overflows, the largest integer with the same sign as `a' is
1719 `a' to the 32-bit two's complement unsigned integer format. The conversion
1721 Arithmetic---which means in particular that the conversion is rounded
1723 positive integer is returned. Otherwise, if the conversion overflows, the
1746 `a' to the 32-bit two's complement integer format. The conversion is
1748 Arithmetic, except that the conversion is always rounded toward zero. If
1750 conversion overflows, the largest positive integer is returned.
1791 `a' to the single-precision floating-point format. The conversion is
1825 `a' to the extended double-precision floating-point format. The conversion
2534 conversion is performed according to the IEC/IEEE Standard for Binary
2535 Floating-point Arithmetic---which means in particular that the conversion
2537 largest positive integer is returned. Otherwise, if the conversion
2562 conversion is performed according to the IEC/IEEE Standard for Binary
2563 Floating-point Arithmetic, except that the conversion is always rounded
2565 Otherwise, if the conversion overflows, the largest integer with the same
2608 conversion is performed according to the IEC/IEEE Standard for Binary
2637 conversion is performed according to the IEC/IEEE Standard for Binary
H A Dfpa11.c110 /* Emulate conversion opcodes. */ EmulateAll()
/linux-4.4.14/drivers/iio/light/
H A Dopt3001.c62 /* The end-of-conversion enable is located in the low-limit register */
69 * Time to wait for conversion result to be ready. The device datasheet
232 * Enable the end-of-conversion interrupt mechanism. Note that doing opt3001_get_lux()
250 /* Configure for single-conversion mode and start a new conversion */ opt3001_get_lux()
269 /* Wait for the IRQ to indicate the conversion is complete */ opt3001_get_lux()
283 * Disable the end-of-conversion interrupt mechanism by restoring the opt3001_get_lux()
/linux-4.4.14/drivers/platform/x86/
H A Dintel_mid_thermal.c139 /* Direct conversion for die temperature */ adc_to_temp()
187 /* Enable the msic for conversion before reading */ mid_read_temp()
222 * configure_adc - enables/disables the ADC for conversion
249 * set_up_therm_channel - enable thermal channel for conversion
252 * Enable all the three channels for conversion
302 * find_free_channel - finds an empty channel for conversion
412 /* Sensor 3 is direct conversion */ initialize_sensor()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Domap4xxx-bandgap.h70 /* ADC conversion table limits */
159 /* ADC conversion table limits */
H A Dti-bandgap.h183 * temperature, clock / rate used, ADC conversion limits and update intervals
349 * @conv_table: Pointer to ADC to temperature conversion table
350 * @adc_start_val: ADC conversion table starting value
351 * @adc_end_val: ADC conversion table ending value
H A Dti-bandgap.c280 /*** Helper functions which manipulate conversion ADC <-> mi Celsius ***/
288 * Simple conversion from ADC representation to mCelsius. In case the ADC value
290 * The conversion table is indexed by the ADC values.
292 * Return: 0 if conversion was successful, else -ERANGE in case the @adc_val
314 * Simple conversion from mCelsius to ADC values. In case the temp value
316 * The conversion table is indexed by the ADC values.
318 * Return: 0 if conversion was successful, else -ERANGE in case the @temp
814 case 0: /* Immediate conversion */ ti_bandgap_write_counter_delay()
967 * ti_bandgap_force_single_read() - executes 1 single ADC conversion
971 * Used to initialize the conversion state machine and set it to a valid
982 /* Select single conversion mode */ ti_bandgap_force_single_read()
H A Domap5xxx-bandgap.h154 /* ADC conversion table limits */
/linux-4.4.14/drivers/acpi/
H A Dacpi_lpat.c22 * LPAT conversion table
56 * LPAT conversion table
/linux-4.4.14/net/ax25/
H A Dax25_addr.c47 * ax25 -> ascii conversion
80 * ascii -> ax25 conversion
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap_twl.c82 * conversion above 1.3V. There are special hardcoded twl6030_vsel_to_uv()
116 * conversion above 1.3V. There are special hardcoded twl6030_uv_to_vsel()
/linux-4.4.14/drivers/tty/serial/
H A Dsamsung.h110 /* conversion functions */
/linux-4.4.14/drivers/input/touchscreen/
H A Dwm9712.c104 * 2 = Edge triggered, edge on pin delays conversion by delay param (above)
105 * 3 = Edge triggered, edge on pin starts conversion after delay param
273 /* wait 3 AC97 time slots + delay for conversion */ wm9712_poll_sample()
337 /* wait 3 AC97 time slots + delay for conversion and read x */ wm9712_poll_coord()
H A Dwm9705.c96 * 2 = Edge triggered, edge on pin delays conversion by delay param (above)
97 * 3 = Edge triggered, edge on pin starts conversion after delay param
233 /* wait 3 AC97 time slots + delay for conversion */ wm9705_poll_sample()
H A Ds3c2410_ts.c186 * s3c24xx_ts_conversion - ADC conversion callback
192 * Called when a conversion has finished.
206 * event during the conversion process which means we can s3c24xx_ts_conversion()
H A Dad7879.c58 #define AD7879_MODE_SCC (1 << 10) /* Single channel conversion */
174 * user-programmable conversion controls include variable acquisition ad7879_report()
175 * time, and first conversion delay. Up to 16 averages can be taken ad7879_report()
176 * per conversion. ad7879_report()
H A Dwm9713.c104 * 2 = Edge triggered, edge on pin delays conversion by delay param (above)
105 * 3 = Edge triggered, edge on pin starts conversion after delay param
283 /* wait 3 AC97 time slots + delay for conversion */ wm9713_poll_sample()
348 /* wait 3 AC97 time slots + delay for conversion */ wm9713_poll_coord()
H A Dad7877.c137 #define AD7877_MODE_SCC (1) /* Single channel conversion */
345 * The combination of 'first conversion delay' and averaging provides a robust solution, ad7877_process_data()
348 * Other user-programmable conversion controls include variable acquisition time, ad7877_process_data()
349 * and first conversion delay. Up to 16 averages can be taken per conversion. ad7877_process_data()
H A Dpcap_ts.c100 /* start adc conversion */ pcap_ts_work()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtda1002x.h56 /* input freq offset + baseband conversion type */
/linux-4.4.14/lib/
H A Dkstrtox.c116 * @res: Where to write the result of the conversion on success.
140 * @res: Where to write the result of the conversion on success.
212 * @res: Where to write the result of the conversion on success.
243 * @res: Where to write the result of the conversion on success.
/linux-4.4.14/net/bridge/netfilter/
H A Debt_limit.c91 * no conversion function needed --
/linux-4.4.14/fs/ntfs/
H A Dendian.h30 * Signed endianness conversion functions.
H A Dtime.h2 * time.h - NTFS time conversion functions. Part of the Linux-NTFS project.
/linux-4.4.14/tools/perf/
H A Dbuiltin-data.c68 pr_err("No conversion support compiled in.\n"); cmd_data_convert()
/linux-4.4.14/tools/perf/tests/
H A Dsw-clock.c16 * then check their frequency -> period conversion has no artifact of
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_audio.c40 * generate table for conversion of s16 to alaw/ulaw *
187 * generate table for conversion law from/to 7-bit alaw-like sample *
401 /* get correct conversion table */ dsp_change_volume()
H A Dl1oip_codec.c4 * -> conversion from a-Law to u-Law
5 * -> conversion from u-Law to a-Law
280 * law conversion
330 /* alloc conversion tables */ l1oip_4bit_alloc()
/linux-4.4.14/drivers/media/platform/
H A Dsh_veu.c57 #define VEU_MCR00 0x200 /* color conversion matrix coefficient 00 */
58 #define VEU_MCR01 0x204 /* color conversion matrix coefficient 01 */
59 #define VEU_MCR02 0x208 /* color conversion matrix coefficient 02 */
60 #define VEU_MCR10 0x20c /* color conversion matrix coefficient 10 */
61 #define VEU_MCR11 0x210 /* color conversion matrix coefficient 11 */
62 #define VEU_MCR12 0x214 /* color conversion matrix coefficient 12 */
63 #define VEU_MCR20 0x218 /* color conversion matrix coefficient 20 */
64 #define VEU_MCR21 0x21c /* color conversion matrix coefficient 21 */
65 #define VEU_MCR22 0x220 /* color conversion matrix coefficient 22 */
66 #define VEU_COFFR 0x224 /* color conversion offset */
67 #define VEU_CBR 0x228 /* color conversion clip */
1104 /* conversion completed */ sh_veu_isr()
/linux-4.4.14/drivers/gpu/drm/i2c/
H A Dadv7511.h274 * @csc_enable: Whether to enable color space conversion
275 * @csc_scaling_factor: Color space conversion scaling factor
276 * @csc_coefficents: Color space conversion coefficents
/linux-4.4.14/arch/x86/platform/ts5500/
H A Dts5500.c258 /* Start conversion (ensure the 3 MSB are set to 0) */ ts5500_adc_convert()
263 * The conversion must complete within 11 microseconds, ts5500_adc_convert()
264 * otherwise we have to re-initiate a conversion. ts5500_adc_convert()
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmapi.h63 DLM_CANCEL, /* 28: conversion request cancelled */
139 #define LKM_CONVERT 0x00000400 /* conversion request */
142 #define LKM_CANCEL 0x00002000 /* cancel conversion request */
H A Ddlmconvert.c6 * underlying calls for lock conversion
110 /* performs lock conversion at the lockres master site
138 "conversion pending\n"); __dlmconvert_master()
197 /* existing conversion requests take precedence */ __dlmconvert_master()
253 /* messages the master site to do lock conversion
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-flash-led-class.c96 * brightness <-> intensity conversion, it also must have defined v4l2_flash_set_led_brightness()
97 * related v4l2 control step == 1. In such a case a backward conversion v4l2_flash_set_led_brightness()
170 * No conversion is needed as LED Flash class also uses v4l2_flash_g_volatile_ctrl()
264 * No conversion is needed as LED Flash class also uses v4l2_flash_s_ctrl()
270 * No conversion is needed as LED Flash class also uses v4l2_flash_s_ctrl()
/linux-4.4.14/sound/mips/
H A Dad1843.c386 /* Setup ad1843 for D/A conversion. */
493 /* 4. Put the conversion resources into standby. */ ad1843_init()
512 /* 6. Configure conversion resources while they are in standby. */ ad1843_init()
521 /* 7. Enable conversion resources. */ ad1843_init()
532 /* 8. Configure conversion resources while they are enabled. */ ad1843_init()
/linux-4.4.14/fs/cifs/
H A Dcifs_unicode.c118 * This function handles the conversion of a single character. It is the
120 * enough to hold the result of the conversion (at least NLS_MAX_CHARSET_SIZE).
215 * conversion bleed into the null terminator cifs_from_utf16()
264 * as caller should have assumed conversion does not overflow cifs_strtoUTF16()
299 * cifs_utf16_bytes - how long will a string be after conversion?
554 * cifs_local_to_utf16_bytes - how long will a string be after conversion?
574 /* Failed conversion defaults to a question mark */ cifs_local_to_utf16_bytes()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c100 * 64b to 49b Address conversion
115 * as part of the 64b to 49b conversion.
117 * Where this 64b to 49b conversion is done is a function of the usage.
124 * the driver is what handles the 64b to 49b conversion and the base
132 * the GPU hw does the 64b to 49b conversion before passing memory
137 * In all cases (no matter where the 64b -> 49b conversion is done), the gfxip
/linux-4.4.14/drivers/iio/imu/
H A Dadis.c360 * adis_single_conversion() - Performs a single sample conversion
364 * @val: Result of the conversion
368 * The function performs a single conversion on a given channel and post
/linux-4.4.14/drivers/ide/
H A Dqd65xx.h55 char model[4]; /* 4 chars from Model number, no conversion */
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_vid.c94 /* Color conversion parameters */ sti_vid_init()
/linux-4.4.14/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c13 * colorspace conversion, and compositing of pixels stored in
/linux-4.4.14/arch/unicore32/include/asm/
H A Dmemory.h54 * Physical vs virtual RAM address space conversion. These are
/linux-4.4.14/fs/hpfs/
H A Dname.c67 pr_err("can't allocate memory for name conversion buffer\n"); hpfs_translate_name()
/linux-4.4.14/kernel/time/
H A Dclocksource.c45 * @maxsec: guaranteed runtime conversion range in seconds
54 * The @maxsec conversion range argument controls the time frame in
55 * seconds which must be covered by the runtime conversion with the
57 * overflow happens when the input value of the conversion is
59 * reduce the conversion accuracy by chosing smaller mult and shift
69 * Calculate the shift factor which is limiting the conversion clocks_calc_mult_shift()
79 * Find the conversion shift/mult pair which has the best clocks_calc_mult_shift()
80 * accuracy and fits the maxsec conversion range: clocks_calc_mult_shift()
674 * conversion precision. 10 minutes is still a reasonable __clocksource_update_freq_scale()
H A Djiffies.c43 * conversion, the .shift value could be zero. However
H A Dsched_clock.c30 * @mult: Multipler for scaled math conversion.
31 * @shift: Shift value for scaled math conversion.
/linux-4.4.14/include/linux/mtd/
H A Dxip.h54 * note 1: conversion to usec can be approximated, as long as the
/linux-4.4.14/arch/powerpc/kernel/
H A Dsys_ppc32.c8 * These routines maintain argument size conversion between 32bit and 64bit
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-xscom.c86 * conversion here. To leave room for further xscom address opal_scom_unmangle()
/linux-4.4.14/arch/mips/include/asm/
H A Daddrspace.h112 * Cache modes for XKPHYS address conversion macros
/linux-4.4.14/arch/powerpc/xmon/
H A Dspu.h117 /* For float <-> int conversion */
/linux-4.4.14/arch/m68k/include/asm/
H A Dpage_mm.h123 * TODO: implement (fast) pfn<->pgdat_idx conversion functions, this makes lots
/linux-4.4.14/net/ipv4/
H A Dudp_tunnel.c64 /* Enable CHECKSUM_UNNECESSARY to CHECKSUM_COMPLETE conversion */ setup_udp_tunnel_sock()
/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_sru.c186 /* The SRU can't perform format conversion, the sink format is sru_enum_mbus_code()
265 /* The SRU can't perform format conversion. */ sru_try_format()
H A Dvsp1_uds.c189 /* The UDS can't perform format conversion, the sink format is uds_enum_mbus_code()
262 /* The UDS scales but can't perform format conversion. */ uds_try_format()
H A Dvsp1_lif.c94 /* The LIF can't perform format conversion, the sink format is lif_enum_mbus_code()
H A Dvsp1_lut.c102 /* The LUT can't perform format conversion, the sink format is lut_enum_mbus_code()
/linux-4.4.14/drivers/power/
H A Drx51_battery.c53 * This conversion formula was extracted from maemo program bsi-read
144 * This conversion formula was extracted from maemo program bsi-read
/linux-4.4.14/mm/
H A Dframe_vector.c118 * frame_vector_pages() might needed to do a conversion when put_vaddr_frames()
136 * Convert @vec to contain array of page pointers. If the conversion is
/linux-4.4.14/net/atm/
H A Dioctl.c194 * The compat_ioctl handling is duplicated, using both these conversion
198 * killing the conversion code.
/linux-4.4.14/include/linux/iio/
H A Dconsumer.h190 * @processed: The result of the conversion
191 * @scale: Scale factor to apply during the conversion
/linux-4.4.14/drivers/mtd/nand/
H A Dau1550nd.c66 * read function for 16bit buswidth with endianness conversion
81 * write function for 16bit buswidth with endianness conversion
94 * read function for 16bit buswidth without endianness conversion
/linux-4.4.14/drivers/gpu/ipu-v3/
H A Dipu-ic.c245 dev_err(priv->ipu->dev, "Unsupported color space conversion\n"); init_csc()
406 /* need transparent CSC1 conversion */ ipu_ic_task_graphics_init()
476 /* Setup color space conversion */ ipu_ic_task_init()
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-tpg-colors.c8 * The tpg_csc_colors[] table is the result of that conversion and since
9 * it is precalculated the colorspace conversion is just a simple table
45 * Colors to test colorspace conversion: converting these colors
/linux-4.4.14/drivers/scsi/
H A Dpas16.h51 * DMA conversion is used). The counter uses a 28.224MHz clock
/linux-4.4.14/drivers/staging/iio/adc/
H A Dlpc32xx_adc.c83 /* Trigger conversion */ lpc32xx_read_raw()
/linux-4.4.14/drivers/staging/iio/gyro/
H A Dadis16060_core.c66 * conversion process on the falling edge of MSEL1 and adis16060_spi_read()
/linux-4.4.14/drivers/iio/magnetometer/
H A Dak8975.c543 /* Wait for the conversion to complete. */ wait_conversion_complete_gpio()
569 /* Wait for the conversion to complete. */ wait_conversion_complete_polled()
591 /* Returns 0 if the end of conversion interrupt occured or -ETIME otherwise */ wait_conversion_complete_interrupt()
622 /* Wait for the conversion to complete. */ ak8975_read_axis()
/linux-4.4.14/drivers/iio/temperature/
H A Dtsys01.c32 struct mutex lock; /* lock during conversion */
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-core.h128 /* Image conversion flags */
136 * YCbCr data dynamic range for RGB-YUV color conversion.
177 * and color format conversion)
481 * @flags: additional flags for image conversion
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Disppreview.h74 * @csc: Color space conversion (RGB to YCbCr) parameters.
/linux-4.4.14/drivers/clocksource/
H A Di8253.c167 * Initialize the conversion factor and the min/max deltas of the clock event
/linux-4.4.14/arch/x86/boot/
H A Dprintf.c187 /* get the conversion qualifier */ vsprintf()
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpage.h166 * These macros are for conversion of kernel address, not user
/linux-4.4.14/fs/jffs2/
H A Dos-linux.h15 /* JFFS2 uses Linux mode bits natively -- no need for conversion */
/linux-4.4.14/fs/reiserfs/
H A Dioctl.c217 /* conversion can change page contents, must flush */ reiserfs_unpack()
/linux-4.4.14/arch/microblaze/kernel/
H A Dptrace.c114 * virt_to_phys conversion is necessary. arch_ptrace()
/linux-4.4.14/arch/mips/loongson64/common/cs5536/
H A Dcs5536_mfgpt.c114 * Initialize the conversion factor and the min/max deltas of the clock event
/linux-4.4.14/arch/mn10300/proc-mn103e010/include/proc/
H A Ddmactl-regs.h35 #define DMxCTR_BG_ADC 0x0000000e /* - A/D conversion end interrupt source */
/linux-4.4.14/arch/arm64/include/asm/
H A Dmemory.h74 * Physical vs virtual RAM address space conversion. These are
/linux-4.4.14/sound/pci/ctxfi/
H A Dctatc.h67 void **srccs; /* SRCs for sample rate conversion */
/linux-4.4.14/tools/include/linux/
H A Dfilter.h67 /* Endianess conversion, cpu_to_{l,b}e(), {l,b}e_to_cpu() */
/linux-4.4.14/include/linux/mfd/
H A Dmc13xxx.h209 /* Use the ATO delay only for the first conversion or for each one */
/linux-4.4.14/tools/perf/arch/
H A Dcommon.c103 * The conversion logic comes from the Makefile.
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750_accel.c238 pixel values. Need Byte to pixel conversion. hw_copyarea()
339 pixel values. Need Byte to pixel conversion. hw_imageblit()
/linux-4.4.14/drivers/staging/iio/light/
H A Disl29028.c110 /* Wait for conversion to be complete for first sample */ isl29028_enable_proximity()
159 /* Need to wait for conversion time if ALS/IR mode enabled */ isl29028_set_als_ir_mode()

Completed in 7647 milliseconds

1234