| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6ulz.dtsi | 9 /delete-property/ ethernet0; 10 /delete-property/ ethernet1; 11 /delete-property/ i2c2; 12 /delete-property/ i2c3; 13 /delete-property/ serial4; 14 /delete-property/ serial5; 15 /delete-property/ serial6; 16 /delete-property/ serial7; 17 /delete-property/ spi2; 18 /delete-property/ spi3;
|
| H A D | stm32mp15xx-dkx.dtsi | 153 /delete-property/dmas; 154 /delete-property/dma-names; 230 /delete-property/dmas; 231 /delete-property/dma-names; 376 /delete-property/dmas; 516 /delete-property/dmas; 531 /delete-property/dmas; 546 /delete-property/dmas; 561 /delete-property/dmas; 576 /delete-property/dmas; [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_007_pos.ksh | 128 for property in ${properties[@]}; do 129 orig_val=$(get_prop $property $fs) 130 (($? != 0)) && log_fail "get_prop $property $fs" 133 reverse_opt=$(get_reverse_option $fs $property) 137 cur_val=$(get_prop $property $fs) 138 (($? != 0)) && log_fail "get_prop $property $fs" 141 if ! is_global_zone && [[ $property == devices ]] ; then 155 cur_val=$(get_prop $property $fs) 156 (($? != 0)) && log_fail "get_prop $property $fs"
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_vcio.c | 60 uint8_t *property; in vcio_ioctl() local 70 property = malloc(size, M_VCIO, M_WAITOK); in vcio_ioctl() 72 error = copyin(ptr, property, size); in vcio_ioctl() 74 free(property, M_VCIO); in vcio_ioctl() 78 error = bcm2835_mbox_property(property, size); in vcio_ioctl() 80 free(property, M_VCIO); in vcio_ioctl() 84 error = copyout(property, ptr, size); in vcio_ioctl() 85 free(property, M_VCIO); in vcio_ioctl()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | qcom,spmi-vadc.txt | 26 Definition: Must be one. Child node 'reg' property should define ADC 66 - For compatible property "qcom,spmi-vadc", valid values are 67 512, 1024, 2048, 4096. If property is not found, default value 88 - For compatible property "qcom,spmi-vadc", if this property is 94 if this property is specified VADC will use the VDD reference 110 If property is not found, channel will use 0us. 111 - For compatible property "qcom,spmi-adc5", delay = 15us for 118 If property is not found, channel will use 15us. 127 - For compatible property "qcom,spmi-vadc", valid values 129 If property is not found, 1 sample will be used. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | armada-370-xp.txt | 5 shall have the following property: 7 Required root node property: 12 following property: 14 Required root node property: 19 following property: 21 Required root node property:
|
| H A D | 98dx3236.txt | 5 shall have the following property: 7 Required root node property: 12 following property: 14 Required root node property: 19 following property: 21 Required root node property:
|
| H A D | armada-38x.txt | 5 following property: 7 Required root node property: 12 following property before the previous one: 14 Required root node property: 19 following property before the previous one: 21 Required root node property:
|
| H A D | armada-39x.txt | 5 following property: 7 Required root node property: 12 following property before the common "marvell,armada390" one: 14 Required root node property: 23 property before the common "marvell,armada390" one: 25 Required root node property:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | interrupts.txt | 8 "interrupts" property, an "interrupts-extended" property, or both. If both are 19 The "interrupt-parent" property is used to specify the controller to which 21 controller node. This property is inherited, so it may be specified in an 23 "interrupts" property are always in reference to the node's interrupt parent. 25 The "interrupts-extended" property is a special form; useful when a node needs 27 the inherited one. Each entry in this property contains both the parent phandle 37 property. This is a empty, boolean property. An additional "#interrupt-cells" 38 property defines the number of cells needed to specify a single interrupt. 46 The #interrupt-cells property is set to 1 and the single cell defines the 69 The #interrupt-cells property is set to 2 and the first cell defines the [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 43 revision of the compatible property. 107 If bit 0 is set, then the hwcap-bit-nr property will exist. 125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and 144 If the FSCR bit is set, then the fscr-bit-nr property will exist and 153 This property exists when the hv-support property HFSCR bit is set. This 154 property describes the bit number in the HFSCR register that the 166 This property exists when the os-support property FSCR bit is set. This 167 property describes the bit number in the FSCR register that the 179 This property may exist when the usable-privilege property value has PR bit set. 191 features usable by userspace will have a hwcap-bit-nr property. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/x86/ |
| H A D | ce4100.txt | 7 name in their compatible property because they first appeared in this 44 This node describes the in-core peripherals. Required property: 49 This node describes the PCI bus on the SoC. Its property should be 55 to contain the interrupt property. Besides the interrupt property it has 56 to contain at least the reg property containing the PCI bus address and 57 compatible property according to "PCI Bus Binding Revision 2.1".
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | pwm.txt | 8 with a property containing a 'pwm-list': 17 property must be documented in the device tree binding for each device. 18 An optional property "pwm-names" may contain a list of strings to label 19 each of the PWM devices listed in the "pwms" property. If no "pwm-names" 20 property is given, the name of the user node will be used as fallback. 23 "pwm-names" property to map the name of the PWM device requested by the 24 pwm_get() call to an index into the list given by the "pwms" property.
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 271 property->pd_types != ZFS_TYPE_POOL) { in zprop_sysfs_show() 285 show_str = zprop_types[property->pd_proptype]; in zprop_sysfs_show() 291 show_str = property->pd_visible ? "1" : "0"; in zprop_sysfs_show() 293 show_str = property->pd_values ? property->pd_values : ""; in zprop_sysfs_show() 295 switch (property->pd_proptype) { in zprop_sysfs_show() 298 (u_longlong_t)property->pd_numdefault); in zprop_sysfs_show() 302 show_str = property->pd_strdefault ? in zprop_sysfs_show() 303 property->pd_strdefault : ""; in zprop_sysfs_show() 306 if (zprop_index_to_string(property->pd_propnum, in zprop_sysfs_show() 307 property->pd_numdefault, &show_str, in zprop_sysfs_show() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | chosen.txt | 14 This property is used when booting with CONFIG_RANDOMIZE_BASE as the 26 Note that if this property is set from UEFI (or a bootloader in EFI 28 the Linux EFI stub (which will populate the property itself, using 35 with a stdout-path property under /chosen, as described in the Devicetree 69 should only use the "stdout-path" property. 74 This property is set (currently only on PowerPC, and only needed on 82 This property (arm64 only) holds a base address and size, describing a 86 This property describes a limitation: memory within this range is only 102 While this property does not represent a real hardware, the address 109 This property (currently used only on arm64) holds the memory range, [all …]
|
| H A D | example-schema.yaml | 124 # The value that should be used if the property is not present 139 vendor,int-property: 144 vendor,bool-property: 150 vendor,string-array-property: 158 vendor,property-in-standard-units-microvolt: 164 description: Child nodes are just another property from a json-schema 168 vendor,a-child-node-property: 174 - vendor,a-child-node-property 178 # 'vendor,bool-property' is only allowed when 'vendor,string-array-property' 180 vendor,bool-property: [ 'vendor,string-array-property' ] [all …]
|
| H A D | resource-names.txt | 4 include a supplemental property for assigning names to each of the list 5 items. The names property consists of a list of strings in the same 6 order as the data in the resource property. 18 The -names property must be used in conjunction with the normal resource 19 property. If not it will be ignored.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
| H A D | README.state | 35 # <property source before command> <property src after command> 36 # <property source before command> <property src after command> 51 # <property src before command> 55 # from which the property is inherited. (The code 63 # <property src after command> 67 # from which the property is inherited. 70 # 1) there must be a <property src..> line corresponding to each dataset 74 # 2) There can be as many <command>/<property src> blocks as desired, but 81 # Below are two sample <command>/<property src> blocks.
|
| /f-stack/freebsd/contrib/openzfs/contrib/zcp/ |
| H A D | autosnap.lua | 19 property = "com.sun:auto-snapshot" 28 property = arg 34 if root_snap == nil or property == nil then 48 auto, source = zfs.get_prop(root, property)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | marvell,xenon-sdhci.txt | 23 Array of names corresponding to clocks property. 33 Please also check property marvell,pad-type in below. 42 If Xenon IP contains only one SDHC, this property is optional. 53 Please note that this property only presents the type of PHY. 54 It doesn't stand for the entire SDHC type or property. 62 ZNR is set as 0xF by default if this property is not provided. 74 Set as 0x4 by default if this property is not provided. 78 Set as 64 by default if this property is not provided. 81 If this property is selected, transfers will bypass PHY. 90 This property provides the re-tuning counter. [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_common.kshlib | 110 typeset property="$1" 115 typeset val=$(get_prop "$property" "$dataset") 116 typeset src=$(get_source "$property" "$dataset") 118 log_fail "Dataset $dataset did not inherit $property properly:"\
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/temperature/ |
| H A D | adi,ltc2983.yaml | 99 Boolean property which set's the thermocouple as single-ended. 104 This property set's the pulsed current value applied during 147 Boolean property which set's three conversion cycles removing 153 Boolean property which enables a running average of the diode 161 This property controls the magnitude of the excitation current 207 property to 5 means 4 wires with Kelvin Rsense. 219 Boolean property which enables excitation current rotation to 221 this property is not allowed for 2- and 3-wire RTDs. 232 This property set the RTD curve used and the corresponding 287 Boolean property which set's the thermistor as single-ended. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | tps62360-regulator.txt | 15 If this property is missing, then assume that there is no GPIO 18 If this property is missing, then assume that there is no GPIO 21 If this property is missing, then assume the state as low (0). 23 If this property is missing, then assume the state as low (0). 25 Any property defined as part of the core regulator binding, defined in
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | ci-hdrc-usb2.txt | 28 property the PORTSC register won't be touched. 46 property is used to change AHB burst configuration, check the chipidea 47 spec for meaning of each value. If this property is not existed, it 52 bus, the value of this property will only take effect if property 53 "ahb-burst-config" is set to 0, if this property is missing the reset 58 the value of this property will only take effect if property 59 "ahb-burst-config" is set to 0, if this property is missing the reset 68 - non-zero-ttctrl-ttha: after setting this property, the value of register 70 value. It needs to be very carefully for setting this property, it is 73 property only affects siTD. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | srio.txt | 18 Definition: A standard property. Specifies the physical address and 26 value of the interrupts property consists of one interrupt 31 property. (Typically shared with port-write). 46 Definition: A standard property. Matches the port id. 51 Definition: A standard property. Utilized to describe the memory mapped 60 correctly configured for SRIO accesses. The property should 65 represented in the property for both transactions. 70 property. Within the pair, the first element represents the
|