Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/staging/speakup/
Dspeakup_soft.c313 int converted; in softsynth_write() local
315 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write()
317 if (converted < 0) in softsynth_write()
318 return converted; in softsynth_write()
/Linux-v4.19/Documentation/arm/nwfpe/
DNOTES13 f4 had been converted to an extended value in the emulator.
16 converted to extended, then stored. If an lfm/sfm combination had been used,
/Linux-v4.19/drivers/staging/media/imx074/
DTODO1 This sensor driver needs to be converted to a regular
/Linux-v4.19/drivers/staging/media/mt9t031/
DTODO1 This sensor driver needs to be converted to a regular
/Linux-v4.19/drivers/staging/mt7621-pci/
DTODO3 - can this be converted to not require PCI_DRIVERS_LEGACY ??
/Linux-v4.19/Documentation/media/uapi/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-v4.19/tools/perf/Documentation/
Dperf-help.txt27 former is internally converted into the latter.
/Linux-v4.19/Documentation/hwmon/
Dtwl4030-madc-hwmon43 the temperature channel shows the converted temperature in
/Linux-v4.19/drivers/video/fbdev/omap/
Dsossi.c330 t->converted = 0; in sossi_convert_timings()
344 t->converted = 1; in sossi_convert_timings()
351 BUG_ON(!t->converted); in sossi_set_timings()
Domapfb.h120 int converted; member
/Linux-v4.19/drivers/staging/media/bcm2048/
DTODO7 Most drivers are by now converted to the control framework, so you will
/Linux-v4.19/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt158 static variables. Those have to be converted to use the members in
160 use signed int, so this has to be converted, too.
175 used. This needs to be converted by initializing the status variable of the
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/Linux-v4.19/Documentation/driver-model/
Ddriver.txt29 being converted completely to the new model.
41 Most drivers will not be able to be converted completely to the new
109 complexity and code size, it is recommended that they are converted as
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt5 key scans from the EC. These are then converted into keycodes for processing
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/devicetree/bindings/iio/dac/
Dad5758.txt23 The output of the DAC core is either converted to a
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Drfbi.c446 if (!t->converted) { in rfbi_set_timings()
452 BUG_ON(!t->converted); in rfbi_set_timings()
566 t->converted = 1; in rfbi_convert_timings()
/Linux-v4.19/Documentation/gpu/
Dtodo.rst23 Once all existing drivers are converted we can also remove those bus support
26 All you need is a GPU for a non-converted driver (currently almost all of
52 converted over. Modern compositors like Wayland or Surfaceflinger on Android
57 non-converted driver (again virtual HW drivers for KVM are still all
84 converted over to the new infrastructure.
192 drm_atomic_helper_suspend/resume() can probably be converted to use
/Linux-v4.19/Documentation/
Ddigsig.txt83 Keys can be in PEM or converted to the kernel format.
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dsimple-scu-card.txt25 - simple-audio-card,convert-channels : platform specified converted channel size (2 - 8 ch)
/Linux-v4.19/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-v4.19/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

12345