| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | sd.c | 320 static int sd_secondary_create_alias_ft(struct mlx5_core_dev *secondary, in sd_secondary_create_alias_ft() argument 334 ret = mlx5_cmd_alias_obj_create(secondary, &alias_attr, obj_id); in sd_secondary_create_alias_ft() 336 mlx5_core_err(secondary, "Failed to create alias object err=%d\n", in sd_secondary_create_alias_ft() 344 static void sd_secondary_destroy_alias_ft(struct mlx5_core_dev *secondary) in sd_secondary_destroy_alias_ft() argument 346 struct mlx5_sd *sd = mlx5_get_sd(secondary); in sd_secondary_destroy_alias_ft() 348 mlx5_cmd_alias_obj_destroy(secondary, sd->alias_obj_id, in sd_secondary_destroy_alias_ft() 352 static int sd_cmd_set_secondary(struct mlx5_core_dev *secondary, in sd_cmd_set_secondary() argument 357 struct mlx5_sd *sd = mlx5_get_sd(secondary); in sd_cmd_set_secondary() 360 err = mlx5_fs_cmd_set_l2table_entry_silent(secondary, 1); in sd_cmd_set_secondary() 364 err = sd_secondary_create_alias_ft(secondary, primary, primary_sd->tx_ft, in sd_cmd_set_secondary() [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-sharp-lq101r1sx01.c | 302 struct mipi_dsi_device *secondary = NULL; in sharp_panel_probe() local 314 secondary = of_find_mipi_dsi_device_by_node(np); in sharp_panel_probe() 317 if (!secondary) in sharp_panel_probe() 322 if (secondary) { in sharp_panel_probe() 327 put_device(&secondary->dev); in sharp_panel_probe() 333 sharp->link2 = secondary; in sharp_panel_probe() 338 put_device(&secondary->dev); in sharp_panel_probe() 345 if (secondary) in sharp_panel_probe()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-lx2162a-qds.dts | 120 mdio@0 { /* Slot #1 (secondary EMI) */ 126 mdio@1 { /* Slot #2 (secondary EMI) */ 132 mdio@2 { /* Slot #3 (secondary EMI) */ 138 mdio@3 { /* Slot #4 (secondary EMI) */ 144 mdio@4 { /* Slot #5 (secondary EMI) */ 150 mdio@5 { /* Slot #6 (secondary EMI) */ 156 mdio@6 { /* Slot #7 (secondary EMI) */ 162 mdio@7 { /* Slot #8 (secondary EMI) */
|
| H A D | fsl-lx2160a-qds.dts | 120 mdio@0 { /* Slot #1 (secondary EMI) */ 126 mdio@1 { /* Slot #2 (secondary EMI) */ 132 mdio@2 { /* Slot #3 (secondary EMI) */ 138 mdio@3 { /* Slot #4 (secondary EMI) */ 144 mdio@4 { /* Slot #5 (secondary EMI) */ 150 mdio@5 { /* Slot #6 (secondary EMI) */ 156 mdio@6 { /* Slot #7 (secondary EMI) */ 162 mdio@7 { /* Slot #8 (secondary EMI) */
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | kexec.c | 20 void pseries_kexec_cpu_down(int crash_shutdown, int secondary) in pseries_kexec_cpu_down() argument 59 if (!secondary) in pseries_kexec_cpu_down() 62 xics_kexec_teardown_cpu(secondary); in pseries_kexec_cpu_down()
|
| /linux/kernel/irq/ |
| H A D | manage.c | 196 if (action->secondary && action->secondary->thread) { in irq_set_thread_affinity() 197 set_bit(IRQTF_AFFINITY, &action->secondary->thread_flags); in irq_set_thread_affinity() 198 wake_up_process(action->secondary->thread); in irq_set_thread_affinity() 1186 struct irqaction *secondary = action->secondary; in irq_wake_secondary() local 1188 if (WARN_ON_ONCE(!secondary)) in irq_wake_secondary() 1192 __irq_wake_thread(desc, secondary); in irq_wake_secondary() 1314 new->secondary = kzalloc(sizeof(struct irqaction), GFP_KERNEL); in irq_setup_forced_threading() 1315 if (!new->secondary) in irq_setup_forced_threading() 1317 new->secondary->handler = irq_forced_secondary_handler; in irq_setup_forced_threading() 1318 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading() [all …]
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| H A D | inv_mpu_acpi.c | 150 unsigned short primary, secondary; in inv_mpu_acpi_create_mux_client() local 153 &secondary); in inv_mpu_acpi_create_mux_client() 154 if (!ret && secondary) { in inv_mpu_acpi_create_mux_client() 157 info.addr = secondary; in inv_mpu_acpi_create_mux_client()
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | pamu.txt | 63 - 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/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_nsp_cmds.c | 17 __le16 secondary; member 54 nspi->secondary = le16_to_cpu(ni->secondary); in __nfp_nsp_identify()
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm23550.dtsi | 28 secondary-boot-reg = <0x35004178>; 37 secondary-boot-reg = <0x35004178>; 46 secondary-boot-reg = <0x35004178>;
|
| H A D | bcm-nsp-ax.dtsi | 4 * Notable differences from B0+ are the secondary-boot-reg and 9 secondary-boot-reg = <0xffff042c>;
|
| /linux/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | brcm,bcm63138.txt | 11 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/drivers/acpi/ |
| H A D | pci_root.c | 665 root->secondary.flags = IORESOURCE_BUS; in acpi_pci_root_add() 666 status = try_get_root_bridge_busnr(handle, &root->secondary); in acpi_pci_root_add() 674 root->secondary.end = 0xFF; in acpi_pci_root_add() 680 root->secondary.start = bus; in acpi_pci_root_add() 682 root->secondary.start = 0; in acpi_pci_root_add() 703 root->segment, &root->secondary); in acpi_pci_root_add() 732 root->segment, (unsigned int)root->secondary.start); in acpi_pci_root_add() 1001 int ret, busnum = root->secondary.start; in acpi_pci_root_create() 1024 pci_add_resource(&info->resources, &root->secondary); in acpi_pci_root_create()
|
| /linux/drivers/block/drbd/ |
| H A 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/Documentation/fb/ |
| H A D | viafb.rst | 96 viafb_mode1: (secondary display device) 102 viafb_bpp1: (secondary display device) 105 viafb_refresh1: (secondary display device) 113 secondary device. 135 If CRT is primary and DVI is secondary, we should use:: 139 If DVI is primary and CRT is secondary, we should use::
|
| H A D | matroxfb.rst | 228 with secondary (TV) output - if DFP is active, TV output must be 242 secondary analog output and third letter to the DVI output. 404 + secondary head shares videomemory with primary head. It is not problem 408 + due to hardware limitation, secondary head can use only 16 and 32bpp 410 + secondary head is not accelerated. There were bad problems with accelerated 411 XFree when secondary head used to use acceleration. 412 + secondary head always powerups in 640x480@60-32 videomode. You have to use 414 + secondary head always powerups in monitor mode. You have to use fbmatroxset 425 + secondary head shares videomemory with primary head. It is not problem 428 + due to hardware limitation, secondary head can use only 16 and 32bpp [all …]
|
| /linux/drivers/clk/ |
| H A D | clk-stm32f4.c | 990 static int stm32f4_rcc_lookup_clk_idx(u8 primary, u8 secondary) in stm32f4_rcc_lookup_clk_idx() argument 995 if (WARN_ON(secondary >= stm32fx_end_primary_clk)) in stm32f4_rcc_lookup_clk_idx() 997 return secondary; in stm32f4_rcc_lookup_clk_idx() 1003 if (WARN_ON(secondary >= BITS_PER_BYTE * sizeof(table) || in stm32f4_rcc_lookup_clk_idx() 1004 0 == (table[BIT_ULL_WORD(secondary)] & in stm32f4_rcc_lookup_clk_idx() 1005 BIT_ULL_MASK(secondary)))) in stm32f4_rcc_lookup_clk_idx() 1009 table[BIT_ULL_WORD(secondary)] &= in stm32f4_rcc_lookup_clk_idx() 1010 GENMASK_ULL(secondary % BITS_PER_LONG_LONG, 0); in stm32f4_rcc_lookup_clk_idx() 1013 (BIT_ULL_WORD(secondary) >= 1 ? hweight64(table[1]) : 0) + in stm32f4_rcc_lookup_clk_idx() 1014 (BIT_ULL_WORD(secondary) >= 2 ? hweight64(table[2]) : 0); in stm32f4_rcc_lookup_clk_idx() [all …]
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-ntb-howto.rst | 67 progif_code secondary subsys_id vendorid 112 connected to the two hosts. Use the 'primary' and 'secondary' entries 114 primary interface and the other PCI endpoint controller to the secondary 118 # ln -s controllers/2910000.pcie-ep/ functions/pci-epf-ntb/func1/secondary
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-tuner.rst | 131 - receiving stereo audio and a secondary audio program 252 carrier and a secondary language monaural on a second carrier. 256 - Reception of the secondary language of a bilingual audio program 261 - Reception of a secondary audio program is supported. This is a 265 carrier for a monaural secondary language. Only 321 - The tuner receives the secondary language of a bilingual audio 368 - Play the secondary language, mono. When the tuner receives no 383 - Play the primary language on the left channel, the secondary
|
| /linux/drivers/ata/ |
| H A D | pata_legacy.c | 1061 int *secondary) in legacy_check_special_cases() argument 1065 *primary = *secondary = 1; in legacy_check_special_cases() 1070 *primary = *secondary = 1; in legacy_check_special_cases() 1080 *secondary = 1; in legacy_check_special_cases() 1212 int secondary = 0; in legacy_init() local 1228 secondary = 1; in legacy_init() 1231 legacy_check_special_cases(p, &primary, &secondary); in legacy_init() 1243 if (secondary == 0 || all) in legacy_init()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | chtwc_int33fe.c | 183 fwnode->secondary = ERR_PTR(-ENODEV); in cht_int33fe_setup_dp() 184 data->dp->secondary = fwnode; in cht_int33fe_setup_dp() 194 data->dp->secondary = NULL; in cht_int33fe_remove_nodes()
|
| /linux/Documentation/mm/ |
| H A D | mmu_notifier.rst | 8 For secondary TLB (non CPU TLB) like IOMMU TLB or device TLB (when device use 11 those secondary TLB while holding page table lock when clearing a pte/pmd: 89 notification to invalidate the secondary TLB, the device see the new value for
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | setup.c | 436 static void pnv_kexec_cpu_down(int crash_shutdown, int secondary) in pnv_kexec_cpu_down() argument 443 xics_kexec_teardown_cpu(secondary); in pnv_kexec_cpu_down() 449 if (secondary) { in pnv_kexec_cpu_down()
|
| /linux/Documentation/arch/s390/ |
| H A D | qeth.rst | 12 a primary or a secondary Bridge Port. For more information, see 24 ROLE={primary|secondary|none}
|
| /linux/certs/ |
| H A D | Kconfig | 94 secondary trusted keyring. 101 keyring may be loaded onto the secondary trusted keyring. 104 secondary keyring. When enabling this option, it is recommended 106 linking code signing keys with imputed trust to the secondary
|