Home
last modified time | relevance | path

Searched defs:handle (Results 26 – 50 of 1245) sorted by relevance

12345678910>>...50

/openbmc/linux/kernel/events/
H A Dring_buffer.c20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup()
36 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle()
149 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin()
268 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward()
282 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin()
291 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy()
297 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip()
303 void perf_output_end(struct perf_output_handle *handle) in perf_output_end()
365 void *perf_aux_output_begin(struct perf_output_handle *handle, in perf_aux_output_begin()
561 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux()
[all …]
/openbmc/linux/fs/ext4/
H A Dmigrate.c21 static int finish_range(handle_t *handle, struct inode *inode, in finish_range()
64 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range()
89 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range()
118 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range()
148 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range()
178 static int free_dind_blocks(handle_t *handle, in free_dind_blocks()
219 static int free_tind_blocks(handle_t *handle, in free_tind_blocks()
352 static int free_ext_idx(handle_t *handle, struct inode *inode, in free_ext_idx()
389 static int free_ext_block(handle_t *handle, struct inode *inode) in free_ext_block()
411 handle_t *handle; in ext4_ext_migrate() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v5_0.c91 static int uvd_v5_0_early_init(void *handle) in uvd_v5_0_early_init()
102 static int uvd_v5_0_sw_init(void *handle) in uvd_v5_0_sw_init()
133 static int uvd_v5_0_sw_fini(void *handle) in uvd_v5_0_sw_fini()
152 static int uvd_v5_0_hw_init(void *handle) in uvd_v5_0_hw_init()
209 static int uvd_v5_0_hw_fini(void *handle) in uvd_v5_0_hw_fini()
221 static int uvd_v5_0_suspend(void *handle) in uvd_v5_0_suspend()
257 static int uvd_v5_0_resume(void *handle) in uvd_v5_0_resume()
579 static bool uvd_v5_0_is_idle(void *handle) in uvd_v5_0_is_idle()
586 static int uvd_v5_0_wait_for_idle(void *handle) in uvd_v5_0_wait_for_idle()
598 static int uvd_v5_0_soft_reset(void *handle) in uvd_v5_0_soft_reset()
[all …]
H A Dsoc21.c549 static int soc21_common_early_init(void *handle) in soc21_common_early_init()
702 static int soc21_common_late_init(void *handle) in soc21_common_late_init()
740 static int soc21_common_sw_init(void *handle) in soc21_common_sw_init()
750 static int soc21_common_sw_fini(void *handle) in soc21_common_sw_fini()
755 static int soc21_common_hw_init(void *handle) in soc21_common_hw_init()
775 static int soc21_common_hw_fini(void *handle) in soc21_common_hw_fini()
798 static int soc21_common_suspend(void *handle) in soc21_common_suspend()
825 static int soc21_common_resume(void *handle) in soc21_common_resume()
837 static bool soc21_common_is_idle(void *handle) in soc21_common_is_idle()
842 static int soc21_common_wait_for_idle(void *handle) in soc21_common_wait_for_idle()
[all …]
H A Duvd_v4_2.c93 static int uvd_v4_2_early_init(void *handle) in uvd_v4_2_early_init()
104 static int uvd_v4_2_sw_init(void *handle) in uvd_v4_2_sw_init()
135 static int uvd_v4_2_sw_fini(void *handle) in uvd_v4_2_sw_fini()
156 static int uvd_v4_2_hw_init(void *handle) in uvd_v4_2_hw_init()
211 static int uvd_v4_2_hw_fini(void *handle) in uvd_v4_2_hw_fini()
223 static int uvd_v4_2_suspend(void *handle) in uvd_v4_2_suspend()
259 static int uvd_v4_2_resume(void *handle) in uvd_v4_2_resume()
657 static bool uvd_v4_2_is_idle(void *handle) in uvd_v4_2_is_idle()
664 static int uvd_v4_2_wait_for_idle(void *handle) in uvd_v4_2_wait_for_idle()
676 static int uvd_v4_2_soft_reset(void *handle) in uvd_v4_2_soft_reset()
[all …]
H A Duvd_v3_1.c534 static int uvd_v3_1_early_init(void *handle) in uvd_v3_1_early_init()
545 static int uvd_v3_1_sw_init(void *handle) in uvd_v3_1_sw_init()
585 static int uvd_v3_1_sw_fini(void *handle) in uvd_v3_1_sw_fini()
630 static int uvd_v3_1_hw_init(void *handle) in uvd_v3_1_hw_init()
697 static int uvd_v3_1_hw_fini(void *handle) in uvd_v3_1_hw_fini()
709 static int uvd_v3_1_suspend(void *handle) in uvd_v3_1_suspend()
745 static int uvd_v3_1_resume(void *handle) in uvd_v3_1_resume()
757 static bool uvd_v3_1_is_idle(void *handle) in uvd_v3_1_is_idle()
764 static int uvd_v3_1_wait_for_idle(void *handle) in uvd_v3_1_wait_for_idle()
776 static int uvd_v3_1_soft_reset(void *handle) in uvd_v3_1_soft_reset()
[all …]
H A Dvce_v2_0.c204 static bool vce_v2_0_is_idle(void *handle) in vce_v2_0_is_idle()
211 static int vce_v2_0_wait_for_idle(void *handle) in vce_v2_0_wait_for_idle()
401 static int vce_v2_0_early_init(void *handle) in vce_v2_0_early_init()
413 static int vce_v2_0_sw_init(void *handle) in vce_v2_0_sw_init()
449 static int vce_v2_0_sw_fini(void *handle) in vce_v2_0_sw_fini()
461 static int vce_v2_0_hw_init(void *handle) in vce_v2_0_hw_init()
480 static int vce_v2_0_hw_fini(void *handle) in vce_v2_0_hw_fini()
489 static int vce_v2_0_suspend(void *handle) in vce_v2_0_suspend()
525 static int vce_v2_0_resume(void *handle) in vce_v2_0_resume()
537 static int vce_v2_0_soft_reset(void *handle) in vce_v2_0_soft_reset()
[all …]
H A Dnv.c640 static int nv_common_early_init(void *handle) in nv_common_early_init()
954 static int nv_common_late_init(void *handle) in nv_common_late_init()
983 static int nv_common_sw_init(void *handle) in nv_common_sw_init()
993 static int nv_common_sw_fini(void *handle) in nv_common_sw_fini()
998 static int nv_common_hw_init(void *handle) in nv_common_hw_init()
1024 static int nv_common_hw_fini(void *handle) in nv_common_hw_fini()
1039 static int nv_common_suspend(void *handle) in nv_common_suspend()
1046 static int nv_common_resume(void *handle) in nv_common_resume()
1053 static bool nv_common_is_idle(void *handle) in nv_common_is_idle()
1058 static int nv_common_wait_for_idle(void *handle) in nv_common_wait_for_idle()
[all …]
H A Dgmc_v11_0.c638 static int gmc_v11_0_early_init(void *handle) in gmc_v11_0_early_init()
659 static int gmc_v11_0_late_init(void *handle) in gmc_v11_0_late_init()
762 static int gmc_v11_0_sw_init(void *handle) in gmc_v11_0_sw_init()
877 static int gmc_v11_0_sw_fini(void *handle) in gmc_v11_0_sw_fini()
936 static int gmc_v11_0_hw_init(void *handle) in gmc_v11_0_hw_init()
966 static int gmc_v11_0_hw_fini(void *handle) in gmc_v11_0_hw_fini()
987 static int gmc_v11_0_suspend(void *handle) in gmc_v11_0_suspend()
996 static int gmc_v11_0_resume(void *handle) in gmc_v11_0_resume()
1010 static bool gmc_v11_0_is_idle(void *handle) in gmc_v11_0_is_idle()
1016 static int gmc_v11_0_wait_for_idle(void *handle) in gmc_v11_0_wait_for_idle()
[all …]
H A Dgmc_v8_0.c1036 static int gmc_v8_0_early_init(void *handle) in gmc_v8_0_early_init()
1055 static int gmc_v8_0_late_init(void *handle) in gmc_v8_0_late_init()
1085 static int gmc_v8_0_sw_init(void *handle) in gmc_v8_0_sw_init()
1182 static int gmc_v8_0_sw_fini(void *handle) in gmc_v8_0_sw_fini()
1196 static int gmc_v8_0_hw_init(void *handle) in gmc_v8_0_hw_init()
1231 static int gmc_v8_0_hw_fini(void *handle) in gmc_v8_0_hw_fini()
1241 static int gmc_v8_0_suspend(void *handle) in gmc_v8_0_suspend()
1250 static int gmc_v8_0_resume(void *handle) in gmc_v8_0_resume()
1264 static bool gmc_v8_0_is_idle(void *handle) in gmc_v8_0_is_idle()
1276 static int gmc_v8_0_wait_for_idle(void *handle) in gmc_v8_0_wait_for_idle()
[all …]
H A Duvd_v6_0.c272 uint32_t handle, in uvd_v6_0_enc_get_destroy_msg()
357 static int uvd_v6_0_early_init(void *handle) in uvd_v6_0_early_init()
378 static int uvd_v6_0_sw_init(void *handle) in uvd_v6_0_sw_init()
440 static int uvd_v6_0_sw_fini(void *handle) in uvd_v6_0_sw_fini()
464 static int uvd_v6_0_hw_init(void *handle) in uvd_v6_0_hw_init()
533 static int uvd_v6_0_hw_fini(void *handle) in uvd_v6_0_hw_fini()
545 static int uvd_v6_0_suspend(void *handle) in uvd_v6_0_suspend()
581 static int uvd_v6_0_resume(void *handle) in uvd_v6_0_resume()
1142 static bool uvd_v6_0_is_idle(void *handle) in uvd_v6_0_is_idle()
1149 static int uvd_v6_0_wait_for_idle(void *handle) in uvd_v6_0_wait_for_idle()
[all …]
H A Djpeg_v2_5.c57 static int jpeg_v2_5_early_init(void *handle) in jpeg_v2_5_early_init()
88 static int jpeg_v2_5_sw_init(void *handle) in jpeg_v2_5_sw_init()
160 static int jpeg_v2_5_sw_fini(void *handle) in jpeg_v2_5_sw_fini()
180 static int jpeg_v2_5_hw_init(void *handle) in jpeg_v2_5_hw_init()
211 static int jpeg_v2_5_hw_fini(void *handle) in jpeg_v2_5_hw_fini()
240 static int jpeg_v2_5_suspend(void *handle) in jpeg_v2_5_suspend()
261 static int jpeg_v2_5_resume(void *handle) in jpeg_v2_5_resume()
489 static bool jpeg_v2_5_is_idle(void *handle) in jpeg_v2_5_is_idle()
506 static int jpeg_v2_5_wait_for_idle(void *handle) in jpeg_v2_5_wait_for_idle()
525 static int jpeg_v2_5_set_clockgating_state(void *handle, in jpeg_v2_5_set_clockgating_state()
[all …]
H A Djpeg_v2_0.c47 static int jpeg_v2_0_early_init(void *handle) in jpeg_v2_0_early_init()
67 static int jpeg_v2_0_sw_init(void *handle) in jpeg_v2_0_sw_init()
110 static int jpeg_v2_0_sw_fini(void *handle) in jpeg_v2_0_sw_fini()
130 static int jpeg_v2_0_hw_init(void *handle) in jpeg_v2_0_hw_init()
153 static int jpeg_v2_0_hw_fini(void *handle) in jpeg_v2_0_hw_fini()
173 static int jpeg_v2_0_suspend(void *handle) in jpeg_v2_0_suspend()
194 static int jpeg_v2_0_resume(void *handle) in jpeg_v2_0_resume()
660 static bool jpeg_v2_0_is_idle(void *handle) in jpeg_v2_0_is_idle()
669 static int jpeg_v2_0_wait_for_idle(void *handle) in jpeg_v2_0_wait_for_idle()
680 static int jpeg_v2_0_set_clockgating_state(void *handle, in jpeg_v2_0_set_clockgating_state()
[all …]
H A Djpeg_v4_0.c55 static int jpeg_v4_0_early_init(void *handle) in jpeg_v4_0_early_init()
77 static int jpeg_v4_0_sw_init(void *handle) in jpeg_v4_0_sw_init()
137 static int jpeg_v4_0_sw_fini(void *handle) in jpeg_v4_0_sw_fini()
157 static int jpeg_v4_0_hw_init(void *handle) in jpeg_v4_0_hw_init()
196 static int jpeg_v4_0_hw_fini(void *handle) in jpeg_v4_0_hw_fini()
219 static int jpeg_v4_0_suspend(void *handle) in jpeg_v4_0_suspend()
240 static int jpeg_v4_0_resume(void *handle) in jpeg_v4_0_resume()
604 static bool jpeg_v4_0_is_idle(void *handle) in jpeg_v4_0_is_idle()
616 static int jpeg_v4_0_wait_for_idle(void *handle) in jpeg_v4_0_wait_for_idle()
625 static int jpeg_v4_0_set_clockgating_state(void *handle, in jpeg_v4_0_set_clockgating_state()
[all …]
H A Dgmc_v10_0.c732 static int gmc_v10_0_early_init(void *handle) in gmc_v10_0_early_init()
753 static int gmc_v10_0_late_init(void *handle) in gmc_v10_0_late_init()
869 static int gmc_v10_0_sw_init(void *handle) in gmc_v10_0_sw_init()
1020 static int gmc_v10_0_sw_fini(void *handle) in gmc_v10_0_sw_fini()
1085 static int gmc_v10_0_hw_init(void *handle) in gmc_v10_0_hw_init()
1130 static int gmc_v10_0_hw_fini(void *handle) in gmc_v10_0_hw_fini()
1151 static int gmc_v10_0_suspend(void *handle) in gmc_v10_0_suspend()
1160 static int gmc_v10_0_resume(void *handle) in gmc_v10_0_resume()
1174 static bool gmc_v10_0_is_idle(void *handle) in gmc_v10_0_is_idle()
1180 static int gmc_v10_0_wait_for_idle(void *handle) in gmc_v10_0_wait_for_idle()
[all …]
/openbmc/linux/mm/
H A Dzbud.c157 unsigned long handle; in encode_handle() local
175 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header()
247 unsigned long *handle) in zbud_alloc()
311 static void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
353 static void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
363 static void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap()
394 unsigned long *handle) in zbud_zpool_malloc()
398 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
403 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
408 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
/openbmc/u-boot/lib/
H A Dsmbios.c74 static int smbios_write_type0(ulong *current, int handle) in smbios_write_type0()
111 static int smbios_write_type1(ulong *current, int handle) in smbios_write_type1()
134 static int smbios_write_type2(ulong *current, int handle) in smbios_write_type2()
154 static int smbios_write_type3(ulong *current, int handle) in smbios_write_type3()
208 static int smbios_write_type4(ulong *current, int handle) in smbios_write_type4()
232 static int smbios_write_type32(ulong *current, int handle) in smbios_write_type32()
247 static int smbios_write_type127(ulong *current, int handle) in smbios_write_type127()
279 int handle = 0; in write_smbios_table() local
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
H A Drmgr_vbuf.c69 void ia_css_rmgr_refcount_retain_vbuf(struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_refcount_retain_vbuf()
107 void ia_css_rmgr_refcount_release_vbuf(struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_refcount_release_vbuf()
198 struct ia_css_rmgr_vbuf_handle **handle) in rmgr_push_handle()
226 struct ia_css_rmgr_vbuf_handle **handle) in rmgr_pop_handle()
255 struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_acq_vbuf()
311 struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_rel_vbuf()
/openbmc/linux/drivers/acpi/acpica/
H A Devrgnini.c34 acpi_ev_system_memory_region_setup(acpi_handle handle, in acpi_ev_system_memory_region_setup()
98 acpi_ev_io_space_region_setup(acpi_handle handle, in acpi_ev_io_space_region_setup()
131 acpi_ev_pci_config_region_setup(acpi_handle handle, in acpi_ev_pci_config_region_setup()
373 acpi_ev_pci_bar_region_setup(acpi_handle handle, in acpi_ev_pci_bar_region_setup()
400 acpi_ev_cmos_region_setup(acpi_handle handle, in acpi_ev_cmos_region_setup()
427 acpi_ev_data_table_region_setup(acpi_handle handle, in acpi_ev_data_table_region_setup()
477 acpi_ev_default_region_setup(acpi_handle handle, in acpi_ev_default_region_setup()
/openbmc/linux/drivers/pci/hotplug/
H A Dacpi_pcihp.c38 static acpi_status acpi_run_oshp(acpi_handle handle) in acpi_run_oshp()
73 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local
145 static int pcihp_is_ejectable(acpi_handle handle) in pcihp_is_ejectable()
166 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle) in acpi_pci_check_ejectable()
182 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) in check_hotplug()
198 int acpi_pci_detect_ejectable(acpi_handle handle) in acpi_pci_detect_ejectable()
/openbmc/linux/fs/jbd2/
H A Dtransaction.c331 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle()
476 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle() local
489 handle_t *handle = journal_current_handle(); in jbd2__journal_start() local
573 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved()
599 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved()
716 static void stop_this_handle(handle_t *handle) in stop_this_handle()
825 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
966 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
1658 int jbd2_journal_forget(handle_t *handle, struct buffer_head *bh) in jbd2_journal_forget()
1825 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_tqp_stats.c10 u64 *hclge_comm_tqps_get_stats(struct hnae3_handle *handle, u64 *data) in hclge_comm_tqps_get_stats()
30 int hclge_comm_tqps_get_sset_count(struct hnae3_handle *handle) in hclge_comm_tqps_get_sset_count()
37 u8 *hclge_comm_tqps_get_strings(struct hnae3_handle *handle, u8 *data) in hclge_comm_tqps_get_strings()
60 int hclge_comm_tqps_update_stats(struct hnae3_handle *handle, in hclge_comm_tqps_update_stats()
103 void hclge_comm_reset_tqp_stats(struct hnae3_handle *handle) in hclge_comm_reset_tqp_stats()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_hii.c33 static int setup(const efi_handle_t handle, in setup()
76 efi_hii_handle_t handle; in test_hii_database_new_package_list() local
110 efi_hii_handle_t handle = NULL; in test_hii_database_update_package_list() local
583 efi_hii_handle_t handle = NULL; in test_hii_database_get_package_list_handle() local
685 efi_hii_handle_t handle = NULL; in test_hii_string_new_string() local
736 efi_hii_handle_t handle = NULL; in test_hii_string_get_string() local
817 efi_hii_handle_t handle = NULL; in test_hii_string_set_string() local
876 efi_hii_handle_t handle = NULL; in test_hii_string_get_languages() local
944 efi_hii_handle_t handle = NULL; in test_hii_string_get_secondary_languages() local
/openbmc/linux/drivers/platform/x86/intel/
H A Dhid.c219 static bool intel_hid_execute_method(acpi_handle handle, in intel_hid_execute_method()
260 static bool intel_hid_evaluate_method(acpi_handle handle, in intel_hid_evaluate_method()
297 static void intel_hid_init_dsm(acpi_handle handle) in intel_hid_init_dsm()
328 acpi_handle handle = ACPI_HANDLE(device); in intel_hid_set_enable() local
344 acpi_handle handle = ACPI_HANDLE(device); in intel_button_array_enable() local
471 acpi_handle handle = ACPI_HANDLE(&device->dev); in report_tablet_mode_state() local
502 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler()
604 acpi_handle handle = ACPI_HANDLE(&device->dev); in button_array_present() local
628 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_probe() local
728 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_remove() local
[all …]
/openbmc/linux/drivers/acpi/
H A Dscan.c203 acpi_handle handle = device->handle; in acpi_scan_try_to_offline() local
249 acpi_handle handle = device->handle; in acpi_scan_hot_remove() local
642 acpi_handle handle = adev->handle; in acpi_tie_acpi_dev() local
852 acpi_handle handle = dev->handle; in acpi_bus_extract_wakeup_device_power_package() local
1149 bool acpi_ata_match(acpi_handle handle) in acpi_ata_match()
1163 bool acpi_bay_match(acpi_handle handle) in acpi_bay_match()
1190 acpi_handle handle = adev->handle; in is_ejectable_bay() local
1201 bool acpi_dock_match(acpi_handle handle) in acpi_dock_match()
1230 long acpi_is_video_device(acpi_handle handle) in acpi_is_video_device()
2440 acpi_handle handle = dep->consumer; in acpi_scan_postponed() local
[all …]

12345678910>>...50