Home
last modified time | relevance | path

Searched refs:handle (Results 2051 – 2075 of 4156) sorted by relevance

1...<<81828384858687888990>>...167

/openbmc/bmcweb/http/routing/
H A Dwebsocketrule.hpp28 void handle(const Request& /*req*/, in handle() function in crow::WebSocketRule
/openbmc/pldm/libpldmresponder/
H A Dpdr_utils.hpp69 } handle; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h137 u32 handle,
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8377_rdb.dts261 tbi-handle = <&tbi0>;
262 phy-handle = <&phy2>;
299 tbi-handle = <&tbi1>;
H A Dmpc8378_rdb.dts261 tbi-handle = <&tbi0>;
262 phy-handle = <&phy2>;
299 tbi-handle = <&tbi1>;
/openbmc/linux/drivers/memstick/host/
H A Drtsx_pci_ms.c536 struct pcr_handle *handle = pdev->dev.platform_data; in rtsx_pci_ms_drv_probe() local
539 if (!handle) in rtsx_pci_ms_drv_probe()
542 pcr = handle->pcr; in rtsx_pci_ms_drv_probe()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dibm,emac.txt71 doesn't handle phy-address yet so for now, keep
73 - phy-handle : Used to describe configurations where a external PHY
144 phy-handle = <&phy0>;
/openbmc/u-boot/drivers/core/
H A Dof_access.c406 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() argument
410 if (!handle) in of_find_node_by_phandle()
414 if (np->phandle == handle) in of_find_node_by_phandle()
/openbmc/linux/Documentation/networking/
H A Dnetdev-features.rst129 ndo_start_xmit can handle skbs with frags in high memory.
133 Those features say that ndo_start_xmit can handle fragmented skbs:
160 headers. Some drivers set this because the cards can't handle the bigger MTU.
/openbmc/linux/drivers/tty/serial/8250/
H A Dserial_cs.c352 static int setup_serial(struct pcmcia_device *handle, struct serial_info *info, in setup_serial() argument
363 uart.port.dev = &handle->dev; in setup_serial()
368 info->quirk->setup(handle, &uart); in setup_serial()
/openbmc/linux/Documentation/driver-api/
H A Dreset.rst132 `reset control array <#reset-control-arrays>`__ handle as its input parameter.
150 devm_reset_control_array_get() returns an opaque reset control handle that can
181 Reset consumers can control a reset line using an opaque reset control handle,
/openbmc/docs/designs/
H A Dfail-boot-on-hw-error.md61 to chassis0 and host0. More work throughout the BMC stack is required to handle
117 The interfaces provided within phosphor-logging to handle the hardware callout
139 Test cases will need to look for this new blocking D-Bus object and handle
/openbmc/u-boot/cmd/
H A Dtpm-v1.c569 u32 handle = simple_strtoul(argv[2], NULL, 0); in TPM_COMMAND_NO_ARG() local
571 if (!handle) { in TPM_COMMAND_NO_ARG()
575 tpm1_flush_specific(dev, cpu_to_be32(handle), type); in TPM_COMMAND_NO_ARG()
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-52355-0001.patch54 @@ -94,8 +94,9 @@ TIFF structure without closing the file handle and afterwards the
107 an application-specific and per-TIFF handle (re-entrant) error handler.
194 +Further application-specific and per-TIFF handle (re-entrant) error handler
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_driver.c409 efct_intr_thread(int irq, void *handle) in efct_intr_thread() argument
411 struct efct_intr_context *intr_ctx = handle; in efct_intr_thread()
419 efct_intr_msix(int irq, void *handle) in efct_intr_msix() argument
/openbmc/linux/drivers/tty/serdev/
H A Dcore.c673 acpi_get_parent(adev->handle, &lookup.controller_handle); in acpi_serdev_check_resources()
715 static acpi_status acpi_serdev_add_device(acpi_handle handle, u32 level, in acpi_serdev_add_device() argument
718 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in acpi_serdev_add_device()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead907d.c191 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CURSOR(i), asyh->curs.handle); in head907d_curs_set()
238 NVVAL(NV907D, HEAD_SET_CONTEXT_DMAS_ISO, HANDLE, asyh->core.handle)); in head907d_core_set()
281 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_LUT(i), asyh->olut.handle); in head907d_olut_set()
/openbmc/bmcweb/http/
H A Drouting.hpp604 void handle(const std::shared_ptr<Request>& req, in handle() function in crow::Router
657 rule.handle(*req, asyncResp, params); in handle()
663 rule.handle(*req, asyncResp, params); in handle()
/openbmc/qemu/docs/system/riscv/
H A Dvirt.rst107 APLIC (advanced platform level interrupt controller) to handle wired
109 message signaled interrupt controller) to handle both wired interrupts and
111 SiFive PLIC to handle wired interrupts.
/openbmc/qemu/qapi/
H A Dmisc-target.json72 # @handle: SEV firmware handle
78 'handle': 'uint32' },
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h723 __u32 handle; member
759 __u32 handle; member
808 __u32 handle; member
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c964 static void link_status_event_handler(void *handle, void *buf_in, u16 in_size, in link_status_event_handler() argument
968 struct hinic_dev *nic_dev = handle; in link_status_event_handler()
1014 static void cable_plug_event(void *handle, in cable_plug_event() argument
1019 struct hinic_dev *nic_dev = handle; in cable_plug_event()
1028 static void link_err_event(void *handle, in link_err_event() argument
1033 struct hinic_dev *nic_dev = handle; in link_err_event()
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c382 static int acpi_get_psd(struct cpc_desc *cpc_ptr, acpi_handle handle) in acpi_get_psd() argument
392 status = acpi_evaluate_object_typed(handle, "_PSD", NULL, in acpi_get_psd()
689 acpi_handle handle = pr->handle; in acpi_cppc_processor_probe() local
702 status = acpi_evaluate_object_typed(handle, "_CPC", NULL, &output, in acpi_cppc_processor_probe()
869 ret = acpi_get_psd(cpc_ptr, handle); in acpi_cppc_processor_probe()
/openbmc/qemu/target/i386/
H A Dsev.c143 uint32_t handle; member
434 info->u.sev.handle = SEV_GUEST(sev_common)->handle; in sev_get_info()
480 monitor_printf(mon, "handle: %d\n", info->u.sev.handle); in hmp_info_sev()
799 .handle = sev_guest->handle, .policy = sev_guest->policy in sev_launch_start()
828 sev_guest->handle = start.handle; in sev_launch_start()
2178 object_property_add_uint32_ptr(obj, "handle", &sev_guest->handle, in sev_guest_instance_init()
/openbmc/linux/fs/ext4/
H A Dmballoc.c3991 handle_t *handle, unsigned int reserv_clstrs) in ext4_mb_mark_diskspace_used() argument
4096 err = ext4_handle_dirty_metadata(handle, NULL, gdp_bh); in ext4_mb_mark_diskspace_used()
6157 ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle, in ext4_mb_new_blocks() argument
6342 BUG_ON(!ext4_handle_valid(handle)); in ext4_mb_free_metadata()
6555 if (ext4_handle_valid(handle) && in ext4_mb_clear_bb()
6568 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
6572 ext4_mb_free_metadata(handle, &e4b, new_entry); in ext4_mb_clear_bb()
6628 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_mb_clear_bb()
6692 ext4_forget(handle, flags & EXT4_FREE_BLOCKS_METADATA, in ext4_free_blocks()
6744 ext4_mb_clear_bb(handle, inode, block, count, flags); in ext4_free_blocks()
[all …]

1...<<81828384858687888990>>...167