Home
last modified time | relevance | path

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

/drivers/clocksource/
Dsamsung_pwm_timer.c75 unsigned int source_id; member
301 samsung_time_stop(pwm.source_id); in samsung_clocksource_suspend()
306 samsung_timer_set_prescale(pwm.source_id, pwm.tscaler_div); in samsung_clocksource_resume()
307 samsung_timer_set_divisor(pwm.source_id, pwm.tdiv); in samsung_clocksource_resume()
309 samsung_time_setup(pwm.source_id, pwm.tcnt_max); in samsung_clocksource_resume()
310 samsung_time_start(pwm.source_id, true); in samsung_clocksource_resume()
347 samsung_timer_set_prescale(pwm.source_id, pwm.tscaler_div); in samsung_clocksource_init()
348 samsung_timer_set_divisor(pwm.source_id, pwm.tdiv); in samsung_clocksource_init()
352 samsung_time_setup(pwm.source_id, pwm.tcnt_max); in samsung_clocksource_init()
353 samsung_time_start(pwm.source_id, true); in samsung_clocksource_init()
[all …]
/drivers/acpi/apei/
Dhest.c102 hest_hdr->type, hest_hdr->source_id); in apei_hest_parse()
109 hest_hdr->source_id); in apei_hest_parse()
162 if (hdr->source_id == hest_hdr->source_id) { in hest_parse_ghes()
164 hdr->source_id); in hest_parse_ghes()
168 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id); in hest_parse_ghes()
Dghes.c255 error_block_length, generic->header.source_id); in ghes_new()
345 g->header.source_id); in ghes_read_estatus()
495 pfx_seq, generic->header.source_id); in __ghes_print_estatus()
670 g->header.source_id); in ghes_add_timer()
943 ghes->generic->header.source_id); in ghes_nmi_add()
950 ghes->generic->header.source_id); in ghes_nmi_remove()
978 generic->header.source_id); in ghes_probe()
984 generic->header.source_id); in ghes_probe()
988 generic->notify.type, generic->header.source_id); in ghes_probe()
997 generic->header.source_id); in ghes_probe()
[all …]
/drivers/pci/pcie/aer/
Daer_inject.c61 u32 source_id; member
176 target = &err->source_id; in find_pci_config_dword()
426 rperr->source_id &= 0xffff0000; in aer_inject()
427 rperr->source_id |= (einj->bus << 8) | devfn; in aer_inject()
439 rperr->source_id &= 0x0000ffff; in aer_inject()
440 rperr->source_id |= ((einj->bus << 8) | devfn) << 16; in aer_inject()
/drivers/iommu/
Ddmar.c1479 u8 fault_reason, u16 source_id, unsigned long long addr) in dmar_fault_do_one() argument
1490 (source_id >> 8), PCI_SLOT(source_id & 0xFF), in dmar_fault_do_one()
1491 PCI_FUNC(source_id & 0xFF), addr >> 48, in dmar_fault_do_one()
1498 (source_id >> 8), PCI_SLOT(source_id & 0xFF), in dmar_fault_do_one()
1499 PCI_FUNC(source_id & 0xFF), addr, fault_reason, reason); in dmar_fault_do_one()
1524 u16 source_id; in dmar_fault() local
1540 source_id = dma_frcd_source_id(data); in dmar_fault()
1552 source_id, guest_addr); in dmar_fault()
Dintel-iommu.c1201 u16 did, u16 source_id, u8 function_mask, in __iommu_flush_context() argument
1216 | DMA_CCMD_SID(source_id) | DMA_CCMD_FM(function_mask); in __iommu_flush_context()
/drivers/scsi/
Dmesh.h37 unsigned char source_id; member
Dmesh.c373 out_8(&mr->source_id, ms->host->this_id); in mesh_init()
485 out_8(&mr->dest_id, mr->source_id); in mesh_start_cmd()
1722 out_8(&mr->source_id, ms->host->this_id); in mesh_host_reset()
/drivers/char/
Dmbcs.h118 source_id:2, // 5:4 member
/drivers/edac/
Dsb_edac.c303 u8 node_id, source_id; member
809 pvt->sbridge_dev->source_id = SOURCE_ID(reg); in get_dimm_config()
815 pvt->sbridge_dev->source_id); in get_dimm_config()
898 pvt->sbridge_dev->source_id, i, j); in get_dimm_config()
/drivers/firewire/
Dcore-transaction.c212 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument
241 HEADER_OFFSET_HIGH(offset >> 32) | HEADER_SOURCE(source_id); in fw_fill_request()