/openbmc/linux/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 179 tc qdisc add dev "$dev" root handle 1: htb 183 tc filter add dev "$dev" parent 1:0 prio 5 handle ffe: protocol ip u32 divisor 256 185 tc filter add dev "$dev" parent 1:0 prio 5 handle ffd: protocol ip u32 divisor 256 187 tc filter add dev "$dev" parent 1:0 prio 5 handle ffc: protocol ip u32 divisor 256 189 …tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:3 u32 ht ffe:2: match ip src 10… 191 …tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:2 u32 ht ffe:2: match ip src 10… 195 tc filter del dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:3 u32 199 tc qdisc del dev "$dev" root handle 1: htb
|
/openbmc/linux/arch/arm/lib/ |
H A D | div64.S | 54 @ See if we need to handle upper 32-bit result. 93 @ See if we need to handle lower 32-bit result.
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | div64.S | 57 @ See if we need to handle upper 32-bit result. 96 @ See if we need to handle lower 32-bit result.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CNRI-Python | 11 … (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the…
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea.h | 311 u64 handle; member 380 u64 handle; member
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | ingress_rif_conf_vxlan.sh | 254 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \ 285 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 29 struct drm_file *file, u32 *handle) in komeda_fb_create_handle() argument 31 return drm_gem_handle_create(file, fb->obj[0], handle); in komeda_fb_create_handle()
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | arm,pl11x.yaml | 77 can handle. 78 If not present, the memory interface is fast enough to handle all
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_acc_types.h | 385 CSS_ALIGN(u32 handle, 8); 428 u32 handle; member
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-gateworks-gw2348.dts | 149 phy-handle = <&phy0>; 171 phy-handle = <&phy1>;
|
/openbmc/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone-k2hk-netcp.dtsi | 198 phy-handle = <ðphy0>; 203 phy-handle = <ðphy1>;
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | rzg2ul-smarc-som.dtsi | 73 phy-handle = <&phy0>; 102 phy-handle = <&phy1>;
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/ |
H A D | dpkg.inc | 84 perl-module-io-handle perl-module-io-seekable \ 87 perl-module-term-ansicolor perl-module-tie-handle \
|
/openbmc/openbmc/poky/scripts/pybootchartgui/ |
H A D | NEWS | 83 + handle dmesg timestamps with big delta (Riccardo) 112 + handle empty traces more elegantly 119 + handle missing bootchartd.conf cleanly
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | fsl,fec.yaml | 125 phy-handle: true 193 # directory, and point the FEC's "phy-handle" property to it. Then use 255 phy-handle = <ðphy0>;
|
H A D | renesas,etheravb.yaml | 84 phy-handle: true 124 - phy-handle 342 phy-handle = <&phy0>;
|
/openbmc/linux/net/sched/ |
H A D | sch_cbs.c | 413 sch->handle, extack); in cbs_init() 487 tcm->tcm_info = q->qdisc->handle; in cbs_dump_class() 499 sch->handle, NULL); in cbs_graft()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-v4l2.rst | 115 for the captured image data. If the driver cannot handle requested 159 for the captured image data. If the driver cannot handle requested 173 captured image data. If the driver cannot handle requested 189 range for the captured image data. If the driver cannot handle requested 202 for the captured image data. If the driver cannot handle requested
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_gem.c | 380 ret = drm_gem_dma_resv_wait(file_priv, args->handle, in v3d_wait_bo_ioctl() 426 struct drm_v3d_sem __user *handle = u64_to_user_ptr(se->in_syncs); in v3d_job_init() local 431 if (copy_from_user(&in, handle++, sizeof(in))) { in v3d_job_init() 436 ret = drm_sched_job_add_syncobj_dependency(&job->base, file_priv, in.handle, 0); in v3d_job_init() 562 out.handle); in v3d_get_multisync_post_deps()
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios_table.cpp | 719 auto handle = pldm_bios_table_attr_value_entry_decode_handle(entry); in TEST() local 720 EXPECT_EQ(0, handle); in TEST() 1040 auto handle = pldm_bios_table_string_entry_decode_handle(entry); in TEST() local 1041 EXPECT_EQ(handle, 4); in TEST() 1121 auto handle = pldm_bios_table_string_entry_decode_handle(entry); in TEST() local 1122 EXPECT_EQ(handle, 2); in TEST()
|
/openbmc/linux/drivers/net/plip/ |
H A D | plip.c | 156 static int plip_preempt(void *handle); 157 static void plip_wakeup(void *handle); 1173 plip_preempt(void *handle) in plip_preempt() argument 1175 struct net_device *dev = (struct net_device *)handle; in plip_preempt() 1189 plip_wakeup(void *handle) in plip_wakeup() argument 1191 struct net_device *dev = (struct net_device *)handle; in plip_wakeup()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v11_0.c | 1306 static int gfx_v11_0_sw_init(void *handle) in gfx_v11_0_sw_init() argument 1501 static int gfx_v11_0_sw_fini(void *handle) in gfx_v11_0_sw_fini() argument 4262 static int gfx_v11_0_hw_init(void *handle) in gfx_v11_0_hw_init() argument 4357 static int gfx_v11_0_hw_fini(void *handle) in gfx_v11_0_hw_fini() argument 4394 static int gfx_v11_0_suspend(void *handle) in gfx_v11_0_suspend() argument 4396 return gfx_v11_0_hw_fini(handle); in gfx_v11_0_suspend() 4399 static int gfx_v11_0_resume(void *handle) in gfx_v11_0_resume() argument 4401 return gfx_v11_0_hw_init(handle); in gfx_v11_0_resume() 4404 static bool gfx_v11_0_is_idle(void *handle) in gfx_v11_0_is_idle() argument 4433 static int gfx_v11_0_soft_reset(void *handle) in gfx_v11_0_soft_reset() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.c | 619 static void hinic_mbox_func_aeqe_handler(void *handle, void *header, u8 size) in hinic_mbox_func_aeqe_handler() argument 626 func_to_func = ((struct hinic_hwdev *)handle)->func_to_func; in hinic_mbox_func_aeqe_handler() 647 static void hinic_mbox_self_aeqe_handler(void *handle, void *header, u8 size) in hinic_mbox_self_aeqe_handler() argument 652 func_to_func = ((struct hinic_hwdev *)handle)->func_to_func; in hinic_mbox_self_aeqe_handler() 1364 static int comm_pf_mbox_handler(void *handle, u16 vf_id, u8 cmd, void *buf_in, in comm_pf_mbox_handler() argument 1368 struct hinic_hwdev *hwdev = handle; in comm_pf_mbox_handler() 1374 if (!hinic_mbox_check_cmd_valid(handle, hw_cmd_support_vf, vf_id, cmd, in comm_pf_mbox_handler()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 123 srb = qla4xxx_del_from_active_array(ha, le32_to_cpu(sts_entry->handle)); in qla4xxx_status_entry() 127 sts_entry->handle, srb); in qla4xxx_status_entry() 139 ha->host_no, __func__, sts_entry->handle, in qla4xxx_status_entry() 374 itt = sts_entry->handle; in qla4xxx_passthru_status_entry() 430 le32_to_cpu(mbox_sts_entry->handle)); in qla4xxx_mbox_status_entry() 434 mbox_sts_entry->handle); in qla4xxx_mbox_status_entry() 521 handle)); in qla4xxx_process_response_queue()
|
/openbmc/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 892 dma_addr_t handle; in exynos_iommu_domain_alloc() local 917 handle = dma_map_single(dma_dev, domain->pgtable, LV1TABLE_SIZE, in exynos_iommu_domain_alloc() 920 BUG_ON(handle != virt_to_phys(domain->pgtable)); in exynos_iommu_domain_alloc() 921 if (dma_mapping_error(dma_dev, handle)) in exynos_iommu_domain_alloc() 1073 dma_addr_t handle; in alloc_lv2entry() local 1085 handle = dma_map_single(dma_dev, pent, LV2TABLE_SIZE, in alloc_lv2entry() 1087 if (dma_mapping_error(dma_dev, handle)) { in alloc_lv2entry()
|