Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 220) sorted by relevance

123456789

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_display_power_map.c54 .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-v6.6/drivers/platform/x86/
Dserial-multi-instantiate.c40 struct smi_instance instances[]; member
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 = {
322 .instances = {
333 .instances = {
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dadf_gen2_config.c19 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()
/Linux-v6.6/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt5 "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
Dmsm,iommu-v0.txt11 - interrupts: Specifiers for the MMU fault interrupts. For instances that
13 secure mode, in that order. For instances that don't support secure mode a
/Linux-v6.6/Documentation/driver-api/media/
Dv4l2-intro.rst21 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-v6.6/drivers/phy/samsung/
Dphy-exynos4x12-usb2.c281 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()
Dphy-samsung-usb2.c101 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate()
160 drv = devm_kzalloc(dev, struct_size(drv, instances, cfg->num_phys), in samsung_usb2_phy_probe()
222 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
/Linux-v6.6/sound/firewire/fireworks/
Dfireworks_transaction.c41 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-v6.6/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c65 .instances = {
154 .instances = {
229 .instances = {
324 .instances = {
416 .instances = {
488 .instances = {
576 .instances = {
682 .instances = {
802 .instances = {
889 .instances = {
[all …]
/Linux-v6.6/drivers/crypto/intel/qat/qat_4xxx/
Dadf_drv.c92 int instances; in adf_crypto_dev_config() local
97 instances = min(cpus, banks / 2); in adf_crypto_dev_config()
99 instances = 0; in adf_crypto_dev_config()
101 for (i = 0; i < instances; i++) { in adf_crypto_dev_config()
198 int instances; in adf_comp_dev_config() local
203 instances = min(cpus, banks); in adf_comp_dev_config()
205 instances = 0; in adf_comp_dev_config()
207 for (i = 0; i < instances; i++) { in adf_comp_dev_config()
/Linux-v6.6/drivers/crypto/intel/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c15 .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-v6.6/drivers/crypto/intel/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c15 .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-v6.6/drivers/crypto/intel/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c15 .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-v6.6/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt4 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-v6.6/drivers/crypto/intel/qat/qat_c62x/
Dadf_c62x_hw_data.c23 .instances = 0
119 hw_data->instance_id = c62x_class.instances++; in adf_init_hw_data_c62x()
168 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
/Linux-v6.6/drivers/crypto/intel/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c23 .instances = 0
117 hw_data->instance_id = c3xxx_class.instances++; in adf_init_hw_data_c3xxx()
166 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
/Linux-v6.6/Documentation/driver-api/hte/
Dtegra-hte.rst9 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-v6.6/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then
65 if [ -d ../../instances ]; then # Check instances
/Linux-v6.6/drivers/edac/
Dedac_device.h218 struct edac_device_instance *instances; member
361 kfree(ci->instances); in __edac_device_free_ctl_info()
/Linux-v6.6/Documentation/networking/
Dnapi.rst40 from the system. The instances are attached to the netdevice passed
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
/Linux-v6.6/drivers/crypto/intel/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c25 .instances = 0
213 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc()
264 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
/Linux-v6.6/drivers/net/ethernet/microchip/vcap/
DKconfig31 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-v6.6/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-dma.txt28 - 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-v6.6/Documentation/trace/rv/
Dda_monitor_synthesis.rst15 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.

123456789