| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_device_queue_manager.c | 145 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in increment_queue_count() 146 q->properties.type == KFD_QUEUE_TYPE_DIQ) in increment_queue_count() 149 if (q->properties.is_gws) { in increment_queue_count() 160 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in decrement_queue_count() 161 q->properties.type == KFD_QUEUE_TYPE_DIQ) in decrement_queue_count() 164 if (q->properties.is_gws) { in decrement_queue_count() 178 q->doorbell_id = q->properties.queue_id; in allocate_doorbell() 179 } else if (q->properties.type == KFD_QUEUE_TYPE_SDMA || in allocate_doorbell() 180 q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) { in allocate_doorbell() 189 q->doorbell_id = idx_offset[q->properties.sdma_engine_id] in allocate_doorbell() [all …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | light.cpp | 32 return impl->properties.template get<LightAnchor>().value; in getAnchor() 37 impl_->properties.template get<LightAnchor>().value = property; in setAnchor() 44 impl_->properties.template get<LightAnchor>().options = options; in setAnchorTransition() 50 return impl->properties.template get<LightAnchor>().options; in getAnchorTransition() 58 return impl->properties.template get<LightPosition>().value; in getPosition() 63 impl_->properties.template get<LightPosition>().value = property; in setPosition() 70 impl_->properties.template get<LightPosition>().options = options; in setPositionTransition() 76 return impl->properties.template get<LightPosition>().options; in getPositionTransition() 84 return impl->properties.template get<LightColor>().value; in getColor() 89 impl_->properties.template get<LightColor>().value = property; in setColor() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/unicode/ |
| H A D | query.hpp | 25 struct properties struct 192 inline properties::category get_category(::boost::uint32_t ch) in get_category() 194 return static_cast<properties::category>(detail::category_lookup(ch) & 0x3F); in get_category() 197 inline properties::major_category get_major_category(::boost::uint32_t ch) in get_major_category() 199 return static_cast<properties::major_category>(get_category(ch) >> 3); in get_major_category() 204 return get_major_category(ch) == properties::punctuation; in is_punctuation() 209 return get_category(ch) == properties::decimal_number; in is_decimal_number() 214 return (detail::category_lookup(ch) & properties::hex_digit) != 0; in is_hex_digit() 219 return get_category(ch) == properties::control; in is_control() 224 return (detail::category_lookup(ch) & properties::alphabetic) != 0; in is_alphabetic() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mpc85xx | 51 Properties : 256K, AS0, I, IPROT 57 Properties : 1M, AS1, I, G, IPROT 63 Properties : 16K, AS1, IPROT 69 Properties : 1M, AS1, I, G 77 Properties : ..., AS0, ... 88 Properties : Board specific size, AS0, I, G, IPROT 98 Properties : 1M, AS1, I, G, IPROT 101 Properties : 4M, AS0, I, G, IPROT 109 Properties : 1M, AS1, I, G, IPROT 112 Properties : 4M, AS1, I, G, IPROT [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | line_program.cpp | 16 Values makeValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in makeValues() argument 24 tile.translatedMatrix(properties.get<LineTranslate>(), in makeValues() 25 properties.get<LineTranslateAnchor>(), in makeValues() 35 LineProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues() argument 40 properties, in uniformValues() 48 LineSDFProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues() argument 56 const float widthA = posA.width * properties.get<LineDasharray>().fromScale; in uniformValues() 57 const float widthB = posB.width * properties.get<LineDasharray>().toScale; in uniformValues() 70 properties, in uniformValues() 78 uniforms::u_mix::Value{ properties.get<LineDasharray>().t }, in uniformValues() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/nintendo/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/ |
| H A D | OpenCVModules-release.cmake | 10 set_target_properties(zlib PROPERTIES 20 set_target_properties(libjpeg-turbo PROPERTIES 30 set_target_properties(libtiff PROPERTIES 40 set_target_properties(libwebp PROPERTIES 50 set_target_properties(libjasper PROPERTIES 60 set_target_properties(libpng PROPERTIES 70 set_target_properties(IlmImf PROPERTIES 80 set_target_properties(libprotobuf PROPERTIES 90 set_target_properties(quirc PROPERTIES 100 set_target_properties(tegra_hal PROPERTIES [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/ |
| H A D | OpenCVModules-release.cmake | 10 set_target_properties(zlib PROPERTIES 20 set_target_properties(libjpeg-turbo PROPERTIES 30 set_target_properties(libtiff PROPERTIES 40 set_target_properties(libwebp PROPERTIES 50 set_target_properties(libjasper PROPERTIES 60 set_target_properties(libpng PROPERTIES 70 set_target_properties(IlmImf PROPERTIES 80 set_target_properties(libprotobuf PROPERTIES 90 set_target_properties(quirc PROPERTIES 100 set_target_properties(tegra_hal PROPERTIES [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | renesas,cpg-clocks.yaml | 19 properties: 60 properties: 65 properties: 91 properties: 96 properties: 127 properties: 132 properties: 147 properties: 152 properties: 168 properties: [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-arm64-v8a/ |
| H A D | OpenCVModules-release.cmake | 10 set_target_properties(libcpufeatures PROPERTIES 20 set_target_properties(zlib PROPERTIES 30 set_target_properties(libjpeg-turbo PROPERTIES 40 set_target_properties(libtiff PROPERTIES 50 set_target_properties(libwebp PROPERTIES 60 set_target_properties(libjasper PROPERTIES 70 set_target_properties(libpng PROPERTIES 80 set_target_properties(IlmImf PROPERTIES 90 set_target_properties(libprotobuf PROPERTIES 100 set_target_properties(quirc PROPERTIES [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-armeabi-v7a/ |
| H A D | OpenCVModules-release.cmake | 10 set_target_properties(libcpufeatures PROPERTIES 20 set_target_properties(zlib PROPERTIES 30 set_target_properties(libjpeg-turbo PROPERTIES 40 set_target_properties(libtiff PROPERTIES 50 set_target_properties(libwebp PROPERTIES 60 set_target_properties(libjasper PROPERTIES 70 set_target_properties(libpng PROPERTIES 80 set_target_properties(IlmImf PROPERTIES 90 set_target_properties(libprotobuf PROPERTIES 100 set_target_properties(quirc PROPERTIES [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | generic-adc-battery.c | 83 * This properties are set based on the received platform data and this 244 enum power_supply_property *properties; in gab_probe() local 269 * copying the static properties and allocating extra memory for holding in gab_probe() 270 * the extra configurable properties received from platform data. in gab_probe() 272 properties = kcalloc(ARRAY_SIZE(gab_props) + in gab_probe() 274 sizeof(*properties), in gab_probe() 276 if (!properties) { in gab_probe() 281 memcpy(properties, gab_props, sizeof(gab_props)); in gab_probe() 284 * getting channel from iio and copying the battery properties in gab_probe() 294 /* copying properties for supported channels only */ in gab_probe() [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/line6/ |
| H A D | driver.c | 66 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_start_listen() 68 usb_rcvintpipe(line6->usbdev, line6->properties->ep_ctrl_r), in line6_start_listen() 73 usb_rcvbulkpipe(line6->usbdev, line6->properties->ep_ctrl_r), in line6_start_listen() 104 const struct line6_properties *properties = line6->properties; in line6_send_raw_message() local 112 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_send_raw_message() 114 usb_sndintpipe(line6->usbdev, properties->ep_ctrl_w), in line6_send_raw_message() 119 usb_sndbulkpipe(line6->usbdev, properties->ep_ctrl_w), in line6_send_raw_message() 162 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_send_raw_message_async_part() 164 usb_sndintpipe(line6->usbdev, line6->properties->ep_ctrl_w), in line6_send_raw_message_async_part() 169 usb_sndbulkpipe(line6->usbdev, line6->properties->ep_ctrl_w), in line6_send_raw_message_async_part() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_mode_object.c | 225 * value. Currently this function cannot fail since the properties are stored in 228 * Note that all properties must be attached before the object itself is 235 int count = obj->properties->count; in drm_object_attach_property() 256 obj->properties->properties[count] = property; in drm_object_attach_property() 257 obj->properties->values[count] = init_val; in drm_object_attach_property() 258 obj->properties->count++; in drm_object_attach_property() 289 for (i = 0; i < obj->properties->count; i++) { in drm_object_property_set_value() 290 if (obj->properties->properties[i] == property) { in drm_object_property_set_value() 291 obj->properties->values[i] = val; in drm_object_property_set_value() 306 /* read-only properties bypass atomic mechanism and still store in __drm_object_property_get_value() [all …]
|