Home
last modified time | relevance | path

Searched refs:handle (Results 626 – 650 of 4154) sorted by relevance

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

/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Drealtek.yaml73 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 = <&ethphy0>;
265 phy-handle = <&ethphy1>;
270 phy-handle = <&ethphy2>;
275 phy-handle = <&ethphy3>;
/openbmc/linux/drivers/acpi/
H A Dacpi_ipmi.c34 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 Dfan_core.c54 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 Dhdcp_psp.c51 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 Dinode.c584 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 Dmock.c81 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 Dvirtgpu_gem.c40 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 Dhci_sync.h110 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 Dwil_platform.c27 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 Dhclge_regs.h14 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 Dlibcxgb_cm.h102 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 Dscmi_pm_domain.c63 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 Dbios_table.hpp89 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 Dbios_table.cpp59 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 Dhns3_enet.c1487 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 Dsch_api.c266 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 Diss_video.c1087 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 Duacce.c106 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 Dvmwgfx_bo.c503 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 Dvf610-zii-dev-rev-c.dts59 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 Dindir_table.c24 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 Denv.hpp107 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 Divpu_accel.h195 __u32 handle; member
206 __u32 handle; member
288 __u32 handle; member
/openbmc/linux/drivers/hid/i2c-hid/
H A Di2c-hid-acpi.c59 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 Dlibata-zpodd.c240 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()

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