Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 168) sorted by relevance

1234567

/Linux-v4.19/tools/perf/Documentation/
Dperf-data.txt19 convert::
21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
25 OPTIONS for 'convert'
43 Default is off, only convert samples.
Dperf.txt24 data-convert - data convert command debug messages
/Linux-v4.19/drivers/fmc/
Dfmc-sdb.c19 int convert) in __sdb_rd() argument
22 if (convert) in __sdb_rd()
32 int i, j, n, convert = 0; in __fmc_scan_sdb_tree() local
39 convert = 1; in __fmc_scan_sdb_tree()
46 onew = __sdb_rd(fmc, sdb_addr + 4, convert); in __fmc_scan_sdb_tree()
68 __sdb_rd(fmc, sdb_addr + (i * 64) + j, convert); in __fmc_scan_sdb_tree()
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmconvert.c374 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local
383 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request()
384 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request()
385 convert.requested_type = type; in dlm_send_remote_convert_request()
386 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request()
387 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request()
388 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request()
389 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request()
392 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
Ddlmlock.c565 int convert = 0, recovery = 0; in dlmlock() local
586 convert = (flags & LKM_CONVERT); in dlmlock()
590 (!dlm_is_recovery_lock(name, namelen) || convert) ) { in dlmlock()
594 if (convert && (flags & LKM_LOCAL)) { in dlmlock()
599 if (convert) { in dlmlock()
747 if (lock && !convert) in dlmlock()
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Daudio-graph-scu-card.txt28 - convert-rate
29 - convert-channels
47 convert-rate = <48000>;
84 convert-rate = <48000>;
Dsimple-scu-card.txt4 For example, you can use this driver if you want to exchange sampling rate convert,
24 - simple-audio-card,convert-rate : platform specified sampling rate convert
25 - simple-audio-card,convert-channels : platform specified converted channel size (2 - 8 ch)
52 simple-audio-card,convert-rate = <48000>;
/Linux-v4.19/drivers/staging/fbtft/
DTODO1 * convert all uses of the old GPIO API from <linux/gpio.h> to the
6 * convert all these over to drm_simple_display_pipe and submit for inclusion
/Linux-v4.19/drivers/w1/slaves/
Dw1_therm.c214 int (*convert)(u8 rom[9]); member
233 .convert = w1_DS18S20_convert_temp,
239 .convert = w1_DS18B20_convert_temp,
245 .convert = w1_DS18B20_convert_temp,
251 .convert = w1_DS18B20_convert_temp,
257 .convert = w1_DS18B20_convert_temp,
457 return w1_therm_families[i].convert(rom); in w1_convert_temp()
/Linux-v4.19/scripts/
Drecordmcount.pl159 my %convert; # List of local functions used that needs conversion
472 $convert{$ref_func} = 1;
574 my @converts = keys %convert;
/Linux-v4.19/include/linux/platform_data/
Dmax197.h23 int (*convert)(u8 ctrl); member
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dicp_qat_hw.h254 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
257 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/Linux-v4.19/drivers/staging/emxx_udc/
DTODO3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
/Linux-v4.19/sound/core/oss/
Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() function
110 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
/Linux-v4.19/drivers/gpu/ipu-v3/
DMakefile5 ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-image-convert.o \
/Linux-v4.19/arch/sh/kernel/cpu/sh2/
Dex.S16 ! convert Exception Vector to Exception Number
/Linux-v4.19/drivers/staging/mt7621-eth/
DTODO6 - convert gsw code to use switchdev interfaces
/Linux-v4.19/drivers/staging/rtlwifi/
DTODO3 - convert any remaining unusual variable types
/Linux-v4.19/drivers/staging/olpc_dcon/
DTODO4 - convert all uses of the old GPIO API from <linux/gpio.h> to the
/Linux-v4.19/sound/synth/emux/
Demux_nrpn.c33 int (*convert)(int val); member
60 cval = table[i].convert(val); in send_converted_effect()
/Linux-v4.19/drivers/staging/rtl8188eu/
DTODO5 - convert any remaining unusual variable types
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dex.S16 ! convert Exception Vector to Exception Number
/Linux-v4.19/drivers/platform/x86/
Ddell-laptop.c1517 bool convert; in kbd_led_timeout_store() local
1533 convert = false; in kbd_led_timeout_store()
1538 convert = true; in kbd_led_timeout_store()
1543 convert = true; in kbd_led_timeout_store()
1548 convert = true; in kbd_led_timeout_store()
1553 convert = true; in kbd_led_timeout_store()
1561 convert = true; in kbd_led_timeout_store()
1563 if (convert) { in kbd_led_timeout_store()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-intro.rst15 to convert images to one of the standard formats when needed. But the
19 format, saving much disk space, and later use a codec to convert the
/Linux-v4.19/Documentation/isdn/
DREADME.FAQ15 As the extension tells, the FAQ is in SGML format, and you can convert it

1234567