Home
last modified time | relevance | path

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

12345678

/Linux-v6.1/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'
49 Default is off, only convert samples.
Dperf.txt61 data-convert - data convert command debug messages
/Linux-v6.1/security/selinux/ss/
Dsidtab.c44 s->convert = NULL; in sidtab_init()
269 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local
295 convert = s->convert; in sidtab_context_to_sid()
319 if (convert) { in sidtab_context_to_sid()
321 dst_convert = sidtab_do_lookup(convert->target, count, 1); in sidtab_context_to_sid()
327 rc = convert->func(context, &dst_convert->context, in sidtab_context_to_sid()
328 convert->args, GFP_ATOMIC); in sidtab_context_to_sid()
335 convert->target->count = count + 1; in sidtab_context_to_sid()
337 hash_add_rcu(convert->target->context_to_sid, in sidtab_context_to_sid()
374 struct sidtab_convert_params *convert) in sidtab_convert_tree() argument
[all …]
/Linux-v6.1/fs/ocfs2/dlm/
Ddlmconvert.c357 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local
366 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request()
367 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request()
368 convert.requested_type = type; in dlm_send_remote_convert_request()
369 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request()
370 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request()
371 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request()
372 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request()
375 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
Ddlmlock.c548 int convert = 0, recovery = 0; in dlmlock() local
569 convert = (flags & LKM_CONVERT); in dlmlock()
573 (!dlm_is_recovery_lock(name, namelen) || convert) ) { in dlmlock()
577 if (convert && (flags & LKM_LOCAL)) { in dlmlock()
582 if (convert) { in dlmlock()
730 if (lock && !convert) in dlmlock()
/Linux-v6.1/scripts/
Drecordmcount.pl164 my %convert; # List of local functions used that needs conversion
438 $convert{$ref_func} = 1;
548 my @converts = keys %convert;
/Linux-v6.1/include/linux/platform_data/
Dmax197.h20 int (*convert)(u8 ctrl); member
/Linux-v6.1/arch/x86/lib/
Dclear_page_64.S102 # convert remaining qwords back into bytes to return to caller
155 # convert remaining qwords back into bytes to return to caller
/Linux-v6.1/drivers/staging/fbtft/
DTODO1 * convert all these over to drm_simple_display_pipe and submit for inclusion
/Linux-v6.1/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-v6.1/drivers/staging/emxx_udc/
DTODO3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
/Linux-v6.1/arch/sh/kernel/cpu/sh2/
Dex.S13 ! convert Exception Vector to Exception Number
/Linux-v6.1/drivers/crypto/qat/qat_common/
Dicp_qat_hw.h251 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
254 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/Linux-v6.1/drivers/gpu/ipu-v3/
DMakefile6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
/Linux-v6.1/drivers/iio/
DTODO16 - Refactor old platform_data constructs from drivers and convert it
/Linux-v6.1/drivers/staging/rtl8723bs/
DTODO3 - convert any remaining unusual variable types
/Linux-v6.1/sound/synth/emux/
Demux_nrpn.c19 int (*convert)(int val); member
46 cval = table[i].convert(val); in send_converted_effect()
/Linux-v6.1/arch/sh/kernel/cpu/sh2a/
Dex.S13 ! convert Exception Vector to Exception Number
/Linux-v6.1/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-v6.1/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-v6.1/drivers/platform/x86/dell/
Ddell-laptop.c1555 bool convert; in kbd_led_timeout_store() local
1571 convert = false; in kbd_led_timeout_store()
1576 convert = true; in kbd_led_timeout_store()
1581 convert = true; in kbd_led_timeout_store()
1586 convert = true; in kbd_led_timeout_store()
1591 convert = true; in kbd_led_timeout_store()
1599 convert = true; in kbd_led_timeout_store()
1601 if (convert) { in kbd_led_timeout_store()
/Linux-v6.1/Documentation/devicetree/bindings/sound/
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"
/Linux-v6.1/fs/xfs/
Dxfs_bmap_util.h48 int rt, int eof, int delay, int convert,
/Linux-v6.1/tools/perf/util/
Ddata-convert-bt.c86 struct convert { struct
797 struct convert *c = container_of(tool, struct convert, tool); in process_sample_event()
875 struct convert *c = container_of(tool, struct convert, tool);\
1589 struct convert *c = cb; in convert__config()
1606 struct convert c = { in bt_convert__perf2ctf()
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dmediatek-vpu.txt4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).

12345678