Home
last modified time | relevance | path

Searched full:conversion (Results 1 – 25 of 2328) sorted by relevance

12345678910>>...94

/kernel/linux/linux-6.6/include/video/
Dimx-ipu-image-convert.h5 * i.MX Queued image conversion support, with tiling and rotation.
15 * struct ipu_image_convert_run - image conversion run request struct
17 * @ctx: the conversion context
35 * ipu_image_convert_cb_t - conversion callback function prototype
37 * @run: the completed conversion run pointer
83 * ipu_image_convert_prepare() - prepare a conversion context.
93 * Returns an opaque conversion context pointer on success, error pointer
107 * ipu_image_convert_unprepare() - unprepare a conversion context.
109 * @ctx: the conversion context pointer to unprepare
122 * ipu_image_convert_queue() - queue a conversion run
[all …]
/kernel/linux/linux-5.10/include/video/
Dimx-ipu-image-convert.h5 * i.MX Queued image conversion support, with tiling and rotation.
15 * struct ipu_image_convert_run - image conversion run request struct
17 * @ctx: the conversion context
35 * ipu_image_convert_cb_t - conversion callback function prototype
37 * @run: the completed conversion run pointer
83 * ipu_image_convert_prepare() - prepare a conversion context.
93 * Returns an opaque conversion context pointer on success, error pointer
107 * ipu_image_convert_unprepare() - unprepare a conversion context.
109 * @ctx: the conversion context pointer to unprepare
122 * ipu_image_convert_queue() - queue a conversion run
[all …]
/kernel/linux/linux-6.6/Documentation/w1/slaves/
Dw1_therm.rst18 w1_therm provides basic temperature conversion for ds18*20, ds28ea00, GX20MH01
32 read sequence will initiate a temperature conversion, then provide two
46 in the module), it will drive the line high during the longer conversion
48 ``therm_bulk_read`` will return 0 if no bulk conversion pending,
49 -1 if at least one sensor still in conversion, 1 if conversion is complete
52 may return empty if conversion is still in progress. Note that if a bulk
57 A strong pullup will be applied during the conversion if required.
59 ``conv_time`` is used to get current conversion time (read), and
60 adjust it (write). A temperature conversion time depends on the device type and
61 its current resolution. Default conversion time is set by the driver according
[all …]
/kernel/linux/linux-5.10/Documentation/w1/slaves/
Dw1_therm.rst17 w1_therm provides basic temperature conversion for ds18*20, ds28ea00, GX20MH01
31 read sequence will initiate a temperature conversion, then provide two
45 in the module), it will drive the line high during the longer conversion
47 ``therm_bulk_read`` will return 0 if no bulk conversion pending,
48 -1 if at least one sensor still in conversion, 1 if conversion is complete
51 may return empty if conversion is still in progress. Note that if a bulk
56 A strong pullup will be applied during the conversion if required.
58 ``conv_time`` is used to get current conversion time (read), and
59 adjust it (write). A temperature conversion time depends on the device type and
60 it's current resolution. Default conversion time is set by the driver according
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-w1_therm81 a conversion and send the result. Note that the
82 conversion duration depend on the resolution (if
115 (RW) trigger a bulk read conversion. read the status
119 conversion in progress on at least 1 sensor
121 conversion complete but at least one sensor
125 trigger a conversion on each device
143 (RW) Get, set, or measure a temperature conversion time. The
145 reset to default (datasheet) conversion time for a new
149 Actual conversion time in milliseconds.
153 Set the default conversion time from the datasheet.
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-w1_therm81 a conversion and send the result. Note that the
82 conversion duration depend on the resolution (if
115 (RW) trigger a bulk read conversion. read the status
119 conversion in progress on at least 1 sensor
121 conversion complete but at least one sensor
125 trigger a conversion on each device
143 (RW) Get, set, or measure a temperature conversion time. The
145 reset to default (datasheet) conversion time for a new
149 Actual conversion time in milliseconds.
153 Set the default conversion time from the datasheet.
[all …]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dutstrtoul64.c4 * Module Name: utstrtoul64 - String-to-integer conversion support for both
18 * conversion functions:
24 * 2) Runtime "Explicit conversion" as defined in the ACPI specification.
25 * 3) Runtime "Implicit conversion" as defined in the ACPI specification.
30 * iASL - Main parser, conversion of constants to integers
34 * debugger - Command line input string conversion
67 * full 64-bit conversion, regardless of the current global
73 * iASL - Main ASL parser, conversion of ASL constants to integers
120 * Force a full 64-bit conversion. The caller (usually iASL) must in acpi_ut_strtoul64()
128 * Perform the base 8, 10, or 16 conversion. A 64-bit numeric overflow in acpi_ut_strtoul64()
[all …]
Dexconvrt.c4 * Module Name: exconvrt - Object conversion routines
29 * implicit_conversion - Used for string conversion
53 /* No conversion necessary */ in acpi_ex_convert_to_integer()
83 /* String conversion is different than Buffer conversion */ in acpi_ex_convert_to_integer()
93 * Explicit conversion is used only by to_integer. in acpi_ex_convert_to_integer()
185 /* No conversion necessary */ in acpi_ex_convert_to_buffer()
363 * type - String flags (base and conversion type)
388 /* No conversion necessary */ in acpi_ex_convert_to_string()
446 * Explicit conversion from the to_decimal_string ASL operator. in acpi_ex_convert_to_string()
470 * Implicit buffer-to-string conversion in acpi_ex_convert_to_string()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutstrtoul64.c4 * Module Name: utstrtoul64 - String-to-integer conversion support for both
18 * conversion functions:
24 * 2) Runtime "Explicit conversion" as defined in the ACPI specification.
25 * 3) Runtime "Implicit conversion" as defined in the ACPI specification.
30 * iASL - Main parser, conversion of constants to integers
34 * debugger - Command line input string conversion
67 * full 64-bit conversion, regardless of the current global
73 * iASL - Main ASL parser, conversion of ASL constants to integers
120 * Force a full 64-bit conversion. The caller (usually iASL) must in acpi_ut_strtoul64()
128 * Perform the base 8, 10, or 16 conversion. A 64-bit numeric overflow in acpi_ut_strtoul64()
[all …]
Dexconvrt.c4 * Module Name: exconvrt - Object conversion routines
29 * implicit_conversion - Used for string conversion
53 /* No conversion necessary */ in acpi_ex_convert_to_integer()
83 /* String conversion is different than Buffer conversion */ in acpi_ex_convert_to_integer()
93 * Explicit conversion is used only by to_integer. in acpi_ex_convert_to_integer()
185 /* No conversion necessary */ in acpi_ex_convert_to_buffer()
363 * type - String flags (base and conversion type)
388 /* No conversion necessary */ in acpi_ex_convert_to_string()
446 * Explicit conversion from the to_decimal_string ASL operator. in acpi_ex_convert_to_string()
470 * Implicit buffer-to-string conversion in acpi_ex_convert_to_string()
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Dep93xx_adc.c7 * The driver uses polling to get the conversion status. According to EP93xx
8 * datasheets, reading ADCResult register starts the conversion, but user is also
9 * responsible for ensuring that delay between adjacent conversion triggers is
10 * long enough so that maximum allowed conversion rate is not exceeded. This
27 * lower ADC conversion rate down to CONFIG_HZ, so we fallback to busy wait
31 * conversion, while busy wait-based version consumes whole CPU power.
106 /* Start the conversion, eventually discarding old result */ in ep93xx_read_raw()
108 /* Ensure maximum conversion rate is not exceeded */ in ep93xx_read_raw()
111 /* At this point conversion must be completed, but anyway... */ in ep93xx_read_raw()
124 dev_err(&iiodev->dev, "Conversion timeout\n"); in ep93xx_read_raw()
[all …]
/kernel/linux/linux-6.6/drivers/iio/adc/
Dep93xx_adc.c7 * The driver uses polling to get the conversion status. According to EP93xx
8 * datasheets, reading ADCResult register starts the conversion, but user is also
9 * responsible for ensuring that delay between adjacent conversion triggers is
10 * long enough so that maximum allowed conversion rate is not exceeded. This
28 * lower ADC conversion rate down to CONFIG_HZ, so we fallback to busy wait
32 * conversion, while busy wait-based version consumes whole CPU power.
107 /* Start the conversion, eventually discarding old result */ in ep93xx_read_raw()
109 /* Ensure maximum conversion rate is not exceeded */ in ep93xx_read_raw()
112 /* At this point conversion must be completed, but anyway... */ in ep93xx_read_raw()
125 dev_err(&iiodev->dev, "Conversion timeout\n"); in ep93xx_read_raw()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
Dia_css_csc_types.h20 * CSS-API header file for Color Space Conversion parameters.
28 * 1. Color Space Conversion (YCgCo to YUV) for ISP1.
29 * ISP block: CSC1 (Color Space Conversion)
36 * 3. Color Space Conversion (RGB to YUV) for ISP2.
37 * ISP block: CSC2 (Color Space Conversion)
74 s32 matrix[3 * 3]; /** Conversion matrix.
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
Dia_css_csc_types.h20 * CSS-API header file for Color Space Conversion parameters.
28 * 1. Color Space Conversion (YCgCo to YUV) for ISP1.
29 * ISP block: CSC1 (Color Space Conversion)
36 * 3. Color Space Conversion (RGB to YUV) for ISP2.
37 * ISP block: CSC2 (Color Space Conversion)
74 s32 matrix[3 * 3]; /** Conversion matrix.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dad7879.txt14 - adi,first-conversion-delay : 0-12: In 128us steps (starting with 128us)
34 - adi,conversion-interval: : 0 : convert one time only
48 adi,first-conversion-delay = /bits/ 8 <3>;
52 adi,conversion-interval = /bits/ 8 <255>;
66 adi,first-conversion-delay = /bits/ 8 <3>;
70 adi,conversion-interval = /bits/ 8 <255>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dad7879.txt14 - adi,first-conversion-delay : 0-12: In 128us steps (starting with 128us)
34 - adi,conversion-interval: : 0 : convert one time only
48 adi,first-conversion-delay = /bits/ 8 <3>;
52 adi,conversion-interval = /bits/ 8 <255>;
66 adi,first-conversion-delay = /bits/ 8 <3>;
70 adi,conversion-interval = /bits/ 8 <255>;
/kernel/linux/linux-6.6/include/linux/platform_data/
Dapds990x.h23 * @cf1: clear channel factor 1 for raw to lux conversion
24 * @irf1: IR channel factor 1 for raw to lux conversion
25 * @cf2: clear channel factor 2 for raw to lux conversion
26 * @irf2: IR channel factor 2 for raw to lux conversion
27 * @df: device factor for conversion formulas
/kernel/linux/linux-6.6/arch/s390/include/asm/
Debcdic.h3 * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines.
15 extern __u8 _ascebc_500[256]; /* ASCII -> EBCDIC 500 conversion table */
16 extern __u8 _ebcasc_500[256]; /* EBCDIC 500 -> ASCII conversion table */
17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */
18 extern __u8 _ebcasc[256]; /* EBCDIC -> ASCII conversion table */
/kernel/linux/linux-5.10/arch/s390/include/asm/
Debcdic.h3 * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines.
15 extern __u8 _ascebc_500[256]; /* ASCII -> EBCDIC 500 conversion table */
16 extern __u8 _ebcasc_500[256]; /* EBCDIC 500 -> ASCII conversion table */
17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */
18 extern __u8 _ebcasc[256]; /* EBCDIC -> ASCII conversion table */
/kernel/linux/linux-5.10/include/linux/platform_data/
Dapds990x.h23 * @cf1: clear channel factor 1 for raw to lux conversion
24 * @irf1: IR channel factor 1 for raw to lux conversion
25 * @cf2: clear channel factor 2 for raw to lux conversion
26 * @irf2: IR channel factor 2 for raw to lux conversion
27 * @df: device factor for conversion formulas
/kernel/linux/linux-5.10/drivers/hwmon/
Dbt1-pvt.h79 * conversion in order to have the thresholds checked and the
176 * @thres_sts_lo: low threshold status saved on the previous data conversion.
177 * @thres_sts_hi: high threshold status saved on the previous data conversion.
179 * @conversion: data conversion completion.
188 struct completion conversion; member
201 * when the alarms enabled, or the data conversion interface
203 * @sensor: current PVT sensor the data conversion is being performed for.
205 * @timeout: conversion timeout cache.
/kernel/linux/linux-6.6/drivers/hwmon/
Dbt1-pvt.h79 * conversion in order to have the thresholds checked and the
176 * @thres_sts_lo: low threshold status saved on the previous data conversion.
177 * @thres_sts_hi: high threshold status saved on the previous data conversion.
179 * @conversion: data conversion completion.
188 struct completion conversion; member
201 * when the alarms enabled, or the data conversion interface
203 * @sensor: current PVT sensor the data conversion is being performed for.
205 * @timeout: conversion timeout cache.
/kernel/linux/linux-5.10/Documentation/hwmon/
Dina3221.rst23 and supply voltage, with programmable conversion times and averaging, current
62 update_interval Data conversion time in millisecond, following:
68 * BC: bus-voltage conversion time in millisecond
69 * SC: shunt-voltage conversion time in millisecond
71 Affects both Bus- and Shunt-voltage conversion time.
73 and SC to 140 us (minimum conversion time).
/kernel/linux/linux-6.6/Documentation/hwmon/
Dina3221.rst23 and supply voltage, with programmable conversion times and averaging, current
62 update_interval Data conversion time in millisecond, following:
68 * BC: bus-voltage conversion time in millisecond
69 * SC: shunt-voltage conversion time in millisecond
71 Affects both Bus- and Shunt-voltage conversion time.
73 and SC to 140 us (minimum conversion time).
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dpixfmt-v4l2.rst116 conversion, it will return another supported colorspace.
117 The driver indicates that colorspace conversion is supported by setting
160 conversion, it will return another supported encoding.
162 ycbcr_enc conversion is supported by setting the flag
174 conversion, it will return another supported encoding.
176 that hsv_enc conversion is supported by setting the flag
190 conversion, it will return another supported quantization.
191 The driver indicates that quantization conversion is supported by setting
203 conversion, it will return another supported transfer function.
204 The driver indicates that xfer_func conversion is supported by setting
[all …]

12345678910>>...94