Searched refs:secondary (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/arch/powerpc/platforms/pseries/
H A Dkexec.c20 void pseries_kexec_cpu_down(int crash_shutdown, int secondary) argument
59 if (!secondary)
62 xics_kexec_teardown_cpu(secondary);
H A Dpseries.h40 extern void pseries_kexec_cpu_down(int crash_shutdown, int secondary);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c27 struct { /* secondary */
312 static int sd_secondary_create_alias_ft(struct mlx5_core_dev *secondary, argument
326 ret = mlx5_cmd_alias_obj_create(secondary, &alias_attr, obj_id);
328 mlx5_core_err(secondary, "Failed to create alias object err=%d\n",
336 static void sd_secondary_destroy_alias_ft(struct mlx5_core_dev *secondary) argument
338 struct mlx5_sd *sd = mlx5_get_sd(secondary);
340 mlx5_cmd_alias_obj_destroy(secondary, sd->alias_obj_id,
344 static int sd_cmd_set_secondary(struct mlx5_core_dev *secondary, argument
349 struct mlx5_sd *sd = mlx5_get_sd(secondary);
352 err = mlx5_fs_cmd_set_l2table_entry_silent(secondary,
374 sd_cmd_unset_secondary(struct mlx5_core_dev *secondary) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp_cmds.c17 __le16 secondary; member in struct:nsp_identify
54 nspi->secondary = le16_to_cpu(ni->secondary);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_acpi.c153 unsigned short primary, secondary; local
156 &secondary);
157 if (!ret && secondary) {
160 info.addr = secondary;
169 return 0; /* no secondary addr, which is OK */
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c344 struct mipi_dsi_device *secondary = NULL; local
356 secondary = of_find_mipi_dsi_device_by_node(np);
359 if (!secondary)
364 if (secondary) {
367 put_device(&secondary->dev);
373 sharp->link2 = secondary;
378 put_device(&secondary->dev);
385 if (secondary)
H A Dpanel-jdi-lpm102a188a.c457 struct mipi_dsi_device *secondary = NULL; local
469 secondary = of_find_mipi_dsi_device_by_node(np);
472 if (!secondary)
477 if (secondary) {
480 put_device(&secondary->dev);
487 jdi->link2 = secondary;
491 put_device(&secondary->dev);
498 if (secondary)
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c214 struct ieee80211_chanctx_conf *secondary; member in struct:iwl_bt_iterator_data
255 swap(data->primary, data->secondary);
287 * secondary one.
455 data->secondary = data->primary;
471 data->secondary = data->primary;
474 /* there is low latency vif - we will be secondary */
475 data->secondary = chanctx_conf;
481 else if (data->secondary == chanctx_conf)
492 else if (!data->secondary)
493 /* if secondary i
[all...]
/linux-master/arch/x86/pci/
H A Dacpi.c281 info->start_bus = (u8)root->secondary.start;
282 info->end_bus = (u8)root->secondary.end;
287 &root->secondary, &root->mcfg_addr);
334 int busnum = root->secondary.start;
384 int busnum = ci->root->secondary.start;
417 int busnum = root->secondary.start;
/linux-master/kernel/irq/
H A Dmanage.c199 if (action->secondary && action->secondary->thread) {
200 set_bit(IRQTF_AFFINITY, &action->secondary->thread_flags);
201 wake_up_process(action->secondary->thread);
1261 struct irqaction *secondary = action->secondary; local
1263 if (WARN_ON_ONCE(!secondary))
1267 __irq_wake_thread(desc, secondary);
1386 * secondary action.
1389 /* Allocate the secondary actio
1457 setup_irq_thread(struct irqaction *new, unsigned int irq, bool secondary) argument
[all...]
/linux-master/include/linux/mfd/wm831x/
H A Dpdata.h91 enum wm831x_watchdog_action primary, secondary; member in struct:wm831x_watchdog_pdata
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c206 * A secondary core could be in a spinloop in the bootpage
259 * to above 4G, otherwise the secondary core can not get
369 static void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) argument
373 if (secondary) {
387 static void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) argument
399 mpic_teardown_this_cpu(secondary);
404 * even if it's a secondary thread. If that's the case,
457 printk(KERN_ERR "Unable to bring down secondary cpu(s)");
/linux-master/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c183 fwnode->secondary = ERR_PTR(-ENODEV);
184 data->dp->secondary = fwnode;
199 data->dp->secondary = NULL;
235 * find that ACPI node and assign our node as the secondary node to it.
/linux-master/drivers/base/
H A Dproperty.c69 return fwnode_call_bool_op(fwnode->secondary, property_present, propname);
272 return fwnode_call_int_op(fwnode->secondary, property_read_int_array, propname,
427 return fwnode_call_int_op(fwnode->secondary, property_read_string_array, propname,
575 if (IS_ERR_OR_NULL(fwnode->secondary))
578 return fwnode_call_int_op(fwnode->secondary, get_reference_args, prop, nargs_prop,
817 /* When no more children in primary, continue with secondary */
818 return fwnode_get_next_child_node(fwnode->secondary, child);
1063 * an endpoint from fwnode->secondary, then we need to use the secondary
1079 ep = fwnode_graph_get_next_endpoint(parent->secondary, NUL
[all...]
/linux-master/drivers/clk/
H A Dclk-stm32f4.c22 * The index of these clocks is the secondary index of DT bindings
844 * Converts the primary and secondary indices (as they appear in DT) to an
847 static int stm32f4_rcc_lookup_clk_idx(u8 primary, u8 secondary) argument
852 if (WARN_ON(secondary >= stm32fx_end_primary_clk))
854 return secondary;
860 if (WARN_ON(secondary >= BITS_PER_BYTE * sizeof(table) ||
861 0 == (table[BIT_ULL_WORD(secondary)] &
862 BIT_ULL_MASK(secondary))))
866 table[BIT_ULL_WORD(secondary)] &=
867 GENMASK_ULL(secondary
1810 unsigned int secondary; local
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c436 static void pnv_kexec_cpu_down(int crash_shutdown, int secondary) argument
443 xics_kexec_teardown_cpu(secondary);
449 if (secondary) {
450 /* Return secondary CPUs to firmware on OPAL v3 */
/linux-master/arch/powerpc/include/asm/
H A Dxics.h165 extern void xics_kexec_teardown_cpu(int secondary);
/linux-master/drivers/acpi/
H A Dpci_root.c670 root->secondary.flags = IORESOURCE_BUS;
671 status = try_get_root_bridge_busnr(handle, &root->secondary);
679 root->secondary.end = 0xFF;
681 FW_BUG "no secondary bus range in _CRS\n");
685 root->secondary.start = bus;
687 root->secondary.start = 0;
708 root->segment, &root->secondary);
737 root->segment, (unsigned int)root->secondary.start);
1006 int ret, busnum = root->secondary.start;
1030 pci_add_resource(&info->resources, &root->secondary);
[all...]
/linux-master/arch/loongarch/pci/
H A Dacpi.c162 struct resource *bus_res = &root->secondary;
199 int busnum = root->secondary.start;
/linux-master/drivers/ata/
H A Dpata_legacy.c96 MODULE_PARM_DESC(ht6560b, "HT 6560B on primary 1, secondary 2, both 3");
101 "Opti 82c611A on primary 1, secondary 2, both 3");
106 "Opti 82c465MV on primary 1, secondary 2, both 3");
1053 * @secondary: set this if we find an ATA secondary
1063 int *secondary)
1067 *primary = *secondary = 1;
1072 *primary = *secondary = 1;
1082 *secondary = 1;
1214 int secondary local
1062 legacy_check_special_cases(struct pci_dev *p, int *primary, int *secondary) argument
[all...]
/linux-master/drivers/thunderbolt/
H A Dclx.c38 static int tb_port_pm_secondary_set(struct tb_port *port, bool secondary) argument
48 if (secondary)
/linux-master/sound/soc/samsung/
H A Dodroid.c162 SND_SOC_DAILINK_DEFS(secondary,
193 SND_SOC_DAILINK_REG(secondary),
248 * For backwards compatibility create the secondary CPU DAI link only
/linux-master/include/linux/i3c/
H A Dmaster.h477 * @secondary: true if the master is a secondary master
500 unsigned int secondary : 1; member in struct:i3c_master_controller
557 bool secondary);
/linux-master/kernel/
H A Dprofile.c218 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; local
224 secondary = (~(pc << 1) & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT;
248 i = (i + secondary) & (NR_PROFILE_HIT - 1);
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h193 char secondary[20]; /* BUSID of secondary */ member in struct:dasd_copypair_swap_data_t

Completed in 252 milliseconds

123