Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 144) sorted by relevance

123456

/linux/drivers/mfd/
H A Dwm8350-regmap.c18 u16 readable; /* Mask of readable bits */ member
283 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
/linux/net/vmw_vsock/
H A Dhyperv_transport.c187 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() local
190 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable()
195 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload() local
197 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()
205 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()
757 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument
761 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
/linux/Documentation/ABI/obsolete/
H A Dsysfs-gpio22 /value ... always readable, writes fail for input GPIOs
31 /value ... always readable, writes fail for input GPIOs
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-irq22 Description: Human-readable chip name supplied by the associated device
36 Description: Human-readable flow handler name as defined by the irq chip
H A Dsysfs-bus-iio-bno0558 minimum readable value affects also the reading scaling factor).
16 changing the maximum and minimum readable value affects also the
H A Ddev-kmsg82 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
H A Dsysfs-platform-dell-smbios10 sysfs attributes readable by a process with
H A Dsysfs-platform-ayaneo-ec8 turn on, 0 to turn off. File is readable and writable.
H A Dsysfs-fs-nilfs264 Show last write time of super block in human-readable
148 human-readable format.
161 operation in human-readable format.
H A Dsecurityfs-secrets-coco12 and therefore are not readable by the untrusted host.
/linux/rust/kernel/mm/
H A Dvirt.rs314 pub fn readable(&self) -> bool { in readable() method
327 if self.readable() { in try_clear_mayread()
/linux/kernel/bpf/preload/
H A DKconfig11 pinned into BPF FS mount point as human readable files that are
/linux/fs/erofs/
H A DKconfig133 file systems will be readable without selecting this option.
147 file systems will be readable without selecting this option.
161 file systems are still readable without selecting this option.
/linux/fs/squashfs/
H A DKconfig197 file systems will be readable without selecting this option.
212 file systems will be readable without selecting this option.
227 file systems will be readable without selecting this option.
241 file systems will be readable without selecting this option.
/linux/tools/bpf/bpftool/Documentation/
H A Dcommon_options.rst19 Generate human-readable JSON output. Implies **-j**.
/linux/Documentation/wmi/devices/
H A Dwmi-bmof.rst13 human readable WMI interface description, which is useful for developing
/linux/arch/arm64/include/asm/
H A Dkvm_nested.h92 bool readable; member
115 return trans->readable; in kvm_s2_trans_readable()
/linux/include/linux/mfd/
H A Daat2870.h114 bool readable; member
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c23 uint64_t readable:1; member
372 if (!pte->readable) { in nested_create_pte()
374 pte->readable = true; in nested_create_pte()
/linux/drivers/pcmcia/
H A Drsrc_nonstatic.c263 static int readable(struct pcmcia_socket *s, struct resource *res, in readable() function
470 return do_mem_probe(s, m->base, m->num, readable, checksum); in inv_probe()
506 ok += do_mem_probe(s, mm.base, mm.num, readable, in validate_mem()
518 readable, checksum); in validate_mem()
546 ok += do_mem_probe(s, mm.base, mm.num, readable, checksum); in validate_mem()
/linux/Documentation/w1/slaves/
H A Dw1_ds2406.rst20 The driver provides two sysfs files. state is readable; it gives the
/linux/arch/arm64/boot/dts/marvell/
H A Dcn9130-cf-pro.dts255 * external phy is not readable.
300 * it is not readable.
/linux/tools/perf/Documentation/
H A Dperf-annotate.txt138 Demangle symbol names to human readable form. It's enabled by default,
142 Demangle kernel symbol names to human readable form (for C++ kernels).
/linux/Documentation/sound/designs/
H A Djack-controls.rst14 jack. These jack input devices are not readable by userspace devices
/linux/lib/fonts/
H A DKconfig33 lot more readable.
89 of characters (53x24) that are still at a readable size.

123456