Searched full:entry (Results 1 – 25 of 820) sorted by relevance
12345678910>>...33
/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi-entries | 16 each entry has a common header indicating the type and 17 length of the entry, as well as a firmware-provided 23 never expect to find a specific entry type on their 28 to handle these duplicate entry types, each entry is 30 derived from an entry type's ordinal position. That is 36 Example entry directories:: 45 assigned entry handles as the kernel itself makes no 50 Each DMI entry in sysfs has the common header values 55 entry by the firmware. This handle may be 57 length The length of the entry, as presented in the [all …]
|
D | sysfs-firmware-efi-esrt | 27 What: /sys/firmware/efi/esrt/entries/entry$N/ 30 Description: Each ESRT entry is identified by a GUID, and each gets a 34 What: /sys/firmware/efi/esrt/entries/entry$N/fw_type 37 Description: What kind of firmware entry this is: 46 What: /sys/firmware/efi/esrt/entries/entry$N/fw_class 49 Description: This is the entry's guid, and will match the directory name. 51 What: /sys/firmware/efi/esrt/entries/entry$N/fw_version 57 What: /sys/firmware/efi/esrt/entries/entry$N/lowest_supported_fw_version 62 What: /sys/firmware/efi/esrt/entries/entry$N/capsule_flags 67 What: /sys/firmware/efi/esrt/entries/entry$N/last_attempt_version [all …]
|
D | sysfs-firmware-dmi-tables | 6 data referenced by a SMBIOS table entry point. The SMBIOS 7 entry point contains general information, like SMBIOS 9 size of SMBIOS entry point is dependent on SMBIOS version. 10 The format of SMBIOS entry point and DMI structures 13 The dmi/tables provides raw SMBIOS entry point and DMI tables 15 from /dev/mem. The raw SMBIOS entry point and DMI table are
|
D | sysfs-class-mic | 41 When read, this entry provides the current state of an Intel 48 On reading this entry after an OSPM resume, 49 a "boot" has to be written to this entry if 59 When written, this sysfs entry triggers different state change 79 entry provides the status on why the card OS was shutdown. 99 self-bootable machines. When read, this entry provides 101 boot the card OS. This entry can be written to change the 105 line back to this entry. 112 When read, this sysfs entry provides the path name under 114 card can be found. The entry can be written to change the [all …]
|
/Documentation/core-api/ |
D | xarray.rst | 15 next or previous entry in a cache-efficient manner. In contrast to a 35 You must first convert it into an entry using xa_mk_value(). 36 When you retrieve an entry from the XArray, you can check whether it is 37 a value entry by calling xa_is_value(), and convert it back to 41 call xa_tag_pointer() to create an entry with a tag, xa_untag_pointer() 42 to turn a tagged entry back into an untagged pointer and xa_pointer_tag() 43 to retrieve the tag of an entry. Tagged pointers use the same bits that 53 the range will return the same entry as looking up any other index in 56 into any entry will cause the XArray to forget about the range. 67 using xa_load(). xa_store will overwrite any entry with the [all …]
|
D | kref.rst | 186 struct my_data *entry = NULL; 189 entry = container_of(q.next, struct my_data, link); 190 kref_get(&entry->refcount); 193 return entry; 198 struct my_data *entry = container_of(ref, struct my_data, refcount); 200 list_del(&entry->link); 201 kfree(entry); 204 static void put_entry(struct my_data *entry) 207 kref_put(&entry->refcount, release_entry); 221 static void put_entry(struct my_data *entry) [all …]
|
/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-host1x.txt | 6 For pre-Tegra186, one entry describing the whole register area. 7 For Tegra186, one entry for each entry in reg-names: 16 - clocks: Must contain one entry, for the module clock. 18 - resets: Must contain an entry for each entry in reset-names. 32 - clocks: Must contain one entry, for the module clock. 34 - resets: Must contain an entry for each entry in reset-names. 45 - clocks: clocks: Must contain one entry, for the module clock. 48 - resets: Must contain an entry for each entry in reset-names. 122 - clocks: Must contain one entry, for the module clock. 124 - resets: Must contain an entry for each entry in reset-names. [all …]
|
/Documentation/x86/ |
D | entry_64.rst | 8 arch/x86/entry/entry_64.S. A lot of this explanation is adapted from 14 kernel code. Most of these entry points are registered in 15 arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S 16 for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally 17 arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility 18 syscall entry points and thus provides for 32-bit processes the 60 So when we have a secondary entry, already in kernel mode, we *must 67 The cheap way is to pick this info off the entry frame on the kernel 90 entry interrupting kernel mode execution, then we know that the GS 94 But if we are in an NMI/MCE/DEBUG/whatever super-atomic entry context, [all …]
|
/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smp2p.txt | 18 Definition: one entry specifying the smp2p notification interrupt 56 - qcom,entry-name: 59 Definition: specifies the name of this entry, for inbound entries this 60 will be used to match against the remotely allocated entry 67 Definition: marks the entry as inbound; the node should be specified 70 If not specified this node will denote the outgoing entry 75 Definition: must be 2 - denoting the bit in the entry and IRQ flags 80 Definition: must be 1 - denoting the bit in the entry 85 inbound and one outbound entry: 99 qcom,entry-name = "master-kernel"; [all …]
|
/Documentation/networking/devlink/ |
D | devlink-resource.rst | 35 name kvd size 245760 unit entry 37 name linear size 98304 occ 0 unit entry size_min 0 size_max 147456 size_gran 128 38 name hash_double size 60416 unit entry size_min 32768 size_max 180224 size_gran 128 39 name hash_single size 87040 unit entry size_min 65536 size_max 212992 size_gran 128 55 name kvd size 245760 unit entry size_valid false 57 … name linear size 98304 size_new 147456 occ 0 unit entry size_min 0 size_max 147456 size_gran 128 58 name hash_double size 60416 unit entry size_min 32768 size_max 180224 size_gran 128 59 name hash_single size 87040 unit entry size_min 65536 size_max 212992 size_gran 128
|
/Documentation/devicetree/bindings/media/ |
D | nvidia,tegra-vde.txt | 10 - reg : Must contain an entry for each entry in reg-names. 23 - interrupts : Must contain an entry for each entry in interrupt-names. 30 - resets : Must contain an entry for each entry in reset-names. 35 - resets : Must contain an entry for each entry in reset-names.
|
/Documentation/devicetree/bindings/sound/ |
D | img,i2s-in.txt | 11 - clocks : Contains an entry for each entry in clock-names 13 - clock-names : Must include the following entry: 16 - dmas: Contains an entry for each entry in dma-names. 18 - dma-names: Must include the following entry:
|
D | img,spdif-in.txt | 11 - dmas: Contains an entry for each entry in dma-names. 13 - dma-names: Must include the following entry: 16 - clocks : Contains an entry for each entry in clock-names
|
D | nvidia,tegra20-i2s.txt | 7 - resets : Must contain an entry for each entry in reset-names. 11 - dmas : Must contain an entry for each entry in clock-names. 16 - clocks : Must contain one entry, for the module clock.
|
D | img,parallel-out.txt | 11 - dmas: Contains an entry for each entry in dma-names. 13 - dma-names: Must include the following entry: 16 - clocks : Contains an entry for each entry in clock-names.
|
D | img,spdif-out.txt | 11 - dmas: Contains an entry for each entry in dma-names. 13 - dma-names: Must include the following entry: 16 - clocks : Contains an entry for each entry in clock-names.
|
D | nvidia,tegra20-ac97.txt | 7 - resets : Must contain an entry for each entry in reset-names. 11 - dmas : Must contain an entry for each entry in clock-names. 16 - clocks : Must contain one entry, for the module clock.
|
D | img,i2s-out.txt | 11 - clocks : Contains an entry for each entry in clock-names 17 - dmas: Contains an entry for each entry in dma-names. 19 - dma-names: Must include the following entry:
|
/Documentation/locking/ |
D | robust-futex-ABI.rst | 58 to itself, 'head'. The last 'lock entry' points back to the 'head'. 61 address of the associated 'lock entry', plus or minus, of what will 62 be called the 'lock word', from that 'lock entry'. The 'lock word' 69 the address of the 'lock entry', during list insertion and removal, 73 Each 'lock entry' on the single linked list starting at 'head' consists 74 of just a single word, pointing to the next 'lock entry', or back to 76 entry', at an offset from the 'lock entry' specified by the 'offset' 87 'lock entry' on this list, with its associated 'lock word' at the 107 it currently holds using the 'lock entry' pointers. It may also have 137 protocol on 'lock entry' insertion and removal: [all …]
|
/Documentation/devicetree/bindings/ata/ |
D | nvidia,tegra124-ahci.txt | 12 - clocks : Must contain an entry for each entry in clock-names. 17 - resets : Must contain an entry for each entry in reset-names. 23 - phys : Must contain an entry for each entry in phy-names.
|
/Documentation/devicetree/bindings/fuse/ |
D | nvidia,tegra20-fuse.txt | 19 - reg: Should contain 1 entry: the entry gives the physical address and length 21 - clocks: Must contain an entry for each entry in clock-names. 25 - resets: Must contain an entry for each entry in reset-names.
|
/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,nvec.txt | 10 - clocks : Must contain an entry for each entry in clock-names. 18 - resets : Must contain an entry for each entry in reset-names.
|
/Documentation/devicetree/bindings/arm/ |
D | idle-states.yaml | 39 Idle state parameters (e.g. entry latency) are platform specific and need to 52 triggered upon idle states entry and exit. 57 ..__[EXEC]__|__[PREP]__|__[ENTRY]__|__[IDLE]__|__[EXIT]__|__[EXEC]__.. 60 |<------ entry ------->| 74 (i.e. less than the ENTRY + EXIT duration). If aborted, CPU 76 this should be included in the ENTRY phase instead. 78 ENTRY: The hardware is committed to idle mode. This period must run 87 entry-latency: Worst case latency required to enter the idle state. The 88 exit-latency may be guaranteed only after entry-latency has passed. 90 min-residency: Minimum period, including preparation and entry, for a given [all …]
|
/Documentation/devicetree/bindings/spi/ |
D | nvidia,tegra20-slink.txt | 7 - clocks : Must contain one entry, for the module clock. 9 - resets : Must contain an entry for each entry in reset-names. 13 - dmas : Must contain an entry for each entry in clock-names.
|
D | nvidia,tegra20-sflash.txt | 7 - clocks : Must contain one entry, for the module clock. 9 - resets : Must contain an entry for each entry in reset-names. 13 - dmas : Must contain an entry for each entry in clock-names.
|
12345678910>>...33