Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 124) sorted by relevance

12345

/include/linux/
Dscmi_protocol.h67 int (*count_get)(const struct scmi_handle *handle);
70 (const struct scmi_handle *handle, u32 clk_id);
71 int (*rate_get)(const struct scmi_handle *handle, u32 clk_id,
73 int (*rate_set)(const struct scmi_handle *handle, u32 clk_id,
75 int (*enable)(const struct scmi_handle *handle, u32 clk_id);
76 int (*disable)(const struct scmi_handle *handle, u32 clk_id);
98 int (*limits_set)(const struct scmi_handle *handle, u32 domain,
100 int (*limits_get)(const struct scmi_handle *handle, u32 domain,
102 int (*level_set)(const struct scmi_handle *handle, u32 domain,
104 int (*level_get)(const struct scmi_handle *handle, u32 domain,
[all …]
Dzpool.h18 int (*evict)(struct zpool *pool, unsigned long handle);
52 unsigned long *handle);
54 void zpool_free(struct zpool *pool, unsigned long handle);
59 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
62 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
97 unsigned long *handle);
98 void (*free)(void *pool, unsigned long handle);
103 void *(*map)(void *pool, unsigned long handle,
105 void (*unmap)(void *pool, unsigned long handle);
Dzbud.h10 int (*evict)(struct zbud_pool *pool, unsigned long handle);
16 unsigned long *handle);
17 void zbud_free(struct zbud_pool *pool, unsigned long handle);
19 void *zbud_map(struct zbud_pool *pool, unsigned long handle);
20 void zbud_unmap(struct zbud_pool *pool, unsigned long handle);
Dpsp-sev.h173 u32 handle; /* In */ member
183 u32 handle; /* In */ member
193 u32 handle; /* In */ member
205 u32 handle; /* In */ member
222 u32 handle; /* In/Out */ member
239 u32 handle; /* In */ member
253 u32 handle; /* In */ member
267 u32 handle; /* In */ member
285 u32 handle; /* In */ member
303 u32 handle; /* In */ member
[all …]
Ddmapool.h27 dma_addr_t *handle);
43 dma_addr_t *handle) { return NULL; } in dma_pool_alloc() argument
53 dma_addr_t *handle) in dma_pool_zalloc() argument
55 return dma_pool_alloc(pool, mem_flags | __GFP_ZERO, handle); in dma_pool_zalloc()
Dacpi.h40 return adev ? adev->handle : NULL; in acpi_device_handle()
289 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id,
295 int acpi_get_ioapic_id(acpi_handle handle, u32 gsi_base, u64 *phys_addr);
298 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base);
299 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base);
300 int acpi_ioapic_registered(acpi_handle handle, u32 gsi_base);
402 extern long acpi_is_video_device(acpi_handle handle);
410 int acpi_get_node(acpi_handle handle);
420 static inline int acpi_get_node(acpi_handle handle) in acpi_get_node() argument
464 acpi_status acpi_release_memory(acpi_handle handle, struct resource *res,
[all …]
Dvmw_vmci_api.h31 int vmci_datagram_destroy_handle(struct vmci_handle handle);
33 int vmci_doorbell_create(struct vmci_handle *handle, u32 flags,
36 int vmci_doorbell_destroy(struct vmci_handle handle);
37 int vmci_doorbell_notify(struct vmci_handle handle, u32 priv_flags);
47 struct vmci_handle *handle,
/include/trace/events/
Dnbd.h12 TP_PROTO(struct request *req, u64 handle),
14 TP_ARGS(req, handle),
18 __field(u64, handle)
23 __entry->handle = handle;
29 __entry->handle
35 TP_PROTO(struct request *req, u64 handle),
37 TP_ARGS(req, handle)
42 TP_PROTO(struct request *req, u64 handle),
44 TP_ARGS(req, handle)
49 TP_PROTO(struct request *req, u64 handle),
[all …]
Dqdisc.h25 __field( u32, handle )
37 __entry->handle = qdisc->handle;
43 __entry->ifindex, __entry->handle, __entry->parent,
/include/linux/soc/ti/
Dti_sci_protocol.h37 int (*reboot_device)(const struct ti_sci_handle *handle);
99 int (*get_device)(const struct ti_sci_handle *handle, u32 id);
100 int (*get_device_exclusive)(const struct ti_sci_handle *handle, u32 id);
101 int (*idle_device)(const struct ti_sci_handle *handle, u32 id);
102 int (*idle_device_exclusive)(const struct ti_sci_handle *handle,
104 int (*put_device)(const struct ti_sci_handle *handle, u32 id);
105 int (*is_valid)(const struct ti_sci_handle *handle, u32 id);
106 int (*get_context_loss_count)(const struct ti_sci_handle *handle,
108 int (*is_idle)(const struct ti_sci_handle *handle, u32 id,
110 int (*is_stop)(const struct ti_sci_handle *handle, u32 id,
[all …]
/include/drm/
Ddrm_os_linux.h16 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset))
18 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset))
20 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset))
22 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset))
24 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset))
26 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset))
29 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset))
31 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset))
Ddrm_agpsupport.h31 void drm_free_agp(struct agp_memory * handle, int pages);
32 int drm_bind_agp(struct agp_memory * handle, unsigned int start);
33 int drm_unbind_agp(struct agp_memory * handle);
64 static inline void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp() argument
68 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp() argument
73 static inline int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp() argument
/include/uapi/linux/
Dphonet.h118 static inline __u8 pn_obj(__u16 handle) in pn_obj() argument
120 return handle & 0xff; in pn_obj()
123 static inline __u8 pn_dev(__u16 handle) in pn_dev() argument
125 return handle >> 8; in pn_dev()
128 static inline __u16 pn_port(__u16 handle) in pn_port() argument
130 return handle & 0x3ff; in pn_port()
133 static inline __u8 pn_addr(__u16 handle) in pn_addr() argument
135 return (handle >> 8) & 0xfc; in pn_addr()
152 __u16 handle) in pn_sockaddr_set_object() argument
154 spn->spn_dev = pn_dev(handle); in pn_sockaddr_set_object()
[all …]
Dfirewire-cdev.h143 __u32 handle; member
206 __u32 handle; member
332 __u32 handle; member
537 __u32 handle; member
581 __u32 handle; member
591 __u32 handle; member
648 __u32 handle; member
661 __u32 handle; member
708 __u32 handle; member
724 __u32 handle; member
[all …]
/include/uapi/drm/
Dtegra_drm.h65 __u32 handle; member
77 __u32 handle; member
295 __u32 handle; member
331 __u32 handle; member
347 __u32 handle; member
383 __u32 handle; member
537 __u32 handle; member
579 __u32 handle; member
617 __u32 handle; member
636 __u32 handle; member
Darmada_drm.h27 __u32 handle; member
34 __u32 handle; member
45 __u32 handle; member
Domap_drm.h67 __u32 handle; /* out */ member
78 __u32 handle; /* buffer handle (in) */ member
83 __u32 handle; /* buffer handle (in) */ member
94 __u32 handle; /* buffer handle (in) */ member
Dvc4_drm.h221 __u32 handle; member
236 __u32 handle; member
253 __u32 handle; member
277 __u32 handle; member
283 __u32 handle; member
342 __u32 handle; member
348 __u32 handle; member
357 __u32 handle; member
372 __u32 handle; member
Dvmwgfx_drm.h357 __u32 handle; member
412 __u32 handle; member
485 __u32 handle; member
626 __u32 handle; member
657 __u32 handle; member
683 __u32 handle; member
728 __u32 handle; member
873 __u32 handle; member
946 __u32 handle; member
1063 __u32 handle; member
[all …]
/include/net/bluetooth/
Dhci.h577 __le16 handle; member
583 __le16 handle; member
637 __le16 handle; member
643 __le16 handle; member
648 __le16 handle; member
654 __le16 handle; member
672 __le16 handle; member
677 __le16 handle; member
683 __le16 handle; member
688 __le16 handle; member
[all …]
/include/acpi/
Dacpiosxf.h89 void acpi_os_delete_lock(acpi_spinlock handle);
93 acpi_cpu_flags acpi_os_acquire_lock(acpi_spinlock handle);
97 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags);
109 # define acpi_os_delete_raw_lock(handle) acpi_os_delete_lock(handle) argument
113 # define acpi_os_acquire_raw_lock(handle) acpi_os_acquire_lock(handle) argument
117 # define acpi_os_release_raw_lock(handle, flags) \ argument
118 acpi_os_release_lock(handle, flags)
131 acpi_status acpi_os_delete_semaphore(acpi_semaphore handle);
136 acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout);
140 acpi_status acpi_os_signal_semaphore(acpi_semaphore handle, u32 units);
[all …]
Dacpi_bus.h27 acpi_evaluate_integer(acpi_handle handle,
31 acpi_evaluate_reference(acpi_handle handle,
36 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
40 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld);
42 bool acpi_has_method(acpi_handle handle, char *name);
43 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
45 acpi_status acpi_evaluate_ej0(acpi_handle handle);
46 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock);
47 bool acpi_ata_match(acpi_handle handle);
48 bool acpi_bay_match(acpi_handle handle);
[all …]
Dacpi_drivers.h70 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering,
72 int acpi_pci_link_free_irq(acpi_handle handle);
81 static inline struct pci_dev *acpi_get_pci_dev(acpi_handle handle) in acpi_get_pci_dev() argument
/include/xen/
Dacpi.h64 acpi_handle handle; in xen_acpi_get_pxm() local
68 handle = phandle; in xen_acpi_get_pxm()
69 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); in xen_acpi_get_pxm()
72 status = acpi_get_parent(handle, &phandle); in xen_acpi_get_pxm()
Dswiotlb-xen.h7 void xen_dma_sync_for_cpu(dma_addr_t handle, phys_addr_t paddr, size_t size,
9 void xen_dma_sync_for_device(dma_addr_t handle, phys_addr_t paddr, size_t size,

12345