/Linux-v4.19/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-v4.19/drivers/mfd/ |
D | wm8350-regmap.c | 22 u16 readable; /* Mask of readable bits */ member 287 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
|
/Linux-v4.19/net/smc/ |
D | smc_rx.c | 281 int readable, chunk; in smc_rx_recvmsg() local 355 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 357 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 372 readable > 1) in smc_rx_recvmsg() 373 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 375 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
/Linux-v4.19/net/vmw_vsock/ |
D | hyperv_transport.c | 237 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() local 240 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable() 245 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload() local 247 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 255 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 704 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 708 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
/Linux-v4.19/drivers/misc/lis3lv02d/ |
D | Kconfig | 12 via SPI. The accelerometer data is readable via 29 via I2C. The accelerometer data is readable via
|
/Linux-v4.19/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 | 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-platform-dell-smbios | 10 sysfs attributes readable by a process with
|
D | dev-kmsg | 68 The human readable text string starts directly after the ';' 76 readable context of the message, for reliable processing in 97 usually produces better human readable results. A similar
|
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.
|
/Linux-v4.19/Documentation/ |
D | cputopology.txt | 39 human-readable list of cpuX's hardware threads within the same 49 human-readable list of cpuX's hardware threads within the same 59 human-readable list of cpuX's hardware threads within the same 69 human-readable list of cpuX's hardware threads within the same
|
/Linux-v4.19/Documentation/devicetree/bindings/security/tpm/ |
D | tpm-i2c.txt | 6 - label : human readable string describing the device, eg. "tpm"
|
/Linux-v4.19/fs/squashfs/ |
D | Kconfig | 134 file systems will be readable without selecting this option. 149 file systems will be readable without selecting this option. 164 file systems will be readable without selecting this option. 178 file systems will be readable without selecting this option.
|
/Linux-v4.19/include/linux/mfd/ |
D | aat2870.h | 127 bool readable; member
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 56 Generate human-readable JSON output. Implies **-j**.
|
D | bpftool-perf.rst | 54 Generate human-readable JSON output. Implies **-j**.
|
D | bpftool-prog.rst | 55 output in human-readable format. In this case, **opcodes** 109 Generate human-readable JSON output. Implies **-j**.
|
/Linux-v4.19/lib/fonts/ |
D | Kconfig | 32 lot more readable. 88 of characters (53x24) that are still at a readable size.
|
/Linux-v4.19/Documentation/w1/slaves/ |
D | w1_ds2406 | 18 The driver provides two sysfs files. state is readable; it gives the
|
/Linux-v4.19/Documentation/devicetree/bindings/power/ |
D | pd-samsung.txt | 16 - label: Human readable string with domain name. Will be visible in userspace
|
/Linux-v4.19/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 266 static int readable(struct pcmcia_socket *s, struct resource *res, in readable() function 471 return do_mem_probe(s, m->base, m->num, readable, checksum); in inv_probe() 507 ok += do_mem_probe(s, mm.base, mm.num, readable, in validate_mem() 519 readable, checksum); in validate_mem() 547 ok += do_mem_probe(s, mm.base, mm.num, readable, checksum); in validate_mem()
|
/Linux-v4.19/Documentation/ABI/obsolete/ |
D | sysfs-gpio | 21 /value ... always readable, writes fail for input GPIOs
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | TODO | 20 code more readable
|
/Linux-v4.19/Documentation/sound/designs/ |
D | jack-controls.rst | 14 jack. These jack input devices are not readable by userspace devices
|
/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | gth.c | 230 .readable = (_r), \ 239 unsigned int readable : 1, member 434 if (output_parms[j].readable) { in intel_th_output_attributes()
|