Searched refs:handle (Results 351 - 375 of 1672) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Devent.c57 nvif_event_ctor_(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, argument
72 ret = nvif_object_ctor(parent, name ?: "nvifEvent", handle,
/linux-master/drivers/firmware/efi/libstub/
H A Dsmbios.c30 u16 handle = 0xfffe; local
34 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL);
H A Dloongarch.c47 efi_status_t efi_boot_kernel(void *handle, efi_loaded_image_t *image, argument
65 status = efi_exit_boot_services(handle, &priv, exit_boot_func);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h114 * @ttm_res_type: TTM resource type used for handle recognition.
118 * @set_arg_handle: Set the handle output argument of the ioctl create struct.
126 void (*set_arg_handle)(void *data, u32 handle);
152 uint32_t handle,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_ets.sh22 tc qdisc replace dev $swp2 root handle 3: tbf rate 1gbit \
61 tc qdisc del dev $swp2 root handle 3:
/linux-master/drivers/acpi/
H A Dhed.c45 static void acpi_hed_notify(acpi_handle handle, u32 event, void *data) argument
57 hed_handle = device->handle;
H A Ddevice_pm.c53 status = acpi_evaluate_integer(device->handle, "_PSC", NULL, &psc);
135 acpi_handle_debug(device->handle, "Power state: %s\n",
147 status = acpi_evaluate_object(adev->handle, method, NULL, NULL);
171 acpi_handle_debug(device->handle, "Power state change: %s -> %s\n",
191 acpi_handle_debug(device->handle, "Power state %s not supported\n",
201 acpi_handle_debug(device->handle,
222 acpi_handle_debug(device->handle,
278 acpi_handle_debug(device->handle,
283 acpi_handle_debug(device->handle, "Power state changed to %s\n",
290 acpi_handle_debug(device->handle, "Alread
296 acpi_bus_set_power(acpi_handle handle, int state) argument
454 acpi_bus_update_power(acpi_handle handle, int *state_p) argument
465 acpi_bus_power_manageable(acpi_handle handle) argument
529 acpi_pm_notify_handler(acpi_handle handle, u32 val, void *not_used) argument
632 acpi_bus_can_wakeup(acpi_handle handle) argument
672 acpi_handle handle = adev->handle; local
[all...]
H A Dprocessor_driver.c54 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data) argument
60 if (device->handle != handle)
93 acpi_handle_debug(handle, "Unsupported event [0x%x]\n", event);
110 device = acpi_fetch_acpi_dev(pr->handle);
140 if (!pr || !acpi_fetch_acpi_dev(pr->handle))
186 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY,
222 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY,
H A Dacpi_video.c80 static void acpi_video_bus_notify(acpi_handle handle, u32 event, void *data);
207 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
308 acpi_video_device_lcd_query_levels(acpi_handle handle, argument
318 status = acpi_evaluate_object(handle, "_BCL", NULL, &buffer);
323 acpi_handle_info(handle, "Invalid _BCL data\n");
344 status = acpi_execute_simple_method(device->dev->handle,
347 acpi_handle_info(device->dev->handle, "_BCM evaluation failed\n");
361 acpi_handle_info(device->dev->handle, "Current brightness invalid\n");
567 status = acpi_evaluate_integer(device->dev->handle, buf,
591 acpi_handle_info(device->dev->handle,
1528 acpi_video_bus_notify(acpi_handle handle, u32 event, void *data) argument
1591 acpi_video_device_notify(acpi_handle handle, u32 event, void *data) argument
1681 acpi_video_bus_match(acpi_handle handle, u32 level, void *context, void **return_value) argument
[all...]
H A Dacpi_adxl.c30 static acpi_handle handle; variable
43 obj = acpi_evaluate_dsm_typed(handle, &adxl_guid, ADXL_REVISION,
145 status = acpi_get_handle(NULL, path, &handle);
147 pr_debug("No ACPI handle for path %s\n", path);
151 if (!acpi_has_method(handle, "_DSM")) {
156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.h80 int amdgpu_uvd_get_create_msg(struct amdgpu_ring *ring, uint32_t handle,
82 int amdgpu_uvd_get_destroy_msg(struct amdgpu_ring *ring, uint32_t handle,
H A Dvce_v4_0.c410 static int vce_v4_0_early_init(void *handle) argument
412 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
425 static int vce_v4_0_sw_init(void *handle) argument
427 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
496 static int vce_v4_0_sw_fini(void *handle) argument
499 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
516 static int vce_v4_0_hw_init(void *handle) argument
519 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
539 static int vce_v4_0_hw_fini(void *handle) argument
541 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
556 vce_v4_0_suspend(void *handle) argument
604 vce_v4_0_resume(void *handle) argument
687 vce_v4_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
961 vce_v4_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Duvd_v6_0.c51 static int uvd_v6_0_set_clockgating_state(void *handle,
202 * @handle: session handle to use
208 static int uvd_v6_0_enc_get_create_msg(struct amdgpu_ring *ring, uint32_t handle, argument
230 ib->ptr[ib->length_dw++] = handle;
265 * @handle: session handle to use
272 uint32_t handle,
294 ib->ptr[ib->length_dw++] = handle;
357 static int uvd_v6_0_early_init(void *handle) argument
271 uvd_v6_0_enc_get_destroy_msg(struct amdgpu_ring *ring, uint32_t handle, struct amdgpu_bo *bo, struct dma_fence **fence) argument
378 uvd_v6_0_sw_init(void *handle) argument
438 uvd_v6_0_sw_fini(void *handle) argument
462 uvd_v6_0_hw_init(void *handle) argument
531 uvd_v6_0_hw_fini(void *handle) argument
543 uvd_v6_0_prepare_suspend(void *handle) argument
550 uvd_v6_0_suspend(void *handle) argument
586 uvd_v6_0_resume(void *handle) argument
1147 uvd_v6_0_is_idle(void *handle) argument
1154 uvd_v6_0_wait_for_idle(void *handle) argument
1167 uvd_v6_0_check_soft_reset(void *handle) argument
1187 uvd_v6_0_pre_soft_reset(void *handle) argument
1198 uvd_v6_0_soft_reset(void *handle) argument
1229 uvd_v6_0_post_soft_reset(void *handle) argument
1454 uvd_v6_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1475 uvd_v6_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
1502 uvd_v6_0_get_clockgating_state(void *handle, u64 *flags) argument
[all...]
/linux-master/drivers/block/xen-blkback/
H A Dcommon.h82 blkif_vdev_t handle; /* only for read/write requests */ member in struct:blkif_x86_32_request_rw
90 blkif_vdev_t _pad1; /* was "handle" for read/write requests */
107 blkif_vdev_t handle; member in struct:blkif_x86_32_request_indirect
134 blkif_vdev_t handle; /* only for read/write requests */ member in struct:blkif_x86_64_request_rw
143 blkif_vdev_t _pad1; /* was "handle" for read/write requests */
163 blkif_vdev_t handle; member in struct:blkif_x86_64_request_indirect
217 blkif_vdev_t handle; member in struct:xen_vbd
244 grant_handle_t handle; member in struct:persistent_gnt
305 unsigned int handle; member in struct:xen_blkif
334 grant_handle_t handle; member in struct:grant_page
[all...]
/linux-master/include/linux/soundwire/
H A Dsdw_amd.h42 * @bus: Bus handle
54 * @bus: bus handle
104 * @handle: ACPI controller handle
109 acpi_handle handle; member in struct:sdw_amd_acpi_info
143 * @handle: ACPI parent handle
154 acpi_handle handle; member in struct:sdw_amd_res
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint3403_thermal.c51 static void int3403_notify(acpi_handle handle, argument
97 result = acpi_install_notify_handler(priv->adev->handle,
114 acpi_remove_notify_handler(priv->adev->handle,
139 status = acpi_evaluate_integer(priv->adev->handle, "PPPC", NULL, &level);
153 status = acpi_execute_simple_method(priv->adev->handle, "SPPC", state);
178 status = acpi_evaluate_object(priv->adev->handle, "PPSS", NULL, &buf);
231 status = acpi_evaluate_integer(priv->adev->handle, "_TMP",
234 status = acpi_evaluate_integer(priv->adev->handle, "PTYP",
/linux-master/Documentation/gpu/rfc/
H A Di915_vm_bind.h59 /** @handle: User's handle for a drm_syncobj to wait on or signal. */
60 __u32 handle; member in struct:drm_i915_gem_timeline_fence
114 /** @handle: Object handle */
115 __u32 handle; member in struct:drm_i915_gem_vm_bind
/linux-master/include/acpi/platform/
H A Daclinuxex.h111 static inline void acpi_os_delete_raw_lock(acpi_raw_spinlock handle) argument
113 ACPI_FREE(handle);
/linux-master/drivers/iio/
H A Dindustrialio-acpi.c38 if (!adev || !acpi_has_method(adev->handle, acpi_method))
41 status = acpi_evaluate_object(adev->handle, acpi_method, NULL, &buffer);
/linux-master/fs/ext4/
H A Dresize.c421 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, argument
431 err = ext4_journal_get_write_access(handle, sb, bh, EXT4_JTR_NONE);
443 static int ext4_resize_ensure_credits_batch(handle_t *handle, int credits) argument
445 return ext4_journal_ensure_credits_fn(handle, credits,
455 * @handle: journal handle
458 static int set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle, argument
487 err = ext4_resize_ensure_credits_batch(handle, 1);
496 err = ext4_journal_get_write_access(handle, sb, bh,
506 err = ext4_handle_dirty_metadata(handle, NUL
539 handle_t *handle; local
818 add_new_gdb(handle_t *handle, struct inode *inode, ext4_group_t group) argument
960 add_new_gdb_meta_bg(struct super_block *sb, handle_t *handle, ext4_group_t group) argument
1017 reserve_backup_gdb(handle_t *handle, struct inode *inode, ext4_group_t group) argument
1150 handle_t *handle; local
1251 ext4_add_new_descs(handle_t *handle, struct super_block *sb, ext4_group_t group, struct inode *resize_inode, ext4_group_t count) argument
1338 ext4_setup_new_descs(handle_t *handle, struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) argument
1544 handle_t *handle; local
1774 handle_t *handle; local
1911 handle_t *handle; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c229 &priv->smu_tables.entry[PPTABLE].handle,
244 &priv->smu_tables.entry[WMTABLE].handle,
260 &priv->smu_tables.entry[AVFSTABLE].handle,
277 &priv->smu_tables.entry[TOOLSTABLE].handle,
292 &priv->smu_tables.entry[AVFSFUSETABLE].handle,
307 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle,
311 amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle,
315 amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle,
319 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle,
333 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle,
[all...]
/linux-master/drivers/tty/
H A Dehv_bytechan.c12 * through a byte channel. The byte channel handle must be specified in a
19 * 3) A tty driver, which is used to handle user-space input and output. The
47 uint32_t handle; member in struct:ehv_bc_data
62 /* Byte channel handle for stdout (and stdin), taken from device tree */
65 /* Virtual IRQ for the byte channel handle for stdin, taken from device tree */
103 * find the byte channel handle to use for the console
127 * The 'hv-handle' property contains the handle for this byte channel.
129 iprop = of_get_property(np, "hv-handle", NULL);
131 pr_err("ehv-bc: no 'hv-handle' propert
139 local_ev_byte_channel_send(unsigned int handle, unsigned int *count, const u8 *p) argument
233 ehv_bc_console_byte_channel_send(unsigned int handle, const char *s, unsigned int count) argument
674 unsigned int handle; local
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower_l2_miss.sh80 tc filter add dev $swp2 egress protocol ipv4 handle 101 pref 1 \
84 tc filter add dev $swp2 egress protocol ipv4 handle 102 pref 1 \
119 tc filter del dev $swp2 egress protocol ipv4 pref 1 handle 102 flower
120 tc filter del dev $swp2 egress protocol ipv4 pref 1 handle 101 flower
137 tc filter add dev $swp2 egress protocol $proto handle 101 pref 1 \
141 tc filter add dev $swp2 egress protocol $proto handle 102 pref 1 \
176 tc filter del dev $swp2 egress protocol $proto pref 1 handle 102 flower
177 tc filter del dev $swp2 egress protocol $proto pref 1 handle 101 flower
254 tc filter add dev $swp2 egress protocol $proto handle 101 pref 1 \
263 tc filter del dev $swp2 egress protocol $proto pref 1 handle 10
[all...]
/linux-master/fs/ocfs2/
H A Drefcounttree.h35 handle_t *handle, u32 cpos, u32 len,
50 handle_t *handle,
77 int ocfs2_duplicate_clusters_by_page(handle_t *handle,
81 int ocfs2_duplicate_clusters_by_jbd(handle_t *handle,
98 int ocfs2_increase_refcount(handle_t *handle,
/linux-master/drivers/irqchip/
H A Dirq-or1k-pic.c17 irq_flow_handler_t handle; member in struct:or1k_pic_dev
70 .handle = handle_level_irq,
82 .handle = handle_edge_irq,
94 .handle = handle_level_irq,
125 irq_set_chip_and_handler(irq, &pic->chip, pic->handle);

Completed in 253 milliseconds

<<11121314151617181920>>