/linux/drivers/media/usb/pvrusb2/ |
H A 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 */
|
H A 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 …]
|
H A 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 */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-event_source-devices-hv_gpci | 82 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 …]
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 479 * Retrieve the state of the admin queue (enable/disable) 539 /* ena_com_get_link_params - Retrieve physical link parameters. 543 * Retrieve the physical link parameters, 551 /* ena_com_get_dma_width - Retrieve physical dma address width the device 555 * Retrieve the maximum physical address bits the device can handle. 673 /* ena_com_get_hash_function - Retrieve the hash function from the device. 677 * Retrieve the hash function from the device. 687 /* ena_com_get_hash_key - Retrieve the hash key 691 * Retrieve the hash key. 726 /* ena_com_get_hash_ctrl - Retrieve the hash control from the device. [all …]
|
/linux/include/uapi/drm/ |
H A D | habanalabs_accel.h | 609 * Used to retrieve in frequency info of different IPs via HL_INFO_PLL_FREQUENCY under 749 * HL_INFO_DRAM_USAGE - Retrieve the dram usage inside the device and of the 752 * HL_INFO_HW_IDLE - Retrieve information about the idle status of each 754 * HL_INFO_DEVICE_STATUS - Retrieve the device's status. This opcode doesn't 756 * HL_INFO_DEVICE_UTILIZATION - Retrieve the total utilization of the device 763 * HL_INFO_CLK_RATE - Retrieve the current and maximum clock rate 766 * HL_INFO_RESET_COUNT - Retrieve the counts of the soft and hard reset 769 * HL_INFO_TIME_SYNC - Retrieve the device's time alongside the host's time 771 * HL_INFO_CS_COUNTERS - Retrieve command submission counters 772 * HL_INFO_PCI_COUNTERS - Retrieve PCI counters [all …]
|
H A D | drm_mode.h | 318 * Userspace can perform a GETPLANE ioctl to retrieve information about a 321 * To retrieve the number of formats supported, set @count_format_types to zero 324 * To retrieve these formats, allocate an array with the memory needed to store 428 * User-space can perform a GETCONNECTOR ioctl to retrieve information about a 429 * connector. User-space is expected to retrieve encoders, modes and properties 430 * by performing this ioctl at least twice: the first time to retrieve the 431 * number of elements, the second time to retrieve the elements themselves. 433 * To retrieve the number of elements, set @count_props and @count_encoders to 437 * To retrieve the elements, allocate arrays for @encoders_ptr, @modes_ptr, 562 * User-space can perform a GETPROPERTY ioctl to retrieve information about a [all …]
|
/linux/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 92 /* retrieve response parameters */ in dpdmai_open() 213 * dpdmai_get_attributes() - Retrieve DPDMAI attributes. 237 /* retrieve response parameters */ in dpdmai_get_attributes() 286 * dpdmai_get_rx_queue() - Retrieve Rx queue attributes. 317 /* retrieve response parameters */ in dpdmai_get_rx_queue() 329 * dpdmai_get_tx_queue() - Retrieve Tx queue attributes. 361 /* retrieve response parameters */ in dpdmai_get_tx_queue()
|
/linux/drivers/nfc/st-nci/ |
H A 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
|
/linux/arch/powerpc/perf/ |
H A D | hv-gpci.c | 113 /* 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 …]
|
/linux/drivers/acpi/ |
H A D | thermal_lib.c | 90 * thermal_acpi_active_trip_temp - Retrieve active trip point temperature 111 * thermal_acpi_passive_trip_temp - Retrieve passive trip point temperature 130 * thermal_acpi_hot_trip_temp - Retrieve hot trip point temperature 150 * thermal_acpi_critical_trip_temp - Retrieve critical trip point temperature
|
/linux/Documentation/driver-api/ |
H A D | wbrf.rst | 48 * 2: retrieve RF bands in use 71 3. Call the `amd_wbrf_retrieve_freq_band` initially to retrieve 75 `amd_wbrf_retrieve_freq_band` again to retrieve the latest
|
/linux/drivers/mfd/ |
H A 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.
|
/linux/drivers/platform/x86/amd/ |
H A D | wbrf.c | 89 /* save the action(WBRF_RECORD_ADD/REMOVE/RETRIEVE) */ in wbrf_record() 136 * registered consumers. So then they can retrieve that buffer to 138 * yet been registered can retrieve the information from the cache 215 * amd_wbrf_retrieve_freq_band - retrieve current active frequency bands 220 * Retrieve the current active frequency bands which were broadcasted
|
/linux/drivers/bus/fsl-mc/ |
H A 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() 571 /* retrieve response parameters */ in dprc_get_obj_region() 612 /* retrieve response parameters */ in dprc_get_api_version() 643 /* retrieve response parameters */ in dprc_get_container_id() 691 /* retrieve response parameters */ in dprc_get_connection()
|
H A 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()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.c | 117 /* retrieve response parameters */ in dpni_open() 266 /* retrieve response parameters */ in dpni_is_enabled() 366 /* retrieve response parameters */ in dpni_get_irq_enable() 446 /* retrieve response parameters */ in dpni_get_irq_mask() 489 /* retrieve response parameters */ in dpni_get_irq_status() 530 * dpni_get_attributes() - Retrieve DPNI attributes. 558 /* retrieve response parameters */ in dpni_get_attributes() 608 * dpni_get_buffer_layout() - Retrieve buffer layout attributes. 612 * @qtype: Type of queue to retrieve configuration for 640 /* retrieve response parameters */ in dpni_get_buffer_layout() [all …]
|
/linux/drivers/soc/fsl/dpio/ |
H A 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() 211 /* retrieve response parameters */ in dpio_get_api_version()
|
/linux/drivers/virt/coco/arm-cca-guest/ |
H A D | arm-cca-guest.c | 44 * arm_cca_attestation_continue - Retrieve the attestation token data. 77 * and schedule calls to retrieve the attestation token on the same CPU 143 /* Retrieve one RSI_GRANULE_SIZE data per loop iteration */ in arm_cca_report_new() 147 * Schedule a call to retrieve a sub-granule chunk in arm_cca_report_new()
|
/linux/net/openvswitch/ |
H A D | vport.c | 275 * ovs_vport_get_stats - retrieve device stats 277 * @vport: vport from which to retrieve the stats 302 * ovs_vport_get_upcall_stats - retrieve upcall stats 304 * @vport: vport from which to retrieve the stats. 352 * ovs_vport_get_options - retrieve device options 354 * @vport: vport from which to retrieve the options. 430 * @vport: vport from which to retrieve the portids.
|
/linux/arch/powerpc/kernel/ |
H A D | eeh_pe.c | 105 * to retrieve the PE's state. 151 * eeh_phb_pe_get - Retrieve PHB PE based on the given PHB 156 * to retrieve the corresponding PHB PE according to the given PHB. 176 * eeh_pe_next - Retrieve the next PE in the tree 180 * 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, 861 /* Retrieve the parent PCI bus of first (top) PCI device */ in eeh_pe_bus_get()
|
/linux/include/uapi/linux/ |
H A D | gsmmux.h | 27 * to retrieve and set the basic parameters of an n_gsm ldisc. 96 * GSMIOC_SETCONF_EXT to retrieve and set the extended parameters of an 120 * GSMIOC_SETCONF_DLCI to retrieve and set the channel specific parameters
|
/linux/drivers/nfc/st21nfca/ |
H A 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
|
/linux/include/linux/ |
H A D | nfs_page.h | 168 * nfs_page_to_folio - Retrieve a struct folio for the request 181 * nfs_page_to_page - Retrieve a struct page for the request 200 * nfs_page_to_inode - Retrieve an inode for the request 213 * nfs_page_max_length - Retrieve the maximum possible length for a request
|
/linux/drivers/hwmon/ |
H A D | asus_rog_ryujin.c | 209 /* Retrieve cooler status */ in rog_ryujin_get_status() 216 /* Retrieve controller status (speeds) */ in rog_ryujin_get_status() 223 /* Retrieve cooler duty */ in rog_ryujin_get_status() 230 /* Retrieve controller duty */ in rog_ryujin_get_status() 303 * Retrieve cooler duty since both pump and internal fan are set in rog_ryujin_write_fixed_duty() 339 * Controller fan duty (channel == 2). No need to retrieve current in rog_ryujin_write_fixed_duty()
|