/linux/lib/ |
H A D | linear_ranges.c | 68 * Return: the largest value in the given range 77 * linear_range_get_value - fetch a value from given range 82 * Search given ranges for value which matches given selector. 84 * Return: 0 on success, -EINVAL given selector is not found from any of the 106 * Search through an array of ranges for value which matches given selector. 108 * Return: 0 on success, -EINVAL given selector is not found from any of the 129 * @found: flag to indicate that given value was in the range 131 * Return selector for which range value is closest match for given 132 * input value. Value is matching if it is equal or smaller than given 133 * value. If given value is in the range, then @found is set true. [all …]
|
/linux/include/soc/fsl/ |
H A D | dpaa2-fd.h | 100 * @fd: the given frame descriptor 111 * @fd: the given frame descriptor 121 * @fd: the given frame descriptor 132 * @fd: the given frame descriptor 142 * @fd: the given frame descriptor 153 * @fd: the given frame descriptor 163 * @fd: the given frame descriptor 174 * @fd: the given frame descriptor 190 * @fd: the given frame descriptor 204 * @fd: the given frame descriptor [all …]
|
/linux/tools/perf/Documentation/ |
H A D | perf-kwork.txt | 88 Only show events for the given CPU(s) (comma separated list). 96 Only show events for the given name. 107 Only analyze samples within given time window: <start>,<stop>. Times 108 have the format seconds.microseconds. If start is not given (i.e., time 110 stop time is not given (i.e, time string is 'x.y,') then analysis goes 122 Only show events for the given CPU(s) (comma separated list). 130 Only show events for the given name. 137 Only analyze samples within given time window: <start>,<stop>. Times 138 have the format seconds.microseconds. If start is not given (i.e., time 140 stop time is not given (i.e, time string is 'x.y,') then analysis goes [all …]
|
H A D | perf-ftrace.txt | 23 'perf ftrace latency' calculates execution latency of a given function 87 Select function tracer and set function filter on the given 88 function (or a glob pattern). Multiple functions can be given 95 Select function tracer and do not trace functions given by the 108 Select function_graph tracer and set graph filter on the given 110 functions executed from the given function. This can be used more 117 given function (or a glob pattern). Like -G option, this is useful 119 executed from the given function. This can be used more than once to 168 Set function filter on the given function (or a glob pattern). 169 Multiple functions can be given b [all...] |
/linux/include/media/ |
H A D | v4l2-mem2mem.h | 152 * v4l2_m2m_get_vq() - return vb2_queue for the given type 154 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 164 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 188 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 207 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 215 * it with the given state. The same is done for the destination buffer, unless 237 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 250 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 267 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 279 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx [all …]
|
/linux/tools/perf/util/ |
H A D | dwarf-aux.h | 21 /* Get a line number and file name for given address */ 25 /* Walk on functions at given address */ 83 /* Search a non-inlined function including given address */ 87 /* Search a non-inlined function with tail call at given address */ 91 /* Search the top inlined function including given address */ 95 /* Search the deepest inlined function including given address */ 103 /* Walk on the instances of given DIE */ 112 * Walk on lines inside given DIE. If the DIE is a subprogram, walk only on 117 /* Find a variable called 'name' at given address */ 125 /* Get the name of given type DIE */ [all …]
|
/linux/arch/powerpc/include/asm/ |
H A D | mpic_msgr.h | 29 * EBUSY is returned. If the number given is not associated 39 * Disables the given message register and marks it as free. 50 * The given message register is enabled for sending 59 * The given message register is disabled for sending 69 * The given 32-bit message is written to the given message 82 * Returns the 32-bit value currently in the given message register. 95 * Clears any interrupts associated with the given message register. 107 * Note that the CPU number given is the CPU number used by the kernel 119 * Returns the IRQ number associated with the given message register.
|
/linux/arch/sparc/include/asm/ |
H A D | hypervisor.h | 175 * implementated granularity is given by the 'watchdog-resolution' 248 * Start CPU with given CPU ID with PC in %pc and with a real trap 337 * Configure the given queue to be placed at the given base real 338 * address, with the given number of entries. The number of entries 344 * The specified queue is unconfigured if the number of entries is given 381 * Return the configuration info for the given queue. The base real 408 * Send a mondo interrupt to the CPUs in the given CPU list with the 409 * 64-bytes at the given data real address. The data must be 64-byte 445 * Retrieve the current state of the CPU with the given CPU ID. 465 * Set the real trap base address of the local cpu to the given RTBA. [all …]
|
H A D | oplib_64.h | 108 /* Start the CPU with the given device tree node at the passed program 109 * counter with the given arg passed in via register %o0. 113 /* Start the CPU with the given cpu ID at the passed program 114 * counter with the given arg passed in via register %o0. 118 /* Stop the CPU with the given cpu ID. */ 144 /* Get unique string identifying SIMM at given physical address. */ 182 /* Get the child node of the given node, or zero if no child exists. */ 185 /* Get the next sibling node of the given node, or zero if no further 190 /* Get the length, at the passed node, of the given property type. 195 /* Fetch the requested property using the given buffer. Returns [all …]
|
H A D | oplib_32.h | 103 /* Start the CPU with the given device tree node, context table, and context 114 /* Get the child node of the given node, or zero if no child exists. */ 117 /* Get the next sibling node of the given node, or zero if no further 122 /* Get the length, at the passed node, of the given property type. 127 /* Fetch the requested property using the given buffer. Returns 146 * the given string. Returns the node on success, zero on failure. 150 /* Returns the next property after the passed property for the given 158 /* Set the indicated property at the given node with the passed value.
|
/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 57 /* FDT_ERR_BADMAGIC: Given "device tree" appears not to be a 61 /* FDT_ERR_BADVERSION: Given device tree has a version which 66 /* FDT_ERR_BADSTRUCTURE: Given device tree has a corrupt 70 /* FDT_ERR_BADLAYOUT: For read-write functions, the given 298 * fdt_check_header() checks that the given buffer contains what 374 * fdt_find_max_phandle() finds the highest phandle value in the given device 387 * fdt_get_max_phandle retrieves the highest phandle in the given 475 * fdt_subnode_offset - find a subnode of a given node 481 * offset parentoffset with the given name. name may include a unit 485 * whose name excluding unit address matches the given name. [all …]
|
/linux/include/linux/surface_aggregator/ |
H A D | device.h | 76 * SSAM_DEVICE() - Initialize a &struct ssam_device_id with the given 84 * Initializes a &struct ssam_device_id with the given parameters. See &struct 89 * given parameters. 108 * the given parameters. 114 * Initializes a &struct ssam_device_id with the given parameters in the 119 * ``match_flags`` field based on the given parameters. 131 * with the given parameters. 137 * Initializes a &struct ssam_device_id with the given parameters in the SSH 142 * the ``match_flags`` field based on the given parameters. 199 * is_ssam_device() - Check if the given device is a SSAM client device. [all …]
|
/linux/include/linux/mfd/ |
H A D | db8500-prcmu.h | 297 * @PLLARMLOCKP_ERR: PLLARM has not been correctly locked in given time 298 * @PLLDDRLOCKP_ERR: PLLDDR has not been correctly locked in the given time 299 * @PLLSOC0LOCKP_ERR: PLLSOC0 has not been correctly locked in the given time 300 * @PLLSOC1LOCKP_ERR: PLLSOC1 has not been correctly locked in the given time 301 * @ARMWFI_ERR: The ARM WFI has not been correctly executed in the given time 302 * @SYSCLKOK_ERR: The SYSCLK is not available in the given time 303 * @BOOT_ERR: Romcode has not validated the XP70 self reset in the given time 306 * through I2C has not been correctly executed in the given time 308 * through I2C has not been correctly executed in the given time 310 * I2C has not been correctly executed in the given time [all …]
|
/linux/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 191 * Verify the given CCA AES secure key for being able to be usable with 243 * There needs to be a list of apqns given with at least one entry in there. 276 * key from a given clear key value. 277 * There needs to be a list of apqns given with at least one entry in there. 309 * Verify the given secure key, version 2. 310 * Check for correct key type. If cardnr and domain are given (are not 329 * The ioctl returns 0 as long as the given or found apqn matches to 330 * matches with the current or alternate mkvp to the key's mkvp. If the given 348 * There needs to be a list of apqns given with at least one entry in there. 370 * Build a list of APQNs based on a key blob given. [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-bdi | 37 Under normal circumstances each device is given a part of the 51 Under normal circumstances each device is given a part of the 67 given percentage of the write-back cache. This is useful in 80 given value of the write-back cache. The value is given as part 92 Under normal circumstances each device is given a part of the 108 given 'max_bytes' of the write-back cache. This is useful in 120 Forces per-BDI checks for the share of given device in the write-back 123 affordable for given relatively slow (or untrusted) device. Turning
|
H A D | sysfs-bus-wmi | 29 given WMI device. 39 inside a given machine, it is solely used to identify the 40 interface exposed by a given WMI device. 62 present on a given WMI device. It contains a non-negative 70 the given WMI device will consume significant CPU resources. 79 aassociated with the given WMI device is writable. If the 80 given WMI device is not associated with a data block, then
|
/linux/arch/m68k/include/asm/ |
H A D | oplib.h | 180 /* Start the CPU with the given device tree node, context table, and context 197 /* Allocated at possibly the given virtual address a chunk of the 207 /* Map the passed segment in the given context at the passed 215 /* Get the child node of the given node, or zero if no child exists. */ 218 /* Get the next sibling node of the given node, or zero if no further 223 /* Get the length, at the passed node, of the given property type. 228 /* Fetch the requested property using the given buffer. Returns 246 /* Does the passed node have the given "name"? YES=1 NO=0 */ 250 * the given string. Returns the node on success, zero on failure. 254 /* Return the first property type, as a string, for the given node. [all …]
|
/linux/arch/arm/include/asm/ |
H A D | mcpm.h | 39 * This is used to indicate where the given CPU from given cluster should 66 * mcpm_cpu_power_up - make given CPU in given cluster runable 68 * @cpu: CPU number within given cluster 113 * @cpu: CPU number within given cluster 169 * Make given CPU runable. Called with MCPM lock held and IRQs disabled. 170 * The given cluster is assumed to be set up (cluster_powerup would have 174 * Set up power for given cluster. Called with MCPM lock held and IRQs 184 * Configure given CPU for power down. Called on target CPU with MCPM lock 188 * Configure given cluster for power down. Called on one CPU from target 205 * Called on given CPU after it has been powered up or resumed. The MCPM lock [all …]
|
/linux/include/linux/ |
H A D | scpi_protocol.h | 48 * @dvfs_get_idx: gets the Operating Point of the given power domain. 50 * @dvfs_set_idx: sets the Operating Point of the given power domain. 52 * @dvfs_get_info: returns the DVFS capabilities of the given power 54 * @device_domain_id: gets the scpi domain id for a given device 55 * @get_transition_latency: gets the DVFS transition latency for a given device 56 * @add_opps_to_device: adds all the OPPs for a given device
|
/linux/Documentation/driver-api/acpi/ |
H A D | scan_handlers.rst | 30 been registered. For example, if the given device node represents a PCI host 37 component represented by the given device node which can be determined on the 48 where ids is the list of IDs of device nodes the given handler is supposed to 55 device nodes in the given namespace scope with the driver core. Then, it tries 58 callback is executed for the given device node. If that callback returns 1, 66 interesting to the given scan handler and may be matched against the next scan 72 callbacks from the scan handlers of all device nodes in the given namespace
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ctrl.h | 19 /* Set the given control. */ 22 /* Set/clear specific bits of the given control. */ 25 /* Get the current value of the given control. */ 69 /* Convert a given mask/val to a custom symbolic value */ 80 /* Convert a given mask/val to a symbolic value */ 91 /* Convert a given mask/val to a symbolic value - must already be
|
/linux/include/linux/gpio/ |
H A D | regmap.h | 19 * given, the name of the device is used 21 * If not given, the fwnode of the parent is used. 23 * If not given, the name of the device is used. 38 * given the default gpio_regmap_simple_xlate() 44 * The ->reg_mask_xlate translates a given base address and GPIO offset to 45 * register and mask pair. The base address is one of the given register
|
/linux/drivers/platform/surface/aggregator/ |
H A D | bus.c | 182 * Check if the given ID is a match for the given UID, i.e. if a device with 183 * the provided UID is compatible to the given ID following the match rules 186 * Return: Returns %true if the given UID is compatible to the match rule 187 * described by the given ID, %false otherwise. 211 * Check if a given device ID is null, i.e. all zeros. Used to check for the 214 * Return: Returns %true if the given ID represents a null ID, %false 229 * ssam_device_id_match() - Find the matching ID table entry for the given UID. 456 * given firmware node as children of the given device. 461 * Register all clients that have been defined as children of the given root 462 * firmware node as children of the given parent device. The respective child [all …]
|
/linux/Documentation/admin-guide/ |
H A D | dynamic-debug-howto.rst | 140 The given string is compared against the function name 147 The given string is compared against either the src-root relative 158 The given string is compared against the module name 168 The given string is searched for in the dynamic debug format 184 The given class_name is validated against each module, which may 194 The given line number or range of line numbers is compared 211 - remove the given flags 212 + add the given flags 213 = set the flags to the given flags 267 params given in modprobe args or ``/etc/modprobe.d/*.conf`` files, [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-frameintervals.rst | 36 device supports for the given pixel format and frame size. 46 - **Discrete:** The function returns success if the given index value 53 - **Step-wise:** The function returns success if the given index value 60 The function returns success if the given index value is zero and 86 intervals instead of frame rates. Given the frame interval the frame 128 - IN: Index of the given frame interval in the enumeration. 143 - OUT: Frame interval with the given index.
|