Home
last modified time | relevance | path

Searched refs:handle (Results 1251 – 1275 of 4154) sorted by relevance

1...<<51525354555657585960>>...167

/openbmc/linux/drivers/scsi/
H A Dqlogicpti.h100 u32 handle; member
128 u32 handle; member
177 u32 handle; member
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c260 efi_handle_t handle; in execute() local
365 &handle); in execute()
370 if (handle != handle2) { in execute()
/openbmc/linux/sound/drivers/pcsp/
H A Dpcsp_lib.c127 enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle) in pcsp_do_timer() argument
129 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer()
146 hrtimer_forward_now(handle, ns_to_ktime(ns)); in pcsp_do_timer()
/openbmc/linux/drivers/platform/x86/hp/
H A Dhp_accel.c107 status = acpi_evaluate_integer(dev->handle, "ALRD", &args, &lret); in lis3lv02d_acpi_read()
134 if (acpi_evaluate_integer(dev->handle, "ALWR", &args, &ret) != AE_OK) in lis3lv02d_acpi_write()
256 acpi_evaluate_integer(dev->handle, "ALED", &args, &ret); in hpled_set()
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-arcom-vulcan.dts82 * operating system to handle it.
144 phy-handle = <&phy0>;
166 phy-handle = <&phy1>;
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.h143 uint32_t handle, uint64_t *offset);
154 uint32_t size, uint32_t flags, uint32_t *handle, char *name);
297 uint32_t handle; member
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h689 void qemu_plugin_update_ns(const void *handle, int64_t time);
838 struct qemu_plugin_register *handle; member
868 int qemu_plugin_read_register(struct qemu_plugin_register *handle,
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcommand_submission.c2028 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in cs_ioctl_reserve_signals()
2029 if (!handle) { in cs_ioctl_reserve_signals()
2034 handle->count = count; in cs_ioctl_reserve_signals()
2037 handle->ctx = hpriv->ctx; in cs_ioctl_reserve_signals()
2050 handle->id = hdl_id; in cs_ioctl_reserve_signals()
2051 handle->q_idx = q_idx; in cs_ioctl_reserve_signals()
2052 handle->hdev = hdev; in cs_ioctl_reserve_signals()
2076 handle->hw_sob = hw_sob; in cs_ioctl_reserve_signals()
2081 handle->pre_sob_val = prop->next_sob_val - handle->count; in cs_ioctl_reserve_signals()
2103 hl_ctx_put(handle->ctx); in cs_ioctl_reserve_signals()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vm.c211 i = (unsigned long)map->handle + offset; in drm_vm_shm_fault()
270 iounmap(map->handle); in drm_vm_shm_close()
273 vfree(map->handle); in drm_vm_shm_close()
281 map->handle, in drm_vm_shm_close()
614 page_to_pfn(virt_to_page(map->handle)), in drm_mmap_locked()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c2269 uint32_t handle, in dce_v8_0_crtc_cursor_set2() argument
2280 if (!handle) { in dce_v8_0_crtc_cursor_set2()
2664 static int dce_v8_0_sw_init(void *handle) in dce_v8_0_sw_init() argument
2748 static int dce_v8_0_sw_fini(void *handle) in dce_v8_0_sw_fini() argument
2766 static int dce_v8_0_hw_init(void *handle) in dce_v8_0_hw_init() argument
2789 static int dce_v8_0_hw_fini(void *handle) in dce_v8_0_hw_fini() argument
2807 static int dce_v8_0_suspend(void *handle) in dce_v8_0_suspend() argument
2819 return dce_v8_0_hw_fini(handle); in dce_v8_0_suspend()
2822 static int dce_v8_0_resume(void *handle) in dce_v8_0_resume() argument
2830 ret = dce_v8_0_hw_init(handle); in dce_v8_0_resume()
[all …]
H A Ddce_v10_0.c2364 uint32_t handle, in dce_v10_0_crtc_cursor_set2() argument
2375 if (!handle) { in dce_v10_0_crtc_cursor_set2()
2763 static int dce_v10_0_sw_init(void *handle) in dce_v10_0_sw_init() argument
2842 static int dce_v10_0_sw_fini(void *handle) in dce_v10_0_sw_fini() argument
2860 static int dce_v10_0_hw_init(void *handle) in dce_v10_0_hw_init() argument
2885 static int dce_v10_0_hw_fini(void *handle) in dce_v10_0_hw_fini() argument
2903 static int dce_v10_0_suspend(void *handle) in dce_v10_0_suspend() argument
2915 return dce_v10_0_hw_fini(handle); in dce_v10_0_suspend()
2918 static int dce_v10_0_resume(void *handle) in dce_v10_0_resume() argument
2926 ret = dce_v10_0_hw_init(handle); in dce_v10_0_resume()
[all …]
/openbmc/linux/include/uapi/drm/
H A Dvgem_drm.h46 __u32 handle; member
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dconn.h18 return conn->object.handle; in nvif_conn_id()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildslist.py14 def handle(self,**options): member in Command
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.h34 struct amdgpu_bo *handle; member
H A Dvega12_smumgr.h35 struct amdgpu_bo *handle; member
/openbmc/dbus-sensors/src/
H A DFileHandle.hpp26 int handle() const;
/openbmc/linux/drivers/firmware/arm_scmi/
H A Draw_mode.h20 void *scmi_raw_mode_init(const struct scmi_handle *handle,
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp5040si-post.dtsi175 dev-handle = <&ddr1>;
180 dev-handle = <&ddr2>;
193 cpu-handle = <&cpu0>;
198 cpu-handle = <&cpu1>;
203 cpu-handle = <&cpu2>;
208 cpu-handle = <&cpu3>;
/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c716 struct fwnode_handle *handle; in sun6i_csi_bridge_source_setup() local
719 handle = fwnode_graph_get_endpoint_by_id(dev_fwnode(dev), port, 0, 0); in sun6i_csi_bridge_source_setup()
720 if (!handle) in sun6i_csi_bridge_source_setup()
723 ret = v4l2_fwnode_endpoint_parse(handle, endpoint); in sun6i_csi_bridge_source_setup()
747 v4l2_async_nf_add_fwnode_remote(notifier, handle, in sun6i_csi_bridge_source_setup()
760 fwnode_handle_put(handle); in sun6i_csi_bridge_source_setup()
/openbmc/linux/drivers/platform/x86/
H A Dhuawei-wmi.c263 acpi_handle handle; in huawei_wmi_micmute_led_set() local
271 handle = ec_get_handle(); in huawei_wmi_micmute_led_set()
272 if (!handle) in huawei_wmi_micmute_led_set()
278 if (acpi_has_method(handle, "SPIN")) { in huawei_wmi_micmute_led_set()
282 } else if (acpi_has_method(handle, "WPIN")) { in huawei_wmi_micmute_led_set()
290 status = acpi_evaluate_object(handle, acpi_method, &arg_list, NULL); in huawei_wmi_micmute_led_set()
/openbmc/linux/arch/x86/xen/
H A Dp2m.c737 unmap[0].handle = map_ops[i].handle; in set_foreign_p2m_mapping()
738 map_ops[i].handle = INVALID_GRANT_HANDLE; in set_foreign_p2m_mapping()
747 unmap[1].handle = kmap_ops[i].handle; in set_foreign_p2m_mapping()
748 kmap_ops[i].handle = INVALID_GRANT_HANDLE; in set_foreign_p2m_mapping()
/openbmc/linux/include/uapi/linux/
H A Drio_mport_cdev.h132 __u64 handle; member
194 __u64 handle; member
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dphy-bindings.txt38 confused with the Ethernet specific 'phy' and 'phy-handle' properties,
71 device defined previously. Note that the phy handle has an additional specifier
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.qemu144 echo "Timeout waiting for ${success_match} on handle ${h}"
146 echo "Wrong response matching ${failure_match} on handle ${h}"

1...<<51525354555657585960>>...167