/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | realtek.yaml | 73 a GPIO) that will demultiplex and handle the interrupt from the single 168 phy-handle = <&phy0>; 173 phy-handle = <&phy1>; 178 phy-handle = <&phy2>; 183 phy-handle = <&phy3>; 188 phy-handle = <&phy4>; 260 phy-handle = <ðphy0>; 265 phy-handle = <ðphy1>; 270 phy-handle = <ðphy2>; 275 phy-handle = <ðphy3>;
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_ipmi.c | 34 acpi_handle handle; member 111 ipmi_dev_alloc(int iface, struct device *dev, acpi_handle handle) in ipmi_dev_alloc() argument 125 ipmi_device->handle = handle; in ipmi_dev_alloc() 439 acpi_handle handle; in ipmi_register_bmc() local 447 handle = smi_data.addr_info.acpi_info.acpi_handle; in ipmi_register_bmc() 448 if (!handle) in ipmi_register_bmc() 451 ipmi_device = ipmi_dev_alloc(iface, smi_data.dev, handle); in ipmi_register_bmc() 463 if (temp->handle == handle) in ipmi_register_bmc()
|
H A D | fan_core.c | 54 status = acpi_evaluate_object(device->handle, "_FST", NULL, &buffer); in acpi_fan_get_fst() 174 status = acpi_execute_simple_method(device->handle, "_FSL", value); in fan_set_state_acpi4() 208 return acpi_has_method(device->handle, "_FIF") && in acpi_fan_is_acpi4() 209 acpi_has_method(device->handle, "_FPS") && in acpi_fan_is_acpi4() 210 acpi_has_method(device->handle, "_FSL") && in acpi_fan_is_acpi4() 211 acpi_has_method(device->handle, "_FST"); in acpi_fan_is_acpi4() 224 status = acpi_evaluate_object(device->handle, "_FIF", NULL, &buffer); in acpi_fan_get_fif() 273 status = acpi_evaluate_object(device->handle, "_FPS", NULL, &buffer); in acpi_fan_get_fps()
|
/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/fs/ocfs2/ |
H A D | inode.c | 584 handle_t *handle = NULL; in ocfs2_truncate_for_delete() local 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() 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() 642 handle_t *handle; in ocfs2_remove_inode() local 666 if (IS_ERR(handle)) { in ocfs2_remove_inode() 667 status = PTR_ERR(handle); in ocfs2_remove_inode() [all …]
|
/openbmc/linux/tools/testing/cxl/test/ |
H A D | mock.c | 81 acpi_status __wrap_acpi_evaluate_integer(acpi_handle handle, in __wrap_acpi_evaluate_integer() argument 91 status = ops->acpi_evaluate_integer(handle, pathname, arguments, in __wrap_acpi_evaluate_integer() 94 status = acpi_evaluate_integer(handle, pathname, arguments, in __wrap_acpi_evaluate_integer() 102 struct acpi_pci_root *__wrap_acpi_pci_find_root(acpi_handle handle) in __wrap_acpi_pci_find_root() argument 109 root = ops->acpi_pci_find_root(handle); in __wrap_acpi_pci_find_root() 111 root = acpi_pci_find_root(handle); in __wrap_acpi_pci_find_root()
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_gem.c | 40 u32 handle; in virtio_gpu_gem_create() local 46 ret = drm_gem_handle_create(file, &obj->base.base, &handle); in virtio_gpu_gem_create() 57 *handle_p = handle; in virtio_gpu_gem_create() 91 &args->handle); in virtio_gpu_mode_dumb_create() 104 uint32_t handle, uint64_t *offset_p) in virtio_gpu_mode_dumb_mmap() argument 109 gobj = drm_gem_object_lookup(file_priv, handle); in virtio_gpu_mode_dumb_mmap()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 110 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle); 111 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type); 150 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle); 152 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason); 154 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle); 156 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle);
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wil_platform.c | 27 void *handle = ops; /* to return some non-NULL for 'void' impl. */ in wil_platform_init() local 37 return handle; in wil_platform_init()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_regs.h | 14 int hclge_get_regs_len(struct hnae3_handle *handle); 15 void hclge_get_regs(struct hnae3_handle *handle, u32 *version,
|
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.h | 102 void *handle, arp_err_handler_t handler) in cxgb_mk_close_con_req() argument 111 t4_set_arp_err_handler(skb, handle, handler); in cxgb_mk_close_con_req() 116 void *handle, arp_err_handler_t handler) in cxgb_mk_abort_req() argument 126 t4_set_arp_err_handler(skb, handle, handler); in cxgb_mk_abort_req()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | scmi_pm_domain.c | 63 const struct scmi_handle *handle = sdev->handle; in scmi_pm_domain_probe() local 66 if (!handle) in scmi_pm_domain_probe() 69 power_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_POWER, &ph); in scmi_pm_domain_probe()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_table.hpp | 89 virtual std::string findString(uint16_t handle) const = 0; 123 std::string findString(uint16_t handle) const override; 197 findByHandle(const Table& table, uint16_t handle); 205 findByStringHandle(const Table& table, uint16_t handle);
|
H A D | bios_table.cpp | 59 std::string BIOSStringTable::findString(uint16_t handle) const in findString() 62 stringTable.data(), stringTable.size(), handle); in findString() 135 findByHandle(const Table& table, uint16_t handle) in findByHandle() argument 138 handle); in findByHandle() 142 findByStringHandle(const Table& table, uint16_t handle) in findByStringHandle() argument 145 table.size(), handle); in findByStringHandle() 268 auto handle = in decodeHeader() local 271 return {handle, type}; in decodeHeader()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 1487 struct hnae3_handle *handle = tx_ring->tqp->handle; in hns3_handle_vtags() local 2550 handle->ae_algo->ops->update_stats(handle); in hns3_nic_get_stats64() 2732 return handle->ae_algo->ops->set_vf_spoofchk(handle, vf, enable); in hns3_set_vf_spoofchk() 2742 return handle->ae_algo->ops->set_vf_trust(handle, vf, enable); in hns3_set_vf_trust() 3975 struct hnae3_handle *handle = ring->tqp->handle; in hns3_parse_vlan_tag() local 4717 tqp_vector->handle = h; in hns3_nic_init_vector_data() 5196 return handle->ae_algo->ops->client_start(handle); in hns3_client_start() 5204 handle->ae_algo->ops->client_stop(handle); in hns3_client_stop() 5301 handle->ae_algo->ops->get_tqps_and_rss_info(handle, &alloc_tqps, in hns3_client_init() 5395 hns3_state_init(handle); in hns3_client_init() [all …]
|
/openbmc/linux/net/sched/ |
H A D | sch_api.c | 266 return (root->handle == handle ? root : NULL); in qdisc_match_from_root() 269 root->handle == handle) in qdisc_match_from_root() 274 if (q->handle == handle) in qdisc_match_from_root() 304 if (!handle) in qdisc_lookup() 313 handle); in qdisc_lookup() 323 if (!handle) in qdisc_lookup_rcu() 332 handle); in qdisc_lookup_rcu() 902 .handle = new ? new->handle : 0, in qdisc_offload_graft_root() 1292 if (handle == 0) { in qdisc_create() 1294 if (handle == 0) { in qdisc_create() [all …]
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 1087 struct iss_video_fh *handle; in iss_video_open() local 1091 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in iss_video_open() 1092 if (!handle) in iss_video_open() 1096 v4l2_fh_add(&handle->vfh); in iss_video_open() 1110 q = &handle->queue; in iss_video_open() 1114 q->drv_priv = handle; in iss_video_open() 1127 memset(&handle->format, 0, sizeof(handle->format)); in iss_video_open() 1131 handle->video = video; in iss_video_open() 1136 v4l2_fh_del(&handle->vfh); in iss_video_open() 1138 kfree(handle); in iss_video_open() [all …]
|
/openbmc/linux/drivers/misc/uacce/ |
H A D | uacce.c | 106 struct iommu_sva *handle; in uacce_bind_queue() local 111 handle = iommu_sva_bind_device(uacce->parent, current->mm); in uacce_bind_queue() 112 if (IS_ERR(handle)) in uacce_bind_queue() 113 return PTR_ERR(handle); in uacce_bind_queue() 115 pasid = iommu_sva_get_pasid(handle); in uacce_bind_queue() 117 iommu_sva_unbind_device(handle); in uacce_bind_queue() 121 q->handle = handle; in uacce_bind_queue() 128 if (!q->handle) in uacce_unbind_queue() 130 iommu_sva_unbind_device(q->handle); in uacce_unbind_queue() 131 q->handle = NULL; in uacce_unbind_queue()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.c | 503 uint32_t handle, in vmw_user_bo_synccpu_release() argument 507 int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo); in vmw_user_bo_synccpu_release() 550 ret = vmw_user_bo_lookup(file_priv, arg->handle, &vbo); in vmw_user_bo_synccpu_ioctl() 560 (unsigned int) arg->handle); in vmw_user_bo_synccpu_ioctl() 566 arg->handle, in vmw_user_bo_synccpu_ioctl() 570 (unsigned int) arg->handle); in vmw_user_bo_synccpu_ioctl() 599 return drm_gem_handle_delete(file_priv, arg->handle); in vmw_bo_unref_ioctl() 615 u32 handle, in vmw_user_bo_lookup() argument 620 gobj = drm_gem_object_lookup(filp, handle); in vmw_user_bo_lookup() 623 (unsigned long)handle); in vmw_user_bo_lookup() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vf610-zii-dev-rev-c.dts | 59 phy-handle = <&switch0phy1>; 65 phy-handle = <&switch0phy2>; 71 phy-handle = <&switch0phy3>; 77 phy-handle = <&switch0phy4>; 148 phy-handle = <&switch1phy1>; 154 phy-handle = <&switch1phy2>; 160 phy-handle = <&switch1phy3>; 166 phy-handle = <&switch1phy4>;
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | indir_table.c | 24 struct mlx5_flow_handle *handle; member 105 struct mlx5_flow_handle *handle; in mlx5_esw_indir_table_rule_get() local 146 handle = mlx5_add_flow_rules(e->ft, NULL, &flow_act, &dest, 1); in mlx5_esw_indir_table_rule_get() 147 if (IS_ERR(handle)) { in mlx5_esw_indir_table_rule_get() 148 err = PTR_ERR(handle); in mlx5_esw_indir_table_rule_get() 153 rule->handle = handle; in mlx5_esw_indir_table_rule_get() 183 mlx5_del_flow_rules(rule->handle); in mlx5_esw_indir_table_rule_put()
|
/openbmc/phosphor-hwmon/ |
H A D | env.hpp | 107 std::ifstream handle(path.c_str()); in getIndirectID() local 108 if (!handle.fail()) in getIndirectID() 110 content.assign((std::istreambuf_iterator<char>(handle)), in getIndirectID()
|
/openbmc/linux/include/uapi/drm/ |
H A D | ivpu_accel.h | 195 __u32 handle; member 206 __u32 handle; member 288 __u32 handle; member
|
/openbmc/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-acpi.c | 59 acpi_handle handle = acpi_device_handle(adev); in i2c_hid_acpi_get_descriptor() local 66 obj = acpi_evaluate_dsm_typed(handle, &i2c_hid_guid, 1, 1, NULL, in i2c_hid_acpi_get_descriptor() 69 acpi_handle_err(handle, "Error _DSM call to get HID descriptor address failed\n"); in i2c_hid_acpi_get_descriptor()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-zpodd.c | 240 static void zpodd_wake_dev(acpi_handle handle, u32 event, void *context) in zpodd_wake_dev() argument 254 acpi_handle handle = ata_dev_acpi_handle(dev); in ata_acpi_add_pm_notifier() local 255 acpi_install_notify_handler(handle, ACPI_SYSTEM_NOTIFY, in ata_acpi_add_pm_notifier() 261 acpi_handle handle = ata_dev_acpi_handle(dev); in ata_acpi_remove_pm_notifier() local 262 acpi_remove_notify_handler(handle, ACPI_SYSTEM_NOTIFY, zpodd_wake_dev); in ata_acpi_remove_pm_notifier()
|