/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_mm.c | 569 kioc->buf_vaddr = dma_pool_alloc(pool->handle, GFP_ATOMIC, in mraid_mm_attach_buf() 653 dma_pool_free(pool->handle, kioc->buf_vaddr, in mraid_mm_dealloc_kioc() 1086 pool->handle = dma_pool_create("megaraid mm data buffer", in mraid_mm_setup_dma_pools() 1090 if (!pool->handle) { in mraid_mm_setup_dma_pools() 1094 pool->vaddr = dma_pool_alloc(pool->handle, GFP_KERNEL, in mraid_mm_setup_dma_pools() 1192 if (pool->handle) { in mraid_mm_teardown_dma_pools() 1195 dma_pool_free(pool->handle, pool->vaddr, in mraid_mm_teardown_dma_pools() 1198 dma_pool_destroy(pool->handle); in mraid_mm_teardown_dma_pools() 1199 pool->handle = NULL; in mraid_mm_teardown_dma_pools()
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 26 u32 handle; member 551 0, auth_session->handle, in create_request_auth() 654 if (oiap_session.valid && oiap_session.handle == auth_handle) in tpm1_terminate_auth_session() 665 err = tpm1_terminate_auth_session(dev, oiap_session.handle); in tpm1_end_oiap() 683 tpm1_terminate_auth_session(dev, oiap_session.handle); in tpm1_oiap() 689 res_auth_handle_offset, &oiap_session.handle, in tpm1_oiap() 695 *auth_handle = oiap_session.handle; in tpm1_oiap() 832 const u8 pubkey_digest[20], u32 *handle) in tpm1_find_key_sha1() argument 863 *handle = key_handles[i]; in tpm1_find_key_sha1()
|
/openbmc/linux/drivers/platform/mellanox/ |
H A D | mlxreg-lc.c | 558 static int mlxreg_lc_event_handler(void *handle, enum mlxreg_hotplug_kind kind, u8 action) in mlxreg_lc_event_handler() argument 560 struct mlxreg_lc *mlxreg_lc = handle; in mlxreg_lc_event_handler() 641 static int mlxreg_lc_completion_notify(void *handle, struct i2c_adapter *parent, in mlxreg_lc_completion_notify() argument 645 struct mlxreg_lc *mlxreg_lc = handle; in mlxreg_lc_completion_notify() 742 mlxreg_lc->mux_data->handle = mlxreg_lc; in mlxreg_lc_config_init() 829 data->notifier->handle = mlxreg_lc; in mlxreg_lc_probe() 905 data->notifier->handle = NULL; in mlxreg_lc_probe() 923 if (!data->notifier || !data->notifier->handle) in mlxreg_lc_remove() 928 data->notifier->handle = NULL; in mlxreg_lc_remove()
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr.h | 535 u16 handle; member 563 u16 handle; member 1273 u16 handle; member 1343 u16 handle, uint lun, u16 htag, ulong timeout, 1347 struct mpi3mr_ioc *mrioc, u16 handle); 1355 struct mpi3mr_ioc *mrioc, u16 handle); 1389 int mpi3mr_expander_add(struct mpi3mr_ioc *mrioc, u16 handle); 1393 *mrioc, u16 handle); 1399 u64 sas_address_parent, u16 handle, u8 phy_number, u8 link_rate,
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | gef_sbc310.dts | 142 tbi-handle = <&tbi0>; 143 phy-handle = <&phy0>; 165 tbi-handle = <&tbi2>; 166 phy-handle = <&phy2>;
|
H A D | p1020utm-pc.dtsi | 111 phy-handle = <&phy2>; 116 phy-handle = <&phy0>; 117 tbi-handle = <&tbi1>; 122 phy-handle = <&phy1>;
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | altera_tse.txt | 23 - phy-handle: See ethernet.txt in the same directory. 25 include phy-handle or phy-addr. 73 phy-handle = <&phy0>; 111 phy-handle = <&phy1>;
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | nbd-fault-injector.py | 170 def write_reply(conn, error, handle): argument 171 buf = reply_struct.pack(NBD_SIMPLE_REPLY_MAGIC, error, handle) 179 write_reply(conn, 0, req.handle) 183 write_reply(conn, 0, req.handle)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2600-intel.dts | 90 phy-handle = <ðphy0>; 98 phy-handle = <ðphy1>; 106 phy-handle = <ðphy2>; 114 phy-handle = <ðphy3>;
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | renesas,r8a779f0-ether-switch.yaml | 124 - phy-handle 233 phy-handle = <ð_phy0>; 243 phy-handle = <ð_phy1>; 253 phy-handle = <ð_phy2>;
|
H A D | hisilicon-hns-nic.txt | 7 - ae-handle: accelerator engine handle for hns, 73 ae-handle = <&dsaf0>;
|
/openbmc/linux/mm/kmsan/ |
H A D | shadow.c | 176 depot_stack_handle_t handle; in kmsan_alloc_page() local 197 handle = kmsan_save_stack_with_flags(flags, /*extra_bits*/ 0); in kmsan_alloc_page() 203 for (int i = 0; i < PAGE_SIZE * pages / sizeof(handle); i++) in kmsan_alloc_page() 204 ((depot_stack_handle_t *)page_address(origin))[i] = handle; in kmsan_alloc_page()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-smbus.c | 368 u16 handle; in i2c_register_spd() local 373 while ((handle = dmi_memdev_handle(slot_count)) != 0xffff) { in i2c_register_spd() 377 mem_size = dmi_memdev_size(handle); in i2c_register_spd() 382 mem_type = dmi_memdev_type(handle); in i2c_register_spd()
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.cpp | 244 auto handle = sol::Manager::get().dataBuffer.read(); in prepareResponse() local 245 std::copy_n(handle, readSize, payloadCache.data() + sizeof(Payload)); in prepareResponse() 271 auto handle = sol::Manager::get().dataBuffer.read(); in sendOutboundPayload() local 272 std::copy_n(handle, readSize, payloadCache.data() + sizeof(Payload)); in sendOutboundPayload()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | qmi.c | 1760 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_host_cap_send() 1794 struct qmi_handle *handle = &ab->qmi.handle; in ath11k_qmi_fw_ind_register_send() local 1831 ret = qmi_txn_init(handle, &txn, in ath11k_qmi_fw_ind_register_send() 1911 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_respond_fw_mem_request() 2126 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_request_device_info() 2577 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_wlanfw_m3_info_send() 2626 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_wlanfw_mode_send() 2721 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_wlanfw_wlan_cfg_send() 3074 struct ath11k_qmi, handle); in ath11k_qmi_msg_cold_boot_cal_done_cb() 3088 struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_init_done_cb() [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 2028 index = LSW(pkt->handle); in qla_get_sp_from_handle() 2049 sp->handle, index); in qla_get_sp_from_handle() 3313 uint32_t handle; in qla2x00_status_entry() local 3329 handle = (uint32_t) LSW(sts->handle); in qla2x00_status_entry() 3330 que = MSW(sts->handle); in qla2x00_status_entry() 3354 sts->handle); in qla2x00_status_entry() 3407 sts->handle, sp); in qla2x00_status_entry() 4594 qentry->handle = NULL; in qla24xx_enable_msix() 4600 qentry->handle = rsp; in qla24xx_enable_msix() 4626 qentry->handle = rsp; in qla24xx_enable_msix() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | tls.c | 146 memcpy(req->handle, fw_handle, sizeof(req->handle)); in nfp_net_tls_del_fw() 380 if (!reply->handle[0] && !reply->handle[1]) { in nfp_net_tls_add() 387 memcpy(ntls->fw_handle, reply->handle, sizeof(ntls->fw_handle)); in nfp_net_tls_add() 401 nfp_net_tls_del_fw(nn, reply->handle); in nfp_net_tls_add() 444 memcpy(req->handle, ntls->fw_handle, sizeof(ntls->fw_handle)); in nfp_net_tls_resync()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 148 struct uvc_fh *handle; /* File handle that last changed the control. */ member 774 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, 776 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit() argument 779 return __uvc_ctrl_commit(handle, 0, ctrls); in uvc_ctrl_commit() 781 static inline int uvc_ctrl_rollback(struct uvc_fh *handle) in uvc_ctrl_rollback() argument 783 return __uvc_ctrl_commit(handle, 1, NULL); in uvc_ctrl_rollback() 787 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
|
/openbmc/linux/include/uapi/drm/ |
H A D | exynos_drm.h | 37 __u32 handle; member 48 __u32 handle; member 63 __u32 handle; member
|
/openbmc/linux/Documentation/networking/ |
H A D | bareudp.rst | 38 The multiproto mode allows bareudp tunnels to handle several protocols of the 44 For an IPv4 tunnel the multiproto mode allows the tunnel to also handle 49 For MPLS, the multiproto mode allows the tunnel to handle both unicast
|
/openbmc/linux/arch/arm/xen/ |
H A D | p2m.c | 113 unmap.handle = map_ops[i].handle; in set_foreign_p2m_mapping() 114 map_ops[i].handle = INVALID_GRANT_HANDLE; in set_foreign_p2m_mapping()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | grant_table.h | 334 grant_handle_t handle; member 355 grant_handle_t handle; member 494 grant_handle_t handle; member
|
/openbmc/linux/sound/soc/ |
H A D | soc-acpi.c | 55 static acpi_status snd_soc_acpi_find_package(acpi_handle handle, u32 level, in snd_soc_acpi_find_package() argument 58 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in snd_soc_acpi_find_package() 68 status = acpi_evaluate_object_typed(handle, pkg_ctx->name, in snd_soc_acpi_find_package()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-g-client-cap.rst | 41 handle of the opened subdev device node, and the client must set the 51 associated with the file handle ``fd``. 54 handle ``fd``. The new capabilities fully replace the current capabilities, the
|
/openbmc/bmcweb/test/http/ |
H A D | router_test.cpp | 90 router.handle(req, asyncResp); in TEST() 120 router.handle(req, asyncResp); 153 router.handle(req, asyncResp);
|