/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
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 …]
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | adf_gen2_config.c | 18 int instances; in adf_gen2_crypto_dev_config() local 23 instances = min(cpus, banks); in adf_gen2_crypto_dev_config() 25 instances = 0; in adf_gen2_crypto_dev_config() 27 for (i = 0; i < instances; i++) { in adf_gen2_crypto_dev_config() 117 int instances; in adf_gen2_comp_dev_config() local 122 instances = min(cpus, banks); in adf_gen2_comp_dev_config() 124 instances = 0; in adf_gen2_comp_dev_config() 126 for (i = 0; i < instances; i++) { in adf_gen2_comp_dev_config()
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | serial-multi-instantiate.c | 39 struct smi_instance instances[]; member 247 return smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 249 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 259 ret = smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 262 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 278 .instances = { 288 .instances = { 299 .instances = { 310 .instances = {
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iommu/ |
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-6.3-rc2/drivers/phy/samsung/ |
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()
|
A D | phy-samsung-usb2.c | 103 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate() 162 drv = devm_kzalloc(dev, struct_size(drv, instances, cfg->num_phys), in samsung_usb2_phy_probe() 224 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
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-6.3-rc2/sound/firewire/fireworks/ |
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()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_cfg.c | 65 .instances = { 148 .instances = { 243 .instances = { 335 .instances = { 407 .instances = { 495 .instances = { 601 .instances = { 721 .instances = { 808 .instances = { 900 .instances = { [all …]
|
/linux-6.3-rc2/drivers/crypto/qat/qat_4xxx/ |
A D | adf_drv.c | 73 int instances; in adf_crypto_dev_config() local 78 instances = min(cpus, banks / 2); in adf_crypto_dev_config() 80 instances = 0; in adf_crypto_dev_config() 82 for (i = 0; i < instances; i++) { in adf_crypto_dev_config() 179 int instances; in adf_comp_dev_config() local 184 instances = min(cpus, banks); in adf_comp_dev_config() 186 instances = 0; in adf_comp_dev_config() 188 for (i = 0; i < instances; i++) { in adf_comp_dev_config()
|
A D | adf_4xxx_hw_data.c | 41 .instances = 0, 316 hw_data->instance_id = adf_4xxx_class.instances++; in adf_init_hw_data_4xxx() 370 hw_data->dev_class->instances--; in adf_clean_hw_data_4xxx()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_dh895xccvf/ |
A D | adf_dh895xccvf_hw_data.c | 15 .instances = 0 90 hw_data->dev_class->instances++; in adf_init_hw_data_dh895xcciov() 100 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcciov()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_c3xxxvf/ |
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()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_c62xvf/ |
A D | adf_c62xvf_hw_data.c | 15 .instances = 0 90 hw_data->dev_class->instances++; in adf_init_hw_data_c62xiov() 100 hw_data->dev_class->instances--; in adf_clean_hw_data_c62xiov()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_c62x/ |
A D | adf_c62x_hw_data.c | 21 .instances = 0 95 hw_data->instance_id = c62x_class.instances++; in adf_init_hw_data_c62x() 140 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_c3xxx/ |
A D | adf_c3xxx_hw_data.c | 21 .instances = 0 93 hw_data->instance_id = c3xxx_class.instances++; in adf_init_hw_data_c3xxx() 138 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ti/ |
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-6.3-rc2/Documentation/driver-api/hte/ |
A D | tegra194-hte.rst | 9 (Generic Timestamping Engine) instances: 1) GPIO GTE and 2) LIC 10 (Legacy Interrupt Controller) IRQ GTE. Both GTE instances get the 45 The provider source code of both IRQ and GPIO GTE instances is located at
|
/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/ftrace/ |
A D | func_traceonoff_triggers.tc | 54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then 65 if [ -d ../../instances ]; then # Check instances
|
/linux-6.3-rc2/drivers/crypto/qat/qat_dh895xcc/ |
A D | adf_dh895xcc_hw_data.c | 24 .instances = 0 204 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc() 251 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
|
/linux-6.3-rc2/drivers/edac/ |
A D | edac_device.h | 218 struct edac_device_instance *instances; member 361 kfree(ci->instances); in __edac_device_free_ctl_info()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
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.
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
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-6.3-rc2/Documentation/devicetree/bindings/soc/ti/ |
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-6.3-rc2/Documentation/trace/rv/ |
A D | da_monitor_synthesis.rst | 15 the *RV monitor* abstraction. The RV monitor includes a set of instances 79 This initial implementation presents three different types of monitor instances: 86 the second for monitors with per-cpu instances, and the third with per-task 87 instances.
|