Home
last modified time | relevance | path

Searched refs:source_id (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcik_event_interrupt.c44 if ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || in cik_event_interrupt_isr()
45 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) && in cik_event_interrupt_isr()
79 return ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE || in cik_event_interrupt_isr()
80 ihre->source_id == CIK_INTSRC_SDMA_TRAP || in cik_event_interrupt_isr()
81 ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG || in cik_event_interrupt_isr()
82 ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE || in cik_event_interrupt_isr()
83 ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || in cik_event_interrupt_isr()
84 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) && in cik_event_interrupt_isr()
99 if (ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE) in cik_event_interrupt_wq()
101 else if (ihre->source_id == CIK_INTSRC_SDMA_TRAP) in cik_event_interrupt_wq()
[all …]
H A Dkfd_debug.h43 unsigned int source_id, bool use_worker,
67 uint32_t source_id,
H A Dcik_int.h29 uint32_t source_id; member
/linux/drivers/acpi/apei/
H A Dhest.c123 related_source_id == mces.cmc->header.source_id) in is_ghes_assist_struct()
126 related_source_id == mces.mc->header.source_id) in is_ghes_assist_struct()
129 related_source_id == mces.dmc->header.source_id) in is_ghes_assist_struct()
152 hest_hdr->type, hest_hdr->source_id); in apei_hest_parse()
159 hest_hdr->source_id); in apei_hest_parse()
222 if (hdr->source_id == hest_hdr->source_id) { in hest_parse_ghes()
224 hdr->source_id); in hest_parse_ghes()
228 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id); in hest_parse_ghes()
H A Dghes.c293 error_block_length, generic->header.source_id); in ghes_new()
400 g->header.source_id); in __ghes_peek_estatus()
991 pfx_seq, generic->header.source_id); in __ghes_print_estatus()
1198 g->header.source_id); in ghes_add_timer()
1585 generic->header.source_id); in ghes_probe()
1593 generic->header.source_id); in ghes_probe()
1600 generic->header.source_id); in ghes_probe()
1606 generic->header.source_id); in ghes_probe()
1610 generic->notify.type, generic->header.source_id); in ghes_probe()
1618 generic->error_block_length, generic->header.source_id); in ghes_probe()
[all …]
/linux/drivers/clocksource/
H A Dsamsung_pwm_timer.c71 unsigned int source_id; member
293 samsung_time_stop(pwm.source_id); in samsung_clocksource_suspend()
298 samsung_timer_set_prescale(pwm.source_id, pwm.tscaler_div); in samsung_clocksource_resume()
299 samsung_timer_set_divisor(pwm.source_id, pwm.tdiv); in samsung_clocksource_resume()
301 samsung_time_setup(pwm.source_id, pwm.tcnt_max); in samsung_clocksource_resume()
302 samsung_time_start(pwm.source_id, true); in samsung_clocksource_resume()
338 samsung_timer_set_prescale(pwm.source_id, pwm.tscaler_div); in samsung_clocksource_init()
339 samsung_timer_set_divisor(pwm.source_id, pwm.tdiv); in samsung_clocksource_init()
343 samsung_time_setup(pwm.source_id, pwm.tcnt_max); in samsung_clocksource_init()
344 samsung_time_start(pwm.source_id, true); in samsung_clocksource_init()
[all …]
/linux/sound/pci/ca0106/
H A Dca0106_mixer.c231 unsigned int source_id; in snd_ca0106_i2c_capture_source_put() local
237 source_id = ucontrol->value.enumerated.item[0] ; in snd_ca0106_i2c_capture_source_put()
238 if (source_id >= 4) in snd_ca0106_i2c_capture_source_put()
240 change = (emu->i2c_capture_source != source_id); in snd_ca0106_i2c_capture_source_put()
242 ca0106_set_i2c_capture_source(emu, source_id, 0); in snd_ca0106_i2c_capture_source_put()
462 int source_id; in snd_ca0106_i2c_volume_get() local
464 source_id = kcontrol->private_value; in snd_ca0106_i2c_volume_get()
466 ucontrol->value.integer.value[0] = emu->i2c_capture_volume[source_id][0]; in snd_ca0106_i2c_volume_get()
467 ucontrol->value.integer.value[1] = emu->i2c_capture_volume[source_id][1]; in snd_ca0106_i2c_volume_get()
477 int source_id; in snd_ca0106_i2c_volume_put() local
[all …]
/linux/drivers/platform/surface/
H A Dsurface_aggregator_tabletsw.c513 static int ssam_pos_get_source(struct ssam_tablet_sw *sw, u32 *source_id) in ssam_pos_get_source() argument
536 *source_id = get_unaligned_le32(&sources.id[0]); in ssam_pos_get_source()
547 static int ssam_pos_get_posture_for_source(struct ssam_tablet_sw *sw, u32 source_id, u32 *posture) in ssam_pos_get_posture_for_source() argument
549 __le32 source_le = cpu_to_le32(source_id); in ssam_pos_get_posture_for_source()
564 u32 source_id; in ssam_pos_get_posture() local
568 status = ssam_pos_get_source(sw, &source_id); in ssam_pos_get_posture()
574 status = ssam_pos_get_posture_for_source(sw, source_id, &source_state); in ssam_pos_get_posture()
577 source_id, status); in ssam_pos_get_posture()
581 state->source = source_id; in ssam_pos_get_posture()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmcc.c42 .source_id = (u8)src_id, in iwl_mld_update_mcc()
128 regd->alpha2[1], resp->source_id); in iwl_mld_get_regdomain()
130 mld->mcc_src = resp->source_id; in iwl_mld_get_regdomain()
265 notif->source_id == MCC_SOURCE_WIFI) { in iwl_mld_handle_update_mcc()
273 src = notif->source_id; in iwl_mld_handle_update_mcc()
/linux/drivers/pci/pcie/
H A Daer_inject.c61 u32 source_id; member
173 target = &err->source_id; in find_pci_config_dword()
432 rperr->source_id &= 0xffff0000; in aer_inject()
433 rperr->source_id |= PCI_DEVID(einj->bus, devfn); in aer_inject()
445 rperr->source_id &= 0x0000ffff; in aer_inject()
446 rperr->source_id |= PCI_DEVID(einj->bus, devfn) << 16; in aer_inject()
/linux/drivers/iommu/intel/
H A Ddmar.c1900 u8 fault_reason, u32 pasid, u16 source_id, in dmar_fault_do_one() argument
1910 source_id >> 8, PCI_SLOT(source_id & 0xFF), in dmar_fault_do_one()
1911 PCI_FUNC(source_id & 0xFF), addr >> 48, in dmar_fault_do_one()
1920 source_id >> 8, PCI_SLOT(source_id & 0xFF), in dmar_fault_do_one()
1921 PCI_FUNC(source_id & 0xFF), addr, in dmar_fault_do_one()
1926 source_id >> 8, PCI_SLOT(source_id & 0xFF), in dmar_fault_do_one()
1927 PCI_FUNC(source_id & 0xFF), addr, in dmar_fault_do_one()
1930 dmar_fault_dump_ptes(iommu, source_id, addr, pasid); in dmar_fault_do_one()
1961 u16 source_id; in dmar_fault() local
1981 source_id = dma_frcd_source_id(data); in dmar_fault()
[all …]
H A Diommu.c578 void dmar_fault_dump_ptes(struct intel_iommu *iommu, u16 source_id, in dmar_fault_dump_ptes() argument
586 u8 devfn = source_id & 0xff; in dmar_fault_dump_ptes()
587 u8 bus = source_id >> 8; in dmar_fault_dump_ptes()
743 u16 did, u16 source_id, u8 function_mask, in __iommu_flush_context() argument
758 | DMA_CCMD_SID(source_id) | DMA_CCMD_FM(function_mask); in __iommu_flush_context()
/linux/drivers/scsi/
H A Dmesh.h49 unsigned char source_id; member
/linux/drivers/edac/
H A Dsb_edac.c366 u8 node_id, source_id; member
1583 pvt->sbridge_dev->source_id = SOURCE_ID_KNL(reg); in get_source_id()
1585 pvt->sbridge_dev->source_id = SOURCE_ID(reg); in get_source_id()
1643 pvt->sbridge_dev->source_id, in __populate_dimms()
1681 pvt->sbridge_dev->source_id, pvt->sbridge_dev->dom, i, j); in __populate_dimms()
1700 pvt->sbridge_dev->source_id); in get_dimm_config()
3413 pvt->sbridge_dev->source_id, pvt->sbridge_dev->dom); in sbridge_register_mci()
3438 pvt->sbridge_dev->source_id, pvt->sbridge_dev->dom); in sbridge_register_mci()
3463 pvt->sbridge_dev->source_id, pvt->sbridge_dev->dom); in sbridge_register_mci()
3488 pvt->sbridge_dev->source_id, pvt->sbridge_dev->dom); in sbridge_register_mci()
[all …]
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h168 __u32 source_id; member
/linux/include/sound/sof/
H A Dtopology.h300 uint32_t source_id; member
/linux/include/uapi/linux/
H A Dmedia.h343 __u32 source_id; member
H A Dkfd_ioctl.h1444 __u32 source_id; member
/linux/drivers/firewire/
H A Dcore-transaction.c241 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument
269 async_header_set_source(packet->header, source_id); in fw_fill_request()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst260 - ``source_id``
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1657 u32 source_id; in panthor_mmu_irq_handler() local
1665 source_id = (fault_status >> 16); in panthor_mmu_irq_handler()
1686 source_id); in panthor_mmu_irq_handler()
/linux/drivers/media/mc/
H A Dmc-device.c359 klink.source_id = link->gobj0->id; in media_device_get_topology()
/linux/include/acpi/
H A Dactbl1.h1435 u16 source_id; member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h2036 __u8 source_id; /* widget id */ member
/linux/sound/soc/sof/
H A Dipc3-topology.c1742 connect.source_id = sroute->src_widget->comp_id; in sof_ipc3_route_setup()

12