Home
last modified time | relevance | path

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

12345678

/Linux-v5.10/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'
46 Default is off, only convert samples.
Dperf.txt61 data-convert - data convert command debug messages
/Linux-v5.10/security/selinux/ss/
Dsidtab.c43 s->convert = NULL; in sidtab_init()
268 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local
285 convert = s->convert; in sidtab_context_to_sid()
309 if (convert) { in sidtab_context_to_sid()
311 dst_convert = sidtab_do_lookup(convert->target, count, 1); in sidtab_context_to_sid()
317 rc = convert->func(context, &dst_convert->context, in sidtab_context_to_sid()
318 convert->args); in sidtab_context_to_sid()
325 convert->target->count = count + 1; in sidtab_context_to_sid()
327 hash_add_rcu(convert->target->context_to_sid, in sidtab_context_to_sid()
364 struct sidtab_convert_params *convert) in sidtab_convert_tree() argument
[all …]
/Linux-v5.10/fs/ocfs2/dlm/
Ddlmconvert.c359 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local
368 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request()
369 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request()
370 convert.requested_type = type; in dlm_send_remote_convert_request()
371 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request()
372 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request()
373 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request()
374 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request()
377 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
Ddlmlock.c550 int convert = 0, recovery = 0; in dlmlock() local
571 convert = (flags & LKM_CONVERT); in dlmlock()
575 (!dlm_is_recovery_lock(name, namelen) || convert) ) { in dlmlock()
579 if (convert && (flags & LKM_LOCAL)) { in dlmlock()
584 if (convert) { in dlmlock()
732 if (lock && !convert) in dlmlock()
/Linux-v5.10/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-v5.10/scripts/
Drecordmcount.pl164 my %convert; # List of local functions used that needs conversion
480 $convert{$ref_func} = 1;
590 my @converts = keys %convert;
/Linux-v5.10/include/linux/platform_data/
Dmax197.h20 int (*convert)(u8 ctrl); member
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Daudio-graph-card.txt149 convert-rate = <48000>;
194 audio-graph-card,convert-rate = <48000>;
265 audio-graph-card,convert-channels = <8>; /* TDM Split */
Drenesas,rsnd.txt65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes
97 CTU can convert [xx]ch to [yy]ch, or exchange outputed channel.
116 see "Example: simple sound card for channel convert"
603 simple-audio-card,convert-rate = <48000>;
614 Example: simple sound card for channel convert
625 simple-audio-card,convert-channels = <2>;
697 convert-channels = <8>; /* TDM Split */
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dicp_qat_hw.h210 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
213 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/Linux-v5.10/drivers/staging/emxx_udc/
DTODO3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
/Linux-v5.10/sound/core/oss/
Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() function
112 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
/Linux-v5.10/arch/sh/kernel/cpu/sh2/
Dex.S13 ! convert Exception Vector to Exception Number
/Linux-v5.10/drivers/gpu/ipu-v3/
DMakefile6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
/Linux-v5.10/drivers/iio/
DTODO16 - Refactor old platform_data constructs from drivers and convert it
/Linux-v5.10/sound/synth/emux/
Demux_nrpn.c19 int (*convert)(int val); member
46 cval = table[i].convert(val); in send_converted_effect()
/Linux-v5.10/arch/sh/kernel/cpu/sh2a/
Dex.S13 ! convert Exception Vector to Exception Number
/Linux-v5.10/drivers/staging/rtl8188eu/
DTODO5 - convert any remaining unusual variable types
/Linux-v5.10/Documentation/userspace-api/media/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-v5.10/drivers/staging/rtl8723bs/
DTODO6 - convert any remaining unusual variable types
/Linux-v5.10/drivers/hwmon/
Dmax197.c183 ret = data->pdata->convert(data->ctrl_bytes[channel]); in max197_show_input()
270 if (pdata->convert == NULL) { in max197_probe()
/Linux-v5.10/drivers/platform/x86/
Ddell-laptop.c1539 bool convert; in kbd_led_timeout_store() local
1555 convert = false; in kbd_led_timeout_store()
1560 convert = true; in kbd_led_timeout_store()
1565 convert = true; in kbd_led_timeout_store()
1570 convert = true; in kbd_led_timeout_store()
1575 convert = true; in kbd_led_timeout_store()
1583 convert = true; in kbd_led_timeout_store()
1585 if (convert) { in kbd_led_timeout_store()
/Linux-v5.10/fs/xfs/
Dxfs_bmap_util.h48 int rt, int eof, int delay, int convert,
/Linux-v5.10/Documentation/devicetree/bindings/media/
Dmediatek-vpu.txt4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).

12345678