Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/drivers/ide/
Dide-generic.c43 static void ide_generic_check_pci_legacy_iobases(int *primary, int *secondary) in ide_generic_check_pci_legacy_iobases() argument
53 *secondary = 1; in ide_generic_check_pci_legacy_iobases()
59 *primary = *secondary = 1; in ide_generic_check_pci_legacy_iobases()
68 *secondary = 1; in ide_generic_check_pci_legacy_iobases()
81 int i, rc = 0, primary = 0, secondary = 0; in ide_generic_init() local
83 ide_generic_check_pci_legacy_iobases(&primary, &secondary); in ide_generic_init()
92 if (secondary == 0) in ide_generic_init()
/Linux-v4.19/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,nsp-cpu-method.txt3 This binding defines the enable method used for starting secondary
8 properties in the corresponding secondary "cpu" device tree node:
10 - secondary-boot-reg = <...>;
12 The secondary-boot-reg property is a u32 value that specifies the
14 entry point for a secondary CPU. This entry is cpu node specific
36 secondary-boot-reg = <0xffff042c>;
Dbrcm,bcm23550-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
34 secondary-boot-reg = <0x3500417c>;
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
34 secondary-boot-reg = <0x3500417c>;
Dbrcm,bcm63138.txt11 An optional Boot lookup table Device Tree node is required for secondary CPU
13 defined in reset/brcm,bcm63138-pmb.txt for this secondary CPU, and an
23 Optional properties for the secondary CPU node:
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dkexec.c24 void pseries_kexec_cpu_down(int crash_shutdown, int secondary) in pseries_kexec_cpu_down() argument
63 if (!secondary) in pseries_kexec_cpu_down()
66 xics_kexec_teardown_cpu(secondary); in pseries_kexec_cpu_down()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c280 struct ieee80211_chanctx_conf *secondary; member
321 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci()
392 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
408 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
412 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
417 else if (data->secondary == chanctx_conf) in iwl_mvm_bt_notif_iterator()
428 else if (!data->secondary) in iwl_mvm_bt_notif_iterator()
430 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
434 else if (data->secondary == chanctx_conf) in iwl_mvm_bt_notif_iterator()
512 if (data.secondary) { in iwl_mvm_bt_coex_notif_handle()
[all …]
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c352 struct mipi_dsi_device *secondary = NULL; in sharp_panel_probe() local
364 secondary = of_find_mipi_dsi_device_by_node(np); in sharp_panel_probe()
367 if (!secondary) in sharp_panel_probe()
372 if (secondary) { in sharp_panel_probe()
375 put_device(&secondary->dev); in sharp_panel_probe()
381 sharp->link2 = secondary; in sharp_panel_probe()
386 put_device(&secondary->dev); in sharp_panel_probe()
393 if (secondary) in sharp_panel_probe()
/Linux-v4.19/kernel/irq/
Dmanage.c985 struct irqaction *secondary = action->secondary; in irq_wake_secondary() local
987 if (WARN_ON_ONCE(!secondary)) in irq_wake_secondary()
991 __irq_wake_thread(desc, secondary); in irq_wake_secondary()
1091 new->secondary = kzalloc(sizeof(struct irqaction), GFP_KERNEL); in irq_setup_forced_threading()
1092 if (!new->secondary) in irq_setup_forced_threading()
1094 new->secondary->handler = irq_forced_secondary_handler; in irq_setup_forced_threading()
1095 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading()
1096 new->secondary->dev_id = new->dev_id; in irq_setup_forced_threading()
1097 new->secondary->irq = new->irq; in irq_setup_forced_threading()
1098 new->secondary->name = new->name; in irq_setup_forced_threading()
[all …]
/Linux-v4.19/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c169 unsigned short primary, secondary; in inv_mpu_acpi_create_mux_client() local
172 &secondary); in inv_mpu_acpi_create_mux_client()
173 if (!ret && secondary) { in inv_mpu_acpi_create_mux_client()
176 info.addr = secondary; in inv_mpu_acpi_create_mux_client()
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt63 - fsl,secondary-cache-geometry
65 Two cells that specify the geometry of the secondary PAMU
108 fsl,secondary-cache-geometry = <128 2>;
114 fsl,secondary-cache-geometry = <128 2>;
120 fsl,secondary-cache-geometry = <128 2>;
126 fsl,secondary-cache-geometry = <128 2>;
132 fsl,secondary-cache-geometry = <128 2>;
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp_cmds.c47 __le16 secondary; member
84 nspi->secondary = le16_to_cpu(ni->secondary); in __nfp_nsp_identify()
/Linux-v4.19/arch/x86/pci/
Dacpi.c197 info->start_bus = (u8)root->secondary.start; in setup_mcfg_map()
198 info->end_bus = (u8)root->secondary.end; in setup_mcfg_map()
247 int busnum = root->secondary.start; in pci_acpi_root_get_node()
297 int busnum = ci->root->secondary.start; in pci_acpi_root_prepare_resources()
329 int busnum = root->secondary.start; in pci_acpi_scan_root()
/Linux-v4.19/Documentation/devicetree/bindings/display/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-v4.19/drivers/acpi/
Dpci_root.c551 root->secondary.flags = IORESOURCE_BUS; in acpi_pci_root_add()
552 status = try_get_root_bridge_busnr(handle, &root->secondary); in acpi_pci_root_add()
560 root->secondary.end = 0xFF; in acpi_pci_root_add()
566 root->secondary.start = bus; in acpi_pci_root_add()
568 root->secondary.start = 0; in acpi_pci_root_add()
589 root->segment, &root->secondary); in acpi_pci_root_add()
610 root->segment, (unsigned int)root->secondary.start); in acpi_pci_root_add()
881 int ret, busnum = root->secondary.start; in acpi_pci_root_create()
904 pci_add_resource(&info->resources, &root->secondary); in acpi_pci_root_create()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dsmp.c364 void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) in mpc85xx_smp_kexec_cpu_down() argument
368 if (secondary) { in mpc85xx_smp_kexec_cpu_down()
382 void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) in mpc85xx_smp_kexec_cpu_down() argument
394 mpic_teardown_this_cpu(secondary); in mpc85xx_smp_kexec_cpu_down()
/Linux-v4.19/drivers/clk/
Dclk-stm32f4.c779 static int stm32f4_rcc_lookup_clk_idx(u8 primary, u8 secondary) in stm32f4_rcc_lookup_clk_idx() argument
784 if (WARN_ON(secondary >= stm32fx_end_primary_clk)) in stm32f4_rcc_lookup_clk_idx()
786 return secondary; in stm32f4_rcc_lookup_clk_idx()
792 if (WARN_ON(secondary >= BITS_PER_BYTE * sizeof(table) || in stm32f4_rcc_lookup_clk_idx()
793 0 == (table[BIT_ULL_WORD(secondary)] & in stm32f4_rcc_lookup_clk_idx()
794 BIT_ULL_MASK(secondary)))) in stm32f4_rcc_lookup_clk_idx()
798 table[BIT_ULL_WORD(secondary)] &= in stm32f4_rcc_lookup_clk_idx()
799 GENMASK_ULL(secondary % BITS_PER_LONG_LONG, 0); in stm32f4_rcc_lookup_clk_idx()
802 (BIT_ULL_WORD(secondary) >= 1 ? hweight64(table[1]) : 0) + in stm32f4_rcc_lookup_clk_idx()
803 (BIT_ULL_WORD(secondary) >= 2 ? hweight64(table[2]) : 0); in stm32f4_rcc_lookup_clk_idx()
[all …]
/Linux-v4.19/drivers/net/wireless/intersil/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-v4.19/Documentation/devicetree/bindings/sound/
Dsamsung-i2s.txt8 secondary fifo, s/w reset control and internal mux for root clk src.
10 playback, stereo channel capture, secondary fifo using internal
15 exynos7 I2S has 7.1 channel TDM support for capture, secondary fifo
60 sub system(used in secondary sound source).
/Linux-v4.19/drivers/block/drbd/
DKconfig25 Each minor device has a role, which can be 'primary' or 'secondary'.
29 node with the device in 'secondary' state. The secondary device
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsetup.c318 static void pnv_kexec_cpu_down(int crash_shutdown, int secondary) in pnv_kexec_cpu_down() argument
325 xics_kexec_teardown_cpu(secondary); in pnv_kexec_cpu_down()
331 if (secondary) { in pnv_kexec_cpu_down()
/Linux-v4.19/drivers/staging/olpc_dcon/
DKconfig9 secondary Display CONtroller, or DCON. This secondary controller
/Linux-v4.19/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 …]
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-tuner.rst132 - receiving stereo audio and a secondary audio program
255 carrier and a secondary language monaural on a second carrier.
259 - Reception of the secondary language of a bilingual audio program
264 - Reception of a secondary audio program is supported. This is a
268 carrier for a monaural secondary language. Only
325 - The tuner receives the secondary language of a bilingual audio
373 - Play the secondary language, mono. When the tuner receives no
388 - Play the primary language on the left channel, the secondary

12345678