Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 136) sorted by relevance

123456

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hisi_ptt18 will return an error, and out of range values will be converted
28 will return an error, and out of range values will be converted
38 will return an error, and out of range values will be converted
49 will return an error, and out of range values will be converted
60 will return an error, and out of range values will be converted
/linux-6.12.1/tools/testing/selftests/pidfd/
Dpidfd_open_test.c24 static int safe_int(const char *numstr, int *converted) in safe_int() argument
43 *converted = (int)sli; in safe_int()
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-ima.rst157 (converted from ASCII to text for readability)
198 (converted from ASCII to text for readability)
236 (converted from ASCII to text for readability)
270 (converted from ASCII to text for readability)
303 (converted from ASCII to text for readability)
315 (converted from ASCII to text for readability)
367 (converted from ASCII to text for readability)
410 (converted from ASCII to text for readability)
453 (converted from ASCII to text for readability)
480 (converted from ASCII to text for readability)
[all …]
/linux-6.12.1/Documentation/arch/arm/nwfpe/
Dnotes.rst16 f4 had been converted to an extended value in the emulator.
19 converted to extended, then stored. If an lfm/sfm combination had been used,
/linux-6.12.1/Documentation/filesystems/iomap/
Dporting.rst82 The buffered read I/O paths doesn't need to be converted yet, though the
83 direct I/O read path should be converted in this phase.
105 need to be converted.
111 converted to use iomap.
/linux-6.12.1/drivers/accessibility/speakup/
Dspeakup_soft.c341 int converted; in softsynth_write() local
343 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write()
345 if (converted < 0) in softsynth_write()
346 return converted; in softsynth_write()
/linux-6.12.1/Documentation/translations/ko_KR/core-api/wrappers/
Dmemory-barriers.rst3 until such a time as that file can be converted directly.
/linux-6.12.1/Documentation/core-api/wrappers/
Datomic_t.rst3 until such a time as that file can be converted directly.
Datomic_bitops.rst3 until such a time as that file can be converted directly.
Dmemory-barriers.rst3 until such a time as that file can be converted directly.
/linux-6.12.1/Documentation/translations/sp_SP/wrappers/
Dmemory-barriers.rst4 converted directly.
/linux-6.12.1/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-g-topology.rst75 stored, converted to a 64-bits integer. It can be zero. if zero,
90 stored, converted to a 64-bits integer. It can be zero. if zero,
105 converted to a 64-bits integer. It can be zero. if zero, the ioctl
119 converted to a 64-bits integer. It can be zero. if zero, the ioctl
/linux-6.12.1/drivers/staging/olpc_dcon/
DTODO3 1. The underlying fbdev drivers need to be converted into drm kernel
/linux-6.12.1/Documentation/devicetree/bindings/
Dxilinx.txt38 and all underscores '_' converted to dashes '-'.
41 dropped from the parameter name, the name is converted
43 converted to dashes '-'.
/linux-6.12.1/tools/perf/Documentation/
Dperf-help.txt27 former is internally converted into the latter.
/linux-6.12.1/drivers/video/fbdev/omap/
Dsossi.c319 t->converted = 0; in sossi_convert_timings()
333 t->converted = 1; in sossi_convert_timings()
340 BUG_ON(!t->converted); in sossi_set_timings()
Domapfb.h107 int converted; member
/linux-6.12.1/kernel/rcu/
DKconfig.debug18 need to be converted to pass a lockdep expression. To prevent
20 users are converted, we can remove this config option.
92 says to use the RCU_CPU_STALL_TIMEOUT value converted from
/linux-6.12.1/Documentation/hwmon/
Dtwl4030-madc-hwmon.rst47 the temperature channel shows the converted temperature in
/linux-6.12.1/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst159 static variables. Those have to be converted to use the members in
161 use signed int, so this has to be converted, too.
176 used. This needs to be converted by initializing the status variable of the
/linux-6.12.1/drivers/gpio/
DTODO120 - Look over and identify any remaining easily converted drivers and
144 - Look over and identify any remaining easily converted drivers and
208 A small number of drivers have been converted (pl061, tegra186, msm,
211 cannot be converted yet, but watch this space!
/linux-6.12.1/tools/testing/selftests/net/af_unix/
Dscm_pidfd.c34 static int safe_int(const char *numstr, int *converted) in safe_int() argument
53 *converted = (int)sli; in safe_int()
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/linux-6.12.1/Documentation/filesystems/bcachefs/
Derrorcodes.rst12 code that has yet to be converted - feel free to clean it up!
/linux-6.12.1/Documentation/gpu/
Dtodo.rst48 converted over. Modern compositors like Wayland or Surfaceflinger on Android
53 non-converted driver. The "Atomic mode setting design overview" series [2]_
110 converted over to the new infrastructure.
238 drm_atomic_helper_suspend/resume() can probably be converted to use
360 - Once all drivers are converted, remove the load/unload callbacks.
416 interface have been converted to use struct iosys_map, but implementations
658 drm_rect) are former selftests suites that have been converted over when KUnit
845 drivers that are still useful should be converted to DRM and afterwards
848 Very simple fbdev drivers can best be converted by starting with a new

123456