Searched full:given (Results 1 – 25 of 4786) sorted by relevance
12345678910>>...192
/Linux-v6.1/lib/ |
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-v6.1/include/soc/fsl/ |
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-v6.1/tools/perf/Documentation/ |
D | perf-kwork.txt | 84 Only show events for the given CPU(s) (comma separated list). 92 Only show events for the given name. 103 Only analyze samples within given time window: <start>,<stop>. Times 104 have the format seconds.microseconds. If start is not given (i.e., time 106 stop time is not given (i.e, time string is 'x.y,') then analysis goes 118 Only show events for the given CPU(s) (comma separated list). 126 Only show events for the given name. 133 Only analyze samples within given time window: <start>,<stop>. Times 134 have the format seconds.microseconds. If start is not given (i.e., time 136 stop time is not given (i.e, time string is 'x.y,') then analysis goes [all …]
|
D | perf-sched.txt | 89 Show just entries with activities for the given CPUs. 92 Highlight the given cpus. 95 Highlight the given pids. 115 Only show events for the given CPU(s) (comma separated list). 119 Only show events for given process ID (comma separated list). 123 Only show events for given thread ID (comma separated list). 160 Only analyze samples within given time window: <start>,<stop>. Times 161 have the format seconds.microseconds. If start is not given (i.e., time 163 stop time is not given (i.e, time string is 'x.y,') then analysis goes
|
D | perf-ftrace.txt | 23 'perf ftrace latency' calculates execution latency of a given function 84 Select function tracer and set function filter on the given 85 function (or a glob pattern). Multiple functions can be given 92 Select function tracer and do not trace functions given by the 104 Select function_graph tracer and set graph filter on the given 106 functions executed from the given function. This can be used more 113 given function (or a glob pattern). Like -G option, this is useful 115 executed from the given function. This can be used more than once to
|
/Linux-v6.1/include/media/ |
D | v4l2-mem2mem.h | 145 * v4l2_m2m_get_vq() - return vb2_queue for the given type 147 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 157 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 181 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 200 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 208 * it with the given state. The same is done for the destination buffer, unless 230 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 243 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 260 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx 272 * @m2m_ctx: m2m context assigned to the instance given by struct &v4l2_m2m_ctx [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/ |
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-v6.1/arch/sparc/include/asm/ |
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 …]
|
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 …]
|
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-v6.1/tools/perf/util/ |
D | dwarf-aux.h | 21 /* Get a line number and file name for given address */ 25 /* Walk on functions at given address */ 78 /* Search a non-inlined function including given address */ 82 /* Search a non-inlined function with tail call at given address */ 86 /* Search the top inlined function including given address */ 90 /* Search the deepest inlined function including given address */ 94 /* Walk on the instances of given DIE */ 103 * Walk on lines inside given DIE. If the DIE is a subprogram, walk only on 108 /* Find a variable called 'name' at given address */ 116 /* Get the name of given variable DIE */ [all …]
|
/Linux-v6.1/include/linux/surface_aggregator/ |
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 * field based on the given parameters. 200 * is_ssam_device() - Check if the given device is a SSAM client device. [all …]
|
/Linux-v6.1/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 128 * Activates a "struct dpaa2_io" corresponding to the given config of an actual 221 * @obj: the given DPIO object. 265 * dpaa2_io_get_cpu() - get the cpu associated with a given DPIO object 267 * @d: the given DPIO object. 279 * notifications on the given DPIO service. 280 * @d: the given DPIO service. 329 * @service: the given DPIO service. 354 * dpaa2_io_service_rearm() - Rearm the notification for the given DPIO service. 355 * @d: the given DPIO service. 389 * @d: the given DPIO service. [all …]
|
/Linux-v6.1/scripts/dtc/libfdt/ |
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-v6.1/include/linux/mfd/ |
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-v6.1/arch/s390/include/uapi/asm/ |
D | pkey.h | 174 * Verify the given CCA AES secure key for being able to be usable with 224 * There needs to be a list of apqns given with at least one entry in there. 256 * key from a given clear key value. 257 * There needs to be a list of apqns given with at least one entry in there. 288 * Verify the given secure key, version 2. 289 * Check for correct key type. If cardnr and domain are given (are not 308 * The ioctl returns 0 as long as the given or found apqn matches to 309 * matches with the current or alternate mkvp to the key's mkvp. If the given 326 * There needs to be a list of apqns given with at least one entry in there. 347 * Build a list of APQNs based on a key blob given. [all …]
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | oplib.h | 178 /* Start the CPU with the given device tree node, context table, and context 195 /* Allocated at possibly the given virtual address a chunk of the 205 /* Map the passed segment in the given context at the passed 213 /* Get the child node of the given node, or zero if no child exists. */ 216 /* Get the next sibling node of the given node, or zero if no further 221 /* Get the length, at the passed node, of the given property type. 226 /* Fetch the requested property using the given buffer. Returns 244 /* Does the passed node have the given "name"? YES=1 NO=0 */ 248 * the given string. Returns the node on success, zero on failure. 252 /* Return the first property type, as a string, for the given node. [all …]
|
/Linux-v6.1/arch/arm/include/asm/ |
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-v6.1/include/linux/ |
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-v6.1/drivers/media/usb/pvrusb2/ |
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-v6.1/Documentation/driver-api/acpi/ |
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-v6.1/include/linux/gpio/ |
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-v6.1/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_find.txt | 7 Find events by given key. 22 This set of functions can be used to search for an event, based on a given 26 The _tep_find_event()_ function searches for an event by given event _id_. The 30 The tep_find_event_by_name()_ function searches for an event by given 34 The tep_find_event_by_record()_ function searches for an event from a given 66 /* There is no event from given record */
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | tdls.h | 26 * @max_offchan_duration: What amount of microseconds out of a DTIM is given 28 * 200TU and the TDLS peer is to be given 25% of the time, the value 29 * given will be 50TU, or 50 * 1024 if translated into microseconds. 35 __le32 max_offchan_duration; /* given in micro-seconds */ 36 __le32 switch_time; /* given in micro-seconds */ 37 __le32 switch_timeout; /* given in micro-seconds */ 90 * @offchannel_duration: duration given in microseconds
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
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.
|
12345678910>>...192