/Linux-v5.15/tools/perf/Documentation/ |
D | perf-data.txt | 19 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.
|
D | perf.txt | 61 data-convert - data convert command debug messages
|
/Linux-v5.15/security/selinux/ss/ |
D | sidtab.c | 44 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); 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-v5.15/fs/ocfs2/dlm/ |
D | dlmconvert.c | 357 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()
|
D | dlmlock.c | 548 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-v5.15/scripts/ |
D | recordmcount.pl | 164 my %convert; # List of local functions used that needs conversion 441 $convert{$ref_func} = 1; 551 my @converts = keys %convert;
|
/Linux-v5.15/include/linux/platform_data/ |
D | max197.h | 20 int (*convert)(u8 ctrl); member
|
/Linux-v5.15/drivers/staging/fbtft/ |
D | TODO | 1 * convert all these over to drm_simple_display_pipe and submit for inclusion
|
/Linux-v5.15/sound/core/oss/ |
D | linear.c | 55 static void convert(struct snd_pcm_plugin *plugin, in convert() function 112 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
|
/Linux-v5.15/drivers/crypto/qat/qat_common/ |
D | icp_qat_hw.h | 240 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument 243 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
|
/Linux-v5.15/drivers/staging/emxx_udc/ |
D | TODO | 3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
|
/Linux-v5.15/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 13 ! convert Exception Vector to Exception Number
|
/Linux-v5.15/drivers/gpu/ipu-v3/ |
D | Makefile | 6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
|
/Linux-v5.15/drivers/iio/ |
D | TODO | 16 - Refactor old platform_data constructs from drivers and convert it
|
/Linux-v5.15/drivers/staging/rtl8723bs/ |
D | TODO | 3 - convert any remaining unusual variable types
|
/Linux-v5.15/sound/synth/emux/ |
D | emux_nrpn.c | 19 int (*convert)(int val); member 46 cval = table[i].convert(val); in send_converted_effect()
|
/Linux-v5.15/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 13 ! convert Exception Vector to Exception Number
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | pixfmt-intro.rst | 15 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.15/drivers/hwmon/ |
D | max197.c | 183 ret = data->pdata->convert(data->ctrl_bytes[channel]); in max197_show_input() 270 if (pdata->convert == NULL) { in max197_probe()
|
/Linux-v5.15/drivers/platform/x86/dell/ |
D | dell-laptop.c | 1542 bool convert; in kbd_led_timeout_store() local 1558 convert = false; in kbd_led_timeout_store() 1563 convert = true; in kbd_led_timeout_store() 1568 convert = true; in kbd_led_timeout_store() 1573 convert = true; in kbd_led_timeout_store() 1578 convert = true; in kbd_led_timeout_store() 1586 convert = true; in kbd_led_timeout_store() 1588 if (convert) { in kbd_led_timeout_store()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_bmap_util.h | 48 int rt, int eof, int delay, int convert,
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 65 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-v5.15/tools/perf/util/ |
D | data-convert-bt.c | 86 struct convert { struct 795 struct convert *c = container_of(tool, struct convert, tool); in process_sample_event() 873 struct convert *c = container_of(tool, struct convert, tool);\ 1587 struct convert *c = cb; in convert__config() 1604 struct convert c = { in bt_convert__perf2ctf()
|
/Linux-v5.15/Documentation/devicetree/bindings/media/ |
D | mediatek-vpu.txt | 4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 39 - cpts_clock_mult : Numerator to convert input clock ticks into nanoseconds 40 - cpts_clock_shift : Denominator to convert input clock ticks into nanoseconds
|