Home
last modified time | relevance | path

Searched full:retrieve (Results 1 – 25 of 2464) sorted by relevance

12345678910>>...99

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.h28 /* Retrieve control's type */
31 /* Retrieve control's maximum value (int type) */
34 /* Retrieve control's minimum value (int type) */
37 /* Retrieve control's default value (any type) */
40 /* Retrieve control's enumeration count (enum only) */
43 /* Retrieve control's valid mask bits (bit mask only) */
46 /* Retrieve the control's name */
49 /* Retrieve the control's desc */
52 /* Retrieve a control enumeration or bit mask value */
Dpvrusb2-hdw.h117 /* Retrieve serial number of device */
120 /* Retrieve bus location info of device */
123 /* Retrieve per-instance string identifier for this specific device */
135 /* Retrieve a control handle given its index (0..count-1) */
138 /* Retrieve a control handle given its internal ID (if any) */
141 /* Retrieve a control handle given its V4L ID (if any) */
144 /* Retrieve a control handle given its immediate predecessor V4L ID (if any) */
195 /* Retrieve driver overall state */
215 /* Retrieve a piece of the CPU's firmware at the given offset. Return
221 /* Retrieve a previously stored v4l minor device number */
[all …]
Dpvrusb2-ctrl.c82 /* Retrieve control's type */
90 /* Retrieve control's maximum value (int type) */
106 /* Retrieve control's minimum value (int type) */
122 /* Retrieve control's default value (any type) */
138 /* Retrieve control's enumeration count (enum only) */
152 /* Retrieve control's valid mask bits (bit mask only) */
166 /* Retrieve the control's name */
174 /* Retrieve the control's desc */
182 /* Retrieve a control enumeration or bit mask value */
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.h28 /* Retrieve control's type */
31 /* Retrieve control's maximum value (int type) */
34 /* Retrieve control's minimum value (int type) */
37 /* Retrieve control's default value (any type) */
40 /* Retrieve control's enumeration count (enum only) */
43 /* Retrieve control's valid mask bits (bit mask only) */
46 /* Retrieve the control's name */
49 /* Retrieve the control's desc */
52 /* Retrieve a control enumeration or bit mask value */
Dpvrusb2-hdw.h117 /* Retrieve serial number of device */
120 /* Retrieve bus location info of device */
123 /* Retrieve per-instance string identifier for this specific device */
135 /* Retrieve a control handle given its index (0..count-1) */
138 /* Retrieve a control handle given its internal ID (if any) */
141 /* Retrieve a control handle given its V4L ID (if any) */
144 /* Retrieve a control handle given its immediate predecessor V4L ID (if any) */
195 /* Retrieve driver overall state */
215 /* Retrieve a piece of the CPU's firmware at the given offset. Return
221 /* Retrieve a previously stored v4l minor device number */
[all …]
Dpvrusb2-ctrl.c82 /* Retrieve control's type */
90 /* Retrieve control's maximum value (int type) */
106 /* Retrieve control's minimum value (int type) */
122 /* Retrieve control's default value (any type) */
138 /* Retrieve control's enumeration count (enum only) */
152 /* Retrieve control's valid mask bits (bit mask only) */
166 /* Retrieve the control's name */
174 /* Retrieve the control's desc */
182 /* Retrieve a control enumeration or bit mask value */
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_gpci82 HCALLs to retrieve hv-gpci pmu event counter data.
107 * "-EPERM" : Partition is not permitted to retrieve performance information,
110 * "-EIO" : Can't retrieve system information because of invalid buffer length/invalid address
139 * "-EPERM" : Partition is not permitted to retrieve performance information,
142 * "-EIO" : Can't retrieve system information because of invalid buffer length/invalid address
171 * "-EPERM" : Partition is not permitted to retrieve performance information,
174 * "-EIO" : Can't retrieve system information because of invalid buffer length/invalid address
203 * "-EPERM" : Partition is not permitted to retrieve performance information,
206 * "-EIO" : Can't retrieve system information because of invalid buffer length/invalid address
235 * "-EPERM" : Partition is not permitted to retrieve performance information,
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
Dena_com.h471 * Retrieve the state of the admin queue (enable/disable)
542 /* ena_com_get_link_params - Retrieve physical link parameters.
546 * Retrieve the physical link parameters,
554 /* ena_com_get_dma_width - Retrieve physical dma address width the device
558 * Retrieve the maximum physical address bits the device can handle.
609 /* ena_com_get_offload_settings - Retrieve the device offloads capabilities
676 /* ena_com_get_hash_function - Retrieve the hash function from the device.
680 * Retrieve the hash function from the device.
690 /* ena_com_get_hash_key - Retrieve the hash key
694 * Retrieve the hash key.
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
Dena_com.h473 * Retrieve the state of the admin queue (enable/disable)
544 /* ena_com_get_link_params - Retrieve physical link parameters.
548 * Retrieve the physical link parameters,
556 /* ena_com_get_dma_width - Retrieve physical dma address width the device
560 * Retrieve the maximum physical address bits the device can handle.
611 /* ena_com_get_offload_settings - Retrieve the device offloads capabilities
678 /* ena_com_get_hash_function - Retrieve the hash function from the device.
682 * Retrieve the hash function from the device.
692 /* ena_com_get_hash_key - Retrieve the hash key
696 * Retrieve the hash key.
[all …]
/kernel/linux/linux-5.10/drivers/bus/
Dts-nbus.c51 dev_err(&pdev->dev, "failed to retrieve ts,data-gpio from dts\n"); in ts_nbus_init_pdata()
57 dev_err(&pdev->dev, "failed to retrieve ts,csn-gpio from dts\n"); in ts_nbus_init_pdata()
63 dev_err(&pdev->dev, "failed to retrieve ts,txrx-gpio from dts\n"); in ts_nbus_init_pdata()
69 dev_err(&pdev->dev, "failed to retrieve ts,strobe-gpio from dts\n"); in ts_nbus_init_pdata()
75 dev_err(&pdev->dev, "failed to retrieve ts,ale-gpio from dts\n"); in ts_nbus_init_pdata()
81 dev_err(&pdev->dev, "failed to retrieve ts,rdy-gpio from dts\n"); in ts_nbus_init_pdata()
181 * command (address/value), write the data and notify the FPGA to retrieve the
324 * let the child nodes retrieve this instance of the ts-nbus. in ts_nbus_probe()
/kernel/linux/linux-6.6/drivers/bus/
Dts-nbus.c48 dev_err(&pdev->dev, "failed to retrieve ts,data-gpio from dts\n"); in ts_nbus_init_pdata()
54 dev_err(&pdev->dev, "failed to retrieve ts,csn-gpio from dts\n"); in ts_nbus_init_pdata()
60 dev_err(&pdev->dev, "failed to retrieve ts,txrx-gpio from dts\n"); in ts_nbus_init_pdata()
66 dev_err(&pdev->dev, "failed to retrieve ts,strobe-gpio from dts\n"); in ts_nbus_init_pdata()
72 dev_err(&pdev->dev, "failed to retrieve ts,ale-gpio from dts\n"); in ts_nbus_init_pdata()
78 dev_err(&pdev->dev, "failed to retrieve ts,rdy-gpio from dts\n"); in ts_nbus_init_pdata()
178 * command (address/value), write the data and notify the FPGA to retrieve the
321 * let the child nodes retrieve this instance of the ts-nbus. in ts_nbus_probe()
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
Ddpdmai.c87 /* retrieve response parameters */ in dpdmai_open()
156 /* retrieve response parameters */ in dpdmai_create()
247 * dpdmai_get_attributes() - Retrieve DPDMAI attributes.
271 /* retrieve response parameters */ in dpdmai_get_attributes()
317 * dpdmai_get_rx_queue() - Retrieve Rx queue attributes.
346 /* retrieve response parameters */ in dpdmai_get_rx_queue()
358 * dpdmai_get_tx_queue() - Retrieve Tx queue attributes.
388 /* retrieve response parameters */ in dpdmai_get_tx_queue()
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/
Ddpdmai.c87 /* retrieve response parameters */ in dpdmai_open()
156 /* retrieve response parameters */ in dpdmai_create()
247 * dpdmai_get_attributes() - Retrieve DPDMAI attributes.
271 /* retrieve response parameters */ in dpdmai_get_attributes()
317 * dpdmai_get_rx_queue() - Retrieve Rx queue attributes.
346 /* retrieve response parameters */ in dpdmai_get_rx_queue()
358 * dpdmai_get_tx_queue() - Retrieve Tx queue attributes.
388 /* retrieve response parameters */ in dpdmai_get_tx_queue()
/kernel/linux/linux-6.6/drivers/thermal/
Dthermal_acpi.c48 * thermal_acpi_active_trip_temp - Retrieve active trip point temperature
71 * thermal_acpi_passive_trip_temp - Retrieve passive trip point temperature
87 * thermal_acpi_hot_trip_temp - Retrieve hot trip point temperature
104 * thermal_acpi_critical_trip_temp - Retrieve critical trip point temperature
/kernel/linux/linux-6.6/drivers/misc/cxl/
Dhcalls.h92 * Parameter1 = byte offset into error buffer to retrieve, valid values
102 * Parameter1 = # of configuration record to retrieve, valid values are
104 * Parameter2 = byte offset into configuration record to retrieve,
122 * Parameter1 = # of VPD record to retrieve, valid values are between 0
145 * cxl_h_get_error_log - Retrieve the Platform Log ID (PLID) of
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dhcalls.h92 * Parameter1 = byte offset into error buffer to retrieve, valid values
102 * Parameter1 = # of configuration record to retrieve, valid values are
104 * Parameter2 = byte offset into configuration record to retrieve,
122 * Parameter1 = # of VPD record to retrieve, valid values are between 0
145 * cxl_h_get_error_log - Retrieve the Platform Log ID (PLID) of
/kernel/linux/linux-6.6/include/uapi/drm/
Dhabanalabs_accel.h610 * Used to retrieve in frequency info of different IPs via
750 * HL_INFO_DRAM_USAGE - Retrieve the dram usage inside the device and of the
753 * HL_INFO_HW_IDLE - Retrieve information about the idle status of each
755 * HL_INFO_DEVICE_STATUS - Retrieve the device's status. This opcode doesn't
757 * HL_INFO_DEVICE_UTILIZATION - Retrieve the total utilization of the device
764 * HL_INFO_CLK_RATE - Retrieve the current and maximum clock rate
767 * HL_INFO_RESET_COUNT - Retrieve the counts of the soft and hard reset
770 * HL_INFO_TIME_SYNC - Retrieve the device's time alongside the host's time
772 * HL_INFO_CS_COUNTERS - Retrieve command submission counters
773 * HL_INFO_PCI_COUNTERS - Retrieve PCI counters
[all …]
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
Dst-nci.h73 * @HCI_DM_GET_INFO: Allow to retrieve CLF information.
74 * @HCI_DM_GET_DATA: Allow to retrieve CLF configurable data such as low
80 * @HCI_GET_PARAM: Allow to retrieve an HCI CLF parameter (for example the
92 * @MANUFACTURER_SPECIFIC: Allow to retrieve manufacturer specific data
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
Dst-nci.h73 * @HCI_DM_GET_INFO: Allow to retrieve CLF information.
74 * @HCI_DM_GET_DATA: Allow to retrieve CLF configurable data such as low
80 * @HCI_GET_PARAM: Allow to retrieve an HCI CLF parameter (for example the
92 * @MANUFACTURER_SPECIFIC: Allow to retrieve manufacturer specific data
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra_asoc_utils.c153 dev_err(data->dev, "Can't retrieve clk pll_a\n"); in tegra_asoc_utils_init()
159 dev_err(data->dev, "Can't retrieve clk pll_a_out0\n"); in tegra_asoc_utils_init()
165 dev_err(data->dev, "Can't retrieve clk cdev1\n"); in tegra_asoc_utils_init()
181 dev_err(data->dev, "Can't retrieve clk extern1\n"); in tegra_asoc_utils_init()
194 dev_err(data->dev, "Can't retrieve pmc_clk_out_1\n"); in tegra_asoc_utils_init()
/kernel/linux/linux-6.6/arch/powerpc/perf/
Dhv-gpci.c113 /* Counter request value to retrieve system information */
152 * ret value as H_AUTHORITY implies that partition is not permitted to retrieve in systeminfo_gpci_request()
204 * type 'Processor_bus_topology', to retrieve in processor_bus_topology_show()
222 * with next starting index to retrieve additional (missing) data. in processor_bus_topology_show()
272 * type 'Processor_config', to retrieve in processor_config_show()
290 * with next starting index to retrieve additional (missing) data. in processor_config_show()
341 * to retrieve the system affinity domain information. in affinity_domain_via_virtual_processor_show()
358 * with next secondary index to retrieve additional (missing) data. in affinity_domain_via_virtual_processor_show()
411 * to retrieve the system affinity domain information. in affinity_domain_via_domain_show()
428 * with next starting index to retrieve additional (missing) data. in affinity_domain_via_domain_show()
[all …]
/kernel/linux/linux-6.6/drivers/platform/x86/intel/int1092/
Dintel_sar.c13 * get_int_value: Retrieve integer values from ACPI Object
17 * Function is used to retrieve integer value from acpi object.
67 * Given acpi_object is iterated to retrieve information for each device mode.
120 * @device: ACPI device for which to retrieve the data
122 * Retrieve the current device mode information from the BIOS.
138 dev_err(&device->dev, "DSM cmd:%d Failed to retrieve value\n", COMMAND_ID_DEV_MODE); in sar_get_device_mode()
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
Ddpio.c55 /* retrieve response parameters */ in dpio_open()
128 * dpio_get_attributes() - Retrieve DPIO attributes
154 /* retrieve response parameters */ in dpio_get_attributes()
210 /* retrieve response parameters */ in dpio_get_api_version()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c115 /* retrieve response parameters */ in dpni_open()
260 /* retrieve response parameters */ in dpni_is_enabled()
360 /* retrieve response parameters */ in dpni_get_irq_enable()
440 /* retrieve response parameters */ in dpni_get_irq_mask()
483 /* retrieve response parameters */ in dpni_get_irq_status()
524 * dpni_get_attributes() - Retrieve DPNI attributes.
552 /* retrieve response parameters */ in dpni_get_attributes()
602 * dpni_get_buffer_layout() - Retrieve buffer layout attributes.
606 * @qtype: Type of queue to retrieve configuration for
634 /* retrieve response parameters */ in dpni_get_buffer_layout()
[all …]
/kernel/linux/linux-5.10/drivers/mfd/
Datmel-smc.c278 * atmel_smc_cs_conf_get - retrieve the current SMC CS conf
283 * Retrieve the SMC CS configuration.
297 * atmel_hsmc_cs_conf_get - retrieve the current SMC CS conf
303 * Retrieve the SMC CS configuration.
334 * atmel_hsmc_get_reg_layout - retrieve the layout of HSMC registers
337 * Retrieve the layout of HSMC registers.

12345678910>>...99