/arch/powerpc/include/asm/ |
D | mpic_timer.h | 36 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer() 37 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer() 38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { } in mpic_get_remain_time() 39 void mpic_free_timer(struct mpic_timer *handle) { } in mpic_free_timer()
|
D | fsl_hcalls.h | 121 static inline unsigned int fh_partition_get_dtprop(int handle, in fh_partition_get_dtprop() 175 static inline unsigned int fh_partition_set_dtprop(int handle, in fh_partition_set_dtprop() 534 static inline unsigned int fh_get_core_state(unsigned int handle, in fh_get_core_state() 565 static inline unsigned int fh_enter_nap(unsigned int handle, unsigned int vcpu) in fh_enter_nap() 590 static inline unsigned int fh_exit_nap(unsigned int handle, unsigned int vcpu) in fh_exit_nap() 613 static inline unsigned int fh_claim_device(unsigned int handle) in fh_claim_device() 640 static inline unsigned int fh_partition_stop_dma(unsigned int handle) in fh_partition_stop_dma()
|
D | epapr_hcalls.h | 282 static inline unsigned int ev_byte_channel_send(unsigned int handle, in ev_byte_channel_send() 325 static inline unsigned int ev_byte_channel_receive(unsigned int handle, in ev_byte_channel_receive() 368 static inline unsigned int ev_byte_channel_poll(unsigned int handle, in ev_byte_channel_poll() 402 static inline unsigned int ev_int_iack(unsigned int handle, in ev_int_iack() 428 static inline unsigned int ev_doorbell_send(unsigned int handle) in ev_doorbell_send()
|
/arch/mips/fw/cfe/ |
D | cfe_api.c | 38 int cfe_init(u64 handle, u64 ept) in cfe_init() 52 int cfe_close(int handle) in cfe_close() 290 int cfe_inpstat(int handle) in cfe_inpstat() 309 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, in cfe_ioctl() 351 int cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() 356 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() 396 int cfe_write(int handle, const char *buffer, int length) in cfe_write() 401 int cfe_writeblk(int handle, s64 offset, const char *buffer, int length) in cfe_writeblk()
|
/arch/arm/xen/ |
D | mm.c | 44 static void dma_cache_maint(dma_addr_t handle, size_t size, u32 op) in dma_cache_maint() 73 void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle, in xen_dma_sync_for_cpu() 82 void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle, in xen_dma_sync_for_device()
|
/arch/powerpc/platforms/powernv/ |
D | opal-sensor-groups.c | 21 u32 handle; member 31 int sensor_group_enable(u32 handle, bool enable) in sensor_group_enable() 120 static void add_attr(int handle, struct sg_attr *attr, int index) in add_attr() 130 u32 handle) in add_attr_group()
|
D | opal-powercap.c | 21 u32 handle; member 132 static void powercap_add_attr(int handle, const char *name, in powercap_add_attr()
|
D | opal-psr.c | 21 u32 handle; member
|
/arch/arm/mm/ |
D | dma-mapping-nommu.c | 102 dma_addr_t handle = page_to_phys(page) + offset; in arm_nommu_dma_map_page() local 109 static void arm_nommu_dma_unmap_page(struct device *dev, dma_addr_t handle, in arm_nommu_dma_unmap_page() 145 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_nommu_dma_sync_single_for_device() 151 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_nommu_dma_sync_single_for_cpu()
|
D | dma-mapping.c | 158 static void arm_dma_unmap_page(struct device *dev, dma_addr_t handle, in arm_dma_unmap_page() 167 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_dma_sync_single_for_cpu() 175 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_dma_sync_single_for_device() 687 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in __dma_alloc() 771 void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arm_dma_alloc() 781 dma_addr_t *handle, gfp_t gfp, unsigned long attrs) in arm_coherent_dma_alloc() 832 dma_addr_t handle, unsigned long attrs, in __arm_dma_free() 854 dma_addr_t handle, unsigned long attrs) in arm_dma_free() 860 dma_addr_t handle, unsigned long attrs) in arm_coherent_dma_free() 866 void *cpu_addr, dma_addr_t handle, size_t size, in arm_dma_get_sgtable() [all …]
|
/arch/ia64/kernel/ |
D | acpi.c | 714 int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node() 783 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) in _acpi_map_lsapic() 805 int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, in acpi_map_cpu() 827 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic() 882 int __ref acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic() 898 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic()
|
/arch/m68k/kernel/ |
D | dma.c | 64 void arch_sync_dma_for_device(struct device *dev, phys_addr_t handle, in arch_sync_dma_for_device()
|
D | ints.c | 116 irq_flow_handler_t handle, unsigned int irq, in m68k_setup_irq_controller()
|
/arch/powerpc/sysdev/ |
D | mpic_timer.c | 247 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer() 262 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer() 287 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) in mpic_get_remain_time() 320 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer()
|
/arch/x86/boot/compressed/ |
D | eboot.c | 291 unsigned long handle = efi_is_64bit() ? ((u64 *)uga_handle)[i] in setup_uga() local 388 void *handle; in make_boot_params() local 696 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot() 747 void *handle; in efi_main() local
|
/arch/sparc/kernel/ |
D | ds.c | 87 __u64 handle; member 95 __u64 handle; member 101 __u64 handle; member 107 __u64 handle; member 112 __u64 handle; member 117 __u64 handle; member 122 __u64 handle; member 127 __u64 handle; member 133 __u64 handle; member 221 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap() [all …]
|
D | iommu-common.c | 100 unsigned long *handle, in iommu_tbl_range_alloc()
|
/arch/x86/kernel/acpi/ |
D | boot.c | 735 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node() 749 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, in acpi_map_cpu() 783 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic() 817 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic() 840 int acpi_ioapic_registered(acpi_handle handle, u32 gsi_base) in acpi_ioapic_registered()
|
/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 348 dma_addr_t *handle) in pasemi_dma_alloc_buf() 362 dma_addr_t *handle) in pasemi_dma_free_buf()
|
/arch/c6x/mm/ |
D | dma-coherent.c | 74 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arch_dma_alloc()
|
/arch/xtensa/kernel/ |
D | pci-dma.c | 141 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arch_dma_alloc()
|
/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 593 void arch_phys_wc_del(int handle) in arch_phys_wc_del() 613 int arch_phys_wc_index(int handle) in arch_phys_wc_index()
|
/arch/s390/kernel/ |
D | perf_cpum_sf.c | 95 struct perf_output_handle handle; /* AUX buffer output handle */ member 664 struct perf_output_handle handle; in cpumsf_output_event_pid() local 1371 static void aux_output_end(struct perf_output_handle *handle) in aux_output_end() 1406 static int aux_output_begin(struct perf_output_handle *handle, in aux_output_begin() 1580 struct perf_output_handle *handle = &cpuhw->handle; in hw_collect_aux() local
|
/arch/s390/include/asm/ |
D | pci_io.h | 34 #define ZPCI_CREATE_REQ(handle, space, len) \ argument
|
/arch/arm/common/ |
D | dmabounce.c | 397 dma_addr_t handle, size_t size, enum dma_data_direction dir) in dmabounce_sync_for_cpu() 437 dma_addr_t handle, size_t size, enum dma_data_direction dir) in dmabounce_sync_for_device()
|