Home
last modified time | relevance | path

Searched full:obtain (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-firmware-attributes16 A file that can be read to obtain the type of attribute.
28 A file that can be read to obtain the current
37 A file that can be read to obtain the default
41 A file that can be read to obtain a user friendly
45 A file that can be read to obtain
52 A file that can be read to obtain the possible
59 A file that can be read to obtain the lower
63 A file that can be read to obtain the upper
67 A file that can be read to obtain the scalar value used for
73 A file that can be read to obtain the maximum
[all …]
/Linux-v5.15/arch/x86/lib/
Dinsn-eval.c80 * get_seg_reg_override_idx() - obtain segment register override index
232 * resolve_seg_reg() - obtain segment register index
255 * operand indicated by @regoff. If allowed, obtain such overridden segment
327 * get_segment_selector() - obtain segment selector
331 * Obtain the segment selector from any of the CS, SS, DS, ES, FS, GS segment
512 * get_reg_offset_16() - Obtain offset of register indicated by instruction
518 * Obtain the offset, in pt_regs, of the registers indicated by the ModRM byte
586 * get_desc() - Obtain contents of a segment descriptor
590 * Given a segment selector, obtain a pointer to the segment descriptor.
628 * multiplied by 8 to obtain the memory offset of the desired descriptor in get_desc()
[all …]
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_config.c74 * struct config_request - obtain dma memory via routine
190 * _config_alloc_config_dma_memory - obtain physical memory
505 * mpt3sas_config_get_manufacturing_pg0 - obtain manufacturing page 0
541 * mpt3sas_config_get_manufacturing_pg7 - obtain manufacturing page 7
579 * mpt3sas_config_get_manufacturing_pg10 - obtain manufacturing page 10
616 * mpt3sas_config_get_manufacturing_pg11 - obtain manufacturing page 11
690 * mpt3sas_config_get_bios_pg2 - obtain bios page 2
726 * mpt3sas_config_get_bios_pg3 - obtain bios page 3
762 * mpt3sas_config_get_iounit_pg0 - obtain iounit page 0
798 * mpt3sas_config_get_iounit_pg1 - obtain iounit page 1
[all …]
/Linux-v5.15/security/apparmor/include/
Dcred.h40 * 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-v5.15/drivers/gpu/drm/amd/display/include/
Dgpio_interface.h83 /* Obtain GPIO pin info */
88 /* Obtain GPIO sync source */
92 /* Obtain GPIO pin output state (active low or active high) */
/Linux-v5.15/fs/lockd/
Dsvc4proc.c20 * Obtain client and file from arguments
35 /* Obtain host handle */ in nlm4svc_retrieve_args()
41 /* Obtain file pointer. Not used by FREE_ALL call. */ in nlm4svc_retrieve_args()
95 /* Obtain client and file */ in __nlm4svc_proc_test()
130 /* Obtain client and file */ in __nlm4svc_proc_lock()
184 /* Obtain client and file */ in __nlm4svc_proc_cancel()
224 /* Obtain client and file */ in __nlm4svc_proc_unlock()
373 /* Obtain client and file */ in nlm4svc_proc_share()
408 /* Obtain client and file */ in nlm4svc_proc_unshare()
445 /* Obtain client */ in nlm4svc_proc_free_all()
Dsvcproc.c49 * Obtain client and file from arguments
65 /* Obtain host handle */ in nlmsvc_retrieve_args()
71 /* Obtain file pointer. Not used by FREE_ALL call. */ in nlmsvc_retrieve_args()
124 /* Obtain client and file */ in __nlmsvc_proc_test()
160 /* Obtain client and file */ in __nlmsvc_proc_lock()
215 /* Obtain client and file */ in __nlmsvc_proc_cancel()
256 /* Obtain client and file */ in __nlmsvc_proc_unlock()
415 /* Obtain client and file */ in nlmsvc_proc_share()
450 /* Obtain client and file */ in nlmsvc_proc_unshare()
487 /* Obtain client */ in nlmsvc_proc_free_all()
/Linux-v5.15/drivers/s390/cio/
Ddevice_ops.c468 * @cdev: device to obtain the descriptor for
488 * @cdev: device to obtain the utility strings for
517 * ccw_device_get_id() - obtain a ccw device id
518 * @cdev: device to obtain the id for
701 * ccw_device_get_schid() - obtain a subchannel id
702 * @cdev: device to obtain the id for
737 * ccw_device_get_cssid() - obtain Channel Subsystem ID
738 * @cdev: device to obtain the CSSID for
753 * ccw_device_get_iid() - obtain MIF-image ID
754 * @cdev: device to obtain the MIF-image ID for
[all …]
/Linux-v5.15/include/scsi/
Dscsi.h174 /* Used to obtain PUN and LUN info. Conflicts with CDROMAUDIOBUFSIZ */
179 /* Used to obtain the host number of a device. */
182 /* Used to obtain the bus number for a device */
185 /* Used to obtain the PCI location of a device */
/Linux-v5.15/drivers/net/ethernet/amd/xgbe/
Dxgbe-platform.c155 /* Obtain the system clock setting */ in xgbe_acpi_support()
158 dev_err(dev, "unable to obtain %s property\n", in xgbe_acpi_support()
164 /* Obtain the PTP clock setting */ in xgbe_acpi_support()
167 dev_err(dev, "unable to obtain %s property\n", in xgbe_acpi_support()
203 /* Obtain the system clock setting */ in xgbe_of_support()
211 /* Obtain the PTP clock setting */ in xgbe_of_support()
328 dev_err(dev, "unable to obtain phy device\n"); in xgbe_platform_probe()
354 /* Obtain the mmio areas for the device */ in xgbe_platform_probe()
431 /* Obtain device settings unique to ACPI/OF */ in xgbe_platform_probe()
/Linux-v5.15/include/linux/
Dcgroup.h316 * css_get - obtain a reference on the specified css
328 * css_get_many - obtain references on the specified css
341 * css_tryget - try to obtain a reference on the specified css
344 * Obtain a reference on @css unless it already has reached zero and is
359 * css_tryget_online - try to obtain a reference on the specified css if online
362 * Obtain a reference on @css if it's online. The caller naturally needs
436 * task_css_set_check - obtain a task's css_set with extra access conditions
437 * @task: the task to obtain css_set for
462 * task_css_check - obtain css for (task, subsys) w/ extra access conds
474 * task_css_set - obtain a task's css_set
[all …]
Dreset.h222 * reset_control_get_exclusive - Lookup and obtain an exclusive reference
243 * reset_control_bulk_get_exclusive - Lookup and obtain exclusive references to
260 * reset_control_get_exclusive_released - Lookup and obtain a temoprarily
281 * reset_control_bulk_get_exclusive_released - Lookup and obtain temporarily
302 * reset_control_bulk_get_optional_exclusive_released - Lookup and obtain optional
323 * reset_control_get_shared - Lookup and obtain a shared reference to a
351 * reset_control_bulk_get_shared - Lookup and obtain shared references to
442 * of_reset_control_get_exclusive - Lookup and obtain an exclusive reference
458 * of_reset_control_get_shared - Lookup and obtain a shared reference
483 * of_reset_control_get_exclusive_by_index - Lookup and obtain an exclusive
[all …]
Dclk.h124 * clk_get_accuracy - obtain the clock accuracy in ppb (parts per billion)
316 * clk_get - lookup and obtain a reference to a clock producer.
333 * clk_bulk_get - lookup and obtain a number of references to clock producer.
355 * clk_bulk_get_all - lookup and obtain all available references to clock
376 * clk_bulk_get_optional - lookup and obtain a number of references to clock producer
442 * devm_clk_get - lookup and obtain a managed reference to a clock producer.
462 * devm_clk_get_optional - lookup and obtain a managed reference to an optional
473 * devm_get_clk_from_child - lookup and obtain a managed reference to a
580 * clk_get_rate - obtain the current clock rate (in Hz) for a clock source.
990 * clk_get_optional - lookup and obtain a reference to an optional clock
/Linux-v5.15/arch/m68k/fpsp040/
Dslog2.S37 | 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-v5.15/drivers/cpufreq/
Dsti-cpufreq.c182 dev_warn(dev, "Failed to obtain process code\n"); in sti_cpufreq_set_opp_info()
191 dev_warn(dev, "Failed to obtain substrate code\n"); in sti_cpufreq_set_opp_info()
199 dev_err(dev, "Failed to obtain major version\n"); in sti_cpufreq_set_opp_info()
206 dev_err(dev, "Failed to obtain minor version\n"); in sti_cpufreq_set_opp_info()
Ds3c2416-cpufreq.c357 pr_err("cpufreq: Unable to obtain msysclk: %d\n", ret); in s3c2416_cpufreq_driver_init()
393 pr_err("cpufreq: Unable to obtain ARMDIV: %d\n", ret); in s3c2416_cpufreq_driver_init()
400 pr_err("cpufreq: Unable to obtain HCLK: %d\n", ret); in s3c2416_cpufreq_driver_init()
417 pr_err("cpufreq: Unable to obtain ARMCLK: %d\n", ret); in s3c2416_cpufreq_driver_init()
425 pr_err("cpufreq: Failed to obtain VDDARM: %d\n", ret); in s3c2416_cpufreq_driver_init()
/Linux-v5.15/Documentation/userspace-api/media/drivers/
Duvcvideo.rst200 Obtain the current value of the control.
202 Obtain the minimum value of the control.
204 Obtain the maximum value of the control.
206 Obtain the default value of the control.
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbus.h59 * @gettxq: obtain a reference of bus transmit queue (optional).
61 * @get_ramsize: obtain size of device memory.
62 * @get_memdump: obtain device memory dump in provided buffer.
63 * @get_fwname: obtain firmware name.
/Linux-v5.15/drivers/hwmon/pmbus/
Dmp2975.c464 * Obtain DrMOS current sense gain of power stage from the register in mp2975_current_sense_gain_get()
629 /* Obtain voltage reference offsets. */ in mp2975_vout_per_rail_config_get()
634 /* Obtain maximum voltage values. */ in mp2975_vout_per_rail_config_get()
719 /* Obtain current sense gain of power stage. */ in mp2975_probe()
724 /* Obtain voltage reference values. */ in mp2975_probe()
729 /* Obtain vout over-voltage scales. */ in mp2975_probe()
734 /* Obtain offsets, maximum and format for vout. */ in mp2975_probe()
/Linux-v5.15/include/crypto/
Decdh.h42 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key
46 * with the provided ECDH private key reference to obtain the required
Ddh.h46 * crypto_dh_key_len() - Obtain the size of the private DH key
50 * with the provided DH private key reference to obtain the required
/Linux-v5.15/drivers/gpio/
Dgpiolib-devres.c86 * @idx: index of the GPIO to obtain in the consumer
133 * devm_gpiod_get_from_of_node() - obtain a GPIO from an OF node
137 * @index: index of the GPIO to obtain for the consumer
192 * @index: index of the GPIO to obtain in the consumer
233 * @index: index of the GPIO to obtain in the consumer
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/
DKconfig24 image for it. You can obtain the microcode from:
50 image for it. You can obtain the microcode from:
/Linux-v5.15/drivers/phy/
Dphy-core.c517 * _of_phy_get() - lookup and obtain a reference to a phy by phandle
569 * of_phy_get() - lookup and obtain a reference to a phy using a device_node.
685 * phy_get() - lookup and obtain a reference to a phy.
732 * phy_optional_get() - lookup and obtain a reference to an optional phy.
753 * devm_phy_get() - lookup and obtain a reference to a phy.
783 * devm_phy_optional_get() - lookup and obtain a reference to an optional phy.
807 * devm_of_phy_get() - lookup and obtain a reference to a phy.
845 * devm_of_phy_get_by_index() - lookup and obtain a reference to a phy by index.
1031 * @of_xlate: function pointer to obtain phy instance from phy provider
1099 * @of_xlate: function pointer to obtain phy instance from phy provider
/Linux-v5.15/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds18 obtain the desired value in Hz. If shared across all frequency
47 Scale to be applied to out_altvoltageX_phaseY in order to obtain

12345678910>>...41