Home
last modified time | relevance | path

Searched refs:handle (Results 1226 – 1250 of 4154) sorted by relevance

1...<<41424344454647484950>>...167

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c350 dma_addr_t *handle) in pasemi_dma_alloc_buf() argument
352 return dma_alloc_coherent(&dma_pdev->dev, size, handle, GFP_KERNEL); in pasemi_dma_alloc_buf()
364 dma_addr_t *handle) in pasemi_dma_free_buf() argument
366 dma_free_coherent(&dma_pdev->dev, size, handle, GFP_KERNEL); in pasemi_dma_free_buf()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dtqm8541.dts160 tbi-handle = <&tbi0>;
161 phy-handle = <&phy2>;
203 tbi-handle = <&tbi1>;
204 phy-handle = <&phy1>;
H A Dtqm8555.dts160 tbi-handle = <&tbi0>;
161 phy-handle = <&phy2>;
203 tbi-handle = <&tbi1>;
204 phy-handle = <&phy1>;
/openbmc/linux/net/bluetooth/
H A Dmgmt_util.c345 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle) in mgmt_mesh_find() argument
353 if (mesh_tx->handle == handle) in mgmt_mesh_find()
373 mesh_tx->handle = hdev->mesh_send_ref; in mgmt_mesh_add()
H A Dhci_sync.c1219 cp.handle = instance; in hci_set_adv_set_random_addr_sync()
1321 cp.handle = instance; in hci_setup_ext_adv_instance_sync()
1844 cp.handle = handle; in hci_le_terminate_big_sync()
2117 cp.handle = handle; in hci_read_rssi_sync()
2132 cp.handle = handle; in hci_read_tx_power_sync()
5424 cp.handle = cpu_to_le16(conn->handle); in hci_disconnect_sync()
5530 cp.handle = cpu_to_le16(conn->handle); in hci_le_reject_cis_sync()
5559 u16 handle = conn->handle; in hci_abort_conn_sync() local
6637 cp.cig_id = handle; in hci_le_remove_cig_sync()
6648 cp.handle = handle; in hci_le_big_terminate_sync()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c144 sync->handle, point, in sync_find_fence()
165 sync->handle); in nouveau_job_add_deps()
211 *pobj = drm_syncobj_find(job->file_priv, sync->handle); in nouveau_job_fence_attach_prepare()
215 sync->handle); in nouveau_job_fence_attach_prepare()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp151a-prtt1c.dts299 phy-handle = <&t1l0_phy>;
306 phy-handle = <&t1l1_phy>;
313 phy-handle = <&t1l2_phy>;
319 phy-handle = <&rj45_phy>;
/openbmc/linux/drivers/input/touchscreen/
H A Dsx8654.c128 static irqreturn_t sx8650_irq(int irq, void *handle) in sx8650_irq() argument
130 struct sx8654 *ts = handle; in sx8650_irq()
192 static irqreturn_t sx8654_irq(int irq, void *handle) in sx8654_irq() argument
194 struct sx8654 *sx8654 = handle; in sx8654_irq()
/openbmc/linux/drivers/acpi/acpica/
H A Dnsdump.c103 acpi_ns_dump_pathname(acpi_handle handle, in acpi_ns_dump_pathname() argument
117 acpi_ns_print_node_pathname(handle, msg); in acpi_ns_dump_pathname()
797 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level) in acpi_ns_dump_entry() argument
807 (void)acpi_ns_dump_one_object(handle, 1, &info, NULL); in acpi_ns_dump_entry()
/openbmc/linux/drivers/iio/light/
H A Dcm32181.c110 acpi_handle handle; in cm32181_acpi_get_cpm() local
114 handle = ACPI_HANDLE(dev); in cm32181_acpi_get_cpm()
115 if (!handle) in cm32181_acpi_get_cpm()
118 status = acpi_evaluate_object(handle, obj_name, NULL, &buffer); in cm32181_acpi_get_cpm()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c1189 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg0() argument
1207 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg0()
1230 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg1() argument
1248 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg1()
1271 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg0() argument
1289 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg0()
1349 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg2() argument
1367 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg2()
1601 u16 handle) in mpt3sas_config_get_expander_pg1() argument
1764 u32 handle) in mpt3sas_config_get_raid_volume_pg1() argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu10_smumgr.h38 struct amdgpu_bo *handle; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpriv.h55 struct device *, enum nvkm_device_type, u64 handle,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c132 gobj = drm_gem_object_lookup(p->filp, data->handle); in amdgpu_cs_p1_user_fence()
413 fence = amdgpu_ctx_get_fence(ctx, entity, deps[i].handle); in amdgpu_cs_p2_dependencies()
439 uint32_t handle, u64 point, in amdgpu_syncobj_lookup_and_add() argument
448 handle, point, r); in amdgpu_syncobj_lookup_and_add()
467 r = amdgpu_syncobj_lookup_and_add(p, deps[i].handle, 0, 0); in amdgpu_cs_p2_syncobj_in()
485 r = amdgpu_syncobj_lookup_and_add(p, syncobj_deps[i].handle, in amdgpu_cs_p2_syncobj_timeline_wait()
518 drm_syncobj_find(p->filp, deps[i].handle); in amdgpu_cs_p2_syncobj_out()
560 syncobj_deps[i].handle); in amdgpu_cs_p2_syncobj_timeline_signal()
1355 cs->out.handle = seq; in amdgpu_cs_submit()
1499 fence = amdgpu_ctx_get_fence(ctx, entity, wait->in.handle); in amdgpu_cs_wait_ioctl()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/
H A Du-boot-aspeed-sdk_%.bbappend3 SRC_URI +="file://0002-spl-host-console-handle.patch"
/openbmc/linux/drivers/perf/
H A Dthunderx2_pmu.c789 acpi_handle handle, struct acpi_device *adev, u32 type) in tx2_uncore_pmu_init_dev() argument
887 static acpi_status tx2_uncore_pmu_add(acpi_handle handle, u32 level, in tx2_uncore_pmu_add() argument
890 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in tx2_uncore_pmu_add()
902 handle, adev, type); in tx2_uncore_pmu_add()
971 acpi_handle handle; in tx2_uncore_probe() local
979 handle = ACPI_HANDLE(dev); in tx2_uncore_probe()
980 if (!handle) in tx2_uncore_probe()
984 status = acpi_walk_namespace(ACPI_TYPE_DEVICE, handle, 1, in tx2_uncore_probe()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c145 submit->bos[i].handle = submit_bo.handle; in submit_lookup_objects()
159 obj = idr_find(&file->object_idr, submit->bos[i].handle); in submit_lookup_objects()
161 DRM_ERROR("invalid handle %u at index %u\n", submit->bos[i].handle, i); in submit_lookup_objects()
310 submit->bos[i].handle, i); in submit_lock_objects()
616 syncobj_desc.handle, syncobj_desc.point); in msm_parse_deps()
622 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_deps()
700 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_post_deps()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h47 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle,
125 #define for_each_efi_handle(handle, array, size, i) \ argument
128 ((handle = efi_get_handle_at((array), i)) || true); \
941 efi_status_t efi_exit_boot_services(void *handle, void *priv,
944 efi_status_t efi_boot_kernel(void *handle, efi_loaded_image_t *image,
1042 efi_status_t efi_stub_common(efi_handle_t handle,
1076 u16 handle; member
1147 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dhead.h18 return head->object.handle; in nvif_head_id()
/openbmc/linux/drivers/sh/intc/
H A DMakefile2 obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A DFixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch8 to quickly for the process to handle, resulting in 100% CPU and
13 timers firing to quickly for the process to handle,
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dconntrack_sctp_collision.sh51 tc -n $SERVER_NS qdisc add dev link0 root handle 1: htb
55 tc -n $SERVER_NS qdisc add dev link0 parent 1:1 handle 10: netem delay 1200ms
/openbmc/linux/include/linux/usb/
H A Drndis_host.h99 /*?*/ __le32 handle; /* zero */ member
120 /*?*/ __le32 handle; /* zero */ member
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-fastrhino-r68s.dts34 phy-handle = <&rgmii_phy0>;
56 phy-handle = <&rgmii_phy1>;
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_small_bar.h124 __u32 handle; member

1...<<41424344454647484950>>...167