/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CNRI-Jython | 5 …(known as a handle): 1895.22/1006. The License may also be obtained from a proxy server on the Web…
|
/openbmc/smbios-mdr/include/ |
H A D | dimm.hpp | 154 uint16_t handle; member 197 uint16_t handle; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 228 def _foreach_proxy_method(ud, handle): argument 237 returns.append(handle(proxy_ud.method, proxy_ud, proxy_d))
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_main.h | 423 struct hnae_handle *handle) in hns_ae_get_vf_cb() argument 425 return container_of(handle, struct hnae_vf_cb, ae_handle); in hns_ae_get_vf_cb()
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq8064-rb3011.dts | 345 phy-handle = <&switch0cpu>; 358 phy-handle = <&switch1cpu>;
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 111 static irqreturn_t tsc2007_soft_irq(int irq, void *handle) in tsc2007_soft_irq() argument 113 struct tsc2007 *ts = handle; in tsc2007_soft_irq()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_framebuffer_helper.c | 123 unsigned int *handle) in drm_gem_fb_create_handle() argument 125 return drm_gem_handle_create(file, fb->obj[0], handle); in drm_gem_fb_create_handle()
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-goramo-multilink.dts | 157 phy-handle = <&phy0>; 179 phy-handle = <&phy1>;
|
/openbmc/linux/arch/mips/boot/dts/loongson/ |
H A D | loongson64-2k1000.dtsi | 139 phy-handle = <&phy1>; 163 phy-handle = <&phy1>;
|
/openbmc/pldm/ |
H A D | meson.options | 84 'terminus-handle', 89 description: '''The terminus handle value of the device that is running this
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_psp.c | 160 static int psp_early_init(void *handle) in psp_early_init() argument 162 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in psp_early_init() 399 static int psp_sw_init(void *handle) in psp_sw_init() argument 401 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in psp_sw_init() 505 static int psp_sw_fini(void *handle) in psp_sw_fini() argument 2713 static int psp_hw_init(void *handle) in psp_hw_init() argument 2742 static int psp_hw_fini(void *handle) in psp_hw_fini() argument 2766 static int psp_suspend(void *handle) in psp_suspend() argument 2829 static int psp_resume(void *handle) in psp_resume() argument 3476 static int psp_set_clockgating_state(void *handle, in psp_set_clockgating_state() argument [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5670.c | 2684 struct fwnode_handle *handle; in ov5670_probe() local 2722 handle = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in ov5670_probe() 2723 if (!handle) in ov5670_probe() 2729 ret = v4l2_fwnode_endpoint_alloc_parse(handle, &ov5670->endpoint); in ov5670_probe() 2730 fwnode_handle_put(handle); in ov5670_probe()
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | t2081si-post.dtsi | 197 dev-handle = <&ddr1>; 222 cpu-handle = <&cpu0>; 227 cpu-handle = <&cpu1>; 232 cpu-handle = <&cpu2>; 237 cpu-handle = <&cpu3>;
|
H A D | t1040si-post.dtsi | 197 dev-handle = <&ddr1>; 218 cpu-handle = <&cpu0>; 223 cpu-handle = <&cpu1>; 228 cpu-handle = <&cpu2>; 233 cpu-handle = <&cpu3>;
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_gmin_platform.c | 442 acpi_handle handle = ACPI_HANDLE(dev); in atomisp_get_acpi_power() local 448 status = acpi_evaluate_object(handle, "_PR0", NULL, &buffer); in atomisp_get_acpi_power() 465 rhandle = element->reference.handle; in atomisp_get_acpi_power() 1290 acpi_handle handle = ACPI_HANDLE(dev); in gmin_get_config_dsm_var() local 1307 obj = acpi_evaluate_dsm_typed(handle, &atomisp_dsm_guid, 0, 0, NULL, in gmin_get_config_dsm_var()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 735 args->flags, &args->handle, NULL); in msm_ioctl_gem_new() 756 obj = drm_gem_object_lookup(file, args->handle); in msm_ioctl_gem_cpu_prep() 774 obj = drm_gem_object_lookup(file, args->handle); in msm_ioctl_gem_cpu_fini() 852 obj = drm_gem_object_lookup(file, args->handle); in msm_ioctl_gem_info() 1002 obj = drm_gem_object_lookup(file, args->handle); in msm_ioctl_gem_madvise()
|
/openbmc/bmcweb/ |
H A D | COMMON_ERRORS.md | 223 ... handle code 231 All bmcweb routes should handle 404 (not found) properly, and return it where 259 ... handle code 352 Prefer to either use std::bind_front, and a normal method to handle the return, 353 or a lambda that is less than 10 lines of code to handle an error inline. In
|
/openbmc/linux/drivers/block/ |
H A D | rbd.c | 371 u64 handle; member 3619 return lhs->gid == rhs->gid && lhs->handle == rhs->handle; in rbd_cid_equal() 3641 cid->gid, cid->handle); in rbd_set_owner_cid() 3879 u64 handle; in get_lock_owner_info() local 3909 &handle); in get_lock_owner_info() 3964 .handle = cookie, in find_watcher() 4268 cid.handle); in rbd_handle_acquired_lock() 4297 cid.handle); in rbd_handle_released_lock() 4333 cid.handle); in rbd_handle_request_lock() 4507 if (IS_ERR(handle)) in __rbd_register_watch() [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 1735 nack->u.isp24.handle = QLA_TGT_SKIP_HANDLE; in qlt_send_notify_ack() 1880 resp->handle = QLA_TGT_SKIP_HANDLE; in qlt_24xx_send_abts_resp() 2320 ctio->handle = QLA_TGT_SKIP_HANDLE; in qlt_send_resp_ctio() 2623 pkt->handle |= CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_build_ctio_pkt() 3149 pkt->handle |= CTIO_COMPLETION_HANDLE_MARK; in qlt_build_ctio_crc2_pkt() 3186 crc_ctx_pkt->handle = pkt->handle; in qlt_build_ctio_crc2_pkt() 3619 pkt->handle = QLA_TGT_SKIP_HANDLE; in __qlt_send_term_imm_notif() 3910 int qid = GET_QID(handle); in qlt_ctio_to_cmd() 3921 vha->vp_idx, rsp->id, handle); in qlt_ctio_to_cmd() 3933 vha->vp_idx, handle); in qlt_ctio_to_cmd() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 3260 u8 sub_id = buf[2], gamehid_cnt = 0, handle, i; in rtw_coex_bt_hid_info_notify() local 3281 hl->handle[i] != 0) in rtw_coex_bt_hid_info_notify() 3282 hidinfo->hid_handle = hl->handle[i]; in rtw_coex_bt_hid_info_notify() 3287 handle = hida->handle; in rtw_coex_bt_hid_info_notify() 3290 if (hidinfo->hid_handle == handle) { in rtw_coex_bt_hid_info_notify() 3303 handle = hidinfo->hid_handle; in rtw_coex_bt_hid_info_notify() 3305 handle == 0 || handle >= COEX_BT_BLE_HANDLE_THRS) { in rtw_coex_bt_hid_info_notify() 3348 u8 i, handle; in rtw_coex_query_bt_hid_list() local 3366 handle = hidinfo->hid_handle; in rtw_coex_query_bt_hid_list() 3367 if (handle == 0 || handle == COEX_BT_HIDINFO_NOTCON || in rtw_coex_query_bt_hid_list() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | xpedite5370.dts | 378 tbi-handle = <&tbi0>; 379 phy-handle = <&phy0>; 418 tbi-handle = <&tbi1>; 419 phy-handle = <&phy1>;
|
H A D | xpedite5301.dts | 380 tbi-handle = <&tbi0>; 381 phy-handle = <&phy0>; 420 tbi-handle = <&tbi1>; 421 phy-handle = <&phy1>;
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_bridge_1q_ipv6.sh | 448 tc filter add dev $rp1 egress protocol ipv6 pref 1 handle 101 \ 454 tc filter add dev $swp1 egress protocol 802.1q pref 1 handle 101 \ 513 tc filter add dev $rp1 egress protocol ipv6 pref 1 handle 101 \ 519 tc filter add dev $swp1 egress protocol 802.1q pref 1 handle 101 \
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | gma_display.c | 330 struct drm_file *file_priv, uint32_t handle, in gma_crtc_cursor_set() argument 348 if (!handle) { in gma_crtc_cursor_set() 372 obj = drm_gem_object_lookup(file_priv, handle); in gma_crtc_cursor_set() 389 dev_err(dev->dev, "Can not pin down handle 0x%x\n", handle); in gma_crtc_cursor_set()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 263 asyh->olut.handle = 0; in nv50_head_atomic_check_lut() 276 asyh->olut.handle = disp->core->chan.vram.handle; in nv50_head_atomic_check_lut() 384 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
|