Home
last modified time | relevance | path

Searched refs:core_id (Results 1 – 12 of 12) sorted by relevance

/drivers/input/joystick/iforce/
Diforce-ff.c360 int core_id = effect->id; in iforce_upload_periodic() local
361 struct iforce_core_effect* core_effect = iforce->core_effects + core_id; in iforce_upload_periodic()
362 struct resource* mod1_chunk = &(iforce->core_effects[core_id].mod1_chunk); in iforce_upload_periodic()
363 struct resource* mod2_chunk = &(iforce->core_effects[core_id].mod2_chunk); in iforce_upload_periodic()
430 int core_id = effect->id; in iforce_upload_constant() local
431 struct iforce_core_effect* core_effect = iforce->core_effects + core_id; in iforce_upload_constant()
432 struct resource* mod1_chunk = &(iforce->core_effects[core_id].mod1_chunk); in iforce_upload_constant()
433 struct resource* mod2_chunk = &(iforce->core_effects[core_id].mod2_chunk); in iforce_upload_constant()
486 int core_id = effect->id; in iforce_upload_condition() local
487 struct iforce_core_effect* core_effect = iforce->core_effects + core_id; in iforce_upload_condition()
/drivers/base/
Dtopology.c61 define_id_show_func(core_id);
62 static DEVICE_ATTR_RO(core_id);
/drivers/net/wireless/ath/ath10k/
Dahb.c321 u32 core_id, glb_cfg_reg, haltreq_reg, haltack_reg; in ath10k_ahb_halt_chip() local
334 core_id = ath10k_ahb_read32(ar, ATH10K_AHB_WLAN_CORE_ID_REG); in ath10k_ahb_halt_chip()
336 switch (core_id) { in ath10k_ahb_halt_chip()
349 core_id); in ath10k_ahb_halt_chip()
399 ath10k_dbg(ar, ATH10K_DBG_AHB, "core %d reset done\n", core_id); in ath10k_ahb_halt_chip()
/drivers/net/wireless/broadcom/b43/
Dbus.c130 dev->core_id = core->id.id; in b43_bus_dev_bcma_init()
229 dev->core_id = sdev->id.coreid; in b43_bus_dev_ssb_init()
Dbus.h52 u16 core_id; member
Dmain.c2755 wiphy->hw_version = dev->dev->core_id; in b43_upload_microcode()
/drivers/bcma/
Dmain.c128 static bool bcma_is_core_needed_early(u16 core_id) in bcma_is_core_needed_early() argument
130 switch (core_id) { in bcma_is_core_needed_early()
/drivers/s390/char/
Dsclp_early.c149 if (boot_cpu_address != cpue->core_id) in sclp_facilities_detect()
/drivers/irqchip/
Dirq-gic.c1087 u32 core_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in gic_init_bases() local
1088 unsigned long offset = gic->percpu_offset * core_id; in gic_init_bases()
/drivers/scsi/lpfc/
Dlpfc_sli4.h455 uint16_t core_id; member
Dlpfc_attr.c4317 cpup->core_id); in lpfc_fcp_cpu_map_show()
4324 cpup->core_id, cpup->irq); in lpfc_fcp_cpu_map_show()
Dlpfc_init.c8807 cpup->core_id = cpuinfo->cpu_core_id; in lpfc_sli4_set_affinity()
8811 cpup->core_id = 0; in lpfc_sli4_set_affinity()
8816 cpup->phys_id, cpup->core_id); in lpfc_sli4_set_affinity()