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

/drivers/clocksource/
H A Dsamsung_pwm_timer.c75 unsigned int source_id; member in struct:samsung_pwm_clocksource
301 samsung_time_stop(pwm.source_id);
306 samsung_timer_set_prescale(pwm.source_id, pwm.tscaler_div);
307 samsung_timer_set_divisor(pwm.source_id, pwm.tdiv);
309 samsung_time_setup(pwm.source_id, pwm.tcnt_max);
310 samsung_time_start(pwm.source_id, true);
347 samsung_timer_set_prescale(pwm.source_id, pwm.tscaler_div);
348 samsung_timer_set_divisor(pwm.source_id, pwm.tdiv);
352 samsung_time_setup(pwm.source_id, pwm.tcnt_max);
353 samsung_time_start(pwm.source_id, tru
[all...]
/drivers/acpi/apei/
H A Dhest.c102 hest_hdr->type, hest_hdr->source_id);
109 hest_hdr->source_id);
162 if (hdr->source_id == hest_hdr->source_id) {
164 hdr->source_id);
168 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id);
H A Dghes.c255 error_block_length, generic->header.source_id);
345 g->header.source_id);
495 pfx_seq, generic->header.source_id);
670 g->header.source_id);
943 ghes->generic->header.source_id);
950 ghes->generic->header.source_id);
978 generic->header.source_id);
984 generic->header.source_id);
988 generic->notify.type, generic->header.source_id);
997 generic->header.source_id);
[all...]
/drivers/pci/pcie/aer/
H A Daer_inject.c61 u32 source_id; member in struct:aer_error
176 target = &err->source_id;
426 rperr->source_id &= 0xffff0000;
427 rperr->source_id |= (einj->bus << 8) | devfn;
439 rperr->source_id &= 0x0000ffff;
440 rperr->source_id |= ((einj->bus << 8) | devfn) << 16;
/drivers/scsi/
H A Dmesh.h37 unsigned char source_id; member in struct:mesh_regs
H A Dmesh.c373 out_8(&mr->source_id, ms->host->this_id);
485 out_8(&mr->dest_id, mr->source_id);
1722 out_8(&mr->source_id, ms->host->this_id);
/drivers/iommu/
H A Ddmar.c1477 u8 fault_reason, u16 source_id, unsigned long long addr)
1488 (source_id >> 8), PCI_SLOT(source_id & 0xFF),
1489 PCI_FUNC(source_id & 0xFF), addr >> 48,
1496 (source_id >> 8), PCI_SLOT(source_id & 0xFF),
1497 PCI_FUNC(source_id & 0xFF), addr, fault_reason, reason);
1522 u16 source_id; local
1538 source_id = dma_frcd_source_id(data);
1550 source_id, guest_add
1476 dmar_fault_do_one(struct intel_iommu *iommu, int type, u8 fault_reason, u16 source_id, unsigned long long addr) argument
[all...]
H A Dintel-iommu.c1187 u16 did, u16 source_id, u8 function_mask,
1202 | DMA_CCMD_SID(source_id) | DMA_CCMD_FM(function_mask);
1186 __iommu_flush_context(struct intel_iommu *iommu, u16 did, u16 source_id, u8 function_mask, u64 type) argument
/drivers/char/
H A Dmbcs.h118 source_id:2, // 5:4 member in struct:cm_error_detail1::__anon398
/drivers/edac/
H A Dsb_edac.c302 u8 node_id, source_id; member in struct:sbridge_dev
808 pvt->sbridge_dev->source_id = SOURCE_ID(reg);
814 pvt->sbridge_dev->source_id);
897 pvt->sbridge_dev->source_id, i, j);
/drivers/firewire/
H A Dcore-transaction.c212 int destination_id, int source_id, int generation, int speed,
241 HEADER_OFFSET_HIGH(offset >> 32) | HEADER_SOURCE(source_id);
211 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int destination_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument

Completed in 596 milliseconds