| /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 | reset.h | 270 * reset_control_get_exclusive - Lookup and obtain an exclusive reference 291 * reset_control_bulk_get_exclusive - Lookup and obtain exclusive references to 308 * reset_control_get_exclusive_released - Lookup and obtain a temoprarily 329 * reset_control_bulk_get_exclusive_released - Lookup and obtain temporarily 350 * reset_control_bulk_get_optional_exclusive_released - Lookup and obtain optional 372 * reset_control_get_shared - Lookup and obtain a shared reference to a 400 * reset_control_bulk_get_shared - Lookup and obtain shared references to 491 * of_reset_control_get_exclusive - Lookup and obtain an exclusive reference 507 * of_reset_control_get_optional_exclusive - Lookup and obtain an optional exclusive 527 * of_reset_control_get_shared - Lookup and obtain a shared reference [all …]
|
| 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/security/apparmor/include/ |
| H A D | cred.h | 40 * aa_cred_raw_label - obtain cred's label 41 * @cred: cred to obtain label from (NOT NULL) 56 * aa_get_newest_cred_label - obtain the newest label on a cred 57 * @cred: cred to obtain label from (NOT NULL)
|
| /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/include/scsi/ |
| H A D | scsi.h | 179 /* Used to obtain PUN and LUN info. Conflicts with CDROMAUDIOBUFSIZ */ 184 /* Used to obtain the host number of a device. */ 187 /* Used to obtain the bus number for a device */ 190 /* Used to obtain the PCI location of a device */
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| H A D | dml2_utils.h | |
| /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/drivers/staging/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/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/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/Documentation/mm/ |
| H A D | process_addrs.rst | 78 * Obtain an mmap read lock at the MM granularity via :c:func:`!mmap_read_lock` (or a 81 * Try to obtain a VMA read lock via :c:func:`!lock_vma_under_rcu`. This tries to 83 required to instead obtain an mmap read lock if this returns :c:macro:`!NULL`, 86 anonymous or file-backed) to obtain the required VMA. 91 * Obtain an mmap write lock at the MM granularity via :c:func:`!mmap_write_lock` (or a 94 * Obtain a VMA write lock via :c:func:`!vma_start_write` for each VMA you wish to 100 VMA locks are special in that you must obtain an mmap **write** lock **first** 101 in order to obtain a VMA **write** lock. A VMA **read** lock however can be 127 .. warning:: While it's possible to obtain a VMA lock while holding an mmap read lock, 133 obtain either a read or a write lock for each of these. [all …]
|
| /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 | 588 * _of_phy_get() - lookup and obtain a reference to a phy by phandle 643 * of_phy_get() - lookup and obtain a reference to a phy using a device_node. 752 * phy_get() - lookup and obtain a reference to a phy. 799 * devm_phy_get() - lookup and obtain a reference to a phy. 829 * devm_phy_optional_get() - lookup and obtain a reference to an optional phy. 853 * devm_of_phy_get() - lookup and obtain a reference to a phy. 891 * devm_of_phy_optional_get() - lookup and obtain a reference to an optional 921 * devm_of_phy_get_by_index() - lookup and obtain a reference to a phy by index. 1110 * @of_xlate: function pointer to obtain phy instance from phy provider 1178 * @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 | 727 * Obtain DrMOS current sense gain of power stage from the register in mp2975_current_sense_gain_get() 914 /* Obtain maximum voltage values. */ in mp2975_vout_per_rail_config_get() 923 /* Obtain voltage reference offsets. */ in mp2975_vout_per_rail_config_get() 1045 /* Obtain current sense gain of power stage. */ in mp2975_probe() 1050 /* Obtain voltage reference values. */ in mp2975_probe() 1055 /* Obtain vout over-voltage scales. */ in mp2975_probe() 1066 /* Obtain offsets, maximum and format for vout. */ in mp2975_probe()
|