/Linux-v5.10/tools/testing/selftests/bpf/verifier/ |
D | ref_tracking.c | 2 "reference tracking: leak potential reference", 5 BPF_MOV64_REG(BPF_REG_6, BPF_REG_0), /* leak reference */ 9 .errstr = "Unreleased reference", 13 "reference tracking: leak potential reference to sock_common", 16 BPF_MOV64_REG(BPF_REG_6, BPF_REG_0), /* leak reference */ 20 .errstr = "Unreleased reference", 24 "reference tracking: leak potential reference on stack", 34 .errstr = "Unreleased reference", 38 "reference tracking: leak potential reference on stack 2", 49 .errstr = "Unreleased reference", [all …]
|
/Linux-v5.10/include/media/ |
D | v4l2-h264.h | 16 * struct v4l2_h264_reflist_builder - Reference list builder object 18 * @refs.pic_order_count: reference picture order count 19 * @refs.frame_num: reference frame number 20 * @refs.pic_num: reference picture number 21 * @refs.longterm: set to true for a long term reference 28 * This object stores the context of the P/B0/B1 reference list builder. 29 * This procedure is described in section '8.2.4 Decoding process for reference 51 * v4l2_h264_build_b_ref_lists() - Build the B0/B1 reference lists 53 * @builder: reference list builder context 54 * @b0_reflist: 16-bytes array used to store the B0 reference list. Each entry [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/ |
D | fsl,imx25-gcq.yaml | 28 The regulator supplying the ADC reference voltage. 29 Required when at least one subnode uses the this reference. 33 The regulator supplying the ADC reference voltage on pin XP. 34 Required when at least one subnode uses this reference. 38 The regulator supplying the ADC reference voltage on pin YP. 39 Required when at least one subnode uses this reference. 61 Child nodes used to define the reference voltages used for each channel 82 Specifies the positive reference input as defined in 84 0: YP voltage reference 85 1: XP voltage reference [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | global_data.c | 19 { "relocate .bss reference", 0, 0 }, in test_global_data_number() 20 { "relocate .data reference", 1, 42 }, in test_global_data_number() 21 { "relocate .rodata reference", 2, 24 }, in test_global_data_number() 22 { "relocate .bss reference", 3, 0 }, in test_global_data_number() 23 { "relocate .data reference", 4, 0xffeeff }, in test_global_data_number() 24 { "relocate .rodata reference", 5, 0xabab }, in test_global_data_number() 25 { "relocate .bss reference", 6, 1234 }, in test_global_data_number() 26 { "relocate .bss reference", 7, 0 }, in test_global_data_number() 27 { "relocate .rodata reference", 8, 0xab }, in test_global_data_number() 28 { "relocate .rodata reference", 9, 0x1111111111111111 }, in test_global_data_number() [all …]
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | exresolv.c | 36 * DESCRIPTION: Convert Reference objects to values 97 * DESCRIPTION: Retrieve the value from an internal object. The Reference type 120 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value() 127 * Note: this increments the local's object reference count in acpi_ex_resolve_object_to_value() 131 reference.value, in acpi_ex_resolve_object_to_value() 140 stack_desc->reference.value, in acpi_ex_resolve_object_to_value() 144 * Now we can delete the original Reference Object and in acpi_ex_resolve_object_to_value() 153 switch (stack_desc->reference.target_type) { in acpi_ex_resolve_object_to_value() 172 obj_desc = *stack_desc->reference.where; in acpi_ex_resolve_object_to_value() 196 /* Invalid reference object */ in acpi_ex_resolve_object_to_value() [all …]
|
D | exdebug.c | 180 /* Decode the reference */ in acpi_ex_do_debug_object() 182 switch (source_desc->reference.class) { in acpi_ex_do_debug_object() 185 acpi_os_printf("0x%X\n", source_desc->reference.value); in acpi_ex_do_debug_object() 193 source_desc->reference.value); in acpi_ex_do_debug_object() 205 if (source_desc->reference.node) { in acpi_ex_do_debug_object() 207 (source_desc->reference.node) != in acpi_ex_do_debug_object() 211 source_desc->reference.node); in acpi_ex_do_debug_object() 214 source_desc->reference.node, in acpi_ex_do_debug_object() 215 (source_desc->reference.node)-> in acpi_ex_do_debug_object() 218 switch ((source_desc->reference.node)->type) { in acpi_ex_do_debug_object() [all …]
|
D | exstore.c | 38 * Reference; 84 /* Destination object must be a Reference or a Constant object */ in acpi_ex_store() 103 /* Destination is not a Reference object */ in acpi_ex_store() 106 "Target is not a Reference or Constant object - [%s] %p", in acpi_ex_store() 114 * Examine the Reference class. These cases are handled: in acpi_ex_store() 121 switch (ref_desc->reference.class) { in acpi_ex_store() 127 ref_desc->reference. in acpi_ex_store() 147 acpi_ds_store_object_to_local(ref_desc->reference.class, in acpi_ex_store() 148 ref_desc->reference.value, in acpi_ex_store() 167 ACPI_ERROR((AE_INFO, "Unknown Reference Class 0x%2.2X", in acpi_ex_store() [all …]
|
D | utdelete.c | 4 * Module Name: utdelete - object deletion and reference count utilities 31 * DESCRIPTION: Low level object deletion, after reference counts have been 32 * updated (All reference counts, including sub-objects!) 350 * RETURN: None. Sets new reference count within the object 352 * DESCRIPTION: Modify the reference count for an internal acpi object 371 * Always get the reference count lock. Note: Interpreter and/or in acpi_ut_update_ref_count() 377 /* Perform the reference count action (increment, decrement) */ in acpi_ut_update_ref_count() 386 /* The current reference count should never be zero here */ in acpi_ut_update_ref_count() 390 "Obj %p, Reference Count was zero before increment\n", in acpi_ut_update_ref_count() 404 /* The current reference count must be non-zero */ in acpi_ut_update_ref_count() [all …]
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | dvb-usb-dib0700-cardlist.rst | 29 * - DiBcom NIM7090 reference design 31 * - DiBcom NIM8096MD reference design 33 * - DiBcom NIM9090MD reference design 35 * - DiBcom STK7070P reference design 37 * - DiBcom STK7070PD reference design 39 * - DiBcom STK7700D reference design 41 * - DiBcom STK7700P reference design 43 * - DiBcom STK7770P reference design 45 * - DiBcom STK807xP reference design 47 * - DiBcom STK807xPVR reference design [all …]
|
/Linux-v5.10/include/dt-bindings/iio/adc/ |
D | fsl-imx25-gcq.h | 9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */ 10 #define MX25_ADC_REFP_XP 1 /* XP voltage reference */ 11 #define MX25_ADC_REFP_EXT 2 /* External voltage reference */ 12 #define MX25_ADC_REFP_INT 3 /* Internal voltage reference */ 14 #define MX25_ADC_REFN_XN 0 /* XN ground reference */ 15 #define MX25_ADC_REFN_YN 1 /* YN ground reference */ 16 #define MX25_ADC_REFN_NGND 2 /* Internal ground reference */ 17 #define MX25_ADC_REFN_NGND2 3 /* External ground reference */
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | ti,phy-am654-serdes.txt | 23 reference clock and right input clock in that order. 25 SERDES. Should have 3 items for CMU reference clock, 35 for selecting the correct reference clock. This can be used while 47 left input reference clock as indicated by <&k3_clks 153 4>, external 48 reference clock as indicated by <&k3_clks 153 1> and right input 49 reference clock as indicated by <&serdes1 AM654_SERDES_LO_REFCLK>. (The 53 first refers to the CMU reference clock, second refers to the left output 54 reference clock and the third refers to the right output reference clock. 57 parent of left input reference clock to MAINHSDIV_CLKOUT4 and parent of 58 CMU reference clock to left input reference clock.
|
/Linux-v5.10/Documentation/gpu/ |
D | drm-kms-helpers.rst | 36 Modeset Helper Reference for Common Vtables 47 Atomic Modeset Helper Functions Reference 62 Helper Functions Reference 77 Atomic State Helper Reference 83 Simple KMS Helper Reference 95 fbdev Helper Functions Reference 107 format Helper Functions Reference 113 Framebuffer CMA Helper Functions Reference 122 Framebuffer GEM Helper Reference 155 Bridge Helper Reference [all …]
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 376 * intel_runtime_pm_get_raw - grab a raw runtime pm reference 382 * This function grabs a device-level runtime pm reference (mostly used for 386 * Any runtime pm reference obtained by this function must have a symmetric 387 * call to intel_runtime_pm_put_raw() to release the reference again. 398 * intel_runtime_pm_get - grab a runtime pm reference 401 * This function grabs a device-level runtime pm reference (mostly used for GEM 404 * Any runtime pm reference obtained by this function must have a symmetric 405 * call to intel_runtime_pm_put() to release the reference again. 415 * intel_runtime_pm_get_if_in_use - grab a runtime pm reference if device in use 418 * This function grabs a device-level runtime pm reference if the device is [all …]
|
/Linux-v5.10/drivers/cpufreq/ |
D | amd_freq_sensitivity.c | 33 u64 reference; member 45 struct msr actual, reference; in amd_powersave_bias_target() local 57 &reference.l, &reference.h); in amd_powersave_bias_target() 59 reference.h &= 0x00ffffff; in amd_powersave_bias_target() 62 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target() 68 d_reference = reference.q - data->reference; in amd_powersave_bias_target() 104 data->reference = reference.q; in amd_powersave_bias_target()
|
/Linux-v5.10/drivers/net/ipa/ |
D | ipa_clock.h | 36 * ipa_clock_get() - Get an IPA clock reference 39 * This call blocks if this is the first reference. 44 * ipa_clock_get_additional() - Get an IPA clock reference if not first 47 * This returns immediately, and only takes a reference if not the first 52 * ipa_clock_put() - Drop an IPA clock reference 55 * This drops a clock reference. If the last reference is being dropped, 57 * not block unless the last reference is dropped.
|
D | ipa_clock.c | 21 * (buses) the IPA depends on as a single logical entity. A reference count 29 * An IPA clock reference must be held for any access to IPA hardware. 46 * @count: Clocking reference count 192 /* Get an IPA clock reference, but only if the reference count is 193 * already non-zero. Returns true if the additional reference was 201 /* Get an IPA clock reference. If the reference count is non-zero, it is 206 * Incrementing the reference count is intentionally deferred until 214 /* If the clock is running, just bump the reference count */ in ipa_clock_get() 221 /* A reference might have been added before we got the mutex. */ in ipa_clock_get() 237 /* Attempt to remove an IPA clock reference. If this represents the [all …]
|
/Linux-v5.10/fs/xfs/ |
D | xfs_extfree_item.h | 24 * The EFI is reference counted so that it is not freed prior to both the EFI 29 * 1.) an EFI held reference to track EFI AIL insertion 30 * 2.) an EFD held reference to track EFD commit 33 * EFI is added to and dirtied in a transaction, ownership of reference one 34 * transfers to the transaction. The reference is dropped once the EFI is 37 * the EFD reference under all circumstances to this point. The caller has no 42 * Once an EFD is allocated and dirtied in a transaction, reference two 43 * transfers to the transaction. The EFD reference is dropped once it reaches 44 * the unpin handler. Similar to the EFI, the reference also drops in the event
|
/Linux-v5.10/security/apparmor/include/ |
D | policy_unpack.h | 81 * __aa_get_loaddata - get a reference count to uncounted data reference 82 * @data: reference to get a count on 84 * Returns: pointer to reference OR NULL if race is lost and reference is 100 * aa_get_loaddata - get a reference count from a counted data reference 101 * @data: reference to get a count on 103 * Returns: point to reference 104 * Requires: @data to have a valid reference count on it. It is a bug
|
/Linux-v5.10/drivers/md/ |
D | dm-builtin.c | 8 * The release method is called when the last reference to the kobject is 10 * reference. 14 * increased module reference count or synchronizing against the release 20 * 1. Some other process takes a reference to dm kobject 23 * because of the other reference taken at step 1 25 * 5. The other process that took the reference in step 1 drops it, 29 * 8. dm_sysfs_exit continues, the dm device is unloaded, module reference 35 * Note that if the process that takes the foreign reference to dm kobject
|
/Linux-v5.10/Documentation/hwmon/ |
D | ads7828.rst | 36 * ext_vref: (bool) External reference 37 set to true if it operates with an external reference, false for default 38 internal reference. 40 * vref_mv: (unsigned int) Voltage reference 41 if using an external reference, set this to the reference voltage in mV, 46 operation and internal voltage reference (2.5V). 59 The chip also has the facility to use an external voltage reference. This
|
/Linux-v5.10/Documentation/filesystems/nfs/ |
D | pnfs.rst | 2 Reference counting in pnfs 6 reference multiple devices, each of which can reference multiple data servers. 9 we need to reference count. 20 We reference the header for the inode pointing to it, across each 26 the reference count, as the layout is kept around by the lseg that 32 lsegs reference device ids, which are resolved per nfs_client and 51 level cache. Its reference is held over the lifetime of the deviceid 57 lseg maintains an extra reference corresponding to the NFS_LSEG_VALID
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/ |
D | mount-matrix.txt | 17 reference into the device frame of reference using a translation matrix as 23 relative to some specific device frame of reference. 28 reference to (x,y,z) orientation, with (x,y) corresponding to these axes on the 37 reference. This means that the sensor may be flipped upside-down, left-right, 38 or tilted at any angle relative to the frame of reference. 40 Another frame of reference is how the device with its sensor relates to the 49 - Accelerometers have their world frame of reference toward the center of 54 reference can thus be determined. and users would likely expect a value of 93 - Magnetometers (compasses) have their world frame of reference relative to the 95 respect to the local earth geomagnetic reference frame where (y) is in the [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,q6v5.txt | 33 Definition: reference to the interrupts that match interrupt-names 62 Definition: reference to the clocks that match clock-names 90 Definition: reference to the reset-controller for the modem sub-system 91 reference to the list of 3 reset-controllers for the 93 reference to the list of 2 reset-controllers for the modem 110 Definition: reference to the reserved-memory for the mba region followed 121 Definition: reference to the regulators to be held on behalf of the 132 Definition: reference to the regulators to be held on behalf of the 140 Definition: reference to the regulators to be held on behalf of the 146 Definition: reference to power-domains that match power-domain-names [all …]
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-h264.c | 16 * v4l2_h264_init_reflist_builder() - Initialize a P/B0/B1 reference list 22 * @dpb: DPB to use when creating the reference list 210 * v4l2_h264_build_p_ref_list() - Build the P reference list 212 * @builder: reference list builder context 213 * @reflist: 16-bytes array used to store the P reference list. Each entry 216 * This functions builds the P reference lists. This procedure is describe in 217 * section '8.2.4 Decoding process for reference picture lists construction' 219 * need to pass a P reference list to the hardware. 233 * v4l2_h264_build_b_ref_lists() - Build the B0/B1 reference lists 235 * @builder: reference list builder context [all …]
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | pch_udc.c | 274 * @dev: reference to device struct 317 * @driver: reference to gadget driver bound 318 * @pdev: reference to the PCI device 456 * @dev: Reference to pch_udc_dev structure 472 * @dev: Reference to pch_udc_dev structure 488 * @dev: Reference to pch_udc_dev structure 505 * @dev: Reference to pch_udc_dev structure 516 * @dev: Reference to pch_udc_dev structure 527 * @dev: Reference to pch_udc_regs structure 536 * @dev: Reference to pch_udc_regs structure [all …]
|