| /linux/drivers/platform/x86/ |
| H A D | serial-multi-instantiate.c | 41 struct smi_instance instances[]; member 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 = { 343 .instances = { 354 .instances = { [all …]
|
| /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()
|
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | test_ownership.tc | 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/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.c | 65 .instances = { 154 .instances = { 229 .instances = { 324 .instances = { 416 .instances = { 488 .instances = { 576 .instances = { 682 .instances = { 802 .instances = { 888 .instances = { [all …]
|
| H A D | mdp5_cfg.h | 43 struct mdp5_lm_instance instances[MAX_BASES]; member 79 struct mdp5_wb_instance instances[MAX_BASES]; member
|
| /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/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()
|
| H A D | phy-samsung-usb2.c | 101 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()
|
| H A D | phy-samsung-usb2.h | 46 struct samsung_usb2_phy_instance instances[]; member
|
| /linux/drivers/md/dm-vdo/ |
| H A D | dm-vdo-target.c | 173 static struct instance_tracker instances; variable 1425 if (instance >= instances.bit_count) { in release_instance() 1428 instance, instances.bit_count); in release_instance() 1429 } else if (test_bit(instance, instances.words) == 0) { in release_instance() 1432 __clear_bit(instance, instances.words); in release_instance() 1433 instances.count -= 1; in release_instance() 1533 unsigned int new_count = max(instances.bit_count + BIT_COUNT_INCREMENT, in grow_bit_array() 1538 result = vdo_reallocate_memory(instances.words, in grow_bit_array() 1539 get_bit_array_size(instances.bit_count), in grow_bit_array() 1545 instances.bit_count = new_count; in grow_bit_array() [all …]
|
| /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/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/tools/testing/selftests/ftrace/test.d/ftrace/ |
| 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/drivers/edac/ |
| H A D | edac_device.h | 206 struct edac_device_instance *instances; member 345 kfree(ci->instances); in __edac_device_free_ctl_info()
|
| /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/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/Documentation/ABI/testing/ |
| H A D | sysfs-platform-intel-ifs | 39 is loaded reports "none". Only present for device instances where a test image 51 This file is present only for device instances where a test image is applicable.
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ap-locking.rst | 8 will be used to denote instances of the structures herein described: 67 matrix_mdev instances (matrix_dev->mdev_list) that represent mediated devices 75 2. To add matrix_mdev instances to or remove them from matrix_dev->mdev_list.
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-reload.rst | 69 The netns option allows user to be able to move devlink instances into 71 By default all devlink instances are created in init_net and stay there.
|
| /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/Documentation/arch/arm/omap/ |
| H A D | omap.rst | 16 CONFIG_MMC_SDHCI_OMAP is enabled for all MMC instances
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_serial.h | 23 int instances; member
|
| /linux/tools/testing/selftests/ftrace/test.d/instances/ |
| H A D | instance.tc | 13 cd instances
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-lock.txt | 28 of lock instances. 81 Merge lock instances in the same class (based on name). 118 dump only the map of lock instances (address:name table)
|