Searched refs:handle (Results 76 - 100 of 1672) sorted by relevance

1234567891011>>

/linux-master/fs/jbd2/
H A Dtransaction.c217 * Wait until we can add credits for handle to the running transaction. Called
218 * with j_state_lock held for reading. Returns 0 if handle joined the running
256 * attach this handle to a new transaction.
262 * big to fit this handle? Wait until reserved credits are freed.
325 * start_this_handle: Given a handle, deal with any locking or stalling
326 * needed to make sure that there is enough journal space for the handle
327 * to begin. Attach the handle to a transaction and set up the
331 static int start_this_handle(journal_t *journal, handle_t *handle, argument
335 int blocks = handle->h_total_credits;
339 if (handle
476 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); local
489 handle_t *handle = journal_current_handle(); local
563 __jbd2_journal_unreserve_handle(handle_t *handle, transaction_t *t) argument
573 jbd2_journal_free_reserved(handle_t *handle) argument
599 jbd2_journal_start_reserved(handle_t *handle, unsigned int type, unsigned int line_no) argument
660 jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) argument
716 stop_this_handle(handle_t *handle) argument
778 jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, gfp_t gfp_mask) argument
825 jbd2_journal_restart(handle_t *handle, int nblocks) argument
966 do_get_write_access(handle_t *handle, struct journal_head *jh, int force_copy) argument
1167 jbd2_write_access_granted(handle_t *handle, struct buffer_head *bh, bool undo) argument
1231 jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) argument
1285 jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) argument
1384 jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) argument
1500 jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) argument
1672 jbd2_journal_forget(handle_t *handle, struct buffer_head *bh) argument
1839 jbd2_journal_stop(handle_t *handle) argument
2662 jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *jinode, unsigned long flags, loff_t start_byte, loff_t end_byte) argument
2717 jbd2_journal_inode_ranged_write(handle_t *handle, struct jbd2_inode *jinode, loff_t start_byte, loff_t length) argument
2725 jbd2_journal_inode_ranged_wait(handle_t *handle, struct jbd2_inode *jinode, loff_t start_byte, loff_t length) argument
[all...]
/linux-master/drivers/acpi/
H A Dioapic.c31 acpi_handle handle; member in struct:acpi_pci_ioapic
68 static bool acpi_is_ioapic(acpi_handle handle, char **type) argument
75 if (!acpi_has_method(handle, "_GSB"))
78 status = acpi_get_object_info(handle, &info);
97 static acpi_status handle_ioapic_add(acpi_handle handle, u32 lvl, argument
107 if (!acpi_is_ioapic(handle, &type))
112 if (ioapic->handle == handle) {
117 status = acpi_evaluate_integer(handle, "_GSB", NULL, &gsi_base);
119 acpi_handle_warn(handle, "faile
[all...]
H A Dpci_link.c88 acpi_handle handle = link->device->handle; local
99 acpi_handle_debug(handle,
107 acpi_handle_debug(handle,
125 acpi_handle_debug(handle,
133 acpi_handle_debug(handle,
147 acpi_handle_debug(handle, "_PRS resource type 0x%x is not IRQ\n",
157 acpi_handle handle = link->device->handle; local
160 status = acpi_walk_resources(handle, METHOD_NAME__PR
230 acpi_handle handle = link->device->handle; local
284 acpi_handle handle = link->device->handle; local
530 acpi_handle handle = link->device->handle; local
606 acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, int *polarity, char **name) argument
657 acpi_pci_link_free_irq(acpi_handle handle) argument
707 acpi_handle handle = device->handle; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsi_ih.c159 static int si_ih_early_init(void *handle) argument
161 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
168 static int si_ih_sw_init(void *handle) argument
171 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
180 static int si_ih_sw_fini(void *handle) argument
182 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
189 static int si_ih_hw_init(void *handle) argument
191 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
196 static int si_ih_hw_fini(void *handle) argument
198 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
205 si_ih_suspend(void *handle) argument
212 si_ih_resume(void *handle) argument
219 si_ih_is_idle(void *handle) argument
230 si_ih_wait_for_idle(void *handle) argument
243 si_ih_soft_reset(void *handle) argument
272 si_ih_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
278 si_ih_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Dcik_ih.c286 static int cik_ih_early_init(void *handle) argument
288 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
300 static int cik_ih_sw_init(void *handle) argument
303 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
314 static int cik_ih_sw_fini(void *handle) argument
316 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
324 static int cik_ih_hw_init(void *handle) argument
326 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
331 static int cik_ih_hw_fini(void *handle) argument
333 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
340 cik_ih_suspend(void *handle) argument
347 cik_ih_resume(void *handle) argument
354 cik_ih_is_idle(void *handle) argument
365 cik_ih_wait_for_idle(void *handle) argument
381 cik_ih_soft_reset(void *handle) argument
411 cik_ih_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
417 cik_ih_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Dtonga_ih.c286 static int tonga_ih_early_init(void *handle) argument
288 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
300 static int tonga_ih_sw_init(void *handle) argument
303 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
317 static int tonga_ih_sw_fini(void *handle) argument
319 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
327 static int tonga_ih_hw_init(void *handle) argument
330 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
339 static int tonga_ih_hw_fini(void *handle) argument
341 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
348 tonga_ih_suspend(void *handle) argument
355 tonga_ih_resume(void *handle) argument
362 tonga_ih_is_idle(void *handle) argument
373 tonga_ih_wait_for_idle(void *handle) argument
389 tonga_ih_check_soft_reset(void *handle) argument
408 tonga_ih_pre_soft_reset(void *handle) argument
418 tonga_ih_post_soft_reset(void *handle) argument
428 tonga_ih_soft_reset(void *handle) argument
459 tonga_ih_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
465 tonga_ih_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_aca.c31 typedef int bank_handler_t(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type, void *data);
201 static bool aca_bank_is_valid(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type) argument
203 const struct aca_bank_ops *bank_ops = handle->bank_ops;
205 if (!aca_bank_hwip_is_matched(bank, handle->hwip))
211 return bank_ops->aca_bank_is_valid(handle, bank, type, handle->data);
279 int aca_error_cache_log_bank_error(struct aca_handle *handle, struct aca_bank_info *info, argument
282 struct aca_error_cache *error_cache = &handle->error_cache;
286 if (!handle || !info || type >= ACA_ERROR_TYPE_COUNT)
302 static int aca_bank_parser(struct aca_handle *handle, struc argument
316 handler_aca_log_bank_error(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type, void *data) argument
331 struct aca_handle *handle; local
471 aca_log_aca_error(struct aca_handle *handle, enum aca_error_type type, struct ras_err_data *err_data) argument
493 __aca_get_error_data(struct amdgpu_device *adev, struct aca_handle *handle, enum aca_error_type type, struct ras_err_data *err_data, struct ras_query_context *qctx) argument
519 aca_handle_is_valid(struct aca_handle *handle) argument
527 amdgpu_aca_get_error_data(struct amdgpu_device *adev, struct aca_handle *handle, enum aca_error_type type, struct ras_err_data *err_data, struct ras_query_context *qctx) argument
551 aca_init_error_cache(struct aca_handle *handle) argument
571 aca_fini_error_cache(struct aca_handle *handle) argument
580 add_aca_handle(struct amdgpu_device *adev, struct aca_handle_manager *mgr, struct aca_handle *handle, const char *name, const struct aca_info *ras_info, void *data) argument
604 struct aca_handle *handle = container_of(attr, struct aca_handle, aca_attr); local
611 add_aca_sysfs(struct amdgpu_device *adev, struct aca_handle *handle) argument
626 amdgpu_aca_add_handle(struct amdgpu_device *adev, struct aca_handle *handle, const char *name, const struct aca_info *ras_info, void *data) argument
642 remove_aca_handle(struct aca_handle *handle) argument
651 remove_aca_sysfs(struct aca_handle *handle) argument
662 amdgpu_aca_remove_handle(struct aca_handle *handle) argument
681 struct aca_handle *handle, *tmp; local
832 handler_aca_bank_dump(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type, void *data) argument
[all...]
/linux-master/mm/
H A Dzbud.c38 * allocation function, zbud_alloc(), returns an opaque handle to the user,
39 * not a dereferenceable pointer. The user must map the handle using
41 * allocation data and unmap the handle with zbud_unmap() when operations
152 * Encodes the handle of a particular buddy within a zbud page
157 unsigned long handle; local
160 * For now, the encoded handle is actually just the pointer to the data
162 * Add CHUNK_SIZE to the handle if it is the first allocation to jump
165 handle = (unsigned long)zhdr;
168 handle += ZHDR_SIZE_ALIGNED;
170 handle
175 handle_to_zbud_header(unsigned long handle) argument
246 zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, unsigned long *handle) argument
311 zbud_free(struct zbud_pool *pool, unsigned long handle) argument
353 zbud_map(struct zbud_pool *pool, unsigned long handle) argument
363 zbud_unmap(struct zbud_pool *pool, unsigned long handle) argument
393 zbud_zpool_malloc(void *pool, size_t size, gfp_t gfp, unsigned long *handle) argument
398 zbud_zpool_free(void *pool, unsigned long handle) argument
403 zbud_zpool_map(void *pool, unsigned long handle, enum zpool_mapmode mm) argument
408 zbud_zpool_unmap(void *pool, unsigned long handle) argument
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c140 struct perf_output_handle * __percpu *handle; member in struct:trbe_drvdata
263 static void trbe_report_wrap_event(struct perf_output_handle *handle) argument
279 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION);
282 static void trbe_stop_and_truncate_event(struct perf_output_handle *handle) argument
284 struct trbe_buf *buf = etm_perf_sink_config(handle);
294 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED);
295 perf_aux_output_end(handle, 0);
296 *this_cpu_ptr(buf->cpudata->drvdata->handle) = NULL;
347 static void trbe_pad_buf(struct perf_output_handle *handle, int len) argument
349 struct trbe_buf *buf = etm_perf_sink_config(handle);
357 trbe_snapshot_offset(struct perf_output_handle *handle) argument
369 trbe_min_trace_buf_size(struct perf_output_handle *handle) argument
398 __trbe_normal_offset(struct perf_output_handle *handle) argument
547 trbe_normal_offset(struct perf_output_handle *handle) argument
569 compute_trbe_buffer_limit(struct perf_output_handle *handle) argument
648 trbe_get_fault_act(struct perf_output_handle *handle, u64 trbsr) argument
676 trbe_get_trace_size(struct perf_output_handle *handle, struct trbe_buf *buf, bool wrap) argument
781 arm_trbe_update_buffer(struct coresight_device *csdev, struct perf_output_handle *handle, void *config) argument
983 __arm_trbe_enable(struct trbe_buf *buf, struct perf_output_handle *handle) argument
1015 struct perf_output_handle *handle = data; local
1049 trbe_handle_spurious(struct perf_output_handle *handle) argument
1062 trbe_handle_overflow(struct perf_output_handle *handle) argument
1091 is_perf_trbe(struct perf_output_handle *handle) argument
1116 struct perf_output_handle *handle = *handle_ptr; local
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c30 * DoorbellEntry describes the a doorbell notification handle allocated by the
80 * with a given doorbell handle. For guest endpoints, the
83 * handle. Hypervisor endpoints are not yet supported.
85 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) argument
87 if (priv_flags == NULL || handle.context == VMCI_INVALID_ID)
90 if (handle.context == VMCI_HOST_CONTEXT_ID) {
94 resource = vmci_resource_by_handle(handle,
102 } else if (handle.context == VMCI_HYPERVISOR_CONTEXT_ID) {
109 *priv_flags = vmci_context_get_priv_flags(handle.context);
225 * Creates a link between the given doorbell handle an
229 dbell_link(struct vmci_handle handle, u32 notify_idx) argument
247 dbell_unlink(struct vmci_handle handle) argument
264 dbell_notify_as_guest(struct vmci_handle handle, u32 priv_flags) argument
292 vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) argument
409 vmci_doorbell_create(struct vmci_handle *handle, u32 flags, u32 priv_flags, vmci_callback notify_cb, void *client_data) argument
513 vmci_doorbell_destroy(struct vmci_handle handle) argument
[all...]
/linux-master/arch/arm/xen/
H A Dmm.c45 static void dma_cache_maint(struct device *dev, dma_addr_t handle, argument
50 cflush.offset = xen_offset_in_page(handle);
52 handle &= XEN_PAGE_MASK;
55 cflush.a.dev_bus_addr = dma_to_phys(dev, handle);
65 handle += cflush.length;
77 void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle, argument
81 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL);
84 void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle, argument
88 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL);
90 dma_cache_maint(dev, handle, siz
[all...]
/linux-master/drivers/iommu/
H A Diommu-sva.c74 struct iommu_sva *handle; local
86 list_for_each_entry(handle, &mm->iommu_mm->sva_handles, handle_item) {
87 if (handle->dev == dev) {
88 refcount_inc(&handle->users);
90 return handle;
94 handle = kzalloc(sizeof(*handle), GFP_KERNEL);
95 if (!handle) {
123 refcount_set(&handle->users, 1);
124 list_add(&handle
148 iommu_sva_unbind_device(struct iommu_sva *handle) argument
171 iommu_sva_get_pasid(struct iommu_sva *handle) argument
[all...]
/linux-master/kernel/events/
H A Dinternal.h139 size = min(handle->size, len); \
144 handle->addr += written; \
147 handle->size -= written; \
148 if (!handle->size) { \
149 struct perf_buffer *rb = handle->rb; \
151 handle->page++; \
152 handle->page &= rb->nr_pages - 1; \
153 handle->addr = rb->data_pages[handle->page]; \
154 handle
168 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, const void *buf, unsigned long len) argument
[all...]
/linux-master/sound/core/oss/
H A Dpcm_plugin.h70 int snd_pcm_plugin_build(struct snd_pcm_substream *handle,
79 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
80 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size);
85 int snd_pcm_plugin_build_io(struct snd_pcm_substream *handle,
88 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *handle,
92 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *handle,
96 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *handle,
100 int snd_pcm_plugin_build_route(struct snd_pcm_substream *handle,
104 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *handle,
118 snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *handle,
146 snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size) argument
147 snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size) argument
[all...]
/linux-master/drivers/firmware/
H A Dti_sci.c94 * @handle: Instance of TI SCI handle to send to clients.
110 struct ti_sci_handle handle; member in struct:ti_sci_info
122 #define handle_to_ti_sci_info(h) container_of(h, struct ti_sci_info, handle)
254 dev_err(dev, "Unable to handle %zu xfer(max %d)\n",
448 struct ti_sci_handle *handle = &info->handle; local
449 struct ti_sci_version_info *ver = &handle->version;
498 * @handle: pointer to TI SCI handle
505 ti_sci_set_device_state(const struct ti_sci_handle *handle, u32 id, u32 flags, u8 state) argument
562 ti_sci_get_device_state(const struct ti_sci_handle *handle, u32 id, u32 *clcnt, u32 *resets, u8 *p_state, u8 *c_state) argument
633 ti_sci_cmd_get_device(const struct ti_sci_handle *handle, u32 id) argument
652 ti_sci_cmd_get_device_exclusive(const struct ti_sci_handle *handle, u32 id) argument
671 ti_sci_cmd_idle_device(const struct ti_sci_handle *handle, u32 id) argument
690 ti_sci_cmd_idle_device_exclusive(const struct ti_sci_handle *handle, u32 id) argument
709 ti_sci_cmd_put_device(const struct ti_sci_handle *handle, u32 id) argument
723 ti_sci_cmd_dev_is_valid(const struct ti_sci_handle *handle, u32 id) argument
739 ti_sci_cmd_dev_get_clcnt(const struct ti_sci_handle *handle, u32 id, u32 *count) argument
753 ti_sci_cmd_dev_is_idle(const struct ti_sci_handle *handle, u32 id, bool *r_state) argument
780 ti_sci_cmd_dev_is_stop(const struct ti_sci_handle *handle, u32 id, bool *r_state, bool *curr_state) argument
811 ti_sci_cmd_dev_is_on(const struct ti_sci_handle *handle, u32 id, bool *r_state, bool *curr_state) argument
841 ti_sci_cmd_dev_is_trans(const struct ti_sci_handle *handle, u32 id, bool *curr_state) argument
868 ti_sci_cmd_set_device_resets(const struct ti_sci_handle *handle, u32 id, u32 reset_state) argument
923 ti_sci_cmd_get_device_resets(const struct ti_sci_handle *handle, u32 id, u32 *reset_state) argument
942 ti_sci_set_clock_state(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u32 flags, u8 state) argument
1007 ti_sci_cmd_get_clock_state(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u8 *programmed_state, u8 *current_state) argument
1083 ti_sci_cmd_get_clock(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, bool needs_ssc, bool can_change_freq, bool enable_input_term) argument
1109 ti_sci_cmd_idle_clock(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id) argument
1129 ti_sci_cmd_put_clock(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id) argument
1148 ti_sci_cmd_clk_is_auto(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, bool *req_state) argument
1177 ti_sci_cmd_clk_is_on(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, bool *req_state, bool *curr_state) argument
1210 ti_sci_cmd_clk_is_off(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, bool *req_state, bool *curr_state) argument
1242 ti_sci_cmd_clk_set_parent(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u32 parent_id) argument
1310 ti_sci_cmd_clk_get_parent(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u32 *parent_id) argument
1379 ti_sci_cmd_clk_get_num_parents(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u32 *num_parents) argument
1457 ti_sci_cmd_clk_get_match_freq(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u64 min_freq, u64 target_freq, u64 max_freq, u64 *match_freq) argument
1534 ti_sci_cmd_clk_set_freq(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u64 min_freq, u64 target_freq, u64 max_freq) argument
1600 ti_sci_cmd_clk_get_freq(const struct ti_sci_handle *handle, u32 dev_id, u32 clk_id, u64 *freq) argument
1654 ti_sci_cmd_core_reboot(const struct ti_sci_handle *handle) argument
1714 ti_sci_get_resource_range(const struct ti_sci_handle *handle, u32 dev_id, u8 subtype, u8 s_host, struct ti_sci_resource_desc *desc) argument
1785 ti_sci_cmd_get_resource_range(const struct ti_sci_handle *handle, u32 dev_id, u8 subtype, struct ti_sci_resource_desc *desc) argument
1808 ti_sci_cmd_get_resource_range_from_shost(const struct ti_sci_handle *handle, u32 dev_id, u8 subtype, u8 s_host, struct ti_sci_resource_desc *desc) argument
1834 ti_sci_manage_irq(const struct ti_sci_handle *handle, u32 valid_params, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit, u8 s_host, u16 type) argument
1908 ti_sci_set_irq(const struct ti_sci_handle *handle, u32 valid_params, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit, u8 s_host) argument
1942 ti_sci_free_irq(const struct ti_sci_handle *handle, u32 valid_params, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit, u8 s_host) argument
1969 ti_sci_cmd_set_irq(const struct ti_sci_handle *handle, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq) argument
1991 ti_sci_cmd_set_event_map(const struct ti_sci_handle *handle, u16 src_id, u16 src_index, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit) argument
2015 ti_sci_cmd_free_irq(const struct ti_sci_handle *handle, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq) argument
2037 ti_sci_cmd_free_event_map(const struct ti_sci_handle *handle, u16 src_id, u16 src_index, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit) argument
2060 ti_sci_cmd_rm_ring_cfg(const struct ti_sci_handle *handle, const struct ti_sci_msg_rm_ring_cfg *params) argument
2122 ti_sci_cmd_rm_psil_pair(const struct ti_sci_handle *handle, u32 nav_id, u32 src_thread, u32 dst_thread) argument
2178 ti_sci_cmd_rm_psil_unpair(const struct ti_sci_handle *handle, u32 nav_id, u32 src_thread, u32 dst_thread) argument
2235 ti_sci_cmd_rm_udmap_tx_ch_cfg(const struct ti_sci_handle *handle, const struct ti_sci_msg_rm_udmap_tx_ch_cfg *params) argument
2307 ti_sci_cmd_rm_udmap_rx_ch_cfg(const struct ti_sci_handle *handle, const struct ti_sci_msg_rm_udmap_rx_ch_cfg *params) argument
2376 ti_sci_cmd_rm_udmap_rx_flow_cfg(const struct ti_sci_handle *handle, const struct ti_sci_msg_rm_udmap_flow_cfg *params) argument
2446 ti_sci_cmd_proc_request(const struct ti_sci_handle *handle, u8 proc_id) argument
2498 ti_sci_cmd_proc_release(const struct ti_sci_handle *handle, u8 proc_id) argument
2553 ti_sci_cmd_proc_handover(const struct ti_sci_handle *handle, u8 proc_id, u8 host_id) argument
2610 ti_sci_cmd_proc_set_config(const struct ti_sci_handle *handle, u8 proc_id, u64 bootvector, u32 config_flags_set, u32 config_flags_clear) argument
2672 ti_sci_cmd_proc_set_control(const struct ti_sci_handle *handle, u8 proc_id, u32 control_flags_set, u32 control_flags_clear) argument
2731 ti_sci_cmd_proc_get_status(const struct ti_sci_handle *handle, u8 proc_id, u64 *bv, u32 *cfg_flags, u32 *ctrl_flags, u32 *sts_flags) argument
2876 struct ti_sci_handle *handle = NULL; local
2919 ti_sci_put_handle(const struct ti_sci_handle *handle) argument
2941 const struct ti_sci_handle *handle = *ptr; local
2963 const struct ti_sci_handle *handle; local
2997 struct ti_sci_handle *handle = NULL; local
3043 const struct ti_sci_handle *handle; local
3149 devm_ti_sci_get_resource_sets(const struct ti_sci_handle *handle, struct device *dev, u32 dev_id, u32 *sub_types, u32 sets) argument
3209 devm_ti_sci_get_of_resource(const struct ti_sci_handle *handle, struct device *dev, u32 dev_id, char *of_prop) argument
3247 devm_ti_sci_get_resource(const struct ti_sci_handle *handle, struct device *dev, u32 dev_id, u32 sub_type) argument
3257 const struct ti_sci_handle *handle = &info->handle; local
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
46 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
58 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
59 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
70 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
72 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
84 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
85 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
94 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
96 tc filter add dev $h2 ingress protocol ip pref 2 handle 10
[all...]
/linux-master/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c83 static int setup_handle(snd_pcm_t **handle, snd_pcm_sw_params_t *swparams, argument
91 err = snd_pcm_open(handle, pcm_name, stream, 0);
94 snd_pcm_hw_params_any(*handle, hwparams);
95 snd_pcm_hw_params_set_rate_resample(*handle, hwparams, 0);
96 snd_pcm_hw_params_set_access(*handle, hwparams, params->access);
97 snd_pcm_hw_params_set_format(*handle, hwparams, params->format);
98 snd_pcm_hw_params_set_channels(*handle, hwparams, params->channels);
99 snd_pcm_hw_params_set_rate_near(*handle, hwparams, &params->rate, 0);
100 snd_pcm_hw_params_set_period_size_near(*handle, hwparams, &params->period_size, 0);
101 snd_pcm_hw_params_set_buffer_size_near(*handle, hwparam
167 snd_pcm_t *handle; local
207 snd_pcm_t *handle; local
239 snd_pcm_t *handle; local
273 snd_pcm_t *handle; local
315 snd_pcm_t *handle; local
[all...]
/linux-master/net/rfkill/
H A Dinput.c113 * handle global ops first -- during unlocked period
193 static void rfkill_event(struct input_handle *handle, unsigned int type, argument
221 struct input_handle *handle; local
224 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
225 if (!handle)
228 handle->dev = dev;
229 handle->handler = handler;
230 handle->name = "rfkill";
233 error = input_register_handle(handle);
237 error = input_open_device(handle);
250 rfkill_start(struct input_handle *handle) argument
267 rfkill_disconnect(struct input_handle *handle) argument
[all...]
/linux-master/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h337 int (*pre_set_power_state)(void *handle);
338 int (*set_power_state)(void *handle);
339 void (*post_set_power_state)(void *handle);
340 void (*display_configuration_changed)(void *handle);
341 void (*print_power_state)(void *handle, void *ps);
342 bool (*vblank_too_short)(void *handle);
343 void (*enable_bapm)(void *handle, bool enable);
344 int (*check_state_equal)(void *handle,
349 int (*set_fan_control_mode)(void *handle, u32 mode);
350 int (*get_fan_control_mode)(void *handle, u3
[all...]
/linux-master/drivers/platform/x86/
H A Dtoshiba_haps.c29 static int toshiba_haps_reset_protection(acpi_handle handle) argument
33 status = acpi_evaluate_object(handle, "RSSS", NULL, NULL);
42 static int toshiba_haps_protection_level(acpi_handle handle, int level) argument
46 status = acpi_execute_simple_method(handle, "PTLV", level);
85 ret = toshiba_haps_protection_level(haps->acpi_dev->handle, level);
111 ret = toshiba_haps_reset_protection(haps->acpi_dev->handle);
150 static int toshiba_haps_available(acpi_handle handle) argument
159 status = acpi_evaluate_integer(handle, "_STA", NULL, &hdd_present);
181 if (!toshiba_haps_available(acpi_dev->handle))
196 ret = toshiba_haps_protection_level(acpi_dev->handle,
[all...]
/linux-master/drivers/xen/
H A Dxen-acpi-pad.c50 static int acpi_pad_pur(acpi_handle handle) argument
56 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_PUR", NULL, &buffer)))
73 static void acpi_pad_handle_notify(acpi_handle handle) argument
83 idle_nums = acpi_pad_pur(handle);
92 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY,
97 static void acpi_pad_notify(acpi_handle handle, u32 event, argument
102 acpi_pad_handle_notify(handle);
117 status = acpi_install_notify_handler(device->handle,
131 acpi_remove_notify_handler(device->handle,
/linux-master/drivers/platform/x86/intel/int3472/
H A Dcommon.c12 acpi_handle handle = adev->handle; local
16 status = acpi_evaluate_object(handle, id, NULL, &buffer);
25 acpi_handle_err(handle, "%s object is not an ACPI buffer\n", id);
43 acpi_handle_err(adev->handle, "The CLDB buffer is too large\n");
/linux-master/scripts/gdb/linux/
H A Dstackdepot.py16 def stack_depot_fetch(handle):
26 parts = handle.cast(handle_parts_t)
31 gdb.write("pool index %d out of bounds (%d) for stack id 0x%08x\n" % (parts['pool_index'], pools_num, handle))
45 def stack_depot_print(handle):
49 entries, nr_entries = stack_depot_fetch(handle)
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.h84 int scmi_notification_init(struct scmi_handle *handle);
85 void scmi_notification_exit(struct scmi_handle *handle);
86 int scmi_register_protocol_events(const struct scmi_handle *handle, u8 proto_id,
89 void scmi_deregister_protocol_events(const struct scmi_handle *handle,
91 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id,
/linux-master/kernel/power/
H A Dswap.c315 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) argument
324 swsusp_header->image = handle->first_sector;
331 swsusp_header->crc32 = handle->crc32;
415 static void release_swap_writer(struct swap_map_handle *handle) argument
417 if (handle->cur)
418 free_page((unsigned long)handle->cur);
419 handle->cur = NULL;
422 static int get_swap_writer(struct swap_map_handle *handle) argument
432 handle->cur = (struct swap_map_page *)get_zeroed_page(GFP_KERNEL);
433 if (!handle
453 swap_write_page(struct swap_map_handle *handle, void *buf, struct hib_bio_batch *hb) argument
493 flush_swap_writer(struct swap_map_handle *handle) argument
501 swap_writer_finish(struct swap_map_handle *handle, unsigned int flags, int error) argument
548 save_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_write) argument
693 save_compressed_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_write) argument
943 struct swap_map_handle handle; local
987 release_swap_reader(struct swap_map_handle *handle) argument
1001 get_swap_reader(struct swap_map_handle *handle, unsigned int *flags_p) argument
1047 swap_read_page(struct swap_map_handle *handle, void *buf, struct hib_bio_batch *hb) argument
1076 swap_reader_finish(struct swap_map_handle *handle) argument
1089 load_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_read) argument
1199 load_compressed_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_read) argument
1530 struct swap_map_handle handle; local
[all...]

Completed in 432 milliseconds

1234567891011>>