/linux-6.3-rc2/tools/perf/Documentation/ |
A 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.
|
A D | perf.txt | 61 data-convert - data convert command debug messages
|
/linux-6.3-rc2/security/selinux/ss/ |
A D | sidtab.c | 45 s->convert = NULL; in sidtab_init() 270 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local 319 convert = s->convert; in sidtab_context_to_sid() 320 if (convert) { in sidtab_context_to_sid() 321 struct sidtab *target = convert->target; in sidtab_context_to_sid() 395 convert); in sidtab_convert_tree() 432 if (s->convert) { in sidtab_convert() 453 s->convert = params; in sidtab_convert() 467 s->convert = NULL; in sidtab_convert() 488 s->convert = NULL; in sidtab_cancel_convert() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | simple-card.yaml | 72 convert-rate: 73 description: CPU to Codec rate convert. 76 convert-channels: 190 simple-audio-card,convert-rate: 191 $ref: "#/definitions/convert-rate" 192 simple-audio-card,convert-channels: 193 $ref: "#/definitions/convert-channels" 239 convert-rate: 240 $ref: "#/definitions/convert-rate" 241 convert-channels: [all …]
|
A D | audio-graph-port.yaml | 18 convert-rate: 20 convert-channels: 22 convert-sample-format: 71 convert-rate: 73 convert-channels: 75 convert-sample-format:
|
A D | audio-graph.yaml | 29 convert-rate: 31 convert-channels: 33 convert-sample-format:
|
A D | awinic,aw88395.yaml | 15 smart boost convert.
|
/linux-6.3-rc2/fs/ocfs2/dlm/ |
A 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()
|
A 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-6.3-rc2/rust/kernel/ |
A D | error.rs | 12 use core::convert::From; 117 impl From<core::convert::Infallible> for Error { 118 fn from(e: core::convert::Infallible) -> Error { in from()
|
/linux-6.3-rc2/scripts/ |
A D | recordmcount.pl | 164 my %convert; # List of local functions used that needs conversion 438 $convert{$ref_func} = 1; 548 my @converts = keys %convert;
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | max197.h | 20 int (*convert)(u8 ctrl); member
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | clear_page_64.S | 102 # convert remaining qwords back into bytes to return to caller 155 # convert remaining qwords back into bytes to return to caller
|
/linux-6.3-rc2/drivers/staging/fbtft/ |
A D | TODO | 1 * convert all these over to drm_simple_display_pipe and submit for inclusion
|
/linux-6.3-rc2/sound/core/oss/ |
A 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-6.3-rc2/drivers/staging/emxx_udc/ |
A D | TODO | 3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2/ |
A D | ex.S | 13 ! convert Exception Vector to Exception Number
|
/linux-6.3-rc2/drivers/gpu/ipu-v3/ |
A D | Makefile | 6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
|
/linux-6.3-rc2/drivers/iio/ |
A D | TODO | 13 - Refactor old platform_data constructs from drivers and convert it
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/ |
A D | TODO | 3 - convert any remaining unusual variable types
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | icp_qat_hw.h | 251 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument 254 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
|
/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_nrpn.c | 19 int (*convert)(int val); member 46 cval = table[i].convert(val); in send_converted_effect()
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/ |
A D | ex.S | 13 ! convert Exception Vector to Exception Number
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A 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-6.3-rc2/drivers/hwmon/ |
A D | max197.c | 183 ret = data->pdata->convert(data->ctrl_bytes[channel]); in max197_show_input() 270 if (pdata->convert == NULL) { in max197_probe()
|