/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9130-crb.dtsi | 230 phy-handle = <&switch0phy1>; 236 phy-handle = <&switch0phy2>; 242 phy-handle = <&switch0phy3>; 248 phy-handle = <&switch0phy4>; 254 phy-handle = <&switch0phy5>; 260 phy-handle = <&switch0phy6>; 266 phy-handle = <&switch0phy7>; 272 phy-handle = <&switch0phy8>;
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | t2081qds.dts | 58 phy-handle = <&phy_sgmii_s7_1c>; 63 phy-handle = <&phy_sgmii_s7_1d>; 68 phy-handle = <&rgmii_phy1>; 73 phy-handle = <&rgmii_phy2>; 78 phy-handle = <&phy_sgmii_s3_1c>; 83 phy-handle = <&phy_sgmii_s7_1f>; 88 phy-handle = <&phy_sgmii_s2_1c>; 93 phy-handle = <&phy_sgmii_s7_1e>;
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | vxlan_flooding_ipv6.sh | 165 tc filter add dev br0 egress protocol all pref 1 handle 1 \ 168 tc filter add dev $h1 egress protocol all pref 1 handle 1 \ 170 tc filter add dev $h1 egress protocol all pref 2 handle 2 \ 192 tc filter add dev $rp2 ingress protocol ipv6 pref $i handle $i \ 205 handle $i flower 210 tc filter del dev $h1 egress protocol all pref 2 handle 2 matchall 211 tc filter del dev $h1 egress protocol all pref 1 handle 1 flower 213 tc filter del dev br0 egress protocol all pref 1 handle 1 matchall
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | acpiphp_ibm.c | 84 static void ibm_handle_events(acpi_handle handle, u32 event, void *context); 89 static acpi_status __init ibm_find_acpi_device(acpi_handle handle, 251 static void ibm_handle_events(acpi_handle handle, u32 event, void *context) in ibm_handle_events() argument 384 static acpi_status __init ibm_find_acpi_device(acpi_handle handle, in ibm_find_acpi_device() argument 393 status = acpi_get_object_info(handle, &info); in ibm_find_acpi_device() 400 acpi_bus_get_status_handle(handle, ¤t_status); in ibm_find_acpi_device() 406 info->hardware_id.string, handle); in ibm_find_acpi_device() 407 *phandle = handle; in ibm_find_acpi_device()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | command_buffer.c | 268 bool map_cb, u64 *handle) in hl_cb_create() argument 298 *handle = buf->handle; in hl_cb_create() 335 u64 handle, u32 flags, u32 *usage_cnt, u64 *device_va) in hl_cb_info() argument 340 cb = hl_cb_get(mmg, handle); in hl_cb_info() 343 "CB info failed, no match to handle 0x%llx\n", handle); in hl_cb_info() 368 u64 handle = 0, device_va = 0; in hl_cb_ioctl() local 391 &handle); in hl_cb_ioctl() 395 args->out.cb_handle = handle; in hl_cb_ioctl() 427 struct hl_cb *hl_cb_get(struct hl_mem_mgr *mmg, u64 handle) in hl_cb_get() argument 431 buf = hl_mmap_mem_buf_get(mmg, handle); in hl_cb_get()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mgmt.h | 121 void (*cb)(void *handle, u8 cmd, 125 void *handle; member 162 void *handle, 163 void (*callback)(void *handle,
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls2080a-rdb.dts | 29 phy-handle = <&mdio2_phy1>; 34 phy-handle = <&mdio2_phy2>; 39 phy-handle = <&mdio2_phy3>; 44 phy-handle = <&mdio2_phy4>;
|
H A D | fsl-ls1028a-kontron-sl28-var2.dts | 33 * port instead. Therefore, delete the phy-handle property here. 35 /delete-property/ phy-handle; 57 phy-handle = <&phy0>; 67 phy-handle = <&phy1>;
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | rst.c | 22 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value); in irst_show_wakeup_events() 44 status = acpi_execute_simple_method(acpi->handle, "SFFS", value); in irst_store_wakeup_events() 66 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value); in irst_show_wakeup_time() 88 status = acpi_execute_simple_method(acpi->handle, "SFTV", value); in irst_store_wakeup_time()
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | mbox.py | 19 self.handle = open(filepath, 'rb') 20 assert self.handle.readline().startswith(b'From ') 26 self.handle.close() 34 line = self.handle.readline()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcov.rst | 237 collection sections. The way a handle is used depends on the context where the 252 For #1 and #3, a unique global handle must be chosen and passed to the 254 this handle to ``KCOV_REMOTE_ENABLE`` in the ``handles`` array field of the 256 section referenced by this handle. Multiple global handles identifying 259 For #2, the userspace process instead must pass a non-zero handle through the 260 ``common_handle`` field of the ``kcov_remote_arg`` struct. This common handle 263 modifications. Those tasks should in turn use the passed handle in their 267 handle is a ``u64`` integer. Currently, only the one top and the lower 4 bytes 270 For global handles, the top byte of the handle denotes the id of a subsystem 271 this handle belongs to. For example, KCOV uses ``1`` as the USB subsystem id. [all …]
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_acpi.c | 30 status = acpi_evaluate_integer(adev->handle, obj_name, NULL, &temp); in thermal_acpi_trip_temp() 32 acpi_handle_debug(adev->handle, "%s evaluation failed\n", obj_name); in thermal_acpi_trip_temp() 39 acpi_handle_debug(adev->handle, "%s result %llu out of range\n", in thermal_acpi_trip_temp()
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 86 def __file_read_all(self, handle: int) -> bytes: 90 ret = self.qga.file_read(handle=handle, count=1024) 97 handle = self.qga.file_open(path=path) 99 data = self.__file_read_all(handle) 101 self.qga.file_close(handle=handle)
|
/openbmc/linux/fs/ocfs2/ |
H A D | inode.c | 584 handle_t *handle = NULL; in ocfs2_truncate_for_delete() local 596 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS); in ocfs2_truncate_for_delete() 597 if (IS_ERR(handle)) { in ocfs2_truncate_for_delete() 598 status = PTR_ERR(handle); in ocfs2_truncate_for_delete() 599 handle = NULL; in ocfs2_truncate_for_delete() 604 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), in ocfs2_truncate_for_delete() 614 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete() 620 ocfs2_commit_trans(osb, handle); in ocfs2_truncate_for_delete() 621 handle = NULL; in ocfs2_truncate_for_delete() 629 if (handle) in ocfs2_truncate_for_delete() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_psp.c | 51 struct psp_context *psp = hdcp->config.psp.handle; in remove_display_from_topology_v2() 87 struct psp_context *psp = hdcp->config.psp.handle; in remove_display_from_topology_v3() 125 struct psp_context *psp = hdcp->config.psp.handle; in add_display_to_topology_v2() 172 struct psp_context *psp = hdcp->config.psp.handle; in add_display_to_topology_v3() 253 struct psp_context *psp = hdcp->config.psp.handle; in mod_hdcp_hdcp1_create_session() 292 struct psp_context *psp = hdcp->config.psp.handle; in mod_hdcp_hdcp1_destroy_session() 325 struct psp_context *psp = hdcp->config.psp.handle; in mod_hdcp_hdcp1_validate_rx() 366 struct psp_context *psp = hdcp->config.psp.handle; in mod_hdcp_hdcp1_enable_encryption() 393 struct psp_context *psp = hdcp->config.psp.handle; in mod_hdcp_hdcp1_validate_ksvlist_vp() 435 struct psp_context *psp = hdcp->config.psp.handle; in mod_hdcp_hdcp1_enable_dp_stream_encryption() [all …]
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_gem.h | 40 u32 size, u32 flags, u32 *handle); 41 int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset); 43 int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns);
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 954 void hns3_request_update_promisc_mode(struct hnae3_handle *handle) in hns3_request_update_promisc_mode() argument 956 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns3_request_update_promisc_mode() 959 ops->request_update_promisc_mode(handle); in hns3_request_update_promisc_mode() 1034 u32 alloc_size = ring->tqp->handle->kinfo.tx_spare_buf_size; in hns3_init_tx_spare_buffer() 1083 ring->tqp->handle->kinfo.tx_spare_buf_size = 0; in hns3_init_tx_spare_buffer() 1487 struct hnae3_handle *handle = tx_ring->tqp->handle; in hns3_handle_vtags() local 1500 ae_dev = pci_get_drvdata(handle->pdev); in hns3_handle_vtags() 1503 handle->port_base_vlan_state == in hns3_handle_vtags() 1508 !(handle->kinfo.netdev->features & NETIF_F_HW_VLAN_CTAG_TX)) { in hns3_handle_vtags() 1522 handle->port_base_vlan_state == in hns3_handle_vtags() [all …]
|
/openbmc/linux/drivers/platform/loongarch/ |
H A D | loongson-laptop.c | 45 acpi_handle *handle; member 65 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...) in acpi_evalf() argument 116 status = acpi_evaluate_object(handle, method, ¶ms, resultp); in acpi_evalf() 148 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data) in dispatch_acpi_notify() argument 161 if (!*sub_driver->handle) in setup_acpi_notify() 164 sub_driver->device = acpi_fetch_acpi_dev(*sub_driver->handle); in setup_acpi_notify() 174 status = acpi_install_notify_handler(*sub_driver->handle, in setup_acpi_notify() 533 acpi_remove_notify_handler(*sub_driver->handle, in generic_subdriver_exit() 545 .handle = &hotkey_handle,
|
/openbmc/linux/drivers/clk/ |
H A D | clk-scmi.c | 178 const struct scmi_handle *handle = sdev->handle; in scmi_clocks_probe() local 181 if (!handle) in scmi_clocks_probe() 185 handle->devm_protocol_get(sdev, SCMI_PROTOCOL_CLOCK, &ph); in scmi_clocks_probe() 203 is_atomic = handle->is_transport_atomic(handle, &atomic_threshold); in scmi_clocks_probe()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-powercap.c | 21 u32 handle; member 49 ret = opal_get_powercap(pcap_attr->handle, token, (u32 *)__pa(&pcap)); in powercap_show() 105 ret = opal_set_powercap(pcap_attr->handle, token, pcap); in powercap_store() 132 static void __init powercap_add_attr(int handle, const char *name, in powercap_add_attr() argument 135 attr->handle = handle; in powercap_add_attr()
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr_utils.cpp | 36 uint32_t handle = pdrEntry.handle.recordHandle; in addRecord() local 38 TERMINUS_HANDLE, &handle); in addRecord() 44 return handle; in addRecord() 53 &pdrEntry.handle.nextRecordHandle); in getFirstRecord() 68 &pdrEntry.handle.nextRecordHandle); in getNextRecord()
|
/openbmc/linux/net/sched/ |
H A D | sch_api.c | 261 static struct Qdisc *qdisc_match_from_root(struct Qdisc *root, u32 handle) in qdisc_match_from_root() argument 266 return (root->handle == handle ? root : NULL); in qdisc_match_from_root() 269 root->handle == handle) in qdisc_match_from_root() 272 hash_for_each_possible_rcu(qdisc_dev(root)->qdisc_hash, q, hash, handle, in qdisc_match_from_root() 274 if (q->handle == handle) in qdisc_match_from_root() 284 hash_add_rcu(qdisc_dev(q)->qdisc_hash, &q->hash, q->handle); in qdisc_hash_add() 300 struct Qdisc *qdisc_lookup(struct net_device *dev, u32 handle) in qdisc_lookup() argument 304 if (!handle) in qdisc_lookup() 306 q = qdisc_match_from_root(rtnl_dereference(dev->qdisc), handle); in qdisc_lookup() 313 handle); in qdisc_lookup() [all …]
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.h | 69 static inline void *etm_perf_sink_config(struct perf_output_handle *handle) in etm_perf_sink_config() argument 71 struct etm_event_data *data = perf_get_aux(handle); in etm_perf_sink_config() 86 static inline void *etm_perf_sink_config(struct perf_output_handle *handle) in etm_perf_sink_config() argument
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | blkif.h | 641 blkif_vdev_t handle; /* only for read/write requests */ member 656 blkif_vdev_t handle; /* same as for read/write requests */ member 669 blkif_vdev_t handle; /* same as for read/write requests */ member
|
/openbmc/linux/drivers/acpi/ |
H A D | tiny-power-button.c | 22 static void acpi_tiny_power_button_notify(acpi_handle handle, u32 event, void *data) in acpi_tiny_power_button_notify() argument 47 status = acpi_install_notify_handler(device->handle, in acpi_tiny_power_button_add() 64 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_tiny_power_button_remove()
|