Home
last modified time | relevance | path

Searched refs:handle (Results 3151 – 3175 of 4145) sorted by relevance

1...<<121122123124125126127128129130>>...166

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1209 __u16 handle; in btusb_validate_sco_handle() local
1223 handle = hci_handle(__le16_to_cpu(hdr->handle)); in btusb_validate_sco_handle()
1225 switch (hci_conn_lookup_type(hdev, handle)) { in btusb_validate_sco_handle()
3275 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btusb_recv_acl_mtk() local
3277 switch (handle) { in btusb_recv_acl_mtk()
3500 if (le16_to_cpu(acl_hdr->handle) != QCA_MEMDUMP_ACL_HANDLE) in handle_dump_pkt_qca()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc515 // Setup to handle a tiled surface
518 // to correctly handle tiling.
666 // Setup to handle a linear surface
/openbmc/linux/Documentation/hwmon/
H A Dw83781d.rst200 how to handle them. More details below.
319 You can handle all 3 the exact same way :)
449 long as we don't know more, the w83781d driver doesn't handle PWM on
/openbmc/linux/drivers/net/fjes/
H A Dfjes_main.c49 status = acpi_evaluate_object(device->handle, "_STR", NULL, &buffer); in is_extended_socket_device()
73 status = acpi_evaluate_integer(device->handle, "_STA", NULL, &sta); in acpi_check_extended_socket_status()
132 status = acpi_walk_resources(device->handle, METHOD_NAME__CRS, in fjes_acpi_add()
/openbmc/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c1476 struct pcr_handle *handle = pdev->dev.platform_data; in rtsx_pci_sdmmc_drv_probe() local
1479 if (!handle) in rtsx_pci_sdmmc_drv_probe()
1482 pcr = handle->pcr; in rtsx_pci_sdmmc_drv_probe()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.rst73 a class to handle PEP 621 metadata, and a dependency for
94 - `utfcpp <https://github.com/nemtrif/utfcpp>`__: a C++ library to handle
291 (i.e., vendoring). It can also handle modules from the same repository,
/openbmc/linux/drivers/i2c/busses/
H A Di2c-tegra.c610 acpi_handle handle = ACPI_HANDLE(i2c_dev->dev); in tegra_i2c_init() local
622 if (handle) in tegra_i2c_init()
623 err = acpi_evaluate_object(handle, "_RST", NULL, NULL); in tegra_i2c_init()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0016-handle-sysroot-support-for-nativesdk-gcc.patch4 Subject: [PATCH] handle sysroot support for nativesdk-gcc
16 In order to handle this we do two things:
/openbmc/linux/drivers/misc/cxl/
H A Dcxl.h468 u64 handle; member
670 u64 handle; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-evmsk.dts621 phy-handle = <&ethphy0>;
627 phy-handle = <&ethphy1>;
/openbmc/linux/drivers/input/touchscreen/
H A Dhideep.c754 static irqreturn_t hideep_irq(int irq, void *handle) in hideep_irq() argument
756 struct hideep_ts *ts = handle; in hideep_irq()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-data-modul-edm-sbc.dts149 phy-handle = <&phy_eqos>;
189 phy-handle = <&phy_fec>;
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp232 uint32_t handle = record_handle; in mergeEntityAssociations() local
233 pldm_pdr_add(repo, pdr.data(), size, true, 0xFFFF, &handle); in mergeEntityAssociations()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1658 u16 handle; in bnxt_fill_cfa_stats_req() local
1669 handle = CFA_FLOW_INFO_REQ_FLOW_HANDLE_DIR_RX | in bnxt_fill_cfa_stats_req()
1672 handle = CFA_FLOW_INFO_REQ_FLOW_HANDLE_MAX_MASK; in bnxt_fill_cfa_stats_req()
1674 *flow_handle = cpu_to_le16(handle); in bnxt_fill_cfa_stats_req()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c766 struct perf_output_handle handle; in intel_pmu_drain_bts_buffer() local
820 if (perf_output_begin(&handle, &data, event, in intel_pmu_drain_bts_buffer()
833 perf_output_sample(&handle, &header, &data, event); in intel_pmu_drain_bts_buffer()
836 perf_output_end(&handle); in intel_pmu_drain_bts_buffer()
/openbmc/linux/Documentation/driver-api/
H A Duio-howto.rst21 All that is really needed is some way to handle an interrupt and provide
112 To handle interrupts properly, your custom kernel module can provide its
142 directory. Any userspace code that accesses it must be able to handle
328 and on how you want to handle it. You should try to keep the amount of
413 string of the node the driver is supposed to handle. By default, the
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c3263 status = acpi_evaluate_object(pr->handle, "_PSS", NULL, &buffer); in intel_pstate_no_acpi_pss()
3283 acpi_handle handle; in intel_pstate_no_acpi_pcch() local
3285 status = acpi_get_handle(NULL, "\\_SB", &handle); in intel_pstate_no_acpi_pcch()
3289 if (acpi_has_method(handle, "PCCH")) in intel_pstate_no_acpi_pcch()
3306 if (acpi_has_method(pr->handle, "_PPC")) in intel_pstate_has_acpi_ppc()
/openbmc/linux/drivers/spi/
H A Dspi.c2662 ACPI_SUCCESS(acpi_get_parent(adev->handle, &parent_handle)) && in acpi_spi_device_alloc()
2725 static acpi_status acpi_spi_add_device(acpi_handle handle, u32 level, in acpi_spi_add_device() argument
2728 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in acpi_spi_add_device()
2742 acpi_handle handle; in acpi_register_spi_devices() local
2744 handle = ACPI_HANDLE(ctlr->dev.parent); in acpi_register_spi_devices()
2745 if (!handle) in acpi_register_spi_devices()
/openbmc/linux/drivers/platform/x86/
H A Dasus-wmi.c1704 static void asus_rfkill_notify(acpi_handle handle, u32 event, void *data) in asus_rfkill_notify() argument
1724 acpi_handle handle; in asus_register_rfkill_notifier() local
1726 status = acpi_get_handle(NULL, node, &handle); in asus_register_rfkill_notifier()
1730 status = acpi_install_notify_handler(handle, ACPI_SYSTEM_NOTIFY, in asus_register_rfkill_notifier()
1741 acpi_handle handle; in asus_unregister_rfkill_notifier() local
1743 status = acpi_get_handle(NULL, node, &handle); in asus_unregister_rfkill_notifier()
1747 status = acpi_remove_notify_handler(handle, ACPI_SYSTEM_NOTIFY, in asus_unregister_rfkill_notifier()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8569si-post.dtsi77 fsl,srio-rmu-handle = <&rmu>;
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h273 struct bna_mcam_handle *handle);
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7791-porter.dts298 phy-handle = <&phy1>;
H A Dsun50i-a64-bananapi-m64.dts116 phy-handle = <&ext_rgmii_phy>;
H A Dsun50i-a64-olinuxino.dts106 phy-handle = <&ext_rgmii_phy>;
H A Dmeson-gxm-khadas-vim2.dts245 phy-handle = <&external_phy>;

1...<<121122123124125126127128129130>>...166