Home
last modified time | relevance | path

Searched refs:secondary (Results 1 – 127 of 127) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/pseries/
Dkexec.c24 static void pseries_kexec_cpu_down(int crash_shutdown, int secondary) in pseries_kexec_cpu_down() argument
56 static void pseries_kexec_cpu_down_mpic(int crash_shutdown, int secondary) in pseries_kexec_cpu_down_mpic() argument
58 pseries_kexec_cpu_down(crash_shutdown, secondary); in pseries_kexec_cpu_down_mpic()
59 mpic_teardown_this_cpu(secondary); in pseries_kexec_cpu_down_mpic()
67 static void pseries_kexec_cpu_down_xics(int crash_shutdown, int secondary) in pseries_kexec_cpu_down_xics() argument
69 pseries_kexec_cpu_down(crash_shutdown, secondary); in pseries_kexec_cpu_down_xics()
70 xics_kexec_teardown_cpu(secondary); in pseries_kexec_cpu_down_xics()
/linux-4.1.27/drivers/ide/
Dide-generic.c53 static void ide_generic_check_pci_legacy_iobases(int *primary, int *secondary) in ide_generic_check_pci_legacy_iobases() argument
63 *secondary = 1; in ide_generic_check_pci_legacy_iobases()
69 *primary = *secondary = 1; in ide_generic_check_pci_legacy_iobases()
78 *secondary = 1; in ide_generic_check_pci_legacy_iobases()
91 int i, rc = 0, primary = 0, secondary = 0; in ide_generic_init() local
93 ide_generic_check_pci_legacy_iobases(&primary, &secondary); in ide_generic_init()
102 if (secondary == 0) in ide_generic_init()
DKconfig238 enables access to the secondary IDE ports in some CMD640 based
815 boot parameter. It enables support for the secondary IDE interface
827 boot parameter. It enables support for the secondary IDE interface
838 boot parameter. It enables support for the secondary IDE interface
859 boot parameter. It enables support for the secondary IDE interface
/linux-4.1.27/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm11351-cpu-method.txt3 This binding defines the enable method used for starting secondary
10 - secondary-boot-reg = <...>;
12 The secondary-boot-reg property is a u32 value that specifies the
14 code release a secondary CPU. The value written to the register is
23 secondary-boot-reg = <0x3500417c>;
/linux-4.1.27/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c376 struct mipi_dsi_device *secondary = NULL; in sharp_panel_probe() local
388 secondary = of_find_mipi_dsi_device_by_node(np); in sharp_panel_probe()
391 if (!secondary) in sharp_panel_probe()
396 if (secondary) { in sharp_panel_probe()
399 put_device(&secondary->dev); in sharp_panel_probe()
405 sharp->link2 = secondary; in sharp_panel_probe()
410 put_device(&secondary->dev); in sharp_panel_probe()
417 if (secondary) in sharp_panel_probe()
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c167 unsigned short primary, secondary; in inv_mpu_acpi_create_mux_client() local
170 &secondary); in inv_mpu_acpi_create_mux_client()
171 if (!ret && secondary) { in inv_mpu_acpi_create_mux_client()
174 info.addr = secondary; in inv_mpu_acpi_create_mux_client()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt65 - fsl,secondary-cache-geometry
67 Two cells that specify the geometry of the secondary PAMU
110 fsl,secondary-cache-geometry = <128 2>;
116 fsl,secondary-cache-geometry = <128 2>;
122 fsl,secondary-cache-geometry = <128 2>;
128 fsl,secondary-cache-geometry = <128 2>;
134 fsl,secondary-cache-geometry = <128 2>;
/linux-4.1.27/Documentation/devicetree/bindings/panel/
Dsharp,lq101r1sx01.txt23 - link2: phandle to the DSI peripheral on the secondary link. Note that the
37 link2 = <&secondary>;
45 secondary: panel@0 {
/linux-4.1.27/drivers/acpi/
Dpci_root.c546 root->secondary.flags = IORESOURCE_BUS; in acpi_pci_root_add()
547 status = try_get_root_bridge_busnr(handle, &root->secondary); in acpi_pci_root_add()
555 root->secondary.end = 0xFF; in acpi_pci_root_add()
561 root->secondary.start = bus; in acpi_pci_root_add()
563 root->secondary.start = 0; in acpi_pci_root_add()
584 root->segment, &root->secondary); in acpi_pci_root_add()
605 root->segment, (unsigned int)root->secondary.start); in acpi_pci_root_add()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c512 struct ieee80211_chanctx_conf *secondary; member
599 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
615 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
619 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
630 else if (!data->secondary) in iwl_mvm_bt_notif_iterator()
632 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
708 if (data.secondary) { in iwl_mvm_bt_coex_notif_handle()
709 struct ieee80211_chanctx_conf *chan = data.secondary; in iwl_mvm_bt_coex_notif_handle()
710 if (WARN_ON(!data.secondary->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
728 cpu_to_le32(*((u16 *)data.secondary->drv_priv)); in iwl_mvm_bt_coex_notif_handle()
Dcoex_legacy.c821 struct ieee80211_chanctx_conf *secondary; member
911 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
927 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
931 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
942 else if (!data->secondary) in iwl_mvm_bt_notif_iterator()
944 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
1022 if (data.secondary) { in iwl_mvm_bt_coex_notif_handle()
1023 struct ieee80211_chanctx_conf *chan = data.secondary; in iwl_mvm_bt_coex_notif_handle()
1025 if (WARN_ON(!data.secondary->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
1044 cmd.secondary_ch_phy_id = *((u16 *)data.secondary->drv_priv); in iwl_mvm_bt_coex_notif_handle()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dfw.c207 int secondary) in symbol_dl_image() argument
223 if (secondary) { in symbol_dl_image()
246 if (secondary) { in symbol_dl_image()
267 if (secondary && ret != 0) in symbol_dl_image()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsamsung-i2s.txt8 secondary fifo, s/w reset control and internal mux for root clk src.
10 playback, sterio channel capture, secondary fifo using internal
15 exynos7 I2S has 7.1 channel TDM support for capture, secondary fifo
59 sub system(used in secondary sound source).
/linux-4.1.27/drivers/block/drbd/
DKconfig24 Each minor device has a role, which can be 'primary' or 'secondary'.
28 node with the device in 'secondary' state. The secondary device
/linux-4.1.27/drivers/staging/olpc_dcon/
DKconfig9 secondary Display CONtroller, or DCON. This secondary controller
/linux-4.1.27/Documentation/fb/
Dviafb.txt92 viafb_mode1: (secondary display device)
99 viafb_bpp1: (secondary display device)
102 viafb_refresh1: (secondary display device)
110 secondary device.
124 If CRT is primary and DVI is secondary, we should use:
126 If DVI is primary and CRT is secondary, we should use:
Dmatroxfb.txt214 secondary (TV) output - if DFP is active, TV output must be
226 to primary analog output, second letter to the secondary analog output
378 + secondary head shares videomemory with primary head. It is not problem
382 + due to hardware limitation, secondary head can use only 16 and 32bpp
384 + secondary head is not accelerated. There were bad problems with accelerated
385 XFree when secondary head used to use acceleration.
386 + secondary head always powerups in 640x480@60-32 videomode. You have to use
388 + secondary head always powerups in monitor mode. You have to use fbmatroxset
399 + secondary head shares videomemory with primary head. It is not problem
402 + due to hardware limitation, secondary head can use only 16 and 32bpp
[all …]
Dvt8623fb.txt46 * secondary (not initialized by BIOS) device support
Darkfb.txt49 * secondary (not initialized by BIOS) device support
Ds3fb.txt58 * secondary (not initialized by BIOS) device support
Dintel810.txt145 if specified, secondary/external VGA output will always be enabled.
/linux-4.1.27/include/linux/
Dfwnode.h24 struct fwnode_handle *secondary; member
/linux-4.1.27/arch/x86/pci/
Dacpi.c395 int busnum = root->secondary.start; in pci_acpi_scan_root()
446 pci_add_resource(&resources, &root->secondary); in pci_acpi_scan_root()
464 if (!setup_mcfg_map(info, domain, (u8)root->secondary.start, in pci_acpi_scan_root()
465 (u8)root->secondary.end, root->mcfg_addr)) in pci_acpi_scan_root()
/linux-4.1.27/arch/mn10300/kernel/
Dhead.S41 # If this is a secondary CPU (AP), then deal with that elsewhere
52 # Set up the Boot IPI for each secondary CPU
260 # signal each secondary CPU to begin booting
265 # send SMP_BOOT_IPI to secondary CPU
/linux-4.1.27/arch/blackfin/mach-bf561/
DMakefile8 obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsetup.c230 static void pnv_kexec_cpu_down(int crash_shutdown, int secondary) in pnv_kexec_cpu_down() argument
232 xics_kexec_teardown_cpu(secondary); in pnv_kexec_cpu_down()
239 if (secondary) { in pnv_kexec_cpu_down()
/linux-4.1.27/drivers/ata/
Dpata_legacy.c1034 int *secondary) in legacy_check_special_cases() argument
1038 *primary = *secondary = 1; in legacy_check_special_cases()
1043 *primary = *secondary = 1; in legacy_check_special_cases()
1053 *secondary = 1; in legacy_check_special_cases()
1185 int secondary = 0; in legacy_init() local
1201 secondary = 1; in legacy_init()
1204 legacy_check_special_cases(p, &primary, &secondary); in legacy_init()
1216 if (secondary == 0 || all) in legacy_init()
/linux-4.1.27/Documentation/s390/
Dqeth.txt8 a primary or a secondary Bridge Port. For more information, see
19 ROLE={primary|secondary|none} - the role assigned to the port.
Dcds.txt364 ready for the next I/O request and secondary status (device-end) when the data
370 Unless the channel subsystem at any time presents a secondary status interrupt,
373 secondary status without error (alert status) is presented, this indicates
375 been issued since the last secondary (final) status.
DDebugging390.txt122 The register CR7 contains the secondary address-space control
123 element (SASCE), which points to the secondary space region or
270 user space the kernel switches to primary or secondary address mode if
286 secondary address mode
294 - secondary space mode in case of futex atomic operations, so that the
295 instructions come from primary address space and data from secondary
1341 when the channel is idle, and the second for device end (secondary status).
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dtwl-charger.txt6 - interrupts: two interrupt lines from the TWL SIH (secondary
/linux-4.1.27/arch/s390/kernel/
Dhead64.S47 .Lctl: .quad 0x04040000 # cr0: AFP registers & secondary space
54 .quad 0 # cr7: secondary space segment table
/linux-4.1.27/net/tipc/
Dbcast.c625 struct tipc_bearer *s = bcbearer->bpairs[bp_index].secondary; in tipc_bcbearer_send()
693 bp_temp[b->priority].secondary = b; in tipc_bcbearer_sort()
708 if (bp_temp[pri].secondary) { in tipc_bcbearer_sort()
710 &bp_temp[pri].secondary->nodes)) { in tipc_bcbearer_sort()
711 bp_curr->secondary = bp_temp[pri].secondary; in tipc_bcbearer_sort()
714 bp_curr->primary = bp_temp[pri].secondary; in tipc_bcbearer_sort()
Dbcast.h55 struct tipc_bearer *secondary; member
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dp5040si-post.dtsi263 fsl,secondary-cache-geometry = <128 2>;
269 fsl,secondary-cache-geometry = <128 2>;
275 fsl,secondary-cache-geometry = <128 2>;
281 fsl,secondary-cache-geometry = <128 2>;
287 fsl,secondary-cache-geometry = <128 2>;
Db4si-post.dtsi265 fsl,secondary-cache-geometry = <32 2>;
272 fsl,secondary-cache-geometry = <32 2>;
279 fsl,secondary-cache-geometry = <32 2>;
286 fsl,secondary-cache-geometry = <32 2>;
Dp4080si-post.dtsi312 fsl,secondary-cache-geometry = <128 2>;
318 fsl,secondary-cache-geometry = <128 2>;
324 fsl,secondary-cache-geometry = <128 2>;
330 fsl,secondary-cache-geometry = <128 2>;
336 fsl,secondary-cache-geometry = <128 2>;
Dp3041si-post.dtsi304 fsl,secondary-cache-geometry = <128 2>;
310 fsl,secondary-cache-geometry = <128 2>;
316 fsl,secondary-cache-geometry = <128 2>;
322 fsl,secondary-cache-geometry = <128 2>;
Dp5020si-post.dtsi309 fsl,secondary-cache-geometry = <128 2>;
315 fsl,secondary-cache-geometry = <128 2>;
321 fsl,secondary-cache-geometry = <128 2>;
327 fsl,secondary-cache-geometry = <128 2>;
Dp2041si-post.dtsi277 fsl,secondary-cache-geometry = <128 2>;
283 fsl,secondary-cache-geometry = <128 2>;
289 fsl,secondary-cache-geometry = <128 2>;
295 fsl,secondary-cache-geometry = <128 2>;
Dt2081si-post.dtsi385 fsl,secondary-cache-geometry = <128 2>;
391 fsl,secondary-cache-geometry = <128 2>;
397 fsl,secondary-cache-geometry = <128 2>;
Dt1040si-post.dtsi333 fsl,secondary-cache-geometry = <16 2>;
/linux-4.1.27/Documentation/x86/
Dentry_64.txt54 So when we have a secondary entry, already in kernel mode, we *must
58 Now, there's a secondary complication: there's a cheap way to test
83 whether SWAPGS was already done: if we see that we are a secondary
/linux-4.1.27/drivers/pci/
Dprobe.c773 u8 primary, secondary, subordinate; in pci_scan_bridge() local
778 secondary = (buses >> 8) & 0xFF; in pci_scan_bridge()
782 secondary, subordinate, pass); in pci_scan_bridge()
784 if (!primary && (primary != bus->number) && secondary && subordinate) { in pci_scan_bridge()
791 (primary != bus->number || secondary <= bus->number || in pci_scan_bridge()
792 secondary > subordinate)) { in pci_scan_bridge()
794 secondary, subordinate); in pci_scan_bridge()
806 if ((secondary || subordinate) && !pcibios_assign_all_busses() && in pci_scan_bridge()
822 child = pci_find_bus(pci_domain_nr(bus), secondary); in pci_scan_bridge()
824 child = pci_add_new_bus(bus, dev, secondary); in pci_scan_bridge()
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dhip01-ca9x2.dts16 /* First 8KB reserved for secondary core boot */
Dsocfpga_arria5.dtsi18 /* First 4KB has trampoline code for secondary cores. */
Dsocfpga_cyclone5.dtsi19 /* First 4KB has trampoline code for secondary cores. */
Decx-2000.dts19 /* First 4KB has pen for secondary cores. */
Dhighbank.dts19 /* First 4KB has pen for secondary cores. */
Dintegratorap.dts15 arm,timer-secondary = &timer1;
Dbcm21664.dtsi34 secondary-boot-reg = <0x35004178>;
Dbcm11351.dtsi34 secondary-boot-reg = <0x3500417c>;
/linux-4.1.27/include/linux/mfd/wm831x/
Dpdata.h97 enum wm831x_watchdog_action primary, secondary; member
/linux-4.1.27/arch/powerpc/sysdev/xics/
Dxics-common.c167 void xics_kexec_teardown_cpu(int secondary) in xics_kexec_teardown_cpu() argument
177 if (secondary) in xics_kexec_teardown_cpu()
/linux-4.1.27/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dmarvell,berlin-smp5 This document describes the "marvell,berlin-smp" method for enabling secondary
Dal,alpine-smp6 enabling secondary CPUs. To apply to all CPUs, a single
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-palmas.txt33 Selection primary or secondary function associated to I2C2_SCL_SCE,
36 Selection primary or secondary function associated to GPADC_START
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dlpc32xx-mic.txt2 (MIC, including SIC1 and SIC2 secondary controllers)
Dfsl.txt116 configuration and status for the device. Such as setting the secondary
117 core start address and release the secondary core from holdoff and startup.
Dgic.txt54 secondary GICs, or VGIC maintenance interrupt on primary GIC (see
Dmarvell,berlin.txt46 individual registers dealing with pinmux, padmux, clock, reset, and secondary
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/linux-4.1.27/kernel/
Dprofile.c283 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits() local
289 secondary = (~(pc << 1) & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT; in do_profile_hits()
313 i = (i + secondary) & (NR_PROFILE_HIT - 1); in do_profile_hits()
/linux-4.1.27/Documentation/devicetree/bindings/arm/exynos/
Dsmp-sysram.txt5 of the secondary cores. Once the core gets powered up it executes the
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dmatrix-keymap.txt18 Some users of this binding might choose to specify secondary keymaps for
/linux-4.1.27/arch/powerpc/include/asm/
Dxics.h152 extern void xics_kexec_teardown_cpu(int secondary);
Dmpic.h458 extern void mpic_teardown_this_cpu(int secondary);
Dmachdep.h250 void (*kexec_cpu_down)(int crash_shutdown, int secondary);
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dsnps,dw-apb-ictl.txt4 dw_apb_ictl. The IP is used as secondary interrupt controller in some SoCs with
/linux-4.1.27/arch/powerpc/platforms/85xx/
Dsmp.c343 void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) in mpc85xx_smp_kexec_cpu_down() argument
347 if (secondary) { in mpc85xx_smp_kexec_cpu_down()
/linux-4.1.27/net/irda/
DKconfig72 the secondary station will not have to wait the max. turn around
74 If the transmit queue of the secondary is also empty, the primary will
/linux-4.1.27/Documentation/hwmon/
Dlm8355 secondary chips coupled with another chip such as an IT8705F or similar
58 chips provide some temperature sensors, the secondary chip, if needed,
Dnct6775110 Set to 0 to disable secondary temperature control.
112 If secondary temperature functionality is enabled, it is controlled with the
122 Temperature at which secondary temperature control kicks
Dmax1606553 configurable as either low or high secondary limit. MAX16065, MAX16066,
/linux-4.1.27/arch/m68k/
DKconfig.debug39 Use a fast secondary clock to produce profiling information.
/linux-4.1.27/arch/sh/boards/mach-microdev/
Dirq.c60 # error Inconsistancy in defining the IRQ# for secondary IDE!
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c175 int primary, int secondary) in tvaudio_setcarrier() argument
177 if (-1 == secondary) in tvaudio_setcarrier()
178 secondary = primary; in tvaudio_setcarrier()
180 saa_writel(SAA7134_CARRIER2_FREQ0 >> 2, tvaudio_carr2reg(secondary)); in tvaudio_setcarrier()
/linux-4.1.27/arch/ia64/pci/
Dpci.c424 int bus = root->secondary.start; in pci_acpi_scan_root()
427 int busnum = root->secondary.start; in pci_acpi_scan_root()
458 pci_add_resource(&info->resources, &root->secondary); in pci_acpi_scan_root()
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c411 int secondary; in xmon_core() local
446 secondary = !(xmon_taken && cpu == xmon_owner); in xmon_core()
475 secondary = 1; in xmon_core()
476 while (secondary && !xmon_gate) { in xmon_core()
480 secondary = test_and_set_bit(0, &in_xmon); in xmon_core()
485 if (!secondary && !xmon_gate) { in xmon_core()
514 if (secondary) { in xmon_core()
517 secondary = 0; in xmon_core()
536 secondary = 1; in xmon_core()
/linux-4.1.27/drivers/edac/
Dedac_pci_sysfs.c498 static u16 get_pci_parity_status(struct pci_dev *dev, int secondary) in get_pci_parity_status() argument
503 where = secondary ? PCI_SEC_STATUS : PCI_STATUS; in get_pci_parity_status()
/linux-4.1.27/sound/pci/
Dvia82xx_modem.c376 static int snd_via82xx_codec_ready(struct via82xx_modem *chip, int secondary) in snd_via82xx_codec_ready() argument
387 secondary, snd_via82xx_codec_xread(chip)); in snd_via82xx_codec_ready()
391 static int snd_via82xx_codec_valid(struct via82xx_modem *chip, int secondary) in snd_via82xx_codec_valid() argument
395 unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID : in snd_via82xx_codec_valid()
Dfm801.c170 secondary: 1; member
1047 if (chip->secondary) { in snd_fm801_mixer()
1117 chip->secondary = 1; in snd_fm801_chip_init()
Dvia82xx.c522 static int snd_via82xx_codec_ready(struct via82xx *chip, int secondary) in snd_via82xx_codec_ready() argument
533 secondary, snd_via82xx_codec_xread(chip)); in snd_via82xx_codec_ready()
537 static int snd_via82xx_codec_valid(struct via82xx *chip, int secondary) in snd_via82xx_codec_valid() argument
541 unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID : in snd_via82xx_codec_valid()
/linux-4.1.27/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.txt71 The clock registers and power registers of secondary cores are defined
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/
Dintc.txt10 range of intc. mux-intc is secondary interrupt controller.
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dsetup.c253 static void ps3_kexec_cpu_down(int crash_shutdown, int secondary) in ps3_kexec_cpu_down() argument
/linux-4.1.27/drivers/base/
Dcore.c2151 return fwnode && !IS_ERR(fwnode->secondary); in fwnode_is_primary()
2168 fn = fn->secondary; in set_primary_fwnode()
2170 fwnode->secondary = fn; in set_primary_fwnode()
2174 dev->fwnode->secondary : NULL; in set_primary_fwnode()
2191 fwnode->secondary = ERR_PTR(-ENODEV); in set_secondary_fwnode()
2194 dev->fwnode->secondary = fwnode; in set_secondary_fwnode()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt111 - secondary-slave-ports: specification for each of the switch port not be
178 secondary-slave-ports {
/linux-4.1.27/Documentation/scheduler/
Dsched-arch.txt73 - TODO: needs secondary CPUs to disable preempt (See #1)
/linux-4.1.27/drivers/watchdog/
Dwm831x_wdt.c243 reg |= pdata->secondary << WM831X_WDOG_SECACT_SHIFT; in wm831x_wdt_probe()
/linux-4.1.27/drivers/tty/hvc/
DKconfig77 Xen driver for secondary virtual consoles
/linux-4.1.27/Documentation/usb/
Dbulk-streams.txt64 driver supports secondary stream IDs.
/linux-4.1.27/arch/arm/mach-tegra/
Dreset-handler.S215 bleq __die @ no secondary startup handler
/linux-4.1.27/Documentation/cdrom/
Dide-cd78 secondary interface. Each interface can control up to two devices,
85 respectively. The drives on the secondary interface are called
91 primary or secondary addresses mentioned above. In addition, if
236 and 15 for the secondary (0x170) interface.) Also be sure that
/linux-4.1.27/sound/pci/ali5451/
Dali5451.c337 static void snd_ali_codec_poke(struct snd_ali *codec,int secondary, in snd_ali_codec_poke() argument
359 if (secondary) in snd_ali_codec_poke()
370 int secondary, in snd_ali_codec_peek() argument
391 if (secondary) in snd_ali_codec_peek()
/linux-4.1.27/Documentation/i2c/busses/
Di2c-piix478 secondary controller, it will be detected by this driver as
/linux-4.1.27/drivers/scsi/
Dwd7000.c523 volatile unchar secondary; /* secondary revision level (returned) */ member
1294 host->rev2 = icb.secondary; in wd7000_revision()
Discsi_boot_sysfs.c173 iscsi_boot_rd_attr(eth_secondary_dns, secondary-dns,
/linux-4.1.27/drivers/video/fbdev/
DKconfig1260 If you need support for G400 secondary head, you must say Y to
1262 G450/G550 secondary head and digital output are supported without
1267 swap primary and secondary head outputs, or to change output mode.
1274 painting procedures (the secondary head does not use acceleration
1277 G450/G550 hardware can display TV picture only from secondary CRTC,
1288 G400, and the secondary head DDC bus, present on G400 only.
1303 Say Y or M here if you want to use a secondary head (meaning two
1306 secondary head output is blanked while you are in X. With XFree
1318 PAL or NTSC or to swap primary and secondary head outputs.
1325 painting procedures (the secondary head does not use acceleration
/linux-4.1.27/include/acpi/
Dacpi_bus.h529 struct resource secondary; /* downstream bus range */ member
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dfeature.c530 static void heathrow_sleep(struct macio_chip *macio, int secondary) in heathrow_sleep() argument
532 if (secondary) { in heathrow_sleep()
562 static void heathrow_wakeup(struct macio_chip *macio, int secondary) in heathrow_wakeup() argument
564 if (secondary) { in heathrow_wakeup()
/linux-4.1.27/fs/jfs/
Djfs_imap.c429 struct inode *diReadSpecial(struct super_block *sb, ino_t inum, int secondary) in diReadSpecial() argument
443 if (secondary) { in diReadSpecial()
517 void diWriteSpecial(struct inode *ip, int secondary) in diWriteSpecial() argument
525 if (secondary) in diWriteSpecial()
/linux-4.1.27/Documentation/isdn/
DREADME.diversion60 The rules include primary and secondary service identifiers, called
/linux-4.1.27/Documentation/scsi/
Daic7xxx.txt128 2. DEC21050 PCI-PCI bridge with multiple controller chips on secondary bus
129 3. DEC2115X PCI-PCI bridge with multiple controller chips on secondary bus
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt868 7: Main battery: secondary sensor
869 8: Bay battery: secondary sensor
893 7: Main Battery: secondary sensor
894 8: Bay Battery: secondary sensor
1150 Some Lenovo ThinkPads support a secondary fan. This fan cannot be
1284 Fan tachometer reading, in RPM, for the secondary fan.
1285 Available only on some ThinkPads. If the secondary fan is
/linux-4.1.27/Documentation/sound/oss/
DOpti151 The 82C931 chip has support only for secondary ATAPI cdrom.
/linux-4.1.27/Documentation/PCI/
DPCIEBUS-HOWTO.txt19 internal logical PCI buses. The Switch Port, which has its secondary
/linux-4.1.27/sound/pci/ymfpci/
Dymfpci_main.c78 static int snd_ymfpci_codec_ready(struct snd_ymfpci *chip, int secondary) in snd_ymfpci_codec_ready() argument
81 u32 reg = secondary ? YDSXGR_SECSTATUSADR : YDSXGR_PRISTATUSADR; in snd_ymfpci_codec_ready()
91 secondary, snd_ymfpci_readw(chip, reg)); in snd_ymfpci_codec_ready()
/linux-4.1.27/Documentation/ide/
Dide.txt125 interface (/dev/hda) and an IDE cdrom drive on the secondary interface
DChangeLog.ide-tape.1995-2002219 * Ver 1.16f Dec 15 99 Change place of the secondary OnStream header frames.
/linux-4.1.27/Documentation/sound/alsa/
DOSS-Emulation.txt72 PCM device (hw:0,0 in ALSA) is mapped to /dev/dsp and the secondary
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt108 (2) kmap_atomic() uses a slot in the secondary frame (determined by the type parameter), and then
/linux-4.1.27/Documentation/networking/
Dcxgb.txt280 For 133Mhz secondary bus operation, limit the transaction length and
Dip-sysctl.txt1165 promote a corresponding secondary IP address instead of
1166 removing all the corresponding secondary IP addresses.
/linux-4.1.27/Documentation/
Dnommu-mmap.txt232 might try directing the call to a secondary driver which turns out not to
Dedac.txt419 On Header Type 01 bridges, the secondary status register is also
Dkernel-docs.txt123 secondary-storage capability using software".
DSubmittingPatches119 installations run kernels from secondary stable trees or
Dkernel-parameters.txt2693 IRQs or discover secondary PCI buses on your
2714 secondary buses and you want to tell it
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt143 "master PE" which is the one used for DMA, MSIs, etc., and "secondary
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic.c1755 void mpic_teardown_this_cpu(int secondary) in mpic_teardown_this_cpu() argument
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt514 to control CPU power state (including secondary CPU booting).
Darm-acpi.txt61 Linux is in any way secondary to Microsoft in this arena. The move of
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES672 Fix problem reconnecting secondary mounts to same server after session
/linux-4.1.27/arch/mips/
DKconfig2217 its ability to start secondary CPUs.
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt926 lines in there as a "soft-reset" property since they start secondary
/linux-4.1.27/arch/x86/
DKconfig1556 set the MTRRs for the boot CPU and not for the secondary CPUs. This