Home
last modified time | relevance | path

Searched refs:handle (Results 1701 – 1725 of 4156) sorted by relevance

1...<<61626364656667686970>>...167

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0001-Undefine-REGEX-for-musl-based-systems.patch27 # STARTUPFILE -- look for and handle initialization file.
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3.dtsi39 /delete-property/ phy-handle;
H A Dsun8i-h3-emlid-neutis-n5h3-devboard.dts54 phy-handle = <&int_mii_phy>;
/openbmc/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-ld20-ref.dts67 phy-handle = <&ethphy>;
H A Duniphier-ld11-ref.dts79 phy-handle = <&ethphy>;
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7745-sk-rzg1e.dts63 phy-handle = <&phy1>;
/openbmc/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-microzed.dts41 phy-handle = <&ethernet_phy>;
/openbmc/bmcweb/http/routing/
H A Dbaserule.hpp38 virtual void handle(const Request& /*req*/,
/openbmc/qemu/plugins/
H A Dplugin.h55 GModule *handle; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c2995 le16_to_cpu(desc.params.get_link_topo.addr.handle); in ice_get_pca9575_handle()
3012 u16 handle; in ice_read_sma_ctrl_e810t() local
3015 status = ice_get_pca9575_handle(hw, &handle); in ice_read_sma_ctrl_e810t()
3024 status = ice_aq_get_gpio(hw, handle, i + ICE_PCA9575_P1_OFFSET, in ice_read_sma_ctrl_e810t()
3045 u16 handle; in ice_write_sma_ctrl_e810t() local
3048 status = ice_get_pca9575_handle(hw, &handle); in ice_write_sma_ctrl_e810t()
3056 status = ice_aq_set_gpio(hw, handle, i + ICE_PCA9575_P1_OFFSET, in ice_write_sma_ctrl_e810t()
3077 u16 handle; in ice_read_pca9575_reg_e810t() local
3082 err = ice_get_pca9575_handle(hw, &handle); in ice_read_pca9575_reg_e810t()
3086 link_topo.handle = cpu_to_le16(handle); in ice_read_pca9575_reg_e810t()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c883 rep->sid = user_srf->prime.base.handle; in vmw_surface_define_ioctl()
907 uint32_t handle; in vmw_surface_handle_reference() local
912 ret = ttm_prime_fd_to_handle(tfile, u_handle, &handle); in vmw_surface_handle_reference()
916 handle = u_handle; in vmw_surface_handle_reference()
920 base = ttm_base_object_lookup_for_ref(dev_priv->tdev, handle); in vmw_surface_handle_reference()
968 (void) ttm_ref_object_base_unref(tfile, handle); in vmw_surface_handle_reference()
1018 ttm_ref_object_base_unref(tfile, base->handle); in vmw_surface_reference_ioctl()
1564 rep->handle = user_srf->prime.base.handle; in vmw_gb_surface_define_internal()
1637 rep->crep.handle = user_srf->prime.base.handle; in vmw_gb_surface_reference_internal()
H A Dvmwgfx_resource.c257 uint32_t handle, in vmw_user_resource_lookup_handle() argument
266 base = ttm_base_object_lookup(tfile, handle); in vmw_user_resource_lookup_handle()
292 uint32_t handle, in vmw_user_lookup_handle() argument
302 ret = vmw_user_resource_lookup_handle(dev_priv, tfile, handle, in vmw_user_lookup_handle()
311 ret = vmw_user_bo_lookup(filp, handle, out_buf); in vmw_user_lookup_handle()
/openbmc/linux/drivers/scsi/aacraid/
H A Dsrc.c43 u32 index, handle; in aac_src_intr_message() local
146 handle = le32_to_cpu((dev->host_rrq[index]) in aac_src_intr_message()
149 if (handle & 0x40000000) in aac_src_intr_message()
151 handle &= 0x0000ffff; in aac_src_intr_message()
152 if (handle == 0) in aac_src_intr_message()
154 handle >>= 2; in aac_src_intr_message()
157 aac_intr_normal(dev, handle, 0, isFastResponse, NULL); in aac_src_intr_message()
/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c1153 container_of(dreq, struct svc_deferred_req, handle); in svc_revisit()
1166 list_add(&dr->handle.recent, &xprt->xpt_deferred); in svc_revisit()
1201 dr->handle.owner = rqstp->rq_server; in svc_defer()
1220 dr->handle.revisit = svc_revisit; in svc_defer()
1221 return &dr->handle; in svc_defer()
1264 handle.recent); in svc_deferred_dequeue()
1265 list_del_init(&dr->handle.recent); in svc_deferred_dequeue()
/openbmc/linux/arch/powerpc/perf/
H A Dimc-pmu.c226 u32 handle, base_reg; in update_events_in_group() local
231 if (!of_property_read_u32(node, "events", &handle)) in update_events_in_group()
232 pmu_events = of_find_node_by_phandle(handle); in update_events_in_group()
1346 struct perf_output_handle handle; in dump_trace_imc_data() local
1348 if (perf_output_begin(&handle, &data, event, header.size)) in dump_trace_imc_data()
1351 perf_output_sample(&handle, &header, &data, event); in dump_trace_imc_data()
1352 perf_output_end(&handle); in dump_trace_imc_data()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h572 u64 handle; member
971 u64 handle:42, member
1043 handle:42; /* for tracing */ member
1093 u64 handle; member
1264 u64 handle; member
1327 u64 handle; member
1432 u64 handle; member
/openbmc/linux/drivers/scsi/
H A Dqla1280.c2647 mb[2] = handle >> 16; in qla1280_abort_command()
2648 mb[3] = handle & 0xffff; in qla1280_abort_command()
2814 pkt->handle = cpu_to_le32(cnt); in qla1280_64bit_start_scsi()
3069 pkt->handle = cpu_to_le32(cnt); in qla1280_32bit_start_scsi()
3526 pkt->handle); in qla1280_isr()
3597 uint32_t handle = le32_to_cpu(pkt->handle); in qla1280_status_entry() local
3605 sp = ha->outstanding_cmds[handle]; in qla1280_status_entry()
3615 ha->outstanding_cmds[handle] = NULL; in qla1280_status_entry()
3622 scsi_status, handle); in qla1280_status_entry()
3688 uint32_t handle = le32_to_cpu(pkt->handle); in qla1280_error_entry() local
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm966 my ($handle,$filename)=@_;
969 $retval = open $handle,$filename;
972 ($handle) = "$_[0]" =~ /[^:]+::[^:]+::([^:]+)/;
973 &B_log("ACTION","open $handle,\"$filename\";\n");
975 &B_log("ERROR","open $handle, $filename failed...\n");
/openbmc/linux/drivers/crypto/caam/
H A Dctrl.c35 static void build_instantiation_desc(u32 *desc, int handle, int do_sk) in build_instantiation_desc() argument
42 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT | in build_instantiation_desc()
48 if (!handle && do_sk) { in build_instantiation_desc()
72 static void build_deinstantiation_desc(u32 *desc, int handle) in build_deinstantiation_desc() argument
78 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INITFINAL); in build_deinstantiation_desc()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c219 req->handle = htons(handle); in bna_bfi_mcast_del_req()
369 if (mchandle->handle == handle) in bna_rxf_mchandle_get()
385 mchandle->handle = handle; in bna_rxf_mchandle_attach()
390 mcmac->handle = mchandle; in bna_rxf_mchandle_attach()
400 mchandle = mac->handle; in bna_rxf_mcast_del()
413 mac->handle = NULL; in bna_rxf_mcast_del()
603 ntohs(rsp->handle)); in bna_bfi_rxf_mcast_add_rsp()
797 del_mac->handle = mac->handle; in bna_rx_ucast_listset()
855 del_mac->handle = mac->handle; in bna_rx_mcast_listset()
857 mac->handle = NULL; in bna_rx_mcast_listset()
[all …]
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb-pd.dts246 phy-handle = <&phy0>;
247 tbi-handle = <&tbi1>;
252 phy-handle = <&phy1>;
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_iocb.c324 cmd_entry->handle = cpu_to_le32(index); in qla4xxx_send_command_to_isp()
406 passthru_iocb->handle = task->itt; in qla4xxx_send_passthru0()
492 mrb->mbox->handle = index; in qla4xxx_send_mbox_iocb()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c451 status = acpi_install_notify_handler(adev->handle, in cros_ec_lpc_probe()
470 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_ec_lpc_remove()
604 static acpi_status cros_ec_lpc_parse_device(acpi_handle handle, u32 level, in cros_ec_lpc_parse_device() argument
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst72 the following kernel parameters to handle the possible issues:
85 isn't ready to handle the buggy AML tables.
114 handle the buggy AML tables.
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c360 unsigned int *handle) in rockchip_gem_create_with_handle() argument
379 ret = drm_gem_handle_create(file_priv, obj, handle); in rockchip_gem_create_with_handle()
415 &args->handle); in rockchip_gem_dumb_create()

1...<<61626364656667686970>>...167