| /linux/include/linux/ |
| H A D | cgroup_refcnt.h | 2 * css_get - obtain a reference on the specified css 16 * css_get_many - obtain references on the specified css in CGROUP_REF_EXPORT() 31 * css_tryget - try to obtain a reference on the specified css in CGROUP_REF_EXPORT() 34 * Obtain a reference on @css unless it already has reached zero and is in CGROUP_REF_EXPORT() 51 * css_tryget_online - try to obtain a reference on the specified css if online in CGROUP_REF_EXPORT() 54 * Obtain a reference on @css if it's online. The caller naturally needs in CGROUP_REF_EXPORT()
|
| H A D | leafops.h | 47 * softleaf_from_pte() - Obtain a leaf entry from a PTE entry. 70 * softleaf_to_pte() - Obtain a PTE entry from a leaf entry. 86 * softleaf_from_pmd() - Obtain a leaf entry from a PMD entry. 312 * softleaf_to_marker() - Obtain marker associated with leaf entry. 353 * softleaf_to_pfn() - Obtain PFN encoded within leaf entry.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_kfuncs.h | 26 * Obtain a read-only pointer to the dynptr's data 29 * buffer if unable to obtain a direct pointer 35 * Obtain a read-write pointer to the dynptr's data 38 * buffer if unable to obtain a direct pointer
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_config.c | 74 * struct config_request - obtain dma memory via routine 190 * _config_alloc_config_dma_memory - obtain physical memory 508 * mpt3sas_config_get_manufacturing_pg0 - obtain manufacturing page 0 544 * mpt3sas_config_get_manufacturing_pg1 - obtain manufacturing page 1 580 * mpt3sas_config_get_manufacturing_pg10 - obtain manufacturing page 10 617 * mpt3sas_config_get_manufacturing_pg11 - obtain manufacturing page 11 691 * mpt3sas_config_get_bios_pg2 - obtain bios page 2 727 * mpt3sas_config_get_bios_pg3 - obtain bios page 3 851 * mpt3sas_config_get_iounit_pg0 - obtain iounit page 0 887 * mpt3sas_config_get_iounit_pg1 - obtain iounit page 1 [all …]
|
| /linux/drivers/acpi/ |
| H A D | thermal_lib.c | 95 * Evaluate the _ACx object for the thermal zone represented by @adev to obtain 115 * Evaluate the _PSV object for the thermal zone represented by @adev to obtain 134 * Evaluate the _HOT object for the thermal zone represented by @adev to obtain 154 * Evaluate the _CRT object for the thermal zone represented by @adev to obtain
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | gpio_interface.h | 83 /* Obtain GPIO pin info */ 88 /* Obtain GPIO sync source */ 92 /* Obtain GPIO pin output state (active low or active high) */
|
| /linux/arch/m68k/fpsp040/ |
| H A D | slog2.S | 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X. 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 89 | Step 3. Call sLogN to obtain Y = log(X), the natural log of X.
|
| /linux/drivers/cpufreq/ |
| H A D | sti-cpufreq.c | 186 dev_warn(dev, "Failed to obtain process code\n"); in sti_cpufreq_set_opp_info() 195 dev_warn(dev, "Failed to obtain substrate code\n"); in sti_cpufreq_set_opp_info() 203 dev_err(dev, "Failed to obtain major version\n"); in sti_cpufreq_set_opp_info() 210 dev_err(dev, "Failed to obtain minor version\n"); in sti_cpufreq_set_opp_info()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | design.rst | 24 This layer tries to obtain mappings of each file ranges to storage 78 1. Obtain a space mapping via ``->iomap_begin`` 273 ``->iomap_begin`` to obtain a new mapping. 307 structure to obtain a mapping and (optionally) to release the mapping: 324 iomap operations call ``->iomap_begin`` to obtain one file mapping for 441 For example, pagecache write operations will obtain a file mapping,
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bus.h | 83 * @gettxq: obtain a reference of bus transmit queue (optional). 85 * @get_ramsize: obtain size of device memory. 86 * @get_memdump: obtain device memory dump in provided buffer. 87 * @get_blob: obtain a firmware blob.
|
| /linux/include/crypto/ |
| H A D | ecdh.h | 43 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key 47 * with the provided ECDH private key reference to obtain the required
|
| H A D | dh.h | 42 * crypto_dh_key_len() - Obtain the size of the private DH key 46 * with the provided DH private key reference to obtain the required
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | Kconfig | 23 image for it. You can obtain the microcode from: 50 image for it. You can obtain the microcode from:
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dv-timings.rst | 45 to obtain the new video timings, and if they are valid, it can set 48 to obtain the new format. Now the application can allocate new buffers
|
| /linux/drivers/gpib/include/ |
| H A D | gpib_cmd.h | 29 LAD = 0x20, /* value to be 'ored' in to obtain listen address */ 31 TAD = 0x40, /* value to be 'ored' in to obtain talk address */
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_pingpong.h | 42 * @get_line_count: obtain current vertical line counter 66 * @get_line_count: Obtain current vertical line counter
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_mbx.c | 9 * wx_obtain_mbx_lock_pf - obtain mailbox lock 31 wx_err(wx, "Failed to obtain mailbox lock for PF%d", vf); in wx_obtain_mbx_lock_pf() 195 * wx_obtain_mbx_lock_vf - obtain mailbox lock 209 wx_err(wx, "Failed to obtain mailbox lock for VF.\n"); in wx_obtain_mbx_lock_vf()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_ima.c | 100 * - Goal: obtain a sample with the bpf_ima_inode_hash() helper in test_test_ima() 114 * - Goal: obtain samples with the bpf_ima_file_hash() helper in test_test_ima() 201 * - Goal: obtain a sample from the kernel_read_file hook in test_test_ima()
|
| /linux/drivers/phy/ |
| H A D | phy-core.c | 610 * _of_phy_get() - lookup and obtain a reference to a phy by phandle 665 * of_phy_get() - lookup and obtain a reference to a phy using a device_node. 774 * phy_get() - lookup and obtain a reference to a phy. 821 * devm_phy_get() - lookup and obtain a reference to a phy. 851 * devm_phy_optional_get() - lookup and obtain a reference to an optional phy. 875 * devm_of_phy_get() - lookup and obtain a reference to a phy. 913 * devm_of_phy_optional_get() - lookup and obtain a reference to an optional 943 * devm_of_phy_get_by_index() - lookup and obtain a reference to a phy by index. 1132 * @of_xlate: function pointer to obtain phy instance from phy provider 1200 * @of_xlate: function pointer to obtain phy instance from phy provider
|
| /linux/drivers/staging/iio/Documentation/ |
| H A D | sysfs-bus-iio-dds | 18 obtain the desired value in Hz. If shared across all frequency 47 Scale to be applied to out_altvoltageX_phaseY in order to obtain
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | mp2975.c | 729 * Obtain DrMOS current sense gain of power stage from the register in mp2975_current_sense_gain_get() 916 /* Obtain maximum voltage values. */ in mp2975_vout_per_rail_config_get() 925 /* Obtain voltage reference offsets. */ in mp2975_vout_per_rail_config_get() 1047 /* Obtain current sense gain of power stage. */ in mp2975_probe() 1052 /* Obtain voltage reference values. */ in mp2975_probe() 1057 /* Obtain vout over-voltage scales. */ in mp2975_probe() 1068 /* Obtain offsets, maximum and format for vout. */ in mp2975_probe()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-intel_pmt | 29 may be mapped or read to obtain the data. 75 may be mapped or read to obtain the data.
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | dwc_pcie_pmu.rst | 27 Using this feature you can obtain information regarding RX/TX data 37 Using this feature you can obtain Error and Non-Error information in
|
| /linux/rust/kernel/ |
| H A D | device_id.rs | 166 /// Obtain the pointer to the ID table. 169 /// Obtain the pointer to the bus specific device ID from an index. 172 /// Obtain the pointer to the driver-specific information from an index.
|
| /linux/include/uapi/drm/ |
| H A D | tegra_drm.h | 58 * Handle of the GEM object to obtain an mmap offset for. 201 * The application context identifying the channel for which to obtain 209 * Index of the client syncpoint for which to obtain the ID. 229 * The application context identifying for which channel to obtain the 237 * ID of the syncpoint for which to obtain the wait base.
|