/Linux-v5.4/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' 43 Default is off, only convert samples.
|
D | perf.txt | 24 data-convert - data convert command debug messages
|
/Linux-v5.4/security/selinux/ss/ |
D | sidtab.c | 34 s->convert = NULL; in sidtab_init() 247 struct sidtab_convert_params *convert; in sidtab_reverse_lookup() local 270 convert = s->convert; in sidtab_reverse_lookup() 304 if (convert) { in sidtab_reverse_lookup() 306 dst_convert = sidtab_do_lookup(convert->target, count, 1); in sidtab_reverse_lookup() 312 rc = convert->func(context, dst_convert, convert->args); in sidtab_reverse_lookup() 319 convert->target->count = count + 1; in sidtab_reverse_lookup() 362 struct sidtab_convert_params *convert) in sidtab_convert_tree() argument 379 convert); in sidtab_convert_tree() 393 rc = convert->func(&esrc->ptr_leaf->entries[i].context, in sidtab_convert_tree() [all …]
|
D | sidtab.h | 83 struct sidtab_convert_params *convert; member
|
/Linux-v5.4/fs/ocfs2/dlm/ |
D | dlmconvert.c | 359 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()
|
D | dlmlock.c | 550 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.4/drivers/staging/fbtft/ |
D | TODO | 1 * 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.4/drivers/w1/slaves/ |
D | w1_therm.c | 200 int (*convert)(u8 rom[9]); member 219 .convert = w1_DS18S20_convert_temp, 225 .convert = w1_DS18B20_convert_temp, 231 .convert = w1_DS18B20_convert_temp, 237 .convert = w1_DS18B20_convert_temp, 243 .convert = w1_DS18B20_convert_temp, 443 return w1_therm_families[i].convert(rom); in w1_convert_temp()
|
/Linux-v5.4/scripts/ |
D | recordmcount.pl | 164 my %convert; # List of local functions used that needs conversion 480 $convert{$ref_func} = 1; 590 my @converts = keys %convert;
|
/Linux-v5.4/include/linux/platform_data/ |
D | max197.h | 20 int (*convert)(u8 ctrl); member
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | audio-graph-card.txt | 149 convert-rate = <48000>; 194 audio-graph-card,convert-rate = <48000>; 265 audio-graph-card,convert-channels = <8>; /* TDM Split */
|
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" 600 simple-audio-card,convert-rate = <48000>; 611 Example: simple sound card for channel convert 622 simple-audio-card,convert-channels = <2>; 694 convert-channels = <8>; /* TDM Split */
|
/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | icp_qat_hw.h | 254 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument 257 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
|
/Linux-v5.4/drivers/staging/media/soc_camera/ |
D | TODO | 2 future. Developers are encouraged to convert the drivers to use the
|
/Linux-v5.4/drivers/staging/emxx_udc/ |
D | TODO | 3 * convert VBUS GPIO to use GPIO descriptors from <linux/gpio/consumer.h>
|
/Linux-v5.4/sound/core/oss/ |
D | linear.c | 55 static void convert(struct snd_pcm_plugin *plugin, in convert() function 110 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
|
/Linux-v5.4/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 13 ! convert Exception Vector to Exception Number
|
/Linux-v5.4/drivers/gpu/ipu-v3/ |
D | Makefile | 6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
|
/Linux-v5.4/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.4/drivers/staging/rtl8188eu/ |
D | TODO | 5 - convert any remaining unusual variable types
|
/Linux-v5.4/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 13 ! convert Exception Vector to Exception Number
|
/Linux-v5.4/drivers/platform/x86/ |
D | dell-laptop.c | 1513 bool convert; in kbd_led_timeout_store() local 1529 convert = false; in kbd_led_timeout_store() 1534 convert = true; in kbd_led_timeout_store() 1539 convert = true; in kbd_led_timeout_store() 1544 convert = true; in kbd_led_timeout_store() 1549 convert = true; in kbd_led_timeout_store() 1557 convert = true; in kbd_led_timeout_store() 1559 if (convert) { in kbd_led_timeout_store()
|
/Linux-v5.4/drivers/staging/rtl8723bs/ |
D | TODO | 6 - convert any remaining unusual variable types
|
/Linux-v5.4/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.4/drivers/gpio/ |
D | TODO | 20 #include <linux/gpio/machine.h>, the other option being to convert it 84 helpers (x86 inb()/outb()) and convert port-mapped I/O drivers to use 97 This is too complex, so convert all users over to just set up
|