/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power_map.c | 54 .instances = &I915_PW_INSTANCES( 77 .instances = &I915_PW_INSTANCES( 109 .instances = &I915_PW_INSTANCES( 143 .instances = &I915_PW_INSTANCES( 202 .instances = &I915_PW_INSTANCES( 209 .instances = &I915_PW_INSTANCES( 221 .instances = &I915_PW_INSTANCES( 284 .instances = &I915_PW_INSTANCES( 289 .instances = &I915_PW_INSTANCES( 360 .instances = &I915_PW_INSTANCES( [all …]
|
/openbmc/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"
|
/openbmc/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
|
/openbmc/phosphor-power/ |
H A D | dbus_interfaces_finder.hpp | 33 * Class that finds instances of one or more D-Bus interfaces. 36 * constructor. The class finds instances of those interfaces that are owned by 39 * The class finds the instances using two different methods: 42 * - Queries the ObjectMapper to find interface instances that already exist. 45 * the service has created the interface instances. 49 * multiple instances are found. 94 * Refind all instances of the interfaces specified in the constructor. 99 * This method normally does not need to be called. New instances are 118 * Finds any interface instances that already exist on D-Bus.
|
/openbmc/qemu/qapi/ |
H A D | yank.json | 54 # Currently implemented yank instances: 76 # Try to recover from hanging QEMU by yanking the specified instances. 79 # @instances: the instances to be yanked 88 # "instances": [ 97 'data': { 'instances': ['YankInstance'] }, 103 # Query yank instances. See @YankInstance for more information.
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | security.c | 276 * hl_init_pb_with_mask - set selected pb instances with mask in HW according 283 * @num_instances: number of instances to apply configuration to 284 * @instance_offset: offset between instances 289 * @mask: enabled instances mask: 1- enabled, 0- disabled 335 * @num_instances: number of instances to apply configuration to 336 * @instance_offset: offset between instances 355 * hl_init_pb_ranges_with_mask - set pb instances using mask in HW according to 363 * @num_instances: number of instances to apply configuration to 364 * @instance_offset: offset between instances 369 * @mask: enabled instances mask: 1- enabled, 0- disabled [all …]
|
/openbmc/linux/drivers/platform/x86/ |
H A D | serial-multi-instantiate.c | 40 struct smi_instance instances[]; member 97 * @inst_array: Array of instances to probe 181 * @inst_array: Array of instances to probe 261 return smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 263 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 273 ret = smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 276 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 290 .instances = { 300 .instances = { 311 .instances = { [all …]
|
/openbmc/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.
|
/openbmc/libpldm/tests/ |
H A D | instance-id.cpp | 124 } instances[] = { in TEST_F() local 133 EXPECT_EQ(pldm_instance_id_alloc(db, instances[0].tid, &instances[0].iid), in TEST_F() 135 EXPECT_EQ(pldm_instance_id_alloc(db, instances[1].tid, &instances[1].iid), in TEST_F() 138 EXPECT_EQ(instances[0].iid, instances[1].iid); in TEST_F() 140 EXPECT_EQ(pldm_instance_id_free(db, instances[1].tid, instances[1].iid), 0); in TEST_F() 141 EXPECT_EQ(pldm_instance_id_free(db, instances[0].tid, instances[0].iid), 0); in TEST_F()
|
/openbmc/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
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | dirPagination.js | 600 var instances = {}; 604 if (typeof instances[instanceId] === 'undefined') { 605 instances[instanceId] = {asyncMode: false}; class in paginationService.registerInstance 611 delete instances[instanceId]; 615 return (typeof instances[instanceId] !== 'undefined'); 623 instances[instanceId].currentPageParser = val; 624 instances[instanceId].context = scope; 627 instances[instanceId].currentPageParser.assign( 628 instances[instanceId].context, val); 631 var parser = instances[instanceId].currentPageParser; [all …]
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | devlink.yaml | 256 doc: Get devlink instances. 283 doc: Get devlink port instances. 311 doc: Get shared buffer instances. 337 doc: Get shared buffer pool instances. 421 doc: Get param instances. 447 doc: Get region instances. 501 doc: Get health reporter instances. 526 doc: Get trap instances. 552 doc: Get trap group instances. 578 doc: Get trap policer instances. [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | concurrency.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",
|
/openbmc/linux/Documentation/networking/ |
H A D | napi.rst | 40 from the system. The instances are attached to the netdevice passed 42 unregistered). Instances are added in a disabled state. 154 Modern devices have multiple NAPI instances (struct napi_struct) per 155 interface. There is no strong requirement on how the instances are 160 NAPI instances most often correspond 1:1:1 to interrupts and queue pairs 164 or Rx and Tx queues can be serviced by separate NAPI instances on a single 166 a 1:1 mapping between NAPI instances and interrupts. 241 NAPI instances of that device. Each NAPI instance will spawn a separate 246 between IRQs and NAPI instances may not be trivial (and is driver
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | power_off_config.md | 25 - Number of the configured `cause` instances to begin the power off `type` 30 - Time(in seconds) to delay performing the power off after `count` instances 43 indicate that a power off is imminent if the `count` instances of the 45 instances of the `cause` is not longer met.
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | hostlogger | 13 # Manual flush of the log buffer for all service instances 14 INSTANCES="$(systemctl list-units --type=service --state=running --full | \ 16 for SVC in ${INSTANCES}; do
|
/openbmc/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
|
/openbmc/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:
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vmid.c | 101 * instances is invalid and we have force VMID re-assignement in kvm_riscv_gstage_vmid_update() 102 * for all Guest instances. The Guest instances that were not in kvm_riscv_gstage_vmid_update() 105 * in-kernel run loop. For Guest instances that are already in kvm_riscv_gstage_vmid_update()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/ |
H A D | adf_drv.c | 69 int instances; in adf_crypto_dev_config() local 74 instances = min(cpus, banks / 2); in adf_crypto_dev_config() 76 instances = 0; in adf_crypto_dev_config() 78 for (i = 0; i < instances; i++) { in adf_crypto_dev_config() 175 int instances; in adf_comp_dev_config() local 180 instances = min(cpus, banks); in adf_comp_dev_config() 182 instances = 0; in adf_comp_dev_config() 184 for (i = 0; i < instances; i++) { in adf_comp_dev_config()
|
/openbmc/linux/sound/firewire/fireworks/ |
H A D | fireworks_transaction.c | 41 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 175 efw = instances[i]; in handle_resp_for_user() 265 if (instances[i] != NULL) in snd_efw_transaction_add_instance() 267 instances[i] = efw; in snd_efw_transaction_add_instance() 281 if (instances[i] != efw) in snd_efw_transaction_remove_instance() 283 instances[i] = NULL; in snd_efw_transaction_remove_instance()
|
/openbmc/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()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxxvf/ |
H A D | adf_c3xxxvf_hw_data.c | 15 .instances = 0 90 hw_data->dev_class->instances++; in adf_init_hw_data_c3xxxiov() 100 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxxiov()
|
/openbmc/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
|