Home
last modified time | relevance | path

Searched refs:handle (Results 901 – 925 of 4154) sorted by relevance

1...<<31323334353637383940>>...167

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c94 acpi_handle handle; in mxm_shadow_dsm() local
97 handle = ACPI_HANDLE(device->dev); in mxm_shadow_dsm()
98 if (!handle) in mxm_shadow_dsm()
107 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4); in mxm_shadow_dsm()
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_sg.c93 &dma->handle, in bcm_vk_dma_alloc()
156 put_unaligned((u64)dma->handle, &vkdata->address); in bcm_vk_dma_alloc()
164 dma->handle, in bcm_vk_dma_alloc()
247 dma_free_coherent(dev, dma->sglen, dma->sglist, dma->handle); in bcm_vk_dma_free()
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-slt.dts89 phy-handle = <&ethphy1>;
97 phy-handle = <&ethphy2>;
105 phy-handle = <&ethphy3>;
113 phy-handle = <&ethphy4>;
/openbmc/libpldm/tests/oem/meta/
H A Dfileio.cpp50 EXPECT_EQ(decodedReq->handle, 0); in TEST()
112 EXPECT_EQ(req.handle, 0); in TEST()
156 resp->handle = 1; in TEST()
187 resp->handle = 1; in TEST()
/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c243 struct perf_output_handle *handle = &ctrl->handle; in hisi_ptt_update_aux() local
244 struct perf_event *event = handle->event; in hisi_ptt_update_aux()
249 buf = perf_get_aux(handle); in hisi_ptt_update_aux()
250 if (!buf || !handle->size) in hisi_ptt_update_aux()
278 perf_aux_output_end(handle, buf->pos); in hisi_ptt_update_aux()
280 perf_aux_output_end(handle, buf->pos); in hisi_ptt_update_aux()
286 buf->pos = handle->head % buf->length; in hisi_ptt_update_aux()
288 perf_aux_output_end(handle, 0); in hisi_ptt_update_aux()
1082 struct perf_output_handle *handle = &hisi_ptt->trace_ctrl.handle; in hisi_ptt_pmu_start() local
1116 buf->pos = handle->head % buf->length; in hisi_ptt_pmu_start()
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_int.c211 u32 handle; in esas2r_get_outbound_responses() local
251 handle = rsp->handle; in esas2r_get_outbound_responses()
254 if (unlikely(LOWORD(handle) == 0 in esas2r_get_outbound_responses()
255 || LOWORD(handle) > num_requests + in esas2r_get_outbound_responses()
262 rq = a->req_table[LOWORD(handle)]; in esas2r_get_outbound_responses()
264 if (unlikely(rq == NULL || rq->vrq->scsi.handle != handle)) { in esas2r_get_outbound_responses()
274 esas2r_trace("handle: %x", handle); in esas2r_get_outbound_responses()
/openbmc/linux/net/phonet/
H A Dsocket.c162 u16 handle; in pn_socket_bind() local
173 handle = pn_sockaddr_get_object((struct sockaddr_pn *)addr); in pn_socket_bind()
174 saddr = pn_addr(handle); in pn_socket_bind()
185 err = sk->sk_prot->get_port(sk, pn_port(handle)); in pn_socket_bind()
364 u16 handle; in pn_socket_ioctl() local
367 if (get_user(handle, (__u16 __user *)arg)) in pn_socket_ioctl()
377 saddr = phonet_address_get(dev, pn_addr(handle)); in pn_socket_ioctl()
386 handle = pn_object(saddr, pn_port(pn->sobject)); in pn_socket_ioctl()
387 return put_user(handle, (__u16 __user *)arg); in pn_socket_ioctl()
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap3-dss.txt14 - clocks: handle to fclk
37 - clocks: handle to fclk
64 - clocks: handle to fclk
/openbmc/linux/include/uapi/drm/
H A Dvirtgpu_drm.h63 __u32 handle; member
72 __u32 handle; member
161 __u32 handle; /* 0 is an invalid handle */ member
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dsocionext,uniphier-ave4.yaml34 phy-handle: true
107 - phy-handle
123 phy-handle = <&ethphy>;
H A Dallwinner,sun4i-a10-emac.yaml42 - phy-handle
54 phy-handle = <&phy0>;
/openbmc/linux/fs/ocfs2/
H A Daops.h22 int walk_page_buffers( handle_t *handle,
27 int (*fn)( handle_t *handle,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c21 static acpi_status __init acpi_set_handle(acpi_handle handle, u32 level, in acpi_set_handle() argument
24 *(acpi_handle *)return_value = handle; in acpi_set_handle()
H A Ddrm_gem_ttm_helper.c136 uint32_t handle, uint64_t *offset) in drm_gem_ttm_dumb_map_offset() argument
140 gem = drm_gem_object_lookup(file, handle); in drm_gem_ttm_dumb_map_offset()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dioctl.h54 __u32 handle; member
95 __u64 handle; member
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp2041rdb.dts156 phy-handle = <&phy_sgmii_2>;
199 phy-handle = <&phy_sgmii_3>;
204 phy-handle = <&phy_sgmii_4>;
209 phy-handle = <&phy_rgmii_1>;
214 phy-handle = <&phy_rgmii_0>;
219 phy-handle = <&phy_xgmii_2>;
/openbmc/linux/drivers/acpi/acpica/
H A Dnsxfeval.c44 acpi_evaluate_object_typed(acpi_handle handle, in acpi_evaluate_object_typed() argument
69 target_handle = handle; in acpi_evaluate_object_typed()
71 status = acpi_get_handle(handle, pathname, &target_handle); in acpi_evaluate_object_typed()
163 acpi_evaluate_object(acpi_handle handle, in ACPI_EXPORT_SYMBOL()
184 info->prefix_node = acpi_ns_validate_handle(handle); in ACPI_EXPORT_SYMBOL()
203 } else if (!handle) { in ACPI_EXPORT_SYMBOL()
/openbmc/linux/tools/testing/nvdimm/test/
H A Diomap.c376 acpi_status __wrap_acpi_evaluate_object(acpi_handle handle, acpi_string path, in __wrap_acpi_evaluate_object() argument
379 struct nfit_test_resource *nfit_res = get_nfit_res((long) handle); in __wrap_acpi_evaluate_object()
383 return acpi_evaluate_object(handle, path, p, buf); in __wrap_acpi_evaluate_object()
392 union acpi_object * __wrap_acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid, in __wrap_acpi_evaluate_dsm() argument
401 obj = ops->evaluate_dsm(handle, guid, rev, func, argv4); in __wrap_acpi_evaluate_dsm()
405 return acpi_evaluate_dsm(handle, guid, rev, func, argv4); in __wrap_acpi_evaluate_dsm()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c117 args->v0.version, args->v0.handle, args->v0.oclass, in nvkm_ioctl_new()
129 oclass.handle = args->v0.handle; in nvkm_ioctl_new()
287 &args->v0.handle, in nvkm_ioctl_map()
333 nvkm_ioctl_path(struct nvkm_client *client, u64 handle, u32 type, in nvkm_ioctl_path() argument
339 object = nvkm_object_search(client, handle, NULL); in nvkm_ioctl_path()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v4_0.c63 static int vcn_v4_0_set_powergating_state(void *handle,
78 static int vcn_v4_0_early_init(void *handle) in vcn_v4_0_early_init() argument
80 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v4_0_early_init()
110 static int vcn_v4_0_sw_init(void *handle) in vcn_v4_0_sw_init() argument
208 static int vcn_v4_0_sw_fini(void *handle) in vcn_v4_0_sw_fini() argument
247 static int vcn_v4_0_hw_init(void *handle) in vcn_v4_0_hw_init() argument
301 static int vcn_v4_0_hw_fini(void *handle) in vcn_v4_0_hw_fini() argument
332 static int vcn_v4_0_suspend(void *handle) in vcn_v4_0_suspend() argument
353 static int vcn_v4_0_resume(void *handle) in vcn_v4_0_resume() argument
1870 static bool vcn_v4_0_is_idle(void *handle) in vcn_v4_0_is_idle() argument
[all …]
/openbmc/linux/kernel/irq/
H A Dchip.c985 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() argument
988 if (!handle) { in __irq_do_set_handler()
989 handle = handle_bad_irq; in __irq_do_set_handler()
1019 if (handle == handle_bad_irq) { in __irq_do_set_handler()
1029 desc->handle_irq = handle; in __irq_do_set_handler()
1032 if (handle != handle_bad_irq && is_chained) { in __irq_do_set_handler()
1045 desc->handle_irq = handle; in __irq_do_set_handler()
1067 __irq_do_set_handler(desc, handle, is_chained, name); in __irq_set_handler()
1083 __irq_do_set_handler(desc, handle, 1, NULL); in irq_set_chained_handler_and_data()
1091 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name() argument
[all …]
/openbmc/linux/Documentation/staging/
H A Dremoteproc.rst46 handle. There are several ways to achieve that cleanly (devres, pdata,
66 which means that the @rproc handle stays valid even after
74 Find an rproc handle using a device tree phandle. Returns the rproc
75 handle on success, and NULL on failure. This function increments
86 /* in case we were given a valid 'rproc' handle */
95 * something went wrong. handle it and leave.
116 Allocate a new remote processor handle, but don't register
125 After creating an rproc handle using this function, and when ready,
140 Free an rproc handle that was allocated by rproc_alloc.
221 The ->stop() handler takes an rproc handle and powers the device down.
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Dtqm8548-bigflash.dts171 tbi-handle = <&tbi0>;
172 phy-handle = <&phy2>;
224 tbi-handle = <&tbi1>;
225 phy-handle = <&phy1>;
252 tbi-handle = <&tbi2>;
253 phy-handle = <&phy4>;
280 tbi-handle = <&tbi3>;
281 phy-handle = <&phy5>;
H A Dtqm8548.dts171 tbi-handle = <&tbi0>;
172 phy-handle = <&phy2>;
224 tbi-handle = <&tbi1>;
225 phy-handle = <&phy1>;
252 tbi-handle = <&tbi2>;
253 phy-handle = <&phy4>;
280 tbi-handle = <&tbi3>;
281 phy-handle = <&phy5>;
H A Dxpedite5200_xmon.dts211 tbi-handle = <&tbi0>;
212 phy-handle = <&phy0>;
260 tbi-handle = <&tbi1>;
261 phy-handle = <&phy1>;
289 tbi-handle = <&tbi2>;
290 phy-handle = <&phy2>;
318 tbi-handle = <&tbi3>;
319 phy-handle = <&phy3>;

1...<<31323334353637383940>>...167