/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
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-iommu" for DRA7xx IOMMU instances
|
D | renesas,ipmmu-vmsa.txt | 12 - 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.1.27/drivers/phy/ |
D | phy-exynos4x12-usb2.c | 284 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()
|
D | phy-samsung-usb2.h | 47 struct samsung_usb2_phy_instance instances[0]; member
|
D | phy-samsung-usb2.c | 92 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate() 208 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 42 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.1.27/drivers/staging/iio/ |
D | iio_simple_dummy.c | 32 static unsigned instances = 1; variable 33 module_param(instances, int, 0); 713 if (instances > 10) { in iio_dummy_init() 714 instances = 1; in iio_dummy_init() 719 iio_dummy_devs = kcalloc(instances, sizeof(*iio_dummy_devs), in iio_dummy_init() 722 for (i = 0; i < instances; i++) { in iio_dummy_init() 741 for (i = 0; i < instances; i++) in iio_dummy_exit()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
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-4.1.27/drivers/crypto/qat/qat_dh895xcc/ |
D | adf_dh895xcc_hw_data.c | 68 .instances = 0 203 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc() 233 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
|
D | adf_drv.c | 124 int instances = min(cpus, banks); in adf_dev_configure() local 133 for (i = 0; i < instances; i++) { in adf_dev_configure()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-lock.txt | 28 of lock instances. 62 dump map of lock instances (address:name table)
|
/linux-4.1.27/Documentation/block/ |
D | null_blk.txt | 8 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.1.27/Documentation/thermal/ |
D | cpu-cooling-api.txt | 23 "thermal-cpufreq-%x". This api can support multiple instances of cpufreq 34 instances of cpufreq cooling devices.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | timer.txt | 5 OMAP44xx devices have timer instances that are 100% 8 So for OMAP44xx devices timer instances may use
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/ |
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-4.1.27/Documentation/devicetree/bindings/dma/ |
D | shdma.txt | 4 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
|
D | renesas,rcar-dmac.txt | 4 controller instances named DMAC capable of serving multiple clients. Channels
|
/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 2 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
|
D | Locking | 4 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 478 Most instances call fasync_helper(), which does that maintenance, so it's
|
D | tmpfs.txt | 61 oversize your tmpfs instances the machine will deadlock
|
D | porting | 203 ->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.1.27/Documentation/networking/ |
D | switchdev.txt | 42 created for each port of a switch. These netdevices are instances 44 of the switch chip. eth0 and eth1 are instances of some other existing driver.
|
D | netdevices.txt | 103 all NAPI instances which will do a sleeping poll on the
|
D | e1000e.txt | 120 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
|
D | README.ipw2200 | 52 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
|
D | e1000.txt | 162 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
|
D | README.ipw2100 | 39 interference with these devices. In many instances Intel is required to
|
D | bonding.txt | 334 generated by the multiple bonding instances will fool the standard 924 Specifies the number of seconds between instances where the bonding 1019 network configuration system will correctly start multiple instances 1240 those instances, see the "Configuring Multiple Bonds Manually" section, 1317 provide multiple instances of bonding with differing options is to load 1324 To load multiple instances of the module, it is necessary to 1326 requires that every loaded module, even multiple instances of the same 1456 NOTE: the lp_inteval is the number of seconds between instances where
|
/linux-4.1.27/drivers/lguest/ |
D | Kconfig | 7 multiple instances of the same Linux kernel, using the
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | TODO | 5 - Fixes for every instances of function returning -1
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | parse-torture.sh | 53 print_bug $title FAILURE, $nerrs instances
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
D | Kconfig | 18 network interfaces (NICs), crypto accelerator instances,
|
/linux-4.1.27/drivers/edac/ |
D | edac_device.c | 149 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()
|
D | edac_device_sysfs.c | 625 instance = &edac_dev->instances[idx]; in edac_device_create_instance() 691 instance = &edac_dev->instances[idx]; in edac_device_delete_instance()
|
D | edac_core.h | 280 struct edac_device_instance *instances; member
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 9 such as network interfaces, crypto accelerator instances, L2 switches,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 26 Description: 'FCoE Controller' instances on the fcoe bus. 72 Description: 'FCoE FCF' instances on the fcoe bus. A FCF is a Fibre Channel
|
D | sysfs-bus-iio | 270 for variation between different instances of the part, typically
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_accel_devices.h | 127 uint32_t instances; member
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-vf610.txt | 4 functionality. Each pair serves 32 GPIOs. The VF610 has 5 instances of
|
/linux-4.1.27/tools/thermal/tmon/ |
D | README | 16 links, trip point bindings, and device instances. To traverse such
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 72 device instances(设备实例) 74 +-sub-device instances(子设备实例) 78 \-filehandle instances(文件句柄实例)
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 23 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.1.27/Documentation/trace/ |
D | ftrace.txt | 392 instances: 2665 In the debugfs tracing directory is a directory called "instances". 2671 # mkdir instances/foo 2672 # ls instances/foo 2680 instances that are created. 2686 the trace_options affect all instances and the top level buffer 2694 # mkdir instances/foo 2695 # mkdir instances/bar 2696 # mkdir instances/zoot 2698 # echo 1000 > instances/foo/buffer_size_kb [all …]
|
D | tracepoints.txt | 100 The tracepoint mechanism supports inserting multiple instances of the
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 13 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.1.27/Documentation/devicetree/bindings/net/can/ |
D | m_can.txt | 19 Multiple M_CAN instances can share the same Message
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 92 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 …]
|
D | ChangeLog.lpfc | 971 * 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
|
D | ChangeLog.megaraid | 610 performs extended errors recovery for instances like scsi cable pull.
|
/linux-4.1.27/Documentation/video4linux/ |
D | fimc.txt | 10 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
|
D | vivid.txt | 9 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 997 the driver instances are single-planar. This can be changed by setting the 1035 instances: the first with a framebuffer enabled. You configure the capture 1121 vivid instances
|
D | v4l2-framework.txt | 26 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 */
|
D | README.pvrusb2 | 92 instances of multiple interfaces (thus you can for example change
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 26 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
|
D | stable_api_nonsense.txt | 101 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
|
D | rfkill.txt | 98 and write() of instances of 'struct rfkill_event'. In this structure, the
|
D | media-framework.txt | 48 Drivers register media device instances by calling 87 Drivers unregister media device instances by calling
|
D | bcache.txt | 301 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
|
D | kprobes.txt | 126 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
|
D | clk.txt | 242 initializing instances of the basic clock types. These clocks must
|
D | unaligned-memory-access.txt | 108 resident memory size of structure instances. The optimal layout of the
|
D | remoteproc.txt | 6 multiprocessing (AMP) configurations, which may be running different instances
|
D | rpmsg.txt | 11 different instances of operating system, whether it's Linux or any other
|
D | 00-INDEX | 455 - info on Virtual Function I/O used in guest/hypervisor instances.
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda.h | 95 struct list_head instances; member
|
D | coda-common.c | 1736 list_add(&ctx->list, &dev->instances); in coda_open() 2113 INIT_LIST_HEAD(&dev->instances); in coda_probe()
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_qmss.h | 301 void *instances; member
|
D | knav_qmss_queue.c | 61 (kdev->instances + (idx << kdev->inst_shift)) 67 for (idx = 0, inst = kdev->instances; \ 1650 kdev->instances = devm_kzalloc(kdev->dev, size, GFP_KERNEL); in knav_queue_init_queues() 1651 if (!kdev->instances) in knav_queue_init_queues()
|
/linux-4.1.27/Documentation/driver-model/ |
D | design-patterns.txt | 18 that the device the driver binds to will appear in several instances. This
|
D | porting.txt | 288 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.1.27/drivers/pci/host/ |
D | Kconfig | 10 are two instances of PCIe controller in DRA7xx. This controller can
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 18 instances of TMU and some registers are shared across all TMU's like
|
D | thermal.txt | 37 to identify uniquely the sensor instances within
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 14 If you supply kernel parameters the different instances are processed
|
/linux-4.1.27/Documentation/fmc/ |
D | FMC-and-SDB.txt | 46 need to load different FPGA images to drive different instances of the
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 50 struct hlist_head instances; member
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 78 one to one mapping between running vtpm-stubdom instances and
|
/linux-4.1.27/crypto/ |
D | algapi.c | 473 list = &tmpl->instances; in crypto_unregister_template() 540 hlist_add_head(&inst->list, &tmpl->instances); in crypto_register_instance()
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 98 GPIOs are mapped by the means of tables of lookups, containing instances of the
|
D | sysfs.txt | 37 - GPIO controllers ("gpio_chip" instances).
|
D | driver.txt | 52 The code implementing a gpio_chip should support multiple instances of the
|
D | gpio-legacy.txt | 540 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).
|
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 14 Lockdep already has hooks in the lock functions and maps lock instances to
|
/linux-4.1.27/Documentation/vm/ |
D | ksm.txt | 16 application which generates many instances of the same data.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 104 A file system implementation declares that instances of the filesystem
|
/linux-4.1.27/net/ipv6/ |
D | Kconfig | 249 account and run multiple instances of userspace daemons
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 56 The number of instances of an Intel ME feature that can be opened
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 124 bool "Support multiple instances of devpts" 128 Enable support for multiple instances of devpts filesystem.
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 110 rather than /dev/mem allows multiple instances of X to talk to
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 130 (task instances, or jobs) which are activated on a periodic or sporadic 277 - a minimum interval between consecutive instances,
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 145 pcm_info array, and build pcm instances according to them.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 75 1,500 OS instances might find that half of its CPU time was consumed by
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 338 bool "Trace likely/unlikely instances"
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 31 including multiple instances of a device driver on multi-function
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 406 typical for both amba_device and platform_device instances to be
|
/linux-4.1.27/mm/ |
D | Kconfig | 337 the many instances by a single page with that content, so
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 235 account and run multiple instances of userspace daemons
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 89 * Web Servers running multiple instances of the same web application,
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 160 built-in.o and succeeding instances will be ignored.
|
/linux-4.1.27/init/ |
D | Kconfig | 1212 Allow user space to create what appear to be multiple instances
|