Home
last modified time | relevance | path

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

12345

/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_open_test.c25 static int safe_int(const char *numstr, int *converted) in safe_int() argument
44 *converted = (int)sli; in safe_int()
/Linux-v5.4/drivers/staging/speakup/
Dspeakup_soft.c320 int converted; in softsynth_write() local
322 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write()
324 if (converted < 0) in softsynth_write()
325 return converted; in softsynth_write()
/Linux-v5.4/Documentation/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-v5.4/drivers/staging/olpc_dcon/
DTODO3 1. The underlying fbdev drivers need to be converted into drm kernel
/Linux-v5.4/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.
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst83 stored, converted to a 64-bits integer. It can be zero. if zero,
98 stored, converted to a 64-bits integer. It can be zero. if zero,
113 converted to a 64-bits integer. It can be zero. if zero, the ioctl
127 converted to a 64-bits integer. It can be zero. if zero, the ioctl
/Linux-v5.4/tools/perf/Documentation/
Dperf-help.txt27 former is internally converted into the latter.
/Linux-v5.4/Documentation/hwmon/
Dtwl4030-madc-hwmon.rst47 the temperature channel shows the converted temperature in
/Linux-v5.4/drivers/video/fbdev/omap/
Dsossi.c317 t->converted = 0; in sossi_convert_timings()
331 t->converted = 1; in sossi_convert_timings()
338 BUG_ON(!t->converted); in sossi_set_timings()
Domapfb.h107 int converted; member
/Linux-v5.4/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst160 static variables. Those have to be converted to use the members in
162 use signed int, so this has to be converted, too.
177 used. This needs to be converted by initializing the status variable of the
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddriver.rst30 being converted completely to the new model::
42 Most drivers will not be able to be converted completely to the new
112 complexity and code size, it is recommended that they are converted as
/Linux-v5.4/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt5 key scans from the EC. These are then converted into keycodes for processing
/Linux-v5.4/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-v5.4/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt5 # This can be converted into a diagram using the service
Dgen_stats.txt86 and ewma log need to be converted to the appropriate values.
/Linux-v5.4/drivers/gpio/
DTODO80 - Look over and identify any remaining easily converted drivers and
133 - Look over and identify any remaining easily converted drivers and
/Linux-v5.4/Documentation/
Ddigsig.txt83 Keys can be in PEM or converted to the kernel format.
/Linux-v5.4/Documentation/devicetree/bindings/iio/dac/
Dad5758.txt23 The output of the DAC core is either converted to a
/Linux-v5.4/Documentation/gpu/
Dtodo.rst27 converted over. Modern compositors like Wayland or Surfaceflinger on Android
32 non-converted driver (again virtual HW drivers for KVM are still all
59 converted over to the new infrastructure.
136 drm_atomic_helper_suspend/resume() can probably be converted to use
257 Once all instances of vrefresh have been converted, remove vrefresh from
/Linux-v5.4/arch/m68k/fpsp040/
Ddecbin.S32 | The mantissa digits will be converted with the decimal point
47 | representation (ex. 0.1E2, 1E1, 10E0, 100E-1), is converted
/Linux-v5.4/Documentation/sound/designs/
Dseq-oss.rst24 They are converted to the ALSA sequencer events, and sent to the
362 The events via MIDI devices are parsed in OSS sequencer and converted
364 is also converted to MIDI byte events by OSS sequencer. This works just
/Linux-v5.4/Documentation/driver-api/acpi/
Dlinuxized-acpica.rst128 converted into a linuxized ACPICA patch. Together, they form the monthly
191 Ideally, all of the ACPICA commits should be converted into Linux patches
/Linux-v5.4/Documentation/filesystems/nfs/
Didmapper.txt67 description. The serialized key is first converted into a key_serial_t, and

12345