Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 47) sorted by relevance

12

/arch/powerpc/include/asm/
Dmpic_timer.h36 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()
Dfsl_hcalls.h121 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()
Depapr_hcalls.h282 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/
Dcfe_api.c38 int cfe_init(u64 handle, u64 ept) in cfe_init()
52 int cfe_close(int handle) in cfe_close()
285 int cfe_inpstat(int handle) in cfe_inpstat()
304 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, in cfe_ioctl()
346 int cfe_read(int handle, unsigned char *buffer, int length) in cfe_read()
351 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk()
391 int cfe_write(int handle, const char *buffer, int length) in cfe_write()
396 int cfe_writeblk(int handle, s64 offset, const char *buffer, int length) in cfe_writeblk()
/arch/arm/xen/
Dmm.c47 static void dma_cache_maint(struct device *dev, dma_addr_t handle, in dma_cache_maint()
79 void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle, in xen_dma_sync_for_cpu()
86 void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle, in xen_dma_sync_for_device()
/arch/powerpc/platforms/powernv/
Dopal-sensor-groups.c21 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()
Dopal-powercap.c21 u32 handle; member
132 static void powercap_add_attr(int handle, const char *name, in powercap_add_attr()
Dopal-psr.c21 u32 handle; member
/arch/arm/mm/
Ddma-mapping-nommu.c103 dma_addr_t handle = page_to_phys(page) + offset; in arm_nommu_dma_map_page() local
110 static void arm_nommu_dma_unmap_page(struct device *dev, dma_addr_t handle, in arm_nommu_dma_unmap_page()
146 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_nommu_dma_sync_single_for_device()
152 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_nommu_dma_sync_single_for_cpu()
Ddma-mapping.c155 static void arm_dma_unmap_page(struct device *dev, dma_addr_t handle, in arm_dma_unmap_page()
164 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_dma_sync_single_for_cpu()
172 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_dma_sync_single_for_device()
662 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in __dma_alloc()
743 void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arm_dma_alloc()
753 dma_addr_t *handle, gfp_t gfp, unsigned long attrs) in arm_coherent_dma_alloc()
804 dma_addr_t handle, unsigned long attrs, in __arm_dma_free()
826 dma_addr_t handle, unsigned long attrs) in arm_dma_free()
832 dma_addr_t handle, unsigned long attrs) in arm_coherent_dma_free()
838 void *cpu_addr, dma_addr_t handle, size_t size, in arm_dma_get_sgtable()
[all …]
/arch/ia64/kernel/
Dacpi.c715 int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node()
784 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) in _acpi_map_lsapic()
806 int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, in acpi_map_cpu()
828 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic()
883 int __ref acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic()
899 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic()
/arch/m68k/kernel/
Ddma.c64 void arch_sync_dma_for_device(phys_addr_t handle, size_t size, in arch_sync_dma_for_device()
Dints.c116 irq_flow_handler_t handle, unsigned int irq, in m68k_setup_irq_controller()
/arch/powerpc/sysdev/
Dmpic_timer.c247 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/sparc/kernel/
Dds.c87 __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 …]
Diommu-common.c100 unsigned long *handle, in iommu_tbl_range_alloc()
/arch/x86/kernel/acpi/
Dboot.c739 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node()
753 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, in acpi_map_cpu()
787 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic()
821 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic()
844 int acpi_ioapic_registered(acpi_handle handle, u32 gsi_base) in acpi_ioapic_registered()
/arch/powerpc/platforms/pasemi/
Ddma_lib.c348 dma_addr_t *handle) in pasemi_dma_alloc_buf()
362 dma_addr_t *handle) in pasemi_dma_free_buf()
/arch/c6x/mm/
Ddma-coherent.c74 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arch_dma_alloc()
/arch/x86/include/asm/
Defi.h280 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument
286 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
289 #define __efi64_argmap_exit(handle, status, size, data) \ argument
/arch/x86/kernel/cpu/mtrr/
Dmtrr.c593 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/
Dperf_cpum_sf.c95 struct perf_output_handle handle; /* AUX buffer output handle */ member
664 struct perf_output_handle handle; in cpumsf_output_event_pid() local
1390 static void aux_output_end(struct perf_output_handle *handle) in aux_output_end()
1426 static int aux_output_begin(struct perf_output_handle *handle, in aux_output_begin()
1612 struct perf_output_handle *handle = &cpuhw->handle; in hw_collect_aux() local
/arch/x86/events/intel/
Dbts.c24 struct perf_output_handle handle; member
369 bts_buffer_reset(struct bts_buffer *buf, struct perf_output_handle *handle) in bts_buffer_reset()
/arch/arm/common/
Ddmabounce.c398 dma_addr_t handle, size_t size, enum dma_data_direction dir) in dmabounce_sync_for_cpu()
438 dma_addr_t handle, size_t size, enum dma_data_direction dir) in dmabounce_sync_for_device()
/arch/s390/include/asm/
Dpci_io.h41 #define ZPCI_CREATE_REQ(handle, space, len) \ argument

12