/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | kexec.c | 24 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/ |
D | ide-generic.c | 53 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()
|
D | Kconfig | 238 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/ |
D | brcm,bcm11351-cpu-method.txt | 3 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/ |
D | panel-sharp-lq101r1sx01.c | 376 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/ |
D | inv_mpu_acpi.c | 167 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/ |
D | pamu.txt | 65 - 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/ |
D | sharp,lq101r1sx01.txt | 23 - 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/ |
D | pci_root.c | 546 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/ |
D | coex.c | 512 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()
|
D | coex_legacy.c | 821 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/ |
D | fw.c | 207 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/ |
D | samsung-i2s.txt | 8 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/ |
D | Kconfig | 24 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/ |
D | Kconfig | 9 secondary Display CONtroller, or DCON. This secondary controller
|
/linux-4.1.27/Documentation/fb/ |
D | viafb.txt | 92 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:
|
D | matroxfb.txt | 214 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 …]
|
D | vt8623fb.txt | 46 * secondary (not initialized by BIOS) device support
|
D | arkfb.txt | 49 * secondary (not initialized by BIOS) device support
|
D | s3fb.txt | 58 * secondary (not initialized by BIOS) device support
|
D | intel810.txt | 145 if specified, secondary/external VGA output will always be enabled.
|
/linux-4.1.27/include/linux/ |
D | fwnode.h | 24 struct fwnode_handle *secondary; member
|
/linux-4.1.27/arch/x86/pci/ |
D | acpi.c | 395 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/ |
D | head.S | 41 # 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/ |
D | Makefile | 8 obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | setup.c | 230 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/ |
D | pata_legacy.c | 1034 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/ |
D | qeth.txt | 8 a primary or a secondary Bridge Port. For more information, see 19 ROLE={primary|secondary|none} - the role assigned to the port.
|
D | cds.txt | 364 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.
|
D | Debugging390.txt | 122 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/ |
D | twl-charger.txt | 6 - interrupts: two interrupt lines from the TWL SIH (secondary
|
/linux-4.1.27/arch/s390/kernel/ |
D | head64.S | 47 .Lctl: .quad 0x04040000 # cr0: AFP registers & secondary space 54 .quad 0 # cr7: secondary space segment table
|
/linux-4.1.27/net/tipc/ |
D | bcast.c | 625 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()
|
D | bcast.h | 55 struct tipc_bearer *secondary; member
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | p5040si-post.dtsi | 263 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>;
|
D | b4si-post.dtsi | 265 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>;
|
D | p4080si-post.dtsi | 312 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>;
|
D | p3041si-post.dtsi | 304 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>;
|
D | p5020si-post.dtsi | 309 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>;
|
D | p2041si-post.dtsi | 277 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>;
|
D | t2081si-post.dtsi | 385 fsl,secondary-cache-geometry = <128 2>; 391 fsl,secondary-cache-geometry = <128 2>; 397 fsl,secondary-cache-geometry = <128 2>;
|
D | t1040si-post.dtsi | 333 fsl,secondary-cache-geometry = <16 2>;
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 54 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/ |
D | probe.c | 773 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/ |
D | hip01-ca9x2.dts | 16 /* First 8KB reserved for secondary core boot */
|
D | socfpga_arria5.dtsi | 18 /* First 4KB has trampoline code for secondary cores. */
|
D | socfpga_cyclone5.dtsi | 19 /* First 4KB has trampoline code for secondary cores. */
|
D | ecx-2000.dts | 19 /* First 4KB has pen for secondary cores. */
|
D | highbank.dts | 19 /* First 4KB has pen for secondary cores. */
|
D | integratorap.dts | 15 arm,timer-secondary = &timer1;
|
D | bcm21664.dtsi | 34 secondary-boot-reg = <0x35004178>;
|
D | bcm11351.dtsi | 34 secondary-boot-reg = <0x3500417c>;
|
/linux-4.1.27/include/linux/mfd/wm831x/ |
D | pdata.h | 97 enum wm831x_watchdog_action primary, secondary; member
|
/linux-4.1.27/arch/powerpc/sysdev/xics/ |
D | xics-common.c | 167 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/ |
D | marvell,berlin-smp | 5 This document describes the "marvell,berlin-smp" method for enabling secondary
|
D | al,alpine-smp | 6 enabling secondary CPUs. To apply to all CPUs, a single
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-palmas.txt | 33 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/ |
D | lpc32xx-mic.txt | 2 (MIC, including SIC1 and SIC2 secondary controllers)
|
D | fsl.txt | 116 configuration and status for the device. Such as setting the secondary 117 core start address and release the secondary core from holdoff and startup.
|
D | gic.txt | 54 secondary GICs, or VGIC maintenance interrupt on primary GIC (see
|
D | marvell,berlin.txt | 46 individual registers dealing with pinmux, padmux, clock, reset, and secondary
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
/linux-4.1.27/kernel/ |
D | profile.c | 283 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/ |
D | smp-sysram.txt | 5 of the secondary cores. Once the core gets powered up it executes the
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | matrix-keymap.txt | 18 Some users of this binding might choose to specify secondary keymaps for
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | xics.h | 152 extern void xics_kexec_teardown_cpu(int secondary);
|
D | mpic.h | 458 extern void mpic_teardown_this_cpu(int secondary);
|
D | machdep.h | 250 void (*kexec_cpu_down)(int crash_shutdown, int secondary);
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,dw-apb-ictl.txt | 4 dw_apb_ictl. The IP is used as secondary interrupt controller in some SoCs with
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | smp.c | 343 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/ |
D | Kconfig | 72 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/ |
D | lm83 | 55 secondary chips coupled with another chip such as an IT8705F or similar 58 chips provide some temperature sensors, the secondary chip, if needed,
|
D | nct6775 | 110 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
|
D | max16065 | 53 configurable as either low or high secondary limit. MAX16065, MAX16066,
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.debug | 39 Use a fast secondary clock to produce profiling information.
|
/linux-4.1.27/arch/sh/boards/mach-microdev/ |
D | irq.c | 60 # error Inconsistancy in defining the IRQ# for secondary IDE!
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 175 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/ |
D | pci.c | 424 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/ |
D | xmon.c | 411 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/ |
D | edac_pci_sysfs.c | 498 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/ |
D | via82xx_modem.c | 376 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()
|
D | fm801.c | 170 secondary: 1; member 1047 if (chip->secondary) { in snd_fm801_mixer() 1117 chip->secondary = 1; in snd_fm801_chip_init()
|
D | via82xx.c | 522 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/ |
D | hisilicon.txt | 71 The clock registers and power registers of secondary cores are defined
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/ |
D | intc.txt | 10 range of intc. mux-intc is secondary interrupt controller.
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | setup.c | 253 static void ps3_kexec_cpu_down(int crash_shutdown, int secondary) in ps3_kexec_cpu_down() argument
|
/linux-4.1.27/drivers/base/ |
D | core.c | 2151 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/ |
D | keystone-netcp.txt | 111 - secondary-slave-ports: specification for each of the switch port not be 178 secondary-slave-ports {
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-arch.txt | 73 - TODO: needs secondary CPUs to disable preempt (See #1)
|
/linux-4.1.27/drivers/watchdog/ |
D | wm831x_wdt.c | 243 reg |= pdata->secondary << WM831X_WDOG_SECACT_SHIFT; in wm831x_wdt_probe()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | Kconfig | 77 Xen driver for secondary virtual consoles
|
/linux-4.1.27/Documentation/usb/ |
D | bulk-streams.txt | 64 driver supports secondary stream IDs.
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | reset-handler.S | 215 bleq __die @ no secondary startup handler
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 78 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/ |
D | ali5451.c | 337 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/ |
D | i2c-piix4 | 78 secondary controller, it will be detected by this driver as
|
/linux-4.1.27/drivers/scsi/ |
D | wd7000.c | 523 volatile unchar secondary; /* secondary revision level (returned) */ member 1294 host->rev2 = icb.secondary; in wd7000_revision()
|
D | iscsi_boot_sysfs.c | 173 iscsi_boot_rd_attr(eth_secondary_dns, secondary-dns,
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1260 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/ |
D | acpi_bus.h | 529 struct resource secondary; /* downstream bus range */ member
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | feature.c | 530 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/ |
D | jfs_imap.c | 429 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/ |
D | README.diversion | 60 The rules include primary and secondary service identifiers, called
|
/linux-4.1.27/Documentation/scsi/ |
D | aic7xxx.txt | 128 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/ |
D | thinkpad-acpi.txt | 868 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/ |
D | Opti | 151 The 82C931 chip has support only for secondary ATAPI cdrom.
|
/linux-4.1.27/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 19 internal logical PCI buses. The Switch Port, which has its secondary
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 78 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/ |
D | ide.txt | 125 interface (/dev/hda) and an IDE cdrom drive on the secondary interface
|
D | ChangeLog.ide-tape.1995-2002 | 219 * Ver 1.16f Dec 15 99 Change place of the secondary OnStream header frames.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 72 PCM device (hw:0,0 in ALSA) is mapped to /dev/dsp and the secondary
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 108 (2) kmap_atomic() uses a slot in the secondary frame (determined by the type parameter), and then
|
/linux-4.1.27/Documentation/networking/ |
D | cxgb.txt | 280 For 133Mhz secondary bus operation, limit the transaction length and
|
D | ip-sysctl.txt | 1165 promote a corresponding secondary IP address instead of 1166 removing all the corresponding secondary IP addresses.
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 232 might try directing the call to a secondary driver which turns out not to
|
D | edac.txt | 419 On Header Type 01 bridges, the secondary status register is also
|
D | kernel-docs.txt | 123 secondary-storage capability using software".
|
D | SubmittingPatches | 119 installations run kernels from secondary stable trees or
|
D | kernel-parameters.txt | 2693 IRQs or discover secondary PCI buses on your 2714 secondary buses and you want to tell it
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 143 "master PE" which is the one used for DMA, MSIs, etc., and "secondary
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | mpic.c | 1755 void mpic_teardown_this_cpu(int secondary) in mpic_teardown_this_cpu() argument
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 514 to control CPU power state (including secondary CPU booting).
|
D | arm-acpi.txt | 61 Linux is in any way secondary to Microsoft in this arena. The move of
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 672 Fix problem reconnecting secondary mounts to same server after session
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 2217 its ability to start secondary CPUs.
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 926 lines in there as a "soft-reset" property since they start secondary
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1556 set the MTRRs for the boot CPU and not for the secondary CPUs. This
|