Searched refs:dest_ptr (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/ |
| A D | devres.c | 140 void __iomem *dest_ptr; in __devm_ioremap_resource() local 170 dest_ptr = __devm_ioremap(dev, res->start, size, type); in __devm_ioremap_resource() 171 if (!dest_ptr) { in __devm_ioremap_resource() 174 dest_ptr = IOMEM_ERR_PTR(-ENOMEM); in __devm_ioremap_resource() 177 return dest_ptr; in __devm_ioremap_resource()
|
| /linux/drivers/net/ethernet/xilinx/ |
| A D | xilinx_emaclite.c | 209 static void xemaclite_aligned_write(const void *src_ptr, u32 *dest_ptr, in xemaclite_aligned_write() argument 217 to_u32_ptr = dest_ptr; in xemaclite_aligned_write() 267 static void xemaclite_aligned_read(u32 *src_ptr, u8 *dest_ptr, in xemaclite_aligned_read() argument 275 to_u16_ptr = (u16 *)dest_ptr; in xemaclite_aligned_read()
|
| /linux/drivers/char/tpm/ |
| A D | tpm2-cmd.c | 297 u8 *dest_ptr = dest; in tpm2_get_random() local 329 memcpy(dest_ptr, out->buffer, recd); in tpm2_get_random() 331 dest_ptr += recd; in tpm2_get_random()
|
| /linux/sound/core/ |
| A D | rawmidi.c | 999 struct snd_rawmidi_framing_tstamp *dest_ptr; in receive_with_tstamp_framing() local 1023 dest_ptr = (struct snd_rawmidi_framing_tstamp *) (runtime->buffer + runtime->hw_ptr); in receive_with_tstamp_framing() 1024 *dest_ptr = frame; in receive_with_tstamp_framing()
|
| /linux/drivers/pci/ |
| A D | pci.c | 4307 void __iomem *dest_ptr; in devm_pci_remap_cfg_resource() local 4331 dest_ptr = devm_pci_remap_cfgspace(dev, res->start, size); in devm_pci_remap_cfg_resource() 4332 if (!dest_ptr) { in devm_pci_remap_cfg_resource() 4335 dest_ptr = IOMEM_ERR_PTR(-ENOMEM); in devm_pci_remap_cfg_resource() 4338 return dest_ptr; in devm_pci_remap_cfg_resource()
|
Completed in 726 milliseconds