/Linux-v5.10/include/linux/usb/ |
D | ch9.h | 40 * usb_ep_type_string() - Returns human readable-name of the endpoint type. 41 * @ep_type: The endpoint type to return human-readable name for. If it's not 48 * usb_speed_string() - Returns human readable-name of the speed. 49 * @speed: The speed to return human-readable name for. If it's not 66 * usb_state_string - Returns human readable name for the state. 67 * @state: The state to return a human-readable name for. If it's not 75 * usb_decode_ctrl - Returns human readable representation of control request. 76 * @str: buffer to return a human-readable representation of control request. 85 * Function returns decoded, formatted and human-readable description of
|
/Linux-v5.10/arch/ia64/kernel/ |
D | gate.lds.S | 15 .hash : { *(.hash) } :readable 23 .note : { *(.note*) } :readable :note 25 .dynamic : { *(.dynamic) } :readable :dynamic 51 } :readable 54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind 56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable 83 readable PT_LOAD FILEHDR PHDRS FLAGS(4); /* PF_R */
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 48 skip the cache. Read and written as bytes in human readable 57 readable units. 120 For a cache, bucket size in human readable units, as set at 149 For a cache, total amount of data in human readable units 156 For a cache, sum of all btree writes in human readable units.
|
D | dev-kmsg | 82 The human readable text string starts directly after the ';' 90 readable context of the message, for reliable processing in 114 the output usually produces better human readable results. A
|
D | sysfs-kernel-irq | 22 Description: Human-readable chip name supplied by the associated device 36 Description: Human-readable flow handler name as defined by the irq chip
|
D | sysfs-fs-nilfs2 | 64 Show last write time of super block in human-readable 148 human-readable format. 161 operation in human-readable format.
|
D | sysfs-platform-dell-smbios | 10 sysfs attributes readable by a process with
|
/Linux-v5.10/Documentation/admin-guide/ |
D | cputopology.rst | 46 human-readable list of CPUs within the same core. 56 human-readable list of CPUs sharing the same physical_package_id. 65 human-readable list of CPUs within the same die. 74 human-readable list of cpuX's hardware threads within the same 84 human-readable list of cpuX's hardware threads within the same
|
/Linux-v5.10/tools/lib/subcmd/ |
D | run-command.h | 27 * the readable pipe end becomes child's stdin 28 * .out, .err: returns the readable pipe end; parent reads from 33 * .in: a readable FD, becomes child's stdin
|
/Linux-v5.10/include/uapi/linux/ |
D | virtio_crypto.h | 216 /* Device-readable part */ 232 /* Device-readable part */ 332 /* Device-readable part */ 338 /* Device-readable part */ 344 /* Device-readable part */ 371 /* Device-readable part */ 388 /* Device-readable part */
|
D | aspeed-p2a-ctrl.h | 48 * starting address and length to be readable by the host, or 49 * readable-writeable.
|
/Linux-v5.10/fs/squashfs/ |
D | Kconfig | 135 file systems will be readable without selecting this option. 150 file systems will be readable without selecting this option. 165 file systems will be readable without selecting this option. 179 file systems will be readable without selecting this option.
|
/Linux-v5.10/drivers/misc/lis3lv02d/ |
D | Kconfig | 12 via SPI. The accelerometer data is readable via 28 via I2C. The accelerometer data is readable via
|
/Linux-v5.10/net/smc/ |
D | smc_rx.c | 287 int readable, chunk; in smc_rx_recvmsg() local 365 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 367 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 382 readable > 1) in smc_rx_recvmsg() 383 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 385 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
/Linux-v5.10/tools/testing/selftests/kvm/lib/x86_64/ |
D | vmx.c | 24 uint64_t readable:1; member 430 if (!pml4e[index[3]].readable) { in nested_pg_map() 435 pml4e[index[3]].readable = true; in nested_pg_map() 442 if (!pdpe[index[2]].readable) { in nested_pg_map() 447 pdpe[index[2]].readable = true; in nested_pg_map() 454 if (!pde[index[1]].readable) { in nested_pg_map() 459 pde[index[1]].readable = true; in nested_pg_map() 468 pte[index[0]].readable = true; in nested_pg_map()
|
/Linux-v5.10/tools/testing/selftests/ia64/ |
D | aliasing-test.c | 91 …, "PASS: %s 0x%lx-0x%lx is %s\n", path2, offset, offset + length, touch ? "readable" : "mappable"); in scan_tree() 184 fprintf(stderr, "PASS: %s not readable\n", path2); in scan_rom() 211 fprintf(stderr, "PASS: /dev/mem 0x0-0xa0000 is readable\n"); in main() 228 fprintf(stderr, "PASS: /dev/mem 0xc0000-0x100000 is readable\n"); in main()
|
/Linux-v5.10/tools/memory-model/scripts/ |
D | judgelitmus.sh | 24 echo ' --- ' error: \"$litmus\" is not a readable file 31 echo ' --- ' error: \"$LKMM_DESTDIR/$litmus\".out is not a readable file
|
/Linux-v5.10/net/vmw_vsock/ |
D | hyperv_transport.c | 184 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() local 187 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable() 192 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload() local 194 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 196 * the exact readable bytes: see vsock_stream_recvmsg() -> in hvs_channel_readable_payload() 202 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 730 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 734 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
/Linux-v5.10/include/linux/ |
D | remoteproc.h | 135 * @name: human-readable name of the requested memory region 168 * (optionally) contain a human readable name of this carveout region 187 * @name: human-readable name of the requested region to be mapped 200 * (optionally) contain a human readable name of this mapping (mainly for 223 * @name: human-readable name of the trace buffer 229 * its size, and @name may contain a human readable name of the trace buffer. 482 * @name: human readable name of the rproc
|
/Linux-v5.10/arch/x86/um/os-Linux/ |
D | task_size.c | 25 * First see if the page is readable. If it is, it may still in page_ok() 74 * 0xffffe000. It is mapped, is readable, can be reprotected writeable in os_get_top_address()
|
/Linux-v5.10/lib/fonts/ |
D | Kconfig | 33 lot more readable. 89 of characters (53x24) that are still at a readable size.
|
/Linux-v5.10/drivers/staging/comedi/ |
D | comedi_buf.c | 450 * comedi_buf_read_n_available() - Determine amount of readable buffer space 453 * Determine the amount of readable buffer space in the COMEDI acquisition data 454 * buffer associated with the subdevice. The readable buffer space is that 458 * Return: The amount of readable buffer space. 490 * the amount of readable data available, but the space needs to be marked as
|
/Linux-v5.10/kernel/bpf/preload/ |
D | Kconfig | 16 pinned into BPF FS mount point as human readable files that are
|
/Linux-v5.10/drivers/net/arcnet/ |
D | com9026.h | 8 #define COM9026_REG_R_STATUS 0 /* readable */
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | exception-64e.h | 27 * SPRGs are user-readable though, thus we might have to change some of 31 * WARNING: Some of these SPRGs are user readable. We need to do something
|