| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/ |
| D | fsl.txt | 5 Required root node properties: 9 Required root node properties: 13 Required root node properties: 17 Required root node properties: 21 Required root node properties: 25 Required root node properties: 29 Required root node properties: 33 Required root node properties: 37 Required root node properties: 41 Required root node properties: [all …]
|
| D | rockchip.txt | 5 Required root node properties: 9 Required root node properties: 13 Required root node properties: 17 Required root node properties: 21 Required root node properties: 25 Required root node properties: 29 Required root node properties: 33 Required root node properties: 37 Required root node properties: 41 Required root node properties: [all …]
|
| D | mediatek.txt | 28 Required root node properties: 31 Required root node properties: 34 Required root node properties: 37 Required root node properties: 40 Required root node properties: 43 Required root node properties: 46 Required root node properties: 49 Required root node properties: 52 Required root node properties: 55 Required root node properties: [all …]
|
| D | atmel-at91.txt | 5 properties: 7 Required root node properties: 74 Chipid required properties: 78 PIT Timer required properties: 84 System Timer (ST) required properties: 93 RSTC Reset Controller required properties: 107 RAMC SDRAM/DDR Controller required properties: 123 required properties: 129 optional properties: 134 optional at91sam9260 properties: [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-soundwire-slave | 12 These properties report the Slave status, e.g. if it 19 What: /sys/bus/soundwire/devices/sdw:.../dev-properties/mipi_revision 20 /sys/bus/soundwire/devices/sdw:.../dev-properties/wake_capable 21 /sys/bus/soundwire/devices/sdw:.../dev-properties/test_mode_capable 22 /sys/bus/soundwire/devices/sdw:.../dev-properties/clk_stop_mode1 23 /sys/bus/soundwire/devices/sdw:.../dev-properties/simple_clk_stop_capable 24 /sys/bus/soundwire/devices/sdw:.../dev-properties/clk_stop_timeout 25 /sys/bus/soundwire/devices/sdw:.../dev-properties/ch_prep_timeout 26 /sys/bus/soundwire/devices/sdw:.../dev-properties/reset_behave 27 /sys/bus/soundwire/devices/sdw:.../dev-properties/high_PHY_capable [all …]
|
| /kernel/linux/linux-4.19/Documentation/acpi/ |
| D | DSD-properties-rules.txt | 1 _DSD Device Properties Usage Rules 4 Properties, Property Sets and Property Subsets 14 as "device properties". 20 generic Device Properties UUID in the _DSD return package as specified in the 21 Device Properties UUID definition document [1]. 24 that can be returned by _DSD in the Device Properties UUID sub-package for a 27 A property set is a collection of properties applicable to a hardware entity 28 like a device. In the ACPI _DSD context it is the set of all properties that 29 can be returned in the Device Properties UUID sub-package for the device in 32 Property subsets are nested collections of properties. Each of them is [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/bcm/ |
| D | brcm,bcm2835.txt | 5 Required root node properties: 9 Required root node properties: 13 Required root node properties: 18 Required root node properties: 22 Required root node properties: 26 Required root node properties: 30 Required root node properties: 34 Required root node properties: 38 Required root node properties: 42 Required root node properties: [all …]
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
| D | DSD-properties-rules.rst | 4 _DSD Device Properties Usage Rules 7 Properties, Property Sets and Property Subsets 17 as "device properties". 23 generic Device Properties UUID in the _DSD return package as specified in the 24 Device Properties UUID definition document [1]_. 27 that can be returned by _DSD in the Device Properties UUID sub-package for a 30 A property set is a collection of properties applicable to a hardware entity 31 like a device. In the ACPI _DSD context it is the set of all properties that 32 can be returned in the Device Properties UUID sub-package for the device in 35 Property subsets are nested collections of properties. Each of them is [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_device_queue_manager.c | 164 q->doorbell_id = q->properties.queue_id; in allocate_doorbell() 165 } else if (q->properties.type == KFD_QUEUE_TYPE_SDMA || in allocate_doorbell() 166 q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) { in allocate_doorbell() 175 q->doorbell_id = idx_offset[q->properties.sdma_engine_id] in allocate_doorbell() 176 + (q->properties.sdma_queue_id & 1) in allocate_doorbell() 178 + (q->properties.sdma_queue_id >> 1); in allocate_doorbell() 193 q->properties.doorbell_off = in allocate_doorbell() 206 q->properties.type == KFD_QUEUE_TYPE_SDMA || in deallocate_doorbell() 207 q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) in deallocate_doorbell() 240 q->properties.vmid = allocated_vmid; in allocate_vmid() [all …]
|
| D | kfd_queue.c | 32 pr_debug("Printing queue properties:\n"); in print_queue_properties() 50 pr_debug("Queue Type: %u\n", q->properties.type); in print_queue() 51 pr_debug("Queue Size: %llu\n", q->properties.queue_size); in print_queue() 52 pr_debug("Queue percent: %u\n", q->properties.queue_percent); in print_queue() 53 pr_debug("Queue Address: 0x%llX\n", q->properties.queue_address); in print_queue() 54 pr_debug("Queue Id: %u\n", q->properties.queue_id); in print_queue() 55 pr_debug("Queue Process Vmid: %u\n", q->properties.vmid); in print_queue() 56 pr_debug("Queue Read Pointer: 0x%px\n", q->properties.read_ptr); in print_queue() 57 pr_debug("Queue Write Pointer: 0x%px\n", q->properties.write_ptr); in print_queue() 58 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->properties.doorbell_ptr); in print_queue() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/ |
| D | writing-schema.rst | 15 top-level properties. Generally, there is one binding defined per file. The 16 top-level json-schema properties used are: 22 references to other files specified in schema "$ref" properties. A $ref value 54 properties 55 A set of sub-schema defining all the DT properties for the 56 binding. The exact schema syntax depends on whether properties are known, 57 common properties (e.g. 'interrupts') or are binding/vendor specific properties. 59 A property can also define a child DT node with child properties defined 62 For more details on properties sections, see 'Property Schema' section. 65 Optional. Similar to 'properties', but names are regex. [all …]
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_property.h | 36 * For enumeration and bitmask properties this structure stores the symbolic 59 * Properties are created by one of the special functions, as explained in 63 * drm_object_attach_property(). Currently properties can only be attached to 66 * Properties are also used as the generic metadatatransport for the atomic 73 * @head: per-device list of properties, for cleanup. 89 * Range properties report their minimum and maximum admissible unsigned values. 91 * range. The range is unsigned. Range properties are created using 95 * Range properties report their minimum and maximum admissible unsigned values. 97 * range. The range is signed. Range properties are created using 101 * Enumerated properties take a numerical value that ranges from 0 to [all …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_property.h | 38 * For enumeration and bitmask properties this structure stores the symbolic 61 * Properties are created by one of the special functions, as explained in 65 * drm_object_attach_property(). Currently properties can only be attached to 68 * Properties are also used as the generic metadatatransport for the atomic 75 * @head: per-device list of properties, for cleanup. 91 * Range properties report their minimum and maximum admissible unsigned values. 93 * range. The range is unsigned. Range properties are created using 97 * Range properties report their minimum and maximum admissible unsigned values. 99 * range. The range is signed. Range properties are created using 103 * Enumerated properties take a numerical value that ranges from 0 to [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/hisilicon/ |
| D | hisilicon.txt | 4 Required root node properties: 8 Required root node properties: 12 Required root node properties: 16 Required root node properties: 20 Required root node properties: 24 Required root node properties: 28 Required root node properties: 32 Required root node properties: 36 Required root node properties: 40 Required root node properties: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | pinctrl-rk805.txt | 9 Optional Pinmux properties: 11 Following properties are required if default setting of pins are required 14 - pinctrl[0...n]: Properties to contain the phandle for pinctrl states per 18 sub-node have following properties: 20 Required properties: 27 - pins: List of pins. Valid values of pins properties are: gpio0, gpio1. 29 First 2 properties must be added in the RK805 PMIC node, documented in 32 Optional properties: 34 Following are optional properties defined as pinmux DT binding document 35 <pinctrl-bindings.txt>. Absence of properties will leave the configuration [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/ |
| D | pinctrl-rk805.txt | 9 Optional Pinmux properties: 11 Following properties are required if default setting of pins are required 14 - pinctrl[0...n]: Properties to contain the phandle for pinctrl states per 18 sub-node have following properties: 20 Required properties: 27 - pins: List of pins. Valid values of pins properties are: gpio0, gpio1. 29 First 2 properties must be added in the RK805 PMIC node, documented in 32 Optional properties: 34 Following are optional properties defined as pinmux DT binding document 35 <pinctrl-bindings.txt>. Absence of properties will leave the configuration [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_queue.c | 32 pr_debug("Printing queue properties:\n"); in print_queue_properties() 50 pr_debug("Queue Type: %u\n", q->properties.type); in print_queue() 51 pr_debug("Queue Size: %llu\n", q->properties.queue_size); in print_queue() 52 pr_debug("Queue percent: %u\n", q->properties.queue_percent); in print_queue() 53 pr_debug("Queue Address: 0x%llX\n", q->properties.queue_address); in print_queue() 54 pr_debug("Queue Id: %u\n", q->properties.queue_id); in print_queue() 55 pr_debug("Queue Process Vmid: %u\n", q->properties.vmid); in print_queue() 56 pr_debug("Queue Read Pointer: 0x%px\n", q->properties.read_ptr); in print_queue() 57 pr_debug("Queue Write Pointer: 0x%px\n", q->properties.write_ptr); in print_queue() 58 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->properties.doorbell_ptr); in print_queue() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | atmel-sysregs.txt | 3 Chipid required properties: 7 PIT Timer required properties: 13 PIT64B Timer required properties: 19 System Timer (ST) required properties: 28 RSTC Reset Controller required properties: 43 RAMC SDRAM/DDR Controller required properties: 60 required properties: 66 optional properties: 71 optional at91sam9260 properties: 74 optional at91sam9rl properties: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | as3722.txt | 3 Required properties: 16 Optional properties: 26 Optional submodule and their properties: 38 Following are properties which is needed if GPIO and pinmux functionality 40 Required properties: 46 Optional properties: 48 Following properties are require if pin control setting is required 52 - pinctrl[0...n]: Properties to contain the phandle that refer to 61 Each subnode have following properties: 62 Required properties: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/ |
| D | as3722.txt | 3 Required properties: 16 Optional properties: 26 Optional submodule and their properties: 38 Following are properties which is needed if GPIO and pinmux functionality 40 Required properties: 46 Optional properties: 48 Following properties are require if pin control setting is required 52 - pinctrl[0...n]: Properties to contain the phandle that refer to 61 Each subnode have following properties: 62 Required properties: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | example-schema.yaml | 35 properties: 36 # A dictionary of DT properties for this binding schema 101 properties are not necessary. 138 # Vendor specific properties 140 # Vendor specific properties have slightly different schema requirements than 141 # common properties. They must have at least a type definition and 144 description: Vendor specific properties must have a description 149 description: Vendor specific properties must have a description. Boolean 150 properties are one case where the json-schema 'type' keyword can be used 155 description: Vendor specific properties should reference a type in the [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/ |
| D | apple-properties.c | 3 * apple-properties.c - EFI device properties on Macs 6 * Properties are stored either as: 11 #define pr_fmt(fmt) "apple-properties: " fmt 108 dev_err(dev, "got %d device properties, expected %u\n", i, in unmarshal_key_value_pairs() 115 dev_info(dev, "assigning %d device properties\n", i); in unmarshal_key_value_pairs() 118 static int __init unmarshal_devices(struct properties_header *properties) in unmarshal_devices() argument 122 while (offset + sizeof(struct dev_header) < properties->len) { in unmarshal_devices() 123 struct dev_header *dev_header = (void *)properties + offset; in unmarshal_devices() 130 if (offset + dev_header->len > properties->len || in unmarshal_devices() 152 dev_err(dev, "cannot allocate properties\n"); in unmarshal_devices() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
| D | allwinner,sun6i-a31-rtc.yaml | 13 properties: 56 properties: 62 properties: 68 properties: 77 properties: 83 properties: 91 properties: 97 properties: 103 properties: 109 properties: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/powerpc/nintendo/ |
| D | wii.txt | 9 Required properties: 19 Required properties: 28 Required properties: 39 Required properties: 50 Required properties: 61 Required properties: 73 Required properties: 84 Required properties: 94 Required properties: 104 Required properties: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/nintendo/ |
| D | wii.txt | 9 Required properties: 19 Required properties: 28 Required properties: 39 Required properties: 50 Required properties: 61 Required properties: 73 Required properties: 84 Required properties: 94 Required properties: 104 Required properties: [all …]
|