/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.h | 28 /* 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 */
|
D | pvrusb2-hdw.h | 117 /* 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 …]
|
D | pvrusb2-ctrl.c | 82 /* 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 */
|
D | pvrusb2-io.h | 69 /* Retrieve completion code for given ready buffer */ 72 /* Retrieve ID of given buffer */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
D | ena_com.h | 471 * 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-5.10/drivers/bus/ |
D | ts-nbus.c | 51 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-5.10/drivers/dma/fsl-dpaa2-qdma/ |
D | dpdmai.c | 87 /* 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/misc/cxl/ |
D | hcalls.h | 92 * 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/nfc/st-nci/ |
D | st-nci.h | 73 * @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/ |
D | tegra_asoc_utils.c | 153 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-5.10/drivers/soc/fsl/dpio/ |
D | dpio.c | 55 /* 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/ |
D | dpni.c | 115 /* 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 …]
|
D | dpmac.c | 47 /* retrieve response parameters */ in dpmac_open() 79 * dpmac_get_attributes - Retrieve DPMAC attributes. 107 /* retrieve response parameters */ in dpmac_get_attributes()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | atmel-smc.c | 278 * 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.
|
/kernel/linux/linux-5.10/include/uapi/misc/ |
D | habanalabs.h | 244 * HL_INFO_DRAM_USAGE - Retrieve the dram usage inside the device and of the 247 * HL_INFO_HW_IDLE - Retrieve information about the idle status of each 249 * HL_INFO_DEVICE_STATUS - Retrieve the device's status. This opcode doesn't 251 * HL_INFO_DEVICE_UTILIZATION - Retrieve the total utilization of the device 258 * HL_INFO_CLK_RATE - Retrieve the current and maximum clock rate 261 * HL_INFO_RESET_COUNT - Retrieve the counts of the soft and hard reset 264 * HL_INFO_TIME_SYNC - Retrieve the device's time alongside the host's time 266 * HL_INFO_CS_COUNTERS - Retrieve command submission counters 267 * HL_INFO_PCI_COUNTERS - Retrieve PCI counters 268 * HL_INFO_CLK_THROTTLE_REASON - Retrieve clock throttling reason [all …]
|
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
D | dprc.c | 50 /* retrieve response parameters */ in dprc_open() 293 /* retrieve response parameters */ in dprc_get_irq_status() 360 /* retrieve response parameters */ in dprc_get_attributes() 397 /* retrieve response parameters */ in dprc_get_obj_count() 443 /* retrieve response parameters */ in dprc_get_obj() 575 /* retrieve response parameters */ in dprc_get_obj_region() 614 /* retrieve response parameters */ in dprc_get_api_version() 645 /* retrieve response parameters */ in dprc_get_container_id() 693 /* retrieve response parameters */ in dprc_get_connection()
|
D | dpbp.c | 48 /* retrieve response parameters */ in dpbp_open() 151 * dpbp_get_attributes - Retrieve DPBP attributes. 178 /* retrieve response parameters */ in dpbp_get_attributes()
|
/kernel/linux/linux-5.10/include/sound/ |
D | compress_driver.h | 96 * @get_params: retrieve the codec parameters, mandatory 101 * @pointer: Retrieve current h/w pointer information. Mandatory 107 * @get_caps: Retrieve DSP capabilities, mandatory 108 * @get_codec_caps: Retrieve capabilities for a specific codec, mandatory
|
/kernel/linux/linux-5.10/include/linux/ |
D | dma-heap.h | 46 * @heap: DMA-Heap to retrieve private data for 55 * @heap: DMA-Heap to retrieve private data for
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | eeh_pe.c | 104 * to retrieve the PE's state. 150 * eeh_phb_pe_get - Retrieve PHB PE based on the given PHB 155 * to retrieve the corresponding PHB PE according to the given PHB. 175 * eeh_pe_next - Retrieve the next PE in the tree 179 * The function is used to retrieve the next PE in the 802 * eeh_pe_loc_get - Retrieve location code binding to the given PE 805 * Retrieve the location code of the given PE. If the primary PE bus 839 * eeh_pe_bus_get - Retrieve PCI bus according to the given PE 842 * Retrieve the PCI bus according to the given PE. Basically, 860 /* Retrieve the parent PCI bus of first (top) PCI device */ in eeh_pe_bus_get()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/arc/ |
D | emac_rockchip.c | 130 dev_err(dev, "failed to retrieve global register file (%ld)\n", in emac_rockchip_probe() 141 dev_err(dev, "failed to retrieve host clock (%ld)\n", in emac_rockchip_probe() 149 dev_err(dev, "failed to retrieve reference clock (%ld)\n", in emac_rockchip_probe() 205 dev_err(dev, "failed to retrieve mac clock (%ld)\n", in emac_rockchip_probe()
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
D | st21nfca.h | 82 * @HCI_DM_GET_INFO: Allow to retrieve CLF information. 83 * @HCI_DM_GET_DATA: Allow to retrieve CLF configurable data such as low 89 * @HCI_GET_PARAM: Allow to retrieve an HCI CLF parameter (for example the
|
/kernel/linux/linux-5.10/drivers/acpi/x86/ |
D | apple.c | 18 * acpi_extract_apple_properties - retrieve and convert Apple _DSM properties 19 * @adev: ACPI device for which to retrieve the properties 22 * to retrieve the properties. They are marshalled up in a single package as
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
D | vm.rst | 63 Allows user space to retrieve machine and kvm specific cpu related information:: 82 Allows user space to retrieve or request to change cpu related information for a vcpu:: 109 Allows user space to retrieve available cpu features. A feature is available if 126 Allows user space to retrieve or change enabled cpu features for all VCPUs of a 143 Allows user space to retrieve available cpu subfunctions without any filtering 182 Allows user space to retrieve or change cpu subfunctions to be indicated for
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 9 * i40e_get_pfc_delay - retrieve PFC Link Delay 25 * i40e_dcbnl_ieee_getets - retrieve local IEEE ETS configuration 64 * i40e_dcbnl_ieee_getpfc - retrieve local IEEE PFC configuration 97 * i40e_dcbnl_getdcbx - retrieve current DCBx capability
|