Home
last modified time | relevance | path

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

/linux-4.4.14/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
Drenesas,ipmmu-vmsa.txt12 - interrupts: Specifiers for the MMU fault interrupts. For instances that
14 secure mode, in that order. For instances that don't support secure mode a
/linux-4.4.14/drivers/phy/
Dphy-exynos4x12-usb2.c284 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on()
294 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on()
295 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_on()
325 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off()
329 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off()
330 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_off()
Dphy-samsung-usb2.h49 struct samsung_usb2_phy_instance instances[0]; member
Dphy-samsung-usb2.c105 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate()
229 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_transaction.c42 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable
177 efw = instances[i]; in handle_resp_for_user()
267 if (instances[i] != NULL) in snd_efw_transaction_add_instance()
269 instances[i] = efw; in snd_efw_transaction_add_instance()
283 if (instances[i] != efw) in snd_efw_transaction_remove_instance()
285 instances[i] = NULL; in snd_efw_transaction_remove_instance()
/linux-4.4.14/drivers/staging/iio/
Diio_simple_dummy.c32 static unsigned instances = 1; variable
33 module_param(instances, uint, 0);
704 if (instances > 10) { in iio_dummy_init()
705 instances = 1; in iio_dummy_init()
710 iio_dummy_devs = kcalloc(instances, sizeof(*iio_dummy_devs), in iio_dummy_init()
713 for (i = 0; i < instances; i++) { in iio_dummy_init()
739 for (i = 0; i < instances; i++) in iio_dummy_exit()
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c56 .instances = 0
139 hw_data->instance_id = dh895xcciov_class.instances++; in adf_init_hw_data_dh895xcciov()
171 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcciov()
/linux-4.4.14/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-4.4.14/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c69 .instances = 0
225 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc()
261 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
Dadf_drv.c127 int instances = min(cpus, banks); in adf_dev_configure() local
136 for (i = 0; i < instances; i++) { in adf_dev_configure()
/linux-4.4.14/tools/perf/Documentation/
Dperf-lock.txt28 of lock instances.
62 dump map of lock instances (address:name table)
Dperf-probe.txt88 which do not have instances are ignored.
/linux-4.4.14/Documentation/block/
Dnull_blk.txt8 The following instances are possible:
23 II. Module parameters applicable for all instances:
60 defaults to 1 on single-queue and bio-based instances. For multi-queue,
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Dtimer.txt5 OMAP44xx devices have timer instances that are 100%
8 So for OMAP44xx devices timer instances may use
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/dma/
Dshdma.txt4 instances, capable of serving any of a common set of DMA slave devices, using
7 DMAC instances have the same number of channels and use the same DMA
Drenesas,rcar-dmac.txt4 controller instances named DMAC capable of serving multiple clients. Channels
/linux-4.4.14/Documentation/filesystems/
Ddevpts.txt2 To support containers, we now allow multiple instances of devpts filesystem,
4 allocated in other instances of devpts.
6 To preserve backward compatibility, this support for multiple instances is
32 of ptys in other instances of devpts. Like in the single-instance mode, the
DLocking4 instances in the tree, don't leave that to maintainers of filesystems/devices/
290 existing instances of this method ->sync_page() itself doesn't look
479 Most instances call fasync_helper(), which does that maintenance, so it's
Dtmpfs.txt61 oversize your tmpfs instances the machine will deadlock
Dporting203 ->getattr() finally getting used. See instances in nfs, minix, etc.
463 of the in-tree instances did). inode_hash_lock is still held,
/linux-4.4.14/drivers/lguest/
DKconfig7 multiple instances of the same Linux kernel, using the
/linux-4.4.14/drivers/staging/gdm724x/
DTODO5 - Fixes for every instances of function returning -1
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dparse-torture.sh53 print_bug $title FAILURE, $nerrs instances
/linux-4.4.14/drivers/staging/fsl-mc/bus/
DKconfig18 network interfaces (NICs), crypto accelerator instances,
/linux-4.4.14/drivers/edac/
Dedac_device.c149 dev_ctl->instances = dev_inst; in edac_device_alloc_ctl_info()
635 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce()
681 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue()
Dedac_device_sysfs.c625 instance = &edac_dev->instances[idx]; in edac_device_create_instance()
691 instance = &edac_dev->instances[idx]; in edac_device_delete_instance()
Dedac_core.h282 struct edac_device_instance *instances; member
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Dsti-mailbox.txt3 Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages
Domap-mailbox.txt23 instance. DRA7xx has multiple instances with different number of h/w fifo queues
24 and interrupt lines between different instances. The interrupt lines can also be
/linux-4.4.14/Documentation/devicetree/bindings/misc/
Dfsl,qoriq-mc.txt9 such as network interfaces, crypto accelerator instances, L2 switches,
/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c316 static struct nfit_test *instances[NUM_NFITS]; variable
394 for (i = 0; i < ARRAY_SIZE(instances); i++) { in nfit_test_lookup()
396 struct nfit_test *t = instances[i]; in nfit_test_lookup()
1345 instances[i] = nfit_test; in nfit_test_init()
1369 if (instances[i]) in nfit_test_init()
1370 platform_device_unregister(&instances[i]->pdev); in nfit_test_init()
1381 platform_device_unregister(&instances[i]->pdev); in nfit_test_exit()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-fcoe26 Description: 'FCoE Controller' instances on the fcoe bus.
72 Description: 'FCoE FCF' instances on the fcoe bus. A FCF is a Fibre Channel
Dsysfs-bus-iio285 for variation between different instances of the part, typically
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-vf610.txt4 functionality. Each pair serves 32 GPIOs. The VF610 has 5 instances of
/linux-4.4.14/tools/thermal/tmon/
DREADME16 links, trip point bindings, and device instances. To traverse such
/linux-4.4.14/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt72 device instances(设备实例)
74 +-sub-device instances(子设备实例)
78 \-filehandle instances(文件句柄实例)
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h134 uint32_t instances; member
Dadf_dev_mgr.c151 if (i == class->instances) in adf_devmgr_update_class_index()
/linux-4.4.14/Documentation/trace/
Dftrace.txt403 instances:
2718 In the debugfs tracing directory is a directory called "instances".
2724 # mkdir instances/foo
2725 # ls instances/foo
2733 instances that are created.
2739 the trace_options affect all instances and the top level buffer
2747 # mkdir instances/foo
2748 # mkdir instances/bar
2749 # mkdir instances/zoot
2751 # echo 1000 > instances/foo/buffer_size_kb
[all …]
Dtracepoints.txt100 The tracepoint mechanism supports inserting multiple instances of the
/linux-4.4.14/Documentation/power/
Dcharger-manager.txt13 the system may need multiple instances of Charger Manager.
65 multiple instances of Charger Manager share the same charger_global_desc
66 and it will manage in-suspend monitoring for all instances of Charger Manager.
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dm_can.txt19 Multiple M_CAN instances can share the same Message
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt92 c) direct access to instances of well known data structures maintained
108 "hotplug" environment. LLDs should be aware of the lifetime of instances
183 It may be useful for a LLD to keep track of struct Scsi_Host instances
184 (a pointer is returned by scsi_host_alloc()). Such instances are "owned"
185 by the mid-level. struct Scsi_Host instances are freed from
225 It may be useful for an LLD to keep track of struct scsi_device instances
227 slave_configure() callbacks). Such instances are "owned" by the mid-level.
228 struct scsi_device instances are freed after slave_destroy().
307 This effectively spreads the ownership of struct Scsi_Host instances
308 across the various SCSI layers which use them. Previously such instances
[all …]
DChangeLog.lpfc971 * Added new lpfc_jedec_to_ascii() call and replace two instances
1217 * Remove some instances of unneeded casting of kmalloc's return in
1708 and 1207. Create a new message 738 to fix duplicate instances
1791 multiple instances of the parameter switch into a single
DChangeLog.megaraid610 performs extended errors recovery for instances like scsi cable pull.
/linux-4.4.14/Documentation/video4linux/
Dfimc.txt10 path. There are multiple FIMC instances in the SoCs (up to 4), having
64 The purpose of this interface is to allow changing assignment of FIMC instances
Dvivid.txt9 Up to 64 vivid instances can be created, each with up to 16 inputs and 16 outputs.
88 The number of instances, devices, video inputs and outputs and their types are
91 n_devs: number of driver instances to create. By default set to 1. Up to 64
92 instances can be created.
106 So to create four instances, the first two with just one video capture
224 and thus the V4L2 multi-planar API. By default device instances are
1005 the driver instances are single-planar. This can be changed by setting the
1043 instances: the first with a framebuffer enabled. You configure the capture
1129 vivid instances
Dv4l2-framework.txt26 This meant that all drivers had to do the setup of device instances and
60 device instances
62 +-sub-device instances
66 \-filehandle instances
74 sub-device instances, the video_device struct stores V4L2 device node data
75 and the v4l2_fh struct keeps track of filehandle instances.
167 /* iterate over all ivtv device instances */
DREADME.pvrusb292 instances of multiple interfaces (thus you can for example change
/linux-4.4.14/drivers/soc/ti/
Dknav_qmss.h302 void *instances; member
Dknav_qmss_queue.c61 (kdev->instances + (idx << kdev->inst_shift))
67 for (idx = 0, inst = kdev->instances; \
1669 kdev->instances = devm_kzalloc(kdev->dev, size, GFP_KERNEL); in knav_queue_init_queues()
1670 if (!kdev->instances) in knav_queue_init_queues()
/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h95 struct list_head instances; member
Dcoda-common.c1755 list_add(&ctx->list, &dev->instances); in coda_open()
2130 INIT_LIST_HEAD(&dev->instances); in coda_probe()
/linux-4.4.14/Documentation/
Dphy.txt26 PHY provider refers to an entity that implements one or more PHY instances.
29 of_phy_simple_xlate. If the PHY provider implements multiple instances, it
Dstable_api_nonsense.txt101 instances of where this interface is used within the kernel are fixed up
123 In both of these instances, all developers agreed that these were
Drfkill.txt98 and write() of instances of 'struct rfkill_event'. In this structure, the
Dmedia-framework.txt48 Drivers register media device instances by calling
87 Drivers unregister media device instances by calling
Dbcache.txt301 Counts instances where data was going to be inserted into the cache from a
393 Counts instances where while data was being read from the cache, the bucket
Dkprobes.txt126 kretprobe struct to specify how many instances of the specified
535 no attempt to chase down all inline instances of the function and
553 As of Linux v2.6.15-rc1, multiple handlers (or multiple instances of
Dunaligned-memory-access.txt108 resident memory size of structure instances. The optimal layout of the
Dremoteproc.txt6 multiprocessing (AMP) configurations, which may be running different instances
Drpmsg.txt11 different instances of operating system, whether it's Linux or any other
D00-INDEX455 - info on Virtual Function I/O used in guest/hypervisor instances.
/linux-4.4.14/Documentation/driver-model/
Ddesign-patterns.txt18 that the device the driver binds to will appear in several instances. This
Dporting.txt288 bus driver should define single instances of the generic methods that
404 type. This includes all devices on all instances of that bus type.
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt23 "thermal-cpufreq-%x". This api can support multiple instances of cpufreq
34 instances of cpufreq cooling devices.
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dexynos-thermal.txt18 instances of TMU and some registers are shared across all TMU's like
Dthermal.txt37 to identify uniquely the sensor instances within
/linux-4.4.14/Documentation/networking/
Dnetdevices.txt103 all NAPI instances which will do a sleeping poll on the
De1000e.txt120 the first, second, and third instances of the driver. The range
190 single (not 1,1,1 etc.) parameter applied to all driver instances and
DREADME.ipw220052 interference with these devices. In many instances Intel is required to
263 at two levels -- driver level, which apply to all instances of the driver
De1000.txt162 the first, second, and third instances of the driver. The range
319 single (not 1,1,1 etc.) parameter applied to all driver instances and
DREADME.ipw210039 interference with these devices. In many instances Intel is required to
Dbonding.txt371 generated by the multiple bonding instances will fool the standard
961 Specifies the number of seconds between instances where the bonding
1056 network configuration system will correctly start multiple instances
1277 those instances, see the "Configuring Multiple Bonds Manually" section,
1354 provide multiple instances of bonding with differing options is to load
1361 To load multiple instances of the module, it is necessary to
1363 requires that every loaded module, even multiple instances of the same
1493 NOTE: the lp_inteval is the number of seconds between instances where
/linux-4.4.14/Documentation/s390/
DDASD14 If you supply kernel parameters the different instances are processed
/linux-4.4.14/Documentation/fmc/
DFMC-and-SDB.txt46 need to load different FPGA images to drive different instances of the
/linux-4.4.14/include/crypto/
Dalgapi.h53 struct hlist_head instances; member
/linux-4.4.14/Documentation/tpm/
Dxen-tpmfront.txt78 one to one mapping between running vtpm-stubdom instances and
/linux-4.4.14/crypto/
Dalgapi.c481 list = &tmpl->instances; in crypto_unregister_template()
548 hlist_add_head(&inst->list, &tmpl->instances); in crypto_register_instance()
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt90 In some instances it is necessary to directly read/write the NVMEM.
/linux-4.4.14/Documentation/locking/
Dlockstat.txt14 Lockdep already has hooks in the lock functions and maps lock instances to
/linux-4.4.14/drivers/pci/host/
DKconfig11 are two instances of PCIe controller in DRA7xx. This controller can
/linux-4.4.14/Documentation/vm/
Dksm.txt16 application which generates many instances of the same data.
/linux-4.4.14/Documentation/gpio/
Dboard.txt111 GPIOs are mapped by the means of tables of lookups, containing instances of the
Dsysfs.txt36 - GPIO controllers ("gpio_chip" instances).
Dgpio-legacy.txt540 The code implementing a gpio_chip should support multiple instances of the
590 For SOCs, platform-specific code defines and registers gpio_chip instances
656 - GPIO controllers ("gpio_chip" instances).
Ddriver.txt52 The code implementing a gpio_chip should support multiple instances of the
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting104 A file system implementation declares that instances of the filesystem
/linux-4.4.14/net/ipv6/
DKconfig267 account and run multiple instances of userspace daemons
/linux-4.4.14/drivers/tty/
DKconfig124 bool "Support multiple instances of devpts"
128 Enable support for multiple instances of devpts filesystem.
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt56 The number of instances of an Intel ME feature that can be opened
/linux-4.4.14/Documentation/ia64/
Daliasing.txt110 rather than /dev/mem allows multiple instances of X to talk to
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt35 interfaces, an L2 switch, or accelerator instances.
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt137 (task instances, or jobs) which are activated on a periodic or sporadic
401 - a minimum interval between consecutive instances,
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt75 1,500 OS instances might find that half of its CPU time was consumed by
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt406 typical for both amba_device and platform_device instances to be
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt31 including multiple instances of a device driver on multi-function
/linux-4.4.14/kernel/trace/
DKconfig338 bool "Trace likely/unlikely instances"
/linux-4.4.14/mm/
DKconfig319 the many instances by a single page with that content, so
/linux-4.4.14/net/ipv4/
DKconfig235 account and run multiple instances of userspace daemons
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt89 * Web Servers running multiple instances of the same web application,
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt160 built-in.o and succeeding instances will be ignored.
/linux-4.4.14/init/
DKconfig1223 Allow user space to create what appear to be multiple instances