/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | t1023rdb.dts | 146 phy-handle = <&sgmii_rtk_phy2>; 156 phy-handle = <&sgmii_aqr_phy3>; 162 phy-handle = <&rgmii_rtk_phy1>;
|
H A D | t1024rdb.dts | 178 phy-handle = <&xg_aqr105_phy3>; 188 phy-handle = <&rgmii_phy2>; 194 phy-handle = <&rgmii_phy1>;
|
H A D | bsc9131rdb.dtsi | 96 phy-handle = <&phy0>; 101 phy-handle = <&phy1>;
|
/openbmc/docs/designs/ |
H A D | sol-sysrq.md | 42 console-server. In `obmc-console`, a state machine shall handle the sequence. 48 In `phosphor-ipmi-net`, the code in `processInboundPayload()` shall handle the 95 However, in this solution, in some scenarios, obmc-console can not handle the
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | core.c | 232 ret = pnp_bios_set_dev_node(node->handle, (char)PNPMODE_DYNAMIC, node); in pnpbios_set_resources() 307 if (dev->number == node->handle) in insert_device() 312 dev = pnp_alloc_dev(&pnpbios_protocol, node->handle, id); in insert_device()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | base507c.c | 78 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in base507c_image_set() 184 SET_CONTEXT_DMA_NOTIFIER, asyw->ntfy.handle); in base507c_ntfy_set() 220 SET_CONTEXT_DMA_SEMAPHORE, asyw->sema.handle); in base507c_sema_set()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 3027 static int gfx_v6_0_early_init(void *handle) in gfx_v6_0_early_init() argument 3043 static int gfx_v6_0_sw_init(void *handle) in gfx_v6_0_sw_init() argument 3111 static int gfx_v6_0_sw_fini(void *handle) in gfx_v6_0_sw_fini() argument 3126 static int gfx_v6_0_hw_init(void *handle) in gfx_v6_0_hw_init() argument 3146 static int gfx_v6_0_hw_fini(void *handle) in gfx_v6_0_hw_fini() argument 3157 static int gfx_v6_0_suspend(void *handle) in gfx_v6_0_suspend() argument 3164 static int gfx_v6_0_resume(void *handle) in gfx_v6_0_resume() argument 3171 static bool gfx_v6_0_is_idle(void *handle) in gfx_v6_0_is_idle() argument 3181 static int gfx_v6_0_wait_for_idle(void *handle) in gfx_v6_0_wait_for_idle() argument 3187 if (gfx_v6_0_is_idle(handle)) in gfx_v6_0_wait_for_idle() [all …]
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-streams.h | 12 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle);
|
/openbmc/u-boot/include/ |
H A D | efi_selftest.h | 137 int (*setup)(const efi_handle_t handle,
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | dragonboard820c-uboot.dtsi | 3 * U-Boot addition to handle Dragonboard 820c pins
|
H A D | dragonboard410c-uboot.dtsi | 3 * U-Boot addition to handle Dragonboard 410c pins
|
H A D | kirkwood-openrd-base.dts | 37 phy-handle = <ðphy0>;
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_exitbootservices.c | 39 static int setup(const efi_handle_t handle, in setup() argument
|
/openbmc/openbmc/poky/meta-poky/conf/templates/default/ |
H A D | conf-notes.txt | 17 - 'devtool' and 'recipetool' handle common recipe tasks
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_red_root.sh | 21 tc qdisc add dev $swp3 parent 1: handle 108: red \
|
/openbmc/linux/drivers/media/platform/mediatek/vpu/ |
H A D | Kconfig | 12 to handle video decoding/encoding in a range of formats.
|
/openbmc/linux/drivers/acpi/pmic/ |
H A D | intel_pmic.h | 32 int intel_pmic_install_opregion_handler(struct device *dev, acpi_handle handle,
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class | 12 to handle both subdirectories or symlinks in order to
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-openrd-base.dts | 37 phy-handle = <ðphy0>;
|
/openbmc/pldm/pldmd/ |
H A D | handler.hpp | 36 Response handle(pldm_tid_t tid, Command pldmCommand, in handle() function in pldm::responder::CmdHandler
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 521 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in orangefs_direct_IO() local 529 handle, in orangefs_direct_IO() 537 handle, in orangefs_direct_IO() 558 handle, in orangefs_direct_IO() 563 handle, in orangefs_direct_IO() 571 handle, in orangefs_direct_IO() 584 handle, in orangefs_direct_IO() 611 handle, in orangefs_direct_IO()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 356 &req->info.handle); in nouveau_gem_ioctl_new() 360 drm_gem_handle_delete(file_priv, req->info.handle); in nouveau_gem_ioctl_new() 477 gem = drm_gem_object_lookup(file_priv, b->handle); in validate_init() 479 NV_PRINTK(err, cli, "Unknown handle 0x%08x\n", b->handle); in validate_init() 492 "validation list\n", b->handle); in validate_init() 985 gem = drm_gem_object_lookup(file_priv, req->handle); in nouveau_gem_ioctl_cpu_prep() 1014 gem = drm_gem_object_lookup(file_priv, req->handle); in nouveau_gem_ioctl_cpu_fini() 1032 gem = drm_gem_object_lookup(file_priv, req->handle); in nouveau_gem_ioctl_info()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | tdx.rst | 64 indicates a bug in the guest. The guest may try to handle the #GP with a 68 can make a hypercall to the hypervisor to handle the #VE. 92 not know how to handle. The guest kernel may ask the hypervisor for the 114 careful to only reference shared pages it can safely handle a #VE. For 127 handle a #VE. 134 handle a #VE on arbitrary kernel memory accesses. This is not feasible, so 145 to handle the exception.
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | adder875-redboot.dts | 101 phy-handle = <&PHY0>; 113 phy-handle = <&PHY1>;
|
H A D | adder875-uboot.dts | 100 phy-handle = <&PHY0>; 112 phy-handle = <&PHY1>;
|