Home
last modified time | relevance | path

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

12345678

/linux/security/selinux/ss/
A Dsidtab.c44 s->convert = NULL; in sidtab_init()
295 convert = s->convert; in sidtab_context_to_sid()
319 if (convert) { in sidtab_context_to_sid()
328 convert->args); in sidtab_context_to_sid()
391 convert); in sidtab_convert_tree()
407 convert->args); in sidtab_convert_tree()
427 if (s->convert) { in sidtab_convert()
448 s->convert = params; in sidtab_convert()
462 s->convert = NULL; in sidtab_convert()
483 s->convert = NULL; in sidtab_cancel_convert()
[all …]
/linux/tools/perf/Documentation/
A 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.
A Dperf.txt61 data-convert - data convert command debug messages
/linux/Documentation/devicetree/bindings/sound/
A Daudio-graph-port.yaml21 convert-rate:
22 description: CPU to Codec rate convert.
24 convert-channels:
62 convert-rate:
63 description: CPU to Codec rate convert.
65 convert-channels:
A Dsimple-card.yaml63 convert-rate:
64 description: CPU to Codec rate convert.
67 convert-channels:
185 "^simple-audio-card,convert-rate$":
186 $ref: "#/definitions/convert-rate"
187 "^simple-audio-card,convert-channels$":
188 $ref: "#/definitions/convert-channels"
222 convert-rate:
223 $ref: "#/definitions/convert-rate"
224 convert-channels:
[all …]
A Daudio-graph.yaml29 convert-rate:
30 description: CPU to Codec rate convert.
32 convert-channels:
A 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/fs/ocfs2/dlm/
A 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()
A 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/scripts/
A Drecordmcount.pl164 my %convert; # List of local functions used that needs conversion
441 $convert{$ref_func} = 1;
551 my @converts = keys %convert;
/linux/include/linux/platform_data/
A Dmax197.h20 int (*convert)(u8 ctrl); member
/linux/drivers/crypto/qat/qat_common/
A Dicp_qat_hw.h240 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
243 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/linux/sound/core/oss/
A 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/drivers/staging/fbtft/
A DTODO1 * convert all these over to drm_simple_display_pipe and submit for inclusion
/linux/drivers/staging/emxx_udc/
A DTODO3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
/linux/arch/sh/kernel/cpu/sh2/
A Dex.S13 ! convert Exception Vector to Exception Number
/linux/sound/synth/emux/
A Demux_nrpn.c19 int (*convert)(int val); member
46 cval = table[i].convert(val); in send_converted_effect()
/linux/drivers/gpu/ipu-v3/
A DMakefile6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
/linux/drivers/platform/x86/dell/
A Ddell-laptop.c1542 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/Documentation/userspace-api/media/v4l/
A 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/drivers/iio/
A DTODO16 - Refactor old platform_data constructs from drivers and convert it
/linux/tools/perf/util/
A Ddata-convert-bt.c86 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/drivers/staging/rtl8723bs/
A DTODO3 - convert any remaining unusual variable types
/linux/drivers/hwmon/
A Dmax197.c183 ret = data->pdata->convert(data->ctrl_bytes[channel]); in max197_show_input()
270 if (pdata->convert == NULL) { in max197_probe()
/linux/arch/sh/kernel/cpu/sh2a/
A Dex.S13 ! convert Exception Vector to Exception Number

Completed in 638 milliseconds

12345678