Searched refs:instances (Results 1 - 200 of 317) sorted by relevance

12

/linux-4.1.27/drivers/media/tuners/
H A Dtuner-i2c.h82 * multiple instances of hybrid tuners.
120 * instances using this tuner object.
122 * 0 - no instances, indicates an error - kzalloc must have failed
126 * 2 (or more) instances, indicates that an existing tuner object was found
/linux-4.1.27/net/ipv4/netfilter/
H A DMakefile49 # the three instances of ip_tables
/linux-4.1.27/drivers/phy/
H A Dphy-exynos4x12-usb2.c284 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); exynos4x12_power_on()
294 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); exynos4x12_power_on()
295 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); exynos4x12_power_on()
325 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); exynos4x12_power_off()
329 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); exynos4x12_power_off()
330 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); exynos4x12_power_off()
H A Dphy-samsung-usb2.h47 struct samsung_usb2_phy_instance instances[0]; member in struct:samsung_usb2_phy_driver
H A Dphy-samsung-usb2.c92 return drv->instances[args->args[0]].phy; samsung_usb2_phy_xlate()
208 struct samsung_usb2_phy_instance *p = &drv->instances[i]; samsung_usb2_phy_probe()
H A Dphy-exynos5-usbdrd.c157 * instances each with its 'phy' and 'phy_cfg'.
/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_transaction.c42 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable in typeref:struct:snd_efw
177 efw = instances[i]; handle_resp_for_user()
267 if (instances[i] != NULL) snd_efw_transaction_add_instance()
269 instances[i] = efw; snd_efw_transaction_add_instance()
283 if (instances[i] != efw) snd_efw_transaction_remove_instance()
285 instances[i] = NULL; snd_efw_transaction_remove_instance()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.h57 * Basically there are a instances of the mqd manager class per MQD type per
58 * ASIC. Currently the kfd driver supports only Kaveri so there are instances
/linux-4.1.27/include/linux/platform_data/
H A Dhsmmc-omap.h14 * OMAP_HSMMC_SUPPORTS_DUAL_VOLT: Some HSMMC controller instances can
21 * don't work correctly on some MMC controller instances on some
/linux-4.1.27/arch/arm/mach-omap2/
H A Dprcm43xx.h17 /* PRM instances */
37 /* CM instances */
H A Dcm2xxx.h13 * other. The CM modules/instances on OMAP4 are quite different, so
H A Dcm3xxx.h13 * other. The CM modules/instances on OMAP4 are quite different, so
H A Dhwspinlock.c59 /* early board code might need to reserve specific hwspinlock instances */
H A Dprcm_mpu7xx.h32 /* MPU_PRCM instances */
H A Dprcm_mpu54xx.h32 /* PRCM_MPU instances */
H A Dcm2xxx_3xxx.h13 * other. The CM modules/instances on OMAP4 are quite different, so
H A Dmcbsp.c87 /* The FIFO has 128 locations for all instances */ omap_init_mcbsp()
H A Dprcm_mpu44xx.h35 /* PRCM_MPU instances */
H A Dprm33xx.h28 /* PRM instances */
H A Dcm1_44xx.h34 /* CM1 instances */
H A Dcm1_54xx.h31 /* CM_CORE_AON instances */
H A Dcm1_7xx.h32 /* CM_CORE_AON instances */
H A Dprm54xx.h33 /* PRM instances */
H A Dcm2_44xx.h34 /* CM2 instances */
H A Dcm2_54xx.h30 /* CM_CORE instances */
H A Dcm33xx.h30 /* CM instances */
H A Dcminst44xx.c13 * This is needed since CM instances can be in the PRM, PRCM_MPU, CM1,
H A Dcm2_7xx.h31 /* CM_CORE instances */
H A Dprm7xx.h35 /* PRM instances */
/linux-4.1.27/samples/kprobes/
H A Dkretprobe_example.c74 /* Probe up to 20 instances concurrently. */
101 printk(KERN_INFO "Missed probing %d instances of %s\n", kretprobe_exit()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2.h25 /* Maximum number of pvrusb2 instances we can track at once. You
/linux-4.1.27/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_max7315.c37 * instances of the same pca953x driver to cover them max7315_platform_data()
/linux-4.1.27/arch/sparc/include/asm/
H A Dpbm.h12 * Each type would have an own structure, with instances related one to one.
H A Dmmu_64.h13 * select what page size the various Data-TLB instances in the
/linux-4.1.27/drivers/edac/
H A Dedac_device_sysfs.c186 * Each new internal kobj (in instances and blocks) then
625 instance = &edac_dev->instances[idx]; edac_device_create_instance()
691 instance = &edac_dev->instances[idx]; edac_device_delete_instance()
705 * create the first level of 'instances' for this device
715 /* iterate over creation of the instances */ edac_device_create_instances()
719 /* unwind previous instances on error */ edac_device_create_instances()
731 * unregister all the kobjects of the instances
737 /* iterate over creation of the instances */ edac_device_delete_instances()
835 * In turn, the nested blocks beneath the instances will edac_device_create_sysfs()
846 edac_dbg(4, "create-instances done, idx=%d\n", edac_dev->dev_idx); edac_device_create_sysfs()
H A Dedac_core.h276 /* Number of instances supported on this control structure
277 * and the array of those instances
280 struct edac_device_instance *instances; member in struct:edac_device_ctl_info
H A Dedac_device.c86 edac_dbg(4, "instances=%d blocks=%d\n", nr_instances, nr_blocks); edac_device_alloc_ctl_info()
149 dev_ctl->instances = dev_inst; edac_device_alloc_ctl_info()
635 instance = edac_dev->instances + inst_nr; edac_device_handle_ce()
681 instance = edac_dev->instances + inst_nr; edac_device_handle_ue()
H A Dedac_pci_sysfs.c164 * track the number of PCI instances we have, and thus nest edac_pci_create_instance_kobj()
311 * This kobj is the 'main' kobject that EDAC PCI instances
422 /* Decrement the count and only if no more controller instances edac_pci_main_kobj_teardown()
H A Damd76x_edac.c275 /* Here we assume that we will never see multiple instances of this amd76x_probe1()
H A Di82860_edac.c227 /* Here we assume that we will never see multiple instances of this i82860_probe1()
H A Dr82600_edac.c327 /* Here we assume that we will never see multiple instances of this r82600_probe1()
H A De7xxx_edac.c498 /* Here we assume that we will never see multiple instances of this e7xxx_probe1()
H A Di82875p_edac.c438 /* Here we assume that we will never see multiple instances of this i82875p_probe1()
/linux-4.1.27/drivers/staging/iio/
H A Diio_simple_dummy.c29 * Note instances parameter controls how many of these
32 static unsigned instances = 1; variable
33 module_param(instances, int, 0);
713 if (instances > 10) { iio_dummy_init()
714 instances = 1; iio_dummy_init()
719 iio_dummy_devs = kcalloc(instances, sizeof(*iio_dummy_devs), iio_dummy_init()
722 for (i = 0; i < instances; i++) { iio_dummy_init()
741 for (i = 0; i < instances; i++) iio_dummy_exit()
H A Diio_dummy_evgen.c129 * Used by client driver instances to give the irqs back when they disconnect
/linux-4.1.27/fs/tracefs/
H A Dinode.c463 * tracefs_create_instance_dir - create the tracing instances directory
464 * @name: The name of the instances directory to create
465 * @parent: The parent directory that the instances directory will exist
469 * Only one instances directory is allowed.
471 * The instances directory is special as it allows for mkdir and rmdir to
475 * within the instances directory.
477 * Returns the dentry of the instances directory.
485 /* Only allow one instance of the instances directory. */ tracefs_create_instance_dir()
/linux-4.1.27/include/sound/
H A Dtimer.h47 #define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more instances */
81 int running; /* running instances */
/linux-4.1.27/drivers/isdn/mISDN/
H A Dl1oip.h82 struct l1oip_chan chan[128]; /* channel instances */
/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c68 .instances = 0
203 hw_data->instance_id = dh895xcc_class.instances++; adf_init_hw_data_dh895xcc()
233 hw_data->dev_class->instances--; adf_clean_hw_data_dh895xcc()
H A Dadf_drv.c124 int instances = min(cpus, banks); adf_dev_configure() local
133 for (i = 0; i < instances; i++) { adf_dev_configure()
/linux-4.1.27/net/tipc/
H A Dnet.c52 * port and node/link instances. The code consists of four major
62 * All node instances are saved into two tipc_node_list and node_htable
71 * In addition, all members in node structure including link instances
H A Dname_table.c78 * struct sub_seq - container for all published instances of a name sequence
90 * struct name_seq - container for all published instances of a name type
/linux-4.1.27/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h48 * Some instances of embedded cpdma controllers have extra control and
/linux-4.1.27/drivers/scsi/fcoe/
H A Dfcoe.h72 * instances associated with this port
/linux-4.1.27/fs/squashfs/
H A Dfragment.c81 * this check also traps instances where fragment_table_start is squashfs_read_fragment_index_table()
H A Did.c84 * also traps instances where id_table_start is incorrectly larger squashfs_read_id_index_table()
H A Dexport.c138 * also traps instances where lookup_table_start is incorrectly larger squashfs_read_inode_lookup_table()
/linux-4.1.27/include/media/davinci/
H A Dvpbe_display.h101 /* number of open instances of the layer */
H A Dvpfe_capture.h114 /* number of open instances of the channel */
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dshubio.h485 * There are two instances of this register. This register is used *
507 * There are two instances of this register. This register is used *
529 * There are two instances of this registers. These registers are *
543 * There are two instances of this registers. These registers are *
557 * Description: There are seven instances of translation table entry *
595 * Description: There are seven instances of translation table entry *
633 * Description: There are seven instances of translation table entry *
671 * Description: There are seven instances of translation table entry *
709 * Description: There are seven instances of translation table entry *
747 * Description: There are seven instances of translation table entry *
785 * Description: There are seven instances of translation table entry *
823 * Description: There are 9 instances of this register, one per *
867 * Description: There are 9 instances of this register, one per *
911 * Description: There are 9 instances of this register, one per *
955 * Description: There are 9 instances of this register, one per *
999 * Description: There are 9 instances of this register, one per *
1043 * Description: There are 9 instances of this register, one per *
1087 * Description: There are 9 instances of this register, one per *
1131 * Description: There are 9 instances of this register, one per *
1175 * Description: There are 9 instances of this register, one per *
1703 * There are 8 instances of this register. This register contains *
1723 * There are 8 instances of this register. This register contains *
1743 * There are 8 instances of this register. This register contains *
1763 * There are 8 instances of this register. This register contains *
1783 * There are 8 instances of this register. This register contains *
1803 * There are 8 instances of this register. This register contains *
1823 * There are 8 instances of this register. This register contains *
1843 * There are 8 instances of this register. This register contains *
1863 * There are 8 instances of this register. This register contains *
1883 * There are 8 instances of this register. This register contains *
1903 * There are 8 instances of this register. This register contains *
1923 * There are 8 instances of this register. This register contains *
1943 * There are 8 instances of this register. This register contains *
1963 * There are 8 instances of this register. This register contains *
1983 * There are 8 instances of this register. This register contains *
2004 * There are 8 instances of this register. This register contains *
/linux-4.1.27/arch/arm/mach-u300/
H A Dregulator.c29 * instances.
/linux-4.1.27/net/irda/irnet/
H A Dirnet_irda.h49 /* Link list of all IrNET instances opened */
H A Dirnet.h96 * instances on demand (no /dev/ircommX crap) and to allow linkname
401 /* We manage a linked list of IrNET socket instances */
/linux-4.1.27/include/drm/
H A Ddrm_hashtab.h67 * The user of this API needs to make sure that two or more instances of the
/linux-4.1.27/fs/afs/
H A Dafs_vl.h63 unsigned num_servers; /* num servers that hold instances of this vol */
/linux-4.1.27/arch/mn10300/mm/
H A Dcache-flush-by-tag.S121 # write a request to flush all instances of an address from the cache
224 # write a request to flush and invalidate all instances of an address
/linux-4.1.27/arch/sh/kernel/
H A Dkprobes.c321 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
327 * - instances are always inserted at the head of the list trampoline_probe_handler()
350 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/arch/sparc/kernel/
H A Dkprobes.c528 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
534 * - instances are always inserted at the head of the list trampoline_probe_handler()
554 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/arch/tile/kernel/
H A Dkprobes.c458 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
464 * - instances are always inserted at the head of the list trampoline_probe_handler()
484 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/drivers/thermal/
H A Dcpu_cooling.c316 * "thermal-cpufreq-%x". This api can support multiple instances of cpufreq
416 * "thermal-cpufreq-%x". This api can support multiple instances of cpufreq
435 * "thermal-cpufreq-%x". This api can support multiple instances of cpufreq
H A Dx86_pkg_temp_thermal.c75 /* List maintaining number of package instances */
/linux-4.1.27/include/scsi/
H A Dlibfcoe.h302 * @create: handler to sysfs entry of create for FCoE instances
305 * @enable: handler to sysfs entry of enable for FCoE instances
306 * @disable: handler to sysfs entry of disable for FCoE instances
/linux-4.1.27/arch/powerpc/kernel/
H A Dkprobes.c304 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
310 * - instances are always inserted at the head of the list trampoline_probe_handler()
330 * instances associated with this task are for hlist_for_each_entry_safe()
H A Drtas-proc.c436 /* A sensor may have multiple instances */ ppc_rtas_sensors_show()
/linux-4.1.27/arch/arc/kernel/
H A Dkprobes.c450 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
456 * - instances are always inserted at the head of the list trampoline_probe_handler()
476 * instances associated with this task are for hlist_for_each_entry_safe()
H A Dunaligned.c216 " logging of such instances, please \n" misaligned_fixup()
/linux-4.1.27/drivers/irqchip/
H A Dirq-atmel-aic-common.c180 * The at91sam9263 SoC has 2 instances of the RTT block, hence we aic_common_rtt_irq_fixup()
/linux-4.1.27/drivers/net/can/c_can/
H A Dc_can.h182 u8 raminit_num; /* Number of CAN instances on the SoC */
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_values.h70 * As noted above, we have many instances of the Simple Doorbell and Going To
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h112 * little-endian 64-bit Mailbox Data registers. Note that the "instances"
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.h105 /* number of open instances of the channel */
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
H A Domap5-thermal-data.c24 * OMAP5430 has three instances of thermal sensor for MPU, GPU & CORE,
H A Ddra752-thermal-data.c27 * DRA752 has five instances of thermal sensor: MPU, GPU, CORE,
/linux-4.1.27/include/linux/
H A Dsmp.h173 * instances it might also be used to turn off false positives smp_init()
H A Dtimecounter.h30 * by the implementor and user of specific instances of this API.
H A Dcompiler.h229 * compiler is also forbidden from reordering successive instances of
437 * is also forbidden from reordering successive instances of ACCESS_ONCE(),
H A Dif_team.h190 struct list_head option_inst_list; /* list of option instances */
H A Dirq.h703 * A irq_generic_chip can have several instances of irq_chip_type when
729 * @num_ct: Number of available irq_chip_type instances (usually 1)
734 * @list: List head for keeping track of instances
H A Dhwspinlock.h84 * we _do_ want users to fail (no point in registering hwspinlock instances if
H A Dkprobes.h178 * maxactive - The maximum number of instances of the probed function that
H A Dlockdep.h148 * This is embedded into specific lock instances:
H A Ddevice.h390 * instances of the __key variable */
486 * instances of the __key variable */
/linux-4.1.27/arch/s390/kernel/
H A Dkprobes.c405 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
411 * - instances are always inserted at the head of the list trampoline_probe_handler()
431 * instances associated with this task are for hlist_for_each_entry_safe()
457 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/tools/perf/util/
H A Ddwarf-aux.h93 /* Walk on the instances of given DIE */
H A Ddwarf-aux.c286 * call die_walk_instances() to find actual instances.
542 /* Ignore redundant instances */ __die_walk_instances_cb()
558 * die_walk_instances - Walk on instances of given DIE
563 * Walk on the instances of give @in_die. @in_die must be an inlined function
H A Dprobe-finder.c949 /* Inlined function: search instances */ probe_point_search_cb()
1518 * We have to check all instances of inlined function, because line_range_inline_cb()
1520 * function argument of instances. However, if an error occurs, line_range_inline_cb()
H A Dmap.c510 * instance in some hist_entry instances, so map_groups__flush()
/linux-4.1.27/include/crypto/
H A Drng.h48 * instances. The only exception is the "krng" random number generator which
H A Dalgapi.h50 struct hlist_head instances; member in struct:crypto_template
/linux-4.1.27/include/linux/iio/
H A Dtrigger.h31 * instances of a given device.
/linux-4.1.27/fs/ubifs/
H A Dshrinker.c44 /* List of all UBIFS file-system instances */
57 /* Global clean znode counter (for all mounted UBIFS instances) */
/linux-4.1.27/drivers/hwmon/
H A Dibmaem.c194 /* These are used to find AEM1 instances */
207 /* These are used to find AEM2 instances */
623 /* Find and initialize all AEM1 instances */ aem_init_aem1()
763 /* Find and initialize all AEM2 instances */ aem_init_aem2()
788 /* Probe a BMC for AEM firmware instances */ aem_register_bmc()
/linux-4.1.27/drivers/hwspinlock/
H A Dhwspinlock_core.c37 * A radix tree is used to maintain the available hwspinlock instances.
45 * used as the ID's of the hwspinlock instances).
48 * framework uses to mark unused hwspinlock instances (see the
/linux-4.1.27/arch/mips/kernel/
H A Dkprobes.c612 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
618 * - instances are always inserted at the head of the list trampoline_probe_handler()
638 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dcore.c441 * It is possible to have multiple instances associated with a given trampoline_handler()
447 * - instances are always inserted at the head of the list trampoline_handler()
471 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.h370 * @vif_list: linked list of vif instances.
371 * @vif_cnt: number of vif instances.
/linux-4.1.27/drivers/firmware/
H A Ddmi-sysfs.c142 * instances by letting the instance_countdown run negative find_dmi_entry_helper()
572 /* Global count of all instances seen. Only for setup */
H A Dedd.c449 * Some device instances may not have all the above attributes,
/linux-4.1.27/kernel/irq/
H A Dgeneric-chip.c220 * @num_ct: Number of irq_chip_type instances associated with this
266 * @num_ct: Number of irq_chip_type instances associated with this
/linux-4.1.27/drivers/media/platform/coda/
H A Dcoda.h95 struct list_head instances; member in struct:coda_dev
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-lite.h63 * @num_instances: total number of FIMC-LITE IP instances available
H A Dfimc-core.h381 * @num_entities: number of fimc instances available in a SoC
392 /* Fields common to all FIMC IP instances */
/linux-4.1.27/drivers/net/wireless/prism54/
H A Dislpci_hotplug.c322 * all instances will have been destroyed by calls to
/linux-4.1.27/drivers/soc/ti/
H A Dknav_qmss.h301 void *instances; member in struct:knav_device
H A Dknav_qmss_queue.c61 (kdev->instances + (idx << kdev->inst_shift))
67 for (idx = 0, inst = kdev->instances; \
1650 kdev->instances = devm_kzalloc(kdev->dev, size, GFP_KERNEL); knav_queue_init_queues()
1651 if (!kdev->instances) knav_queue_init_queues()
/linux-4.1.27/drivers/staging/android/ion/
H A Dion.h32 plumbed in the kernel, and all instances of ion_phys_addr_t should
/linux-4.1.27/drivers/clk/spear/
H A Dclk-vco-pll.c37 * clk_register_vco_pll() registers instances of both vco & pll.
/linux-4.1.27/drivers/clk/ti/
H A Dclk-dra7-atl.c265 /* Get configuration for the ATL instances */ of_dra7_atl_clk_probe()
/linux-4.1.27/drivers/clocksource/
H A Dmxs_timer.c56 * one instance of timrotv2 while two instances of timrotv1.
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dadf_accel_devices.h127 uint32_t instances; member in struct:adf_hw_device_class
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c733 * It is possible to have multiple instances associated with a given trampoline_handler()
739 * - instances are always pushed into the head of the list trampoline_handler()
755 * instances associated with this task are for hlist_for_each_entry_safe()
783 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/crypto/
H A Dalgboss.c2 * Create default crypto algorithm instances.
H A Dxts.c49 /* we need two cipher instances: one to compute the initial 'tweak' setkey()
H A Dalgapi.c473 list = &tmpl->instances; hlist_for_each_entry()
540 hlist_add_head(&inst->list, &tmpl->instances); crypto_register_instance()
H A Dcrypto_user.c323 * instances that are build from templates. */ crypto_del_alg()
/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_group.c20 * This would be modeled as two separate DU device instances if it wasn't for
/linux-4.1.27/drivers/tty/serial/
H A Dkgdboc.c78 * We need to take a mutex to prevent several instances of kgdboc_restore_input_helper()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_serial.c198 * distinguish instances ... gser_bind()
H A Df_acm.c621 * distinguish instances ... acm_bind()
/linux-4.1.27/drivers/video/fbdev/
H A Datafb_utils.h14 * memset(_, 0, _). However their five instances add at least a kilobyte
/linux-4.1.27/include/linux/ssb/
H A Dssb_driver_extif.h32 * The multiple instances of output and output enable registers
/linux-4.1.27/include/uapi/linux/
H A Dtipc.h151 __u32 found_lower; /* matching name seq instances */
H A Dsysctl.h78 INOTIFY_MAX_USER_INSTANCES=1, /* max instances per user */
/linux-4.1.27/arch/nios2/kernel/
H A Dtime.c276 * more instances, the second one gets used as clocksource and all
/linux-4.1.27/arch/ia64/kernel/
H A Dkprobes.c435 * It is possible to have multiple instances associated with a given trampoline_probe_handler()
441 * - instances are always inserted at the head of the list trampoline_probe_handler()
456 * instances associated with this task are for hlist_for_each_entry_safe()
478 * instances associated with this task are for hlist_for_each_entry_safe()
/linux-4.1.27/lib/
H A Dparser.c103 * to it. Tokens can include up to MAX_OPT_ARGS instances of basic c-style
/linux-4.1.27/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c159 * create pcm and control instances, and initialize the rest hardware.
/linux-4.1.27/sound/pcmcia/vx/
H A Dvxpocket.c182 * create pcm and control instances, and initialize the rest hardware.
/linux-4.1.27/tools/perf/tests/
H A Dattr.py117 # - one or multiple instances in file
/linux-4.1.27/tools/power/acpi/tools/acpidump/
H A Dapmain.c117 "Multiple mixed instances of -a, -f, and -n are supported\n\n"); ap_display_usage()
H A Dapdump.c352 /* Dump all instances of this signature (to handle multiple SSDTs) */ ap_dump_table_by_name()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dnrs.c79 * ptlrpc_nrs_policy instances remain present until unregistration time. nrs_policy_ctl_locked()
1133 * registration might fail. In such a case, some policy instances may ptlrpc_nrs_policy_register()
1253 * Unregisters a previously registered policy with NRS core. All instances of
1738 * instances of any policies, because each service will have stopped its policy
1739 * instances in ptlrpc_service_nrs_cleanup(), so we just need to free the
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c57 * @job_queue: instances queued to run
320 * other instances to take control of the device.
/linux-4.1.27/drivers/dma/
H A Dtimb_dma.c47 /* RX instances base addresses are 0x00, 0x40, 0x80 ...
48 * TX instances base addresses are 0x18, 0x58, 0x98 ...
/linux-4.1.27/arch/tile/include/arch/
H A Dmpipe_shm.h137 * mPIPE instances, this field indicates the buffer owner. If the INST
466 * mPIPE instances, this field indicates the buffer owner. If the INST
H A Dmpipe.h182 * mPIPE instances, this field indicates the buffer owner. If the INST
/linux-4.1.27/net/irda/ircomm/
H A Dircomm_tty_attach.c271 * can also create client instances. ircomm_tty_ias_unregister()
368 * to have one server socket and separate instances for the ircomm_tty_discovery_indication()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dmi_pc.h113 #define MQ_INSTANCE_COUNT 4 /* 4BRI consists of four instances */
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
H A Dcore.h375 * Various instances of the EMAC core have varying 1) number of
/linux-4.1.27/drivers/media/i2c/
H A Dtw2804.c172 * the instances know about each other.
/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c75 * instances and grow up to the peak number of simultaneously used objects.
/linux-4.1.27/arch/x86/pci/
H A Dsta2x11-fixup.c59 /* At probe time, record new instances of this bridge (likely one only) */ sta2x11_new_instance()
/linux-4.1.27/drivers/usb/chipidea/
H A Dusbmisc_imx.c306 * areas. These is reflected in two instances of this driver. usbmisc_vf610_init()
/linux-4.1.27/kernel/
H A Dasync.c245 * @domain: idle domain to flush out of any async_synchronize_full instances
H A Dkprobes.c1140 * so that we can recycle any function-return probe instances associated
1141 * with this task. These left over instances represent probed functions
1860 /* Pre-allocate memory for max kretprobe instances */ register_kretprobe()
/linux-4.1.27/sound/core/
H A Dtimer.c83 /* list of slave instances */
204 * look for slave instances matching with the slave id of the given master.
634 * start pending instances and check the scheduling ticks.
730 /* loop for all active instances snd_timer_interrupt()
/linux-4.1.27/sound/pci/hda/
H A Dhda_tegra.c485 /* create codec instances */ hda_tegra_probe()
H A Dhda_jack.c136 /* free jack instances manually when clearing/reconfiguring */ snd_hda_jack_tbl_clear()
/linux-4.1.27/sound/usb/line6/
H A Dtoneport.c63 /* LED instances */
/linux-4.1.27/sound/soc/intel/common/
H A Dsst-dsp-priv.h338 /* Create/Free firmware module runtime instances */
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
H A Dlib-types.h315 int lnd_refcount; /* # active instances */
700 struct list_head ln_nis; /* LND instances */
703 /* dying LND instances */
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_console.c83 /* dynamic list of hvc_struct instances */
87 * Protect the list of hvc_struct instances from inserts and removals during
1017 /* return tty_struct instances allocated in hvc_init(). */ hvc_exit()
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dsmc.h319 u_char evc_index ; /* index for mult. instances */
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dselftest.h349 struct list_head bat_tests; /* test instances */
/linux-4.1.27/fs/devpts/
H A Dinode.c422 * independent of the PTYs in other devpts instances.
/linux-4.1.27/net/irda/irlan/
H A Dirlan_client.c154 * deficiency as IrComm and doesn't handle two instances irlan_client_discovery_indication()
H A Dirlan_common.c256 * This function closes and deallocates the IrLAN client instances. Be
1117 seq_puts(seq, "IrLAN instances:\n"); irlan_seq_show()
/linux-4.1.27/sound/usb/caiaq/
H A Ddevice.c393 /* finally, register the card and all its sub-instances */ setup_card()
/linux-4.1.27/tools/thermal/tmon/
H A Dtui.c222 * cooling device instances. skip unused idr. show_cooling_device()
/linux-4.1.27/drivers/md/
H A Ddm-cache-metadata.c714 * different target instances creating separate bufio instances. This is
/linux-4.1.27/drivers/block/
H A Dxsysace.c23 * ace_probe() method for all SystemACE instances in the system. Any
24 * number of SystemACE instances are supported. ace_probe() calls
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-adi2.c109 * @node: All gpio_pint instances are added to a global list.
155 * @node: All gpio_port instances are added to a list.
/linux-4.1.27/drivers/platform/x86/
H A Deeepc-laptop.c1424 * Note that if there are multiple instances of this ACPI device it eeepc_acpi_add()
1428 * It's also good for us to exclude multiple instances because both eeepc_acpi_add()
/linux-4.1.27/include/net/
H A Diw_handler.h320 * shared by all driver instances... Same for the members...
411 * to share them between instances.
/linux-4.1.27/include/linux/usb/
H A Dcomposite.h179 * two or more distinct instances within the same configuration, providing
454 * support wireless for (additional) function instances;
/linux-4.1.27/net/netfilter/
H A Dnfnetlink_log.c57 struct hlist_node hlist; /* global list of instances */
753 /* destroy all instances for this portid */ nfulnl_rcv_nl_event()
H A Dnfnetlink_queue_core.c789 * instances */
858 /* destroy all instances for this portid */ nfqnl_rcv_nl_event()
/linux-4.1.27/sound/pci/ctxfi/
H A Dctmixer.c745 /* Create snd kcontrol instances on demand */ ct_mixer_kcontrols_create()
1218 /* Create snd kcontrol instances on demand */ ct_alsa_mix_create()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_net.h774 * RPCs, or whether an operation pertains to one or both of the NRS instances
946 * - If one or more instances of the policy are at a state where they
1117 * in policy instances are the parent entities, with all scheduling entities
1132 * policy instances; i.e. those are top-level ones.
2028 * will have multiple instances very soon (instance per CPT).
/linux-4.1.27/drivers/ide/
H A Dsetup-pci.c449 * @hw: struct ide_hw instances corresponding to this PCI IDE device
/linux-4.1.27/drivers/mtd/ubi/
H A Dblock.c99 /* Linked list of all ubiblock instances */
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e.h407 u8 counter; /* number of instances of this filter */
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c653 * instances since it could just be due to packet corruption. mppe_decompress()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h268 * @num_inst: couter of active MFC instances
/linux-4.1.27/drivers/pwm/
H A Dpwm-samsung.c103 * properly synchronize accesses to particular instances.
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Dcontrolvmchannel.h208 /* request instances with the corresponding response instance. */
/linux-4.1.27/drivers/clk/st/
H A Dclkgen-pll.c242 * PLL clock that is integrated in the ClockGenA instances on the STiH415
/linux-4.1.27/drivers/crypto/caam/
H A Dctrl.c626 * but does separate instances
/linux-4.1.27/arch/x86/kernel/
H A Dxsave.c663 * for all subsequent instances, this calls xstate_enable().
/linux-4.1.27/arch/sparc/lib/
H A DU1memcpy.S220 /* There are 8 instances of the unrolled loop,
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c403 NV_PRINTK(error, cli, "multiple instances of buffer %d on " validate_init()
/linux-4.1.27/drivers/char/
H A Di8k.c356 * Known instances are the 0x99 value as seen above as well as i8k_get_temp()
/linux-4.1.27/drivers/usb/musb/
H A Domap2430.c586 * REVISIT if we ever have two instances of the wrapper, we will be omap2430_probe()
/linux-4.1.27/arch/mips/include/asm/sibyte/
H A Dbcm1480_mc.h870 * Global Registers: single instances per BCM1480
/linux-4.1.27/net/batman-adv/
H A Dsend.c562 * this function will be called for the forw_packet instances of the batadv_send_outstanding_bat_ogm_packet()
/linux-4.1.27/net/mac802154/
H A Dllsec.c238 /* Don't allow multiple instances of the same AES key to have mac802154_llsec_key_add()
/linux-4.1.27/sound/usb/
H A Dcard.c105 * we keep the snd_usb_audio_t instances by ourselves for merging
/linux-4.1.27/tools/perf/
H A Dbuiltin-lock.c950 "map of lock instances (address:name table)"), cmd_lock()
/linux-4.1.27/virt/kvm/
H A Deventfd.c619 * aggregated from all vm* instances. We need our own isolated single-thread
/linux-4.1.27/kernel/trace/
H A Dtrace.h1159 * added to the list of trigger instances associated with that trace
1220 * make the decision as to whether or not multiple instances of

Completed in 4512 milliseconds

12