| /linux/tools/testing/ktest/examples/bootconfigs/ |
| H A D | verify-boottrace.sh | 64 compare_file "instances/foo/current_tracer" "function" 65 file_contains "instances/foo/set_ftrace_filter" "^user" 66 compare_file "instances/foo/buffer_size_kb" "512" 67 compare_mask "instances/foo/tracing_cpumask" "1" 68 compare_file "instances/foo/options/sym-addr" "0" 69 file_contains "instances/foo/trace_clock" '\[mono\]' 70 compare_file_partial "instances/foo/events/signal/signal_deliver/trigger" "snapshot" 72 compare_file "instances/bar/current_tracer" "function" 73 file_contains "instances/bar/set_ftrace_filter" "^kernel" 74 compare_mask "instances/bar/tracing_cpumask" "2" [all …]
|
| H A D | verify-tracing.sh | 62 compare_file "instances/bar/events/kprobes/myevent/enable" "1" 63 compare_file "instances/bar/events/kprobes/myevent2/enable" "1" 64 compare_file "instances/bar/events/kprobes/myevent3/enable" "1" 66 compare_file "instances/foo/current_tracer" "function" 67 compare_file "instances/foo/tracing_on" "0"
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen2_config.c | 19 int instances; in adf_gen2_crypto_dev_config() local 24 instances = min(cpus, banks); in adf_gen2_crypto_dev_config() 26 instances = 0; in adf_gen2_crypto_dev_config() 28 for (i = 0; i < instances; i++) { in adf_gen2_crypto_dev_config() 118 int instances; in adf_gen2_comp_dev_config() local 123 instances = min(cpus, banks); in adf_gen2_comp_dev_config() 125 instances = 0; in adf_gen2_comp_dev_config() 127 for (i = 0; i < instances; i++) { in adf_gen2_comp_dev_config() 171 * adf_gen2_dev_config() - create dev config required to create instances 175 * Function creates device configuration required to create instances
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | security.c | 292 * hl_init_pb_with_mask - set selected pb instances with mask in HW according 299 * @num_instances: number of instances to apply configuration to 300 * @instance_offset: offset between instances 305 * @mask: enabled instances mask: 1- enabled, 0- disabled 349 * @num_instances: number of instances to apply configuration to 350 * @instance_offset: offset between instances 369 * hl_init_pb_ranges_with_mask - set pb instances using mask in HW according to 377 * @num_instances: number of instances to apply configuration to 378 * @instance_offset: offset between instances 383 * @mask: enabled instances mask: 1- enabled, 0- disabled [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | serial-multi-instantiate.c | 41 struct smi_instance instances[]; member 106 * @inst_array: Array of instances to probe 190 * @inst_array: Array of instances to probe 271 return smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 276 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 289 ret = smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 295 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 311 .instances = { 321 .instances = { 332 .instances = { [all …]
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-intro.rst | 21 This meant that all drivers had to do the setup of device instances and 57 device instances 59 +-sub-device instances 63 \-filehandle instances 71 sub-device instances, the video_device struct stores V4L2 device node data 72 and the v4l2_fh struct keeps track of filehandle instances.
|
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | test_ownership.tc | 103 # check instances as well 105 chgrp $other_group instances 109 mkdir instances/$instance 111 cd instances/$instance 117 rmdir instances/$instance 119 chgrp $original_group instances
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| H A D | ti,omap-iommu.txt | 5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances 6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances 7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances 8 "ti,dra7-iommu" for DRA7xx IOMMU instances 27 is required for DSP IOMMU instances on DRA7xx SoCs. The
|
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | fgraph-multi.tc | 8 INSTANCE1="instances/test1_$$" 9 INSTANCE2="instances/test2_$$" 10 INSTANCE3="instances/test3_$$" 32 echo "function_graph not allowed with instances"
|
| H A D | fgraph-multi-filter.tc | 8 INSTANCE1="instances/test1_$$" 9 INSTANCE2="instances/test2_$$" 27 echo "function_graph not allowed with instances" 138 # This should match the last time both instances were enabled
|
| H A D | func_traceonoff_triggers.tc | 54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then 65 if [ -d ../../instances ]; then # Check instances
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | flower.json | 4 "name": "Add 1M flower filters with 10 parallel tc instances", 27 "name": "Delete 1M flower filters with 10 parallel tc instances", 52 "name": "Replace 1M flower filters with 10 parallel tc instances", 77 "name": "Concurrently replace same range of 100k flower filters from 10 tc instances", 102 "name": "Concurrently delete same range of 100k flower filters from 10 tc instances", 127 "name": "Add and delete from same tp with 10 tc instances", 153 "name": "Replace and delete from same tp with 10 tc instances",
|
| /linux/Documentation/devicetree/bindings/clock/ti/ |
| H A D | dra7-atl.txt | 4 audio codec. A single ATL IP provides four ATL clock instances sharing the same 16 Since the clock instances are part of a single IP this binding is used as a node 29 configuration of the IP for the ATL clock instances. 40 Configuration of ATL instances:
|
| /linux/tools/testing/selftests/ftrace/test.d/instances/ |
| H A D | instance.tc | 3 # description: Test creation and deletion of trace instances 4 # requires: instances 13 cd instances
|
| H A D | instance-event.tc | 3 # description: Test creation and deletion of trace instances while setting an event 4 # requires: instances 13 cd instances
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos4x12-usb2.c | 281 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 291 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 292 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_on() 322 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 326 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 327 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_off()
|
| /linux/Documentation/driver-api/hte/ |
| H A D | tegra-hte.rst | 9 driver implements two GTE instances: 1) GPIO GTE and 2) LIC 10 (Legacy Interrupt Controller) IRQ GTE. Both GTE instances get the timestamp 44 The provider source code of both IRQ and GPIO GTE instances is located at
|
| /linux/drivers/media/tuners/ |
| H A D | tuner-i2c.h | 72 * multiple instances of hybrid tuners. 110 * instances using this tuner object. 112 * 0 - no instances, indicates an error - kzalloc must have failed 116 * 2 (or more) instances, indicates that an existing tuner object was found
|
| /linux/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-dma.txt | 28 - clocks: phandle to dma instances clocks. The clock handles can be as 29 many as the dma instances. The order should be maintained as per 30 the dma instances.
|
| /linux/tools/tracing/rtla/tests/ |
| H A D | engine.sh | 12 # Reset osnoise options to default and remove any dangling instances created 16 # Remove dangling instances created by previous rtla run 18 cd instances
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_scheduler.rst | 111 Certain use cases require BBs to be placed on engine instances in logical order 112 (e.g. split-frame on gen11+). The logical mapping of engine instances can change 117 Lastly, all current platforms have at most 2 engine instances and the logical 119 engine instances.
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | Kconfig | 31 of the VCAP instances are attached to the VCAP API and a client can then 35 Different switchcores will have different VCAP instances with different
|
| /linux/arch/arm/mach-omap2/ |
| H A D | prcm43xx.h | 14 /* PRM instances */ 32 /* CM instances */
|
| /linux/include/asm-generic/bitops/ |
| H A D | instrumented-non-atomic.h | 93 * This operation is non-atomic. If two instances of this operation race, one 108 * This operation is non-atomic. If two instances of this operation race, one 123 * This operation is non-atomic. If two instances of this operation race, one
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-tegra194-p2u.yaml | 14 Speed) each interfacing with 12 and 8 P2U instances respectively. 16 each interfacing with 8, 8 and 8 P2U instances respectively.
|