/openbmc/linux/include/net/ |
H A D | pkt_sched.h | 108 struct Qdisc *qdisc_lookup(struct net_device *dev, u32 handle); 109 struct Qdisc *qdisc_lookup_rcu(struct net_device *dev, u32 handle);
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | st,st-delta.txt | 5 - clocks: from common clock binding: handle hardware IP needed clocks, the
|
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | dlink_dsr-500n-1000n.dtsi | 34 phy-handle = <&phy8>;
|
/openbmc/linux/Documentation/devicetree/bindings/ptp/ |
H A D | brcm,ptp-dte.txt | 6 compatibility string is to handle SoC specific
|
/openbmc/qemu/docs/ |
H A D | spice-port-fqdn.txt | 5 a Spice client can handle the various ports appropriately.
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_bpf2bpf.c | 28 unsigned long handle; member
|
/openbmc/linux/fs/ext4/ |
H A D | acl.h | 69 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl() argument
|
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/ |
H A D | stingray-board-base.dtsi | 29 phy-handle = <&gphy0>;
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | irq.h | 69 void (*handle)(struct irq_desc *desc),
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | system-wide-dummy | 1 # Event added by system-wide or CPU perf-record to handle the race of
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec.rst | 87 The class will provide a handle to struct typec_partner if the registration was 92 should include handle to struct usb_pd_identity instance. The class will then 120 The class will provide a handle to struct typec_cable and struct typec_plug if 125 include handle to struct usb_pd_identity instance. The class will then create a 172 own functions, but the registration will always return a handle to struct 198 In most cases the same physical mux will handle both the orientation and mode.
|
/openbmc/linux/fs/ocfs2/ |
H A D | ioctl.c | 92 handle_t *handle = NULL; in ocfs2_fileattr_set() local 119 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS); in ocfs2_fileattr_set() 120 if (IS_ERR(handle)) { in ocfs2_fileattr_set() 121 status = PTR_ERR(handle); in ocfs2_fileattr_set() 129 status = ocfs2_mark_inode_dirty(handle, inode, bh); in ocfs2_fileattr_set() 133 ocfs2_commit_trans(osb, handle); in ocfs2_fileattr_set()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 1093 struct hclge_vport *hclge_get_vport(struct hnae3_handle *handle); 1108 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto, 1110 int hclge_en_hw_strip_rxvtag(struct hnae3_handle *handle, bool enable); 1116 int hclge_reset_tqp(struct hnae3_handle *handle); 1122 int hclge_dbg_read_cmd(struct hnae3_handle *handle, enum hnae3_dbg_cmd cmd, 1124 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id);
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 295 std::string displayStringHandle(uint16_t handle, in displayStringHandle() argument 299 std::string displayString = std::to_string(handle); in displayStringHandle() 305 stringTable->data(), stringTable->size(), handle); in displayStringHandle() 704 auto handle = findAttrHandleByName(attrName, *attrTable, *stringTable); in exec() local 705 if (!handle) in exec() 717 instanceId, 0, PLDM_GET_FIRSTPART, *handle, request); in exec()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btintel.c | 2335 acpi_handle handle; in btintel_set_ppag() local 2351 handle = ACPI_HANDLE(GET_HCIDEV_DEV(hdev)); in btintel_set_ppag() 2352 if (!handle) { in btintel_set_ppag() 2458 acpi_handle handle = ACPI_HANDLE(GET_HCIDEV_DEV(hdev)); in btintel_set_dsm_reset_method() local 2466 handle = ACPI_HANDLE(GET_HCIDEV_DEV(hdev)); in btintel_set_dsm_reset_method() 2468 if (!handle) { in btintel_set_dsm_reset_method() 2473 if (!acpi_has_method(handle, "_PRR")) { in btintel_set_dsm_reset_method() 2486 if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0, in btintel_set_dsm_reset_method() 2494 obj = acpi_evaluate_dsm(handle, &btintel_guid_dsm, 0, in btintel_set_dsm_reset_method() 2505 if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0, in btintel_set_dsm_reset_method() [all …]
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 123 u32 handle; member 530 f = idr_find(&head->handle_idr, handle); in __fl_get() 620 return __fl_get(head, handle); in fl_get() 2266 if (fold && handle && fold->handle != handle) { in fl_change() 2291 if (!handle) { in fl_change() 2292 handle = 1; in fl_change() 2297 handle, GFP_ATOMIC); in fl_change() 2315 fnew->handle = handle; in fl_change() 2393 fnew->handle = handle; in fl_change() 3504 t->tcm_handle = f->handle; in fl_dump() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p3041si-post.dtsi | 228 dev-handle = <&ddr1>; 241 cpu-handle = <&cpu0>; 246 cpu-handle = <&cpu1>; 251 cpu-handle = <&cpu2>; 256 cpu-handle = <&cpu3>;
|
H A D | p2041si-post.dtsi | 201 dev-handle = <&ddr1>; 214 cpu-handle = <&cpu0>; 219 cpu-handle = <&cpu1>; 224 cpu-handle = <&cpu2>; 229 cpu-handle = <&cpu3>;
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0003-FMP-Support-in-Corstone1000.patch | 47 psa_call(caller,handle, PSA_IPC_CALL, 49 + set_fmp_image_info(caller, handle); 55 psa_call(caller,handle, PSA_IPC_CALL, 57 + set_fmp_image_info(caller, handle); 321 + psa_handle_t handle;
|
/openbmc/linux/drivers/media/pci/intel/ |
H A D | ipu-bridge.c | 109 acpi_handle handle = acpi_device_handle(adev); in ipu_bridge_get_ivsc_acpi_dev() local 113 if (consumer->handle == handle) { in ipu_bridge_get_ivsc_acpi_dev() 191 status = acpi_evaluate_object(ACPI_PTR(adev->handle), in ipu_bridge_read_acpi_buffer() 244 status = acpi_get_physical_device_location(adev->handle, &pld); in ipu_bridge_parse_orientation()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_ddc.c | 171 success = hdcp->config.ddc.funcs.read_dpcd(hdcp->config.ddc.handle, in read() 189 hdcp->config.ddc.handle, in read() 245 hdcp->config.ddc.handle, in write() 265 hdcp->config.ddc.handle, in write() 687 return hdcp->config.ddc.funcs.write_dpcd(hdcp->config.ddc.handle, cp_irq_addrs, in mod_hdcp_clear_cp_irq_status()
|
/openbmc/linux/drivers/acpi/ |
H A D | resource.c | 892 if (!adev || !adev->handle || !list_empty(list)) in __acpi_dev_get_resources() 895 if (!acpi_has_method(adev->handle, method)) in __acpi_dev_get_resources() 903 status = acpi_walk_resources(adev->handle, method, in __acpi_dev_get_resources() 1079 static acpi_status acpi_res_consumer_cb(acpi_handle handle, u32 depth, in acpi_res_consumer_cb() argument 1084 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in acpi_res_consumer_cb()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_textinput.c | 26 static int setup(const efi_handle_t handle, in setup() argument
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-pine64-plus.dts | 17 phy-handle = <&ext_rgmii_phy>;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
H A D | libio-pty-perl_1.20.bb | 17 perl-module-io-handle \
|