Home
last modified time | relevance | path

Searched refs:handle (Results 1076 – 1100 of 4154) sorted by relevance

1...<<41424344454647484950>>...167

/openbmc/linux/include/linux/
H A Dirq.h713 irq_flow_handler_t handle, const char *name);
717 irq_flow_handler_t handle) in irq_set_chip_and_handler() argument
719 irq_set_chip_and_handler_name(irq, chip, handle, NULL); in irq_set_chip_and_handler()
729 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
733 irq_set_handler(unsigned int irq, irq_flow_handler_t handle) in irq_set_handler() argument
735 __irq_set_handler(irq, handle, 0, NULL); in irq_set_handler()
744 irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle) in irq_set_chained_handler() argument
746 __irq_set_handler(irq, handle, 1, NULL); in irq_set_chained_handler()
755 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle,
/openbmc/linux/drivers/media/radio/
H A Dradio-aztech.c67 static void aztech_set_pins(void *handle, u8 pins) in aztech_set_pins() argument
69 struct radio_isa_card *isa = handle; in aztech_set_pins()
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmt9v032.txt23 - reset-gpios: GPIO handle which is connected to the reset pin of the chip.
24 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drouter_scale.sh20 tc qdisc add dev $h2 handle ffff: ingress
25 tc qdisc del dev $h2 handle ffff: ingress
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/
H A D0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch4 Subject: [PATCH] pv/display: handle error of tcgetpgrp() in pv_in_foreground()
13 to ENOTTY if the output fd is not an tty. We now handle this error
/openbmc/linux/net/bluetooth/
H A Dmgmt_util.h28 u8 handle; member
75 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle);
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.h52 u32 handle; member
87 u32 handle; /* VideoCore handle for component */ member
/openbmc/linux/drivers/input/misc/
H A Datlas_btns.c97 status = acpi_install_address_space_handler(device->handle, in atlas_acpi_button_add()
113 status = acpi_remove_address_space_handler(device->handle, in atlas_acpi_button_remove()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8544ds.dtsi76 phy-handle = <&phy0>;
77 tbi-handle = <&tbi0>;
107 phy-handle = <&phy1>;
108 tbi-handle = <&tbi1>;
H A Dp1022rdk.dts101 codec-handle = <&wm8960>;
131 phy-handle = <&phy0>;
136 phy-handle = <&phy1>;
137 tbi-handle = <&tbi0>;
H A Dmpc8572ds.dtsi149 tbi-handle = <&tbi0>;
150 phy-handle = <&phy0>;
205 tbi-handle = <&tbi1>;
206 phy-handle = <&phy1>;
219 tbi-handle = <&tbi2>;
220 phy-handle = <&phy2>;
232 tbi-handle = <&tbi3>;
233 phy-handle = <&phy3>;
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Deth.c157 const u32 *handle; in board_ft_fman_fixup_port() local
215 handle = fdt_getprop(fdt, offset, "phy-handle", NULL); in board_ft_fman_fixup_port()
217 if (handle) { in board_ft_fman_fixup_port()
219 fdt32_to_cpu(*handle)); in board_ft_fman_fixup_port()
/openbmc/linux/drivers/soundwire/
H A Dintel_init.c171 adev = acpi_fetch_acpi_dev(res->handle); in sdw_intel_probe_controller()
209 ctx->handle = res->handle; in sdw_intel_probe_controller()
286 struct acpi_device *adev = acpi_fetch_acpi_dev(ctx->handle); in sdw_intel_startup_controller()
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c135 out = acpi_evaluate_dsm_typed(context->handle, &context->guid, rev, in sar_get_device_mode()
206 static void sar_notify(acpi_handle handle, u32 event, void *data) in sar_notify() argument
223 out = acpi_evaluate_dsm_typed(context->handle, &context->guid, rev, in sar_get_data()
256 context->handle = ACPI_HANDLE(&device->dev); in sar_probe()
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721e-evm-gesi-exp-board.dtso39 phy-handle = <&cpsw9g_phy12>;
47 phy-handle = <&cpsw9g_phy15>;
55 phy-handle = <&cpsw9g_phy0>;
63 phy-handle = <&cpsw9g_phy3>;
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmicrochip,sparx5-switch.yaml98 instance will handle the Ethernet traffic.
122 - phy-handle
158 phy-handle = <&phy0>;
204 phy-handle = <&phy64>;
H A Dallwinner,sun8i-a83t-emac.yaml61 - phy-handle
205 phy-handle = <&int_mii_phy>;
256 phy-handle = <&ext_rgmii_phy>;
308 phy-handle = <&ext_rgmii_phy1>;
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mdio.c202 int hclge_mac_connect_phy(struct hnae3_handle *handle) in hclge_mac_connect_phy() argument
204 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_mac_connect_phy()
242 void hclge_mac_disconnect_phy(struct hnae3_handle *handle) in hclge_mac_disconnect_phy() argument
244 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_mac_disconnect_phy()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c823 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node() argument
828 nid = acpi_get_node(handle); in acpi_map_cpu2node()
837 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, in acpi_map_cpu() argument
848 acpi_processor_set_pdc(handle); in acpi_map_cpu()
849 acpi_map_cpu2node(handle, cpu, physid); in acpi_map_cpu()
871 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) in acpi_register_ioapic() argument
882 ioapic_id = acpi_get_ioapic_id(handle, gsi_base, &addr); in acpi_register_ioapic()
887 status = acpi_evaluate_integer(handle, METHOD_NAME__UID, in acpi_register_ioapic()
890 acpi_handle_warn(handle, "failed to get IOAPIC ID.\n"); in acpi_register_ioapic()
905 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) in acpi_unregister_ioapic() argument
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2274 hindex = sts->handle; in qlafx00_status_entry()
2275 handle = LSW(hindex); in qlafx00_status_entry()
2313 handle, sp); in qlafx00_status_entry()
2633 handle = LSW(hindex); in qlafx00_multistatus_entry()
3051 uint32_t handle; in qlafx00_start_scsi() local
3075 if (handle == 0) in qlafx00_start_scsi()
3104 sp->handle = handle; in qlafx00_start_scsi()
3112 lcmd_pkt.handle = make_handle(req->id, sp->handle); in qlafx00_start_scsi()
3182 tm_iocb.handle = make_handle(req->id, sp->handle); in qlafx00_tm_iocb()
3208 abt_iocb.handle = make_handle(req->id, sp->handle); in qlafx00_abort_iocb()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst194 handle it in two different ways:
241 indexed by the file handle of the lower inode and a file handle of the
525 This is the list of cases that overlayfs doesn't currently handle:
600 that the found lower directory file handle and lower filesystem UUID
601 match the origin file handle that was stored at copy_up time. If a
618 "trusted.overlay.upper" with an encoded file handle of the upper
621 When encoding a file handle from an overlay filesystem object, the
627 encode an upper file handle from upper inode
629 The encoded overlay file handle includes:
641 3. For a lower file handle, lookup the handle in index directory by name.
[all …]
/openbmc/docs/designs/
H A Dbmc-boot-ready.md37 1. D-Bus objects don't exist until the backend is prepared to handle them.
38 2. If a user tries something that system is not in proper state to handle then
40 3. If a user tries something that system is not in proper state to handle then
48 code to handle missing interfaces.
51 the op-panel code now need to properly handle error codes like this. You can
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c295 uint32_t handle; in virtio_gpu_cursor_plane_update() local
307 handle = bo->hw_res_handle; in virtio_gpu_cursor_plane_update()
309 handle = 0; in virtio_gpu_cursor_plane_update()
333 DRM_DEBUG("update, handle %d, pos +%d+%d, hot %d,%d\n", handle, in virtio_gpu_cursor_plane_update()
340 output->cursor.resource_id = cpu_to_le32(handle); in virtio_gpu_cursor_plane_update()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.c1970 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_host_cap_send()
1975 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath12k_qmi_host_cap_send()
2004 struct qmi_handle *handle = &ab->qmi.handle; in ath12k_qmi_fw_ind_register_send() local
2034 ret = qmi_txn_init(handle, &txn, in ath12k_qmi_fw_ind_register_send()
2109 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_respond_fw_mem_request()
2224 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_request_target_cap()
2351 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_load_file_target_mem()
2564 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_wlanfw_m3_info_send()
2611 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_wlanfw_mode_send()
2703 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_wlanfw_wlan_cfg_send()
[all …]
/openbmc/linux/drivers/clk/keystone/
H A Dsci-clk.c647 const struct ti_sci_handle *handle; in ti_sci_clk_probe() local
650 handle = devm_ti_sci_get_handle(dev); in ti_sci_clk_probe()
651 if (IS_ERR(handle)) in ti_sci_clk_probe()
652 return PTR_ERR(handle); in ti_sci_clk_probe()
658 provider->sci = handle; in ti_sci_clk_probe()
659 provider->ops = &handle->ops.clk_ops; in ti_sci_clk_probe()

1...<<41424344454647484950>>...167