Home
last modified time | relevance | path

Searched defs:handle (Results 326 – 350 of 1245) sorted by relevance

1...<<11121314151617181920>>...50

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c2269 uint32_t handle, in dce_v8_0_crtc_cursor_set2()
2628 static int dce_v8_0_early_init(void *handle) in dce_v8_0_early_init()
2664 static int dce_v8_0_sw_init(void *handle) in dce_v8_0_sw_init()
2748 static int dce_v8_0_sw_fini(void *handle) in dce_v8_0_sw_fini()
2766 static int dce_v8_0_hw_init(void *handle) in dce_v8_0_hw_init()
2789 static int dce_v8_0_hw_fini(void *handle) in dce_v8_0_hw_fini()
2807 static int dce_v8_0_suspend(void *handle) in dce_v8_0_suspend()
2822 static int dce_v8_0_resume(void *handle) in dce_v8_0_resume()
2845 static bool dce_v8_0_is_idle(void *handle) in dce_v8_0_is_idle()
2850 static int dce_v8_0_wait_for_idle(void *handle) in dce_v8_0_wait_for_idle()
[all …]
H A Ddce_v11_0.c2448 uint32_t handle, in dce_v11_0_crtc_cursor_set2()
2849 static int dce_v11_0_early_init(void *handle) in dce_v11_0_early_init()
2889 static int dce_v11_0_sw_init(void *handle) in dce_v11_0_sw_init()
2969 static int dce_v11_0_sw_fini(void *handle) in dce_v11_0_sw_fini()
2987 static int dce_v11_0_hw_init(void *handle) in dce_v11_0_hw_init()
3023 static int dce_v11_0_hw_fini(void *handle) in dce_v11_0_hw_fini()
3041 static int dce_v11_0_suspend(void *handle) in dce_v11_0_suspend()
3056 static int dce_v11_0_resume(void *handle) in dce_v11_0_resume()
3079 static bool dce_v11_0_is_idle(void *handle) in dce_v11_0_is_idle()
3084 static int dce_v11_0_wait_for_idle(void *handle) in dce_v11_0_wait_for_idle()
[all …]
H A Ddce_v6_0.c2270 uint32_t handle, in dce_v6_0_crtc_cursor_set2()
2617 static int dce_v6_0_early_init(void *handle) in dce_v6_0_early_init()
2648 static int dce_v6_0_sw_init(void *handle) in dce_v6_0_sw_init()
2727 static int dce_v6_0_sw_fini(void *handle) in dce_v6_0_sw_fini()
2744 static int dce_v6_0_hw_init(void *handle) in dce_v6_0_hw_init()
2767 static int dce_v6_0_hw_fini(void *handle) in dce_v6_0_hw_fini()
2785 static int dce_v6_0_suspend(void *handle) in dce_v6_0_suspend()
2799 static int dce_v6_0_resume(void *handle) in dce_v6_0_resume()
2822 static bool dce_v6_0_is_idle(void *handle) in dce_v6_0_is_idle()
2827 static int dce_v6_0_wait_for_idle(void *handle) in dce_v6_0_wait_for_idle()
[all …]
H A Dgfx_v7_0.c4175 static int gfx_v7_0_early_init(void *handle) in gfx_v7_0_early_init()
4192 static int gfx_v7_0_late_init(void *handle) in gfx_v7_0_late_init()
4384 static int gfx_v7_0_sw_init(void *handle) in gfx_v7_0_sw_init()
4480 static int gfx_v7_0_sw_fini(void *handle) in gfx_v7_0_sw_fini()
4506 static int gfx_v7_0_hw_init(void *handle) in gfx_v7_0_hw_init()
4527 static int gfx_v7_0_hw_fini(void *handle) in gfx_v7_0_hw_fini()
4540 static int gfx_v7_0_suspend(void *handle) in gfx_v7_0_suspend()
4547 static int gfx_v7_0_resume(void *handle) in gfx_v7_0_resume()
4554 static bool gfx_v7_0_is_idle(void *handle) in gfx_v7_0_is_idle()
4564 static int gfx_v7_0_wait_for_idle(void *handle) in gfx_v7_0_wait_for_idle()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_rtc.c23 static int setup(const efi_handle_t handle, in setup()
H A Defi_selftest_textinput.c26 static int setup(const efi_handle_t handle, in setup()
/openbmc/gpioplus/example/
H A Dpulse.cpp23 gpioplus::Handle handle(chip, {{line_offset, 0}}, flags, in main() local
/openbmc/linux/drivers/pci/
H A Dpci-label.c39 acpi_handle handle = ACPI_HANDLE(dev); in device_has_acpi_name() local
158 acpi_handle handle = ACPI_HANDLE(dev); in dsm_get_label() local
/openbmc/linux/drivers/platform/surface/
H A Dsurface_hotplug.c85 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_dsm_notify_irq() local
146 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_setup_irq() local
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c39 efi_file_protocol_t **handle, in efi_open_file()
137 efi_handle_t handle; in efi_open_device_path() local
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c340 static int vp8_enc_encode(void *handle, in vp8_enc_encode()
373 static int vp8_enc_set_param(void *handle, in vp8_enc_set_param()
422 static int vp8_enc_deinit(void *handle) in vp8_enc_deinit()
/openbmc/linux/net/sched/
H A Dcls_matchall.c20 u32 handle; member
146 static void *mall_get(struct tcf_proto *tp, u32 handle) in mall_get()
164 u32 handle, struct nlattr **tca, in mall_change()
H A Dcls_u32.c46 u32 handle; member
72 u32 handle; member
256 static struct tc_u_hnode *u32_lookup_ht(struct tc_u_common *tp_c, u32 handle) in u32_lookup_ht()
269 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
288 static void *u32_get(struct tcf_proto *tp, u32 handle) in u32_get()
750 u32 handle = nla_get_u32(tb[TCA_U32_LINK]); in u32_set_parms() local
861 struct tcf_proto *tp, unsigned long base, u32 handle, in u32_change()
H A Dcls_route.c54 u32 handle; member
217 static void *route4_get(struct tcf_proto *tp, u32 handle) in route4_get()
385 u32 handle, struct route4_head *head, in route4_set_parms()
473 struct tcf_proto *tp, unsigned long base, u32 handle, in route4_change()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c253 struct perf_output_handle *handle = data; in tmc_enable_etf_sink_perf() local
445 struct perf_output_handle *handle) in tmc_set_etf_buffer()
469 struct perf_output_handle *handle, in tmc_update_etf_buffer()
/openbmc/u-boot/lib/efi_loader/
H A Defi_hii.c447 efi_hii_handle_t *handle) in new_package_list()
475 efi_hii_handle_t handle) in remove_package_list()
491 efi_hii_handle_t handle, in update_package_list()
579 efi_hii_handle_t *handle) in list_package_lists()
662 efi_hii_handle_t handle, in export_package_lists()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c753 u32 handle) in qed_fcoe_get_hash()
851 u32 *handle, in qed_fcoe_acquire_conn()
885 static int qed_fcoe_release_conn(struct qed_dev *cdev, u32 handle) in qed_fcoe_release_conn()
904 u32 handle, in qed_fcoe_offload_conn()
957 u32 handle, dma_addr_t terminate_params) in qed_fcoe_destroy_conn()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1259 struct hnae3_handle *handle = dbg_data->handle; in hns3_dbg_read() local
1323 static int hns3_dbg_bd_file_init(struct hnae3_handle *handle, u32 cmd) in hns3_dbg_bd_file_init()
1352 hns3_dbg_common_file_init(struct hnae3_handle *handle, u32 cmd) in hns3_dbg_common_file_init()
1370 int hns3_dbg_init(struct hnae3_handle *handle) in hns3_dbg_init()
1427 void hns3_dbg_uninit(struct hnae3_handle *handle) in hns3_dbg_uninit()
/openbmc/linux/tools/build/feature/
H A Dtest-file-handle.c12 } handle; in main() local
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuilddelete.py19 def handle(self, *args, **options): member in Command
H A Dchecksocket.py30 def handle(self, *args, **options): member in Command
/openbmc/phosphor-ipmi-blobs/internal/
H A Dsys.cpp37 void* DlSysImpl::dlsym(void* handle, const char* symbol) const in dlsym()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.c27 void *handle = ops; /* to return some non-NULL for 'void' impl. */ in wil_platform_init() local
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp246 auto handle = sol::Manager::get().dataBuffer.read(); in prepareResponse() local
273 auto handle = sol::Manager::get().dataBuffer.read(); in sendOutboundPayload() local
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c40 u32 handle; in virtio_gpu_gem_create() local
104 uint32_t handle, uint64_t *offset_p) in virtio_gpu_mode_dumb_mmap()

1...<<11121314151617181920>>...50