Home
last modified time | relevance | path

Searched refs:handle (Results 701 – 725 of 4154) sorted by relevance

1...<<21222324252627282930>>...167

/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp262 explicit CryptHandle(const std::string_view& device) : handle(init(device)) in CryptHandle()
268 if (*handle == nullptr) in get()
276 return *handle; in get()
308 stdplus::Managed<struct crypt_device*>::Handle<cryptFree> handle; member in estoraged::CryptHandle
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c196 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
198 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
200 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
209 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
214 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
217 if (adapter->mr.handle) { in ehea_update_firmware_handles()
218 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
275 arr[i].adh = adapter->handle; in ehea_update_bcmc_registrations()
281 arr[i].adh = adapter->handle; in ehea_update_bcmc_registrations()
2856 handle, in ehea_get_jumboframe_status()
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dip6gre_lib.sh351 tc filter add dev $ul1 egress proto all pref 1 handle 101 \
355 tc filter add dev $ol2 egress protocol ipv4 pref 1 handle 101 \
370 tc filter del dev $ol2 egress protocol ipv4 pref 1 handle 101 flower
372 tc filter del dev $ul1 egress proto all pref 1 handle 101 flower
384 tc filter add dev $ul1 egress proto all pref 1 handle 101 \
388 tc filter add dev $ol2 egress protocol ipv6 pref 1 handle 101 \
403 tc filter del dev $ol2 egress protocol ipv6 pref 1 handle 101 flower
405 tc filter del dev $ul1 egress proto all pref 1 handle 101 flower
/openbmc/linux/drivers/acpi/
H A Dpfr_telemetry.c82 acpi_handle handle = ACPI_HANDLE(pfrt_log_dev->parent_dev); in get_pfrt_log_data_info() local
95 out_obj = acpi_evaluate_dsm_typed(handle, &pfrt_log_guid, in get_pfrt_log_data_info()
154 acpi_handle handle = ACPI_HANDLE(pfrt_log_dev->parent_dev); in set_pfrt_log_level() local
167 out_obj = acpi_evaluate_dsm_typed(handle, &pfrt_log_guid, in set_pfrt_log_level()
190 acpi_handle handle = ACPI_HANDLE(pfrt_log_dev->parent_dev); in get_pfrt_log_level() local
195 out_obj = acpi_evaluate_dsm_typed(handle, &pfrt_log_guid, in get_pfrt_log_level()
368 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in acpi_pfrt_log_probe() local
372 if (!acpi_has_method(handle, "_DSM")) { in acpi_pfrt_log_probe()
H A Dsysfs.c652 acpi_handle *handle) in get_status() argument
660 status = acpi_get_gpe_device(index, handle); in get_status()
680 acpi_handle handle; in counter_show() local
696 result = get_status(index, &status, &handle); in counter_show()
738 acpi_handle handle; in counter_set() local
765 result = acpi_disable_gpe(handle, index); in counter_set()
768 result = acpi_enable_gpe(handle, index); in counter_set()
771 result = acpi_clear_gpe(handle, index); in counter_set()
843 acpi_handle handle; in acpi_gpe_apply_masked_gpes() local
848 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_action_hw_stats.sh51 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
66 tc filter del dev $swp1 ingress protocol ip pref 1 handle 101 flower
85 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
H A Dblackhole_routes.sh123 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \
138 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
147 tc filter add dev $rp1 ingress protocol ipv6 pref 1 handle 101 flower \
162 tc filter del dev $rp1 ingress protocol ipv6 pref 1 handle 101 flower
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dgpio-mouse.txt15 - button-left-gpios: GPIO line handle to the left mouse button
16 - button-middle-gpios: GPIO line handle to the middle mouse button
17 - button-right-gpios: GPIO line handle to the right mouse button
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dxlnx,emaclite.yaml32 phy-handle: true
48 - phy-handle
60 phy-handle = <&phy0>;
H A Dethernet-controller.yaml111 pcs-handle:
117 bus to link with an external PHY (phy-handle) if exists.
119 pcs-handle-names:
121 The name of each PCS in pcs-handle.
123 phy-handle:
129 $ref: "#/properties/phy-handle"
133 $ref: "#/properties/phy-handle"
262 pcs-handle-names: [pcs-handle]
H A Dnixge.txt21 Use instead of phy-handle.
22 - phy-handle: See ethernet.txt file in the same directory.
39 phy-handle = <&ethernet_phy1>;
62 phy-handle = <&ethernet_phy1>;
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779f0-spider-ethernet.dtsi52 phy-handle = <&u101>;
70 phy-handle = <&u201>;
88 phy-handle = <&u301>;
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h107 u64 handle; member
304 int fd, u32 *handle);
306 uint32_t handle, uint32_t flags,
/openbmc/linux/drivers/block/xen-blkback/
H A Dblkback.c260 BUG_ON(persistent_gnt->handle == in free_persistent_gnts()
266 persistent_gnt->handle); in free_persistent_gnts()
312 persistent_gnt->handle); in xen_blkbk_unmap_purged_grants()
372 BUG_ON(persistent_gnt->handle == in purge_persistent_gnt()
663 GNTMAP_host_map, pages[i]->handle); in xen_blkbk_unmap_prepare()
839 pages[seg_idx]->handle = map[new_map_idx].handle; in xen_blkbk_map()
860 persistent_gnt->handle = map[new_map_idx].handle; in xen_blkbk_map()
1088 dst->u.rw.handle = src->u.rw.handle; in blkif_get_x86_32_req()
1108 dst->u.indirect.handle = src->u.indirect.handle; in blkif_get_x86_32_req()
1141 dst->u.rw.handle = src->u.rw.handle; in blkif_get_x86_64_req()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c116 char handle[64], *p; in fdt_qportal() local
118 strncpy(handle, name, sizeof(handle)); in fdt_qportal()
119 p = strchr(handle, '@'); in fdt_qportal()
126 dev_off = fdt_path_offset(blob, handle); in fdt_qportal()
137 dev_off = fdt_path_offset(blob, handle); in fdt_qportal()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c1061 u32 handle) in qed_iscsi_get_hash() argument
1155 u32 *handle, in qed_iscsi_acquire_conn() argument
1182 *handle); in qed_iscsi_acquire_conn()
1194 handle); in qed_iscsi_release_conn()
1206 u32 handle, in qed_iscsi_offload_conn() argument
1215 handle); in qed_iscsi_offload_conn()
1281 u32 handle, in qed_iscsi_update_conn() argument
1290 handle); in qed_iscsi_update_conn()
1314 handle); in qed_iscsi_clear_conn_sq()
1330 handle); in qed_iscsi_destroy_conn()
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dpcc-cpufreq.c264 status = acpi_evaluate_object(pr->handle, "PCCP", NULL, &buffer); in pcc_get_offset()
301 static int __init pcc_cpufreq_do_osc(acpi_handle *handle) in pcc_cpufreq_do_osc() argument
329 status = acpi_evaluate_object(*handle, "_OSC", &input, &output); in pcc_cpufreq_do_osc()
358 status = acpi_evaluate_object(*handle, "_OSC", &input, &output); in pcc_cpufreq_do_osc()
395 acpi_handle handle, osc_handle; in pcc_cpufreq_evaluate() local
398 status = acpi_get_handle(NULL, "\\_SB", &handle); in pcc_cpufreq_evaluate()
402 if (!acpi_has_method(handle, "PCCH")) in pcc_cpufreq_evaluate()
405 status = acpi_get_handle(handle, "_OSC", &osc_handle); in pcc_cpufreq_evaluate()
414 status = acpi_evaluate_object(handle, "PCCH", NULL, &output); in pcc_cpufreq_evaluate()
/openbmc/linux/include/acpi/
H A Dacpi_lpat.h28 handle);
46 acpi_handle handle) in acpi_lpat_get_conversion_table() argument
/openbmc/u-boot/arch/arm/dts/
H A Ddra76-evm-u-boot.dtsi9 phy-handle = <&dp83867_0>;
13 phy-handle = <&dp83867_1>;
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.h34 struct amd_vce_state* amdgpu_get_vce_clock_state(void *handle, u32 idx);
36 void amdgpu_legacy_dpm_compute_clocks(void *handle);
/openbmc/linux/tools/lib/bpf/
H A Dnetlink.c674 OPTS_SET(info->opts, handle, tc->tcm_handle); in __get_tc_info()
735 handle = OPTS_GET(opts, handle, 0); in bpf_tc_attach()
758 req.tc.tcm_handle = handle; in bpf_tc_attach()
809 handle = OPTS_GET(opts, handle, 0); in __bpf_tc_detach()
820 if (!handle || !priority) in __bpf_tc_detach()
824 if (handle || priority) in __bpf_tc_detach()
835 req.tc.tcm_handle = handle; in __bpf_tc_detach()
867 __u32 protocol, handle, priority, parent, prog_id, flags; in bpf_tc_query() local
881 handle = OPTS_GET(opts, handle, 0); in bpf_tc_query()
888 !handle || !priority) in bpf_tc_query()
[all …]
/openbmc/linux/net/sched/
H A Dsch_tbf.c152 qopt.handle = sch->handle; in tbf_offload_change()
170 qopt.handle = sch->handle; in tbf_offload_destroy()
180 qopt.handle = sch->handle; in tbf_offload_dump()
192 .handle = sch->handle, in tbf_offload_graft()
194 .child_handle = new->handle, in tbf_offload_graft()
551 tcm->tcm_info = q->qdisc->handle; in tbf_dump_class()
/openbmc/linux/drivers/platform/x86/intel/
H A Dsmartconnect.c16 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value); in smartconnect_acpi_init()
22 status = acpi_execute_simple_method(acpi->handle, "SAOS", 0); in smartconnect_acpi_init()
/openbmc/linux/Documentation/devicetree/bindings/infiniband/
H A Dhisilicon-hns-roce.txt13 - eth-handle: phandle, specifies a reference to a node
15 - dsaf-handle: phandle, specifies a reference to a node
33 eth-handle = <&eth2 &eth3 &eth4 &eth5 &eth6 &eth7>;
34 dsaf-handle = <&soc0_dsa>;
/openbmc/linux/drivers/acpi/x86/
H A Dapple.c38 props = acpi_evaluate_dsm_typed(adev->handle, &apple_prp_guid, 1, 0, in acpi_extract_apple_properties()
47 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
54 props = acpi_evaluate_dsm_typed(adev->handle, &apple_prp_guid, 1, 1, in acpi_extract_apple_properties()
88 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()

1...<<21222324252627282930>>...167