Home
last modified time | relevance | path

Searched refs:handle (Results 2151 – 2175 of 4156) sorted by relevance

1...<<81828384858687888990>>...167

/openbmc/linux/arch/powerpc/boot/dts/
H A Ddigsy_mtc.dts53 phy-handle = <&phy0>;
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx35-eukrea-mbimxsd35-baseboard.dts127 codec-handle = <&tlv320aic23>;
H A Dimx7d-mba7.dts27 phy-handle = <&ethphy2_0>;
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-netgear-wg302v1.dts84 phy-handle = <&phy30>;
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.h80 u32 handle; member
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-wbd111.dts127 phy-handle = <&phy0>;
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Drockchip-rk3288-skips.txt17 # Unable to handle kernel paging request at virtual address 7812078e
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-h96-max.dts85 phy-handle = <&external_phy>;
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drv1126-edgeble-neu2-io.dts60 phy-handle = <&phy>;
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4906-netgear-r8000p.dts123 phy-handle = <&phy12>;
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch17 variable. It's this environment variable that causes the sessiond to handle the
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm-mek.dts54 phy-handle = <&ethphy0>;
/openbmc/linux/drivers/of/
H A Dof_private.h96 void __of_phandle_cache_inv_entry(phandle handle);
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp41 void handle(const std::shared_ptr<Request>& req, in handle() function
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhip07.dtsi1467 phy-handle = <&phy0>;
1477 phy-handle = <&phy1>;
1488 ae-handle = <&dsaf0>;
1497 ae-handle = <&dsaf0>;
1506 ae-handle = <&dsaf0>;
1515 ae-handle = <&dsaf0>;
1526 eth-handle = <&eth2 &eth3 0 0 &eth0 &eth1>;
1527 dsaf-handle = <&dsaf0>;
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1172 args->handle = MAKE_HANDLE(args->gpu_id, idr_handle); in kfd_ioctl_alloc_memory_of_gpu()
1208 if (p->signal_handle && (p->signal_handle == args->handle)) { in kfd_ioctl_free_memory_of_gpu()
1214 pdd = kfd_process_device_data_by_id(p, GET_GPU_ID(args->handle)); in kfd_ioctl_free_memory_of_gpu()
1222 pdd, GET_IDR_HANDLE(args->handle)); in kfd_ioctl_free_memory_of_gpu()
1236 pdd, GET_IDR_HANDLE(args->handle)); in kfd_ioctl_free_memory_of_gpu()
1280 pdd = kfd_process_device_data_by_id(p, GET_GPU_ID(args->handle)); in kfd_ioctl_map_memory_to_gpu()
1294 GET_IDR_HANDLE(args->handle)); in kfd_ioctl_map_memory_to_gpu()
1404 GET_IDR_HANDLE(args->handle)); in kfd_ioctl_unmap_memory_from_gpu()
1608 args->handle = MAKE_HANDLE(args->gpu_id, idr_handle); in kfd_ioctl_import_dmabuf()
1631 dev = kfd_device_by_id(GET_GPU_ID(args->handle)); in kfd_ioctl_export_dmabuf()
[all …]
/openbmc/qemu/qga/
H A Dqapi-schema.json225 # Open a file in the guest and retrieve a file handle for it
231 # Returns: Guest file handle
244 # @handle: filehandle returned by guest-file-open
249 'data': { 'handle': 'int' } }
275 # @handle: filehandle returned by guest-file-open
285 'data': { 'handle': 'int', '*count': 'int' },
308 # @handle: filehandle returned by guest-file-open
376 # @handle: filehandle returned by guest-file-open
387 'data': { 'handle': 'int', 'offset': 'int',
396 # @handle: filehandle returned by guest-file-open
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r.h1229 if (a->req_table[LOWORD(vrq->scsi.handle)]) { in esas2r_rq_init_request()
1236 a->req_table[LOWORD(vrq->scsi.handle)] = rq; in esas2r_rq_init_request()
1242 vrq->scsi.handle = (a->cmd_ref_no++ << 16) | (u16)vrq->scsi.handle; in esas2r_rq_init_request()
1282 a->req_table[LOWORD(rq->vrq->scsi.handle)] = NULL; in esas2r_rq_destroy_request()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c671 MSM_BO_SCANOUT | MSM_BO_WC, &args->handle, "dumb"); in msm_gem_dumb_create()
675 uint32_t handle, uint64_t *offset) in msm_gem_dumb_map_offset() argument
681 obj = drm_gem_object_lookup(file, handle); in msm_gem_dumb_map_offset()
1076 uint32_t size, uint32_t flags, uint32_t *handle, in msm_gem_new_handle() argument
1090 ret = drm_gem_handle_create(file, obj, handle); in msm_gem_new_handle()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.h1310 struct hnae3_handle *handle; member
1441 struct hnae3_handle *handle = priv->handle; in hns_roce_write64() local
1442 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_write64()
1444 if (!hr_dev->dis_db && !ops->get_hw_reset_stat(handle)) in hns_roce_write64()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.c590 OMAP_BO_SCANOUT | OMAP_BO_WC, &args->handle); in omap_gem_dumb_create()
604 u32 handle, u64 *offset) in omap_gem_dumb_map_offset() argument
610 obj = drm_gem_object_lookup(file, handle); in omap_gem_dumb_map_offset()
1434 union omap_gem_size gsize, u32 flags, u32 *handle) in omap_gem_new_handle() argument
1443 ret = drm_gem_handle_create(file, obj, handle); in omap_gem_new_handle()
/openbmc/linux/tools/testing/cxl/test/
H A Dmem.c248 pl->records[i].hdr.handle = event_get_cur_event_handle(log); in mock_get_event()
277 u16 handle; in mock_clear_event() local
299 for (nr = 0, handle = event_get_clear_handle(log); in mock_clear_event()
301 nr++, handle++) { in mock_clear_event()
302 if (handle != le16_to_cpu(pl->handles[nr])) { in mock_clear_event()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c682 rcache->handle = *id_loc; in vmw_cmd_res_check()
1155 uint32_t handle = *id; in vmw_translate_mob_ptr() local
1211 uint32_t handle = ptr->gmrId; in vmw_translate_guest_ptr() local
3894 fence_rep.handle = fence_handle; in vmw_execbuf_copy_fence_user()
4049 uint32_t handle) in vmw_execbuf_tie_context() argument
4055 if (handle == SVGA3D_INVALID_ID) in vmw_execbuf_tie_context()
4064 (dev_priv, sw_context->fp->tfile, handle, in vmw_execbuf_tie_context()
4068 (unsigned int) handle); in vmw_execbuf_tie_context()
4097 uint32_t handle = 0; in vmw_execbuf_process() local
4219 (user_fence_rep) ? &handle : NULL); in vmw_execbuf_process()
[all …]
/openbmc/linux/Documentation/networking/
H A Dnetdevices.rst18 by free_netdev(). This is required to handle the pathological case cleanly
35 Most drivers (especially device drivers) handle lifetime of struct net_device
240 Used by the drivers/net/wan framework to handle
/openbmc/linux/Documentation/devicetree/bindings/
H A Dexample-schema.yaml39 # to handle different conditions.
40 # In this case, it's needed to handle a variable number of values as there
207 # if/then schema can be used to handle conditions on a property affecting

1...<<81828384858687888990>>...167