/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_tunnel_ipip6.sh | 159 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \ 180 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower 192 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \ 211 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower
|
H A D | devlink_trap_tunnel_vxlan_ipv6.sh | 173 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \ 192 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower 248 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \ 266 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower 319 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-iot.dts | 109 tbi-handle = <&tbi1>; 110 phy-handle = <&phy1>; 116 tbi-handle = <&tbi1>; 117 phy-handle = <&phy3>;
|
H A D | ls1021a-qds.dts | 81 tbi-handle = <&tbi0>; 82 phy-handle = <&sgmii_phy1c>; 88 tbi-handle = <&tbi0>; 89 phy-handle = <&sgmii_phy1d>; 95 phy-handle = <&rgmii_phy3>;
|
/openbmc/linux/include/drm/ |
H A D | drm_gem.h | 510 int drm_gem_handle_delete(struct drm_file *filp, u32 handle); 526 struct drm_gem_object *drm_gem_object_lookup(struct drm_file *filp, u32 handle); 527 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, 534 u32 handle, u64 *offset);
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 156 uint16_t handle); 188 uint16_t handle); 198 uint16_t handle); 591 uint16_t handle);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-multitouch | 5 quirks actually in place to handle the device's protocol. 9 the protocol to handle the device.
|
/openbmc/linux/drivers/acpi/ |
H A D | hed.c | 45 static void acpi_hed_notify(acpi_handle handle, u32 event, void *data) in acpi_hed_notify() argument 57 hed_handle = device->handle; in acpi_hed_add()
|
/openbmc/linux/Documentation/power/ |
H A D | pm_qos_interface.rst | 31 void cpu_latency_qos_add_request(handle, target_value): 35 Clients of PM QoS need to save the returned handle for future use in other 38 void cpu_latency_qos_update_request(handle, new_target_value): 39 Will update the list element pointed to by the handle with the new target 43 void cpu_latency_qos_remove_request(handle): 51 int cpu_latency_qos_request_active(handle): 106 int dev_pm_qos_add_request(device, handle, type, value): 110 Clients of dev_pm_qos need to save the handle for future use in other 113 int dev_pm_qos_update_request(handle, new_value): 118 int dev_pm_qos_remove_request(handle): [all …]
|
/openbmc/linux/net/sched/ |
H A D | sch_ets.c | 102 return TC_H_MAKE(sch->handle, band + 1); in ets_class_id() 122 qopt.handle = sch->handle; in ets_offload_change() 155 qopt.handle = sch->handle; in ets_offload_destroy() 168 qopt.handle = sch->handle; in ets_offload_graft() 171 qopt.graft_params.child_handle = new->handle; in ets_offload_graft() 182 qopt.handle = sch->handle; in ets_offload_dump() 306 tcm->tcm_info = cl->qdisc->handle; in ets_class_dump() 383 if (TC_H_MAJ(skb->priority) != sch->handle) { in ets_classify()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | net.c | 45 int handle; member 310 .t.tcm_parent = handle, in netlink_get_filter() 410 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg() 516 int i, handle, ret = 0; in show_dev_tc_bpf_classic() local 539 tcinfo.handle_array[i].handle, in show_dev_tc_bpf_classic() 546 handle = TC_H_ROOT; in show_dev_tc_bpf_classic() 548 ret = netlink_get_filter(sock, nl_pid, dev->ifindex, handle, in show_dev_tc_bpf_classic() 553 handle = TC_H_MAKE(TC_H_CLSACT, TC_H_MIN_INGRESS); in show_dev_tc_bpf_classic() 555 ret = netlink_get_filter(sock, nl_pid, dev->ifindex, handle, in show_dev_tc_bpf_classic() 560 handle = TC_H_MAKE(TC_H_CLSACT, TC_H_MIN_EGRESS); in show_dev_tc_bpf_classic() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p4080si-post.dtsi | 149 fsl,srio-rmu-handle = <&rmu>; 202 dev-handle = <&ddr1>; 207 dev-handle = <&ddr2>; 220 cpu-handle = <&cpu0>; 225 cpu-handle = <&cpu1>; 230 cpu-handle = <&cpu2>; 235 cpu-handle = <&cpu3>; 240 cpu-handle = <&cpu4>; 245 cpu-handle = <&cpu5>; 250 cpu-handle = <&cpu6>; [all …]
|
H A D | p1025twr.dtsi | 154 phy-handle = <&phy0>; 164 phy-handle = <&phy1>; 241 pio-handle = <&pio1>; 242 phy-handle = <&qe_phy0>; 270 pio-handle = <&pio2>; 271 phy-handle = <&qe_phy1>; 281 pio-handle = <&pio3>; 290 pio-handle = <&pio4>;
|
/openbmc/linux/include/net/ |
H A D | pkt_cls.h | 63 int police, struct tcf_proto *tp, u32 handle, bool used_action_miss); 648 u32 handle; member 656 u32 handle; member 820 u32 handle; member 885 u32 handle; member 931 u32 handle; member 962 u32 handle; member 977 u32 handle; member 1003 u32 handle; member 1027 u32 handle; member [all …]
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 707 event->handle = find_watch(event->token); in xs_watch_msg() 708 if (event->handle != NULL && in xs_watch_msg() 709 (!event->handle->will_handle || in xs_watch_msg() 710 event->handle->will_handle(event->handle, in xs_watch_msg() 714 event->handle->nr_pending++; in xs_watch_msg() 825 if (event->handle != watch) in unregister_xenbus_watch() 895 event->handle->nr_pending--; in xenwatch_thread() 900 event->handle->callback(event->handle, event->path, in xenwatch_thread()
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 487 def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1, argument 505 handle, 514 def policy_password(self, handle): argument 520 handle) 524 def get_policy_digest(self, handle): argument 530 handle) 534 def flush_context(self, handle): argument 540 handle) 704 handle = struct.unpack('>I', rsp[:4])[0] 705 handles.append(handle)
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rtsx_pcr.c | 1500 struct pcr_handle *handle; in rtsx_pci_probe() local 1527 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in rtsx_pci_probe() 1528 if (!handle) { in rtsx_pci_probe() 1532 handle->pcr = pcr; in rtsx_pci_probe() 1622 kfree(handle); in rtsx_pci_probe() 1636 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_remove() 1669 kfree(handle); in rtsx_pci_remove() 1680 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_suspend() 1698 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_resume() 1755 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_shutdown() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v5_0.c | 1336 static int sdma_v5_0_early_init(void *handle) in sdma_v5_0_early_init() argument 1350 static int sdma_v5_0_sw_init(void *handle) in sdma_v5_0_sw_init() argument 1401 static int sdma_v5_0_sw_fini(void *handle) in sdma_v5_0_sw_fini() argument 1414 static int sdma_v5_0_hw_init(void *handle) in sdma_v5_0_hw_init() argument 1426 static int sdma_v5_0_hw_fini(void *handle) in sdma_v5_0_hw_fini() argument 1442 static int sdma_v5_0_suspend(void *handle) in sdma_v5_0_suspend() argument 1449 static int sdma_v5_0_resume(void *handle) in sdma_v5_0_resume() argument 1456 static bool sdma_v5_0_is_idle(void *handle) in sdma_v5_0_is_idle() argument 1471 static int sdma_v5_0_wait_for_idle(void *handle) in sdma_v5_0_wait_for_idle() argument 1488 static int sdma_v5_0_soft_reset(void *handle) in sdma_v5_0_soft_reset() argument [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr.cpp | 26 pdrEntry.handle.recordHandle = inRepo.getRecordHandle(record); in getRepoByType() 42 &pdrEntry.size, &pdrEntry.handle.nextRecordHandle); in getRecordByHandle()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0001-Add-stub-capsule-update-service-components.patch | 131 + psa_handle_t handle; 149 + handle = psa_connect(caller, TFM_SP_PLATFORM_IOCTL_SID, 151 + if (handle <= 0) { 152 + EMSG("%s Invalid handle", __func__); 156 + psa_call(caller,handle, PSA_IPC_CALL, 163 + handle = psa_connect(caller, TFM_SP_PLATFORM_IOCTL_SID, 165 + if (handle <= 0) { 166 + EMSG("%s Invalid handle", __func__); 170 + psa_call(caller,handle, PSA_IPC_CALL,
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | device.c | 51 nvif_device_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_device_ctor() argument 54 int ret = nvif_object_ctor(parent, name ? name : "nvifDevice", handle, in nvif_device_ctor()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | sessionhelper.hpp | 53 std::stringstream handle(sessionHandleString); in parseCloseSessionInputPayload() local 54 handle >> std::hex >> tempSessionHandle; in parseCloseSessionInputPayload()
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | core.c | 449 acpi_handle handle; in acpi_nfit_ctl() local 475 handle = adev->handle; in acpi_nfit_ctl() 495 handle = adev->handle; in acpi_nfit_ctl() 540 out_obj = acpi_label_info(handle); in acpi_nfit_ctl() 1387 static DEVICE_ATTR_RO(handle); 1475 u32 handle; in format1_show() local 1485 handle = to_nfit_memdev(dev)->device_handle; in format1_show() 1493 if (memdev->device_handle != handle) in format1_show() 1707 acpi_handle handle; in acpi_nvdimm_has_method() local 1710 status = acpi_get_handle(adev->handle, method, &handle); in acpi_nvdimm_has_method() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | xpedite5200.dts | 207 tbi-handle = <&tbi0>; 208 phy-handle = <&phy0>; 256 tbi-handle = <&tbi1>; 257 phy-handle = <&phy1>; 285 tbi-handle = <&tbi2>; 286 phy-handle = <&phy2>; 314 tbi-handle = <&tbi3>; 315 phy-handle = <&phy3>;
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 1530 u16 handle; in mpi3mr_sastopochg_evt_debug() local 1562 if (!handle) in mpi3mr_sastopochg_evt_debug() 1613 u16 handle; in mpi3mr_sastopochg_evt_bh() local 1644 if (!handle) in mpi3mr_sastopochg_evt_bh() 1707 u16 handle; in mpi3mr_pcietopochg_evt_debug() local 1738 handle = in mpi3mr_pcietopochg_evt_debug() 1792 u16 handle; in mpi3mr_pcietopochg_evt_bh() local 1801 handle = in mpi3mr_pcietopochg_evt_bh() 2305 delayed_dev_rmhs->handle = handle; in mpi3mr_dev_rmhs_send_tm() 2511 u16 handle; in mpi3mr_pcietopochg_evt_th() local [all …]
|