Home
last modified time | relevance | path

Searched refs:handle (Results 1901 – 1925 of 4156) sorted by relevance

1...<<71727374757677787980>>...167

/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-lx2162a-qds.dts183 phy-handle = <&rgmii_phy1>;
188 phy-handle = <&rgmii_phy2>;
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c97 unsigned int handle, void *userdata) in audio_vchi_callback() argument
100 handle); in audio_vchi_callback()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-igep0033.dtsi112 phy-handle = <&ethphy0>;
118 phy-handle = <&ethphy1>;
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts194 phy-handle = <&phy5>;
216 phy-handle = <&phy4>;
/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-region.rst18 to program the FPGA and then DT to handle enumeration. The common region code
73 following APIs to handle building or tearing down that list.
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c80 static void bnxt_re_stop_irq(void *handle);
304 static void bnxt_re_stop_irq(void *handle) in bnxt_re_stop_irq() argument
306 struct bnxt_re_dev *rdev = (struct bnxt_re_dev *)handle; in bnxt_re_stop_irq()
319 static void bnxt_re_start_irq(void *handle, struct bnxt_msix_entry *ent) in bnxt_re_start_irq() argument
321 struct bnxt_re_dev *rdev = (struct bnxt_re_dev *)handle; in bnxt_re_start_irq()
1043 struct bnxt_qplib_srq *handle, u8 event) in bnxt_re_srqn_handler() argument
1045 struct bnxt_re_srq *srq = container_of(handle, struct bnxt_re_srq, in bnxt_re_srqn_handler()
1065 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler() argument
1067 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()
/openbmc/linux/drivers/acpi/acpica/
H A Ddbdisply.c594 acpi_handle handle; in acpi_db_display_object_type() local
600 handle = ACPI_TO_POINTER(arg); in acpi_db_display_object_type()
602 status = acpi_get_object_info(handle, &info); in acpi_db_display_object_type()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8349emitx.dts224 tbi-handle = <&tbi0>;
225 phy-handle = <&phy1c>;
263 tbi-handle = <&tbi1>;
H A Dmpc8313erdb.dts202 tbi-handle = < &tbi0 >;
236 tbi-handle = < &tbi1 >;
237 phy-handle = < &phy4 >;
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst42 a new page poison bit and various checks in the VM to handle poisoned
50 address. This in theory allows other applications to handle
128 Only handle memory failures to pages associated with the file
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt104xqds.dtsi294 phy-handle = <&phy_s7_03>;
299 phy-handle = <&rgmii_phy1>;
304 phy-handle = <&rgmii_phy2>;
/openbmc/qemu/qga/
H A Dcommands.c608 GuestFileRead *qmp_guest_file_read(int64_t handle, bool has_count, in qmp_guest_file_read() argument
611 GuestFileHandle *gfh = guest_file_handle_find(handle, errp); in qmp_guest_file_read()
627 slog("guest-file-write failed, handle: %" PRId64, handle); in qmp_guest_file_read()
/openbmc/linux/drivers/reset/
H A Dcore.c1112 acpi_handle handle = ACPI_HANDLE(dev); in __device_reset() local
1114 if (handle) { in __device_reset()
1115 if (!acpi_has_method(handle, "_RST")) in __device_reset()
1117 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_RST", NULL, in __device_reset()
/openbmc/linux/drivers/scsi/
H A Dsr.c208 struct scsi_cd *cd = cdi->handle; in sr_check_events()
591 struct scsi_cd *cd = cdi->handle; in sr_open()
663 cd->cdi.handle = cd; in sr_probe()
910 struct scsi_cd *cd = cdi->handle; in sr_packet()
H A Dqla1280.h512 __le32 handle; /* System handle. */ member
570 __le32 handle; /* System handle. */ member
619 uint32_t handle; /* System handle. */ member
639 __le32 handle; /* System handle. */ member
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh345 tc filter add dev $rp1 egress protocol ipv6 pref 1 handle 101 \
351 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
402 tc filter add dev $rp1 egress protocol ipv6 pref 1 handle 101 \
408 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal.h287 int opal_get_powercap(u32 handle, int token, u32 *pcap);
288 int opal_set_powercap(u32 handle, int token, u32 pcap);
289 int opal_get_power_shift_ratio(u32 handle, int token, u32 *psr);
290 int opal_set_power_shift_ratio(u32 handle, int token, u32 psr);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfxhub_v1_2.c627 static int gfxhub_v1_2_xcp_resume(void *handle, uint32_t inst_mask) in gfxhub_v1_2_xcp_resume() argument
629 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfxhub_v1_2_xcp_resume()
645 static int gfxhub_v1_2_xcp_suspend(void *handle, uint32_t inst_mask) in gfxhub_v1_2_xcp_suspend() argument
647 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfxhub_v1_2_xcp_suspend()
/openbmc/linux/drivers/net/xen-netback/
H A Dinterface.c480 unsigned int handle) in xenvif_alloc() argument
490 snprintf(name, IFNAMSIZ - 1, "vif%u.%u", domid, handle); in xenvif_alloc()
507 vif->handle = handle; in xenvif_alloc()
/openbmc/linux/include/linux/
H A Diommu.h1196 void iommu_sva_unbind_device(struct iommu_sva *handle);
1197 u32 iommu_sva_get_pasid(struct iommu_sva *handle);
1205 static inline void iommu_sva_unbind_device(struct iommu_sva *handle) in iommu_sva_unbind_device() argument
1209 static inline u32 iommu_sva_get_pasid(struct iommu_sva *handle) in iommu_sva_get_pasid() argument
/openbmc/linux/drivers/input/keyboard/
H A Dadp5588-keys.c551 static irqreturn_t adp5588_hard_irq(int irq, void *handle) in adp5588_hard_irq() argument
553 struct adp5588_kpad *kpad = handle; in adp5588_hard_irq()
560 static irqreturn_t adp5588_thread_irq(int irq, void *handle) in adp5588_thread_irq() argument
562 struct adp5588_kpad *kpad = handle; in adp5588_thread_irq()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfsl-fman.txt497 tbi-handle = <&tbi5>;
505 tbi-handle = <&tbi6>;
513 tbi-handle = <&tbi7>;
521 tbi-handle = <&tbi8>;
529 tbi-handle = <&tbi9>;
/openbmc/linux/drivers/input/touchscreen/
H A Dsur40.c322 static void sur40_set_vsvideo(struct sur40_state *handle, u8 value) in sur40_set_vsvideo() argument
327 sur40_poke(handle, 0x1c+i, value); in sur40_set_vsvideo()
328 handle->vsvideo = value; in sur40_set_vsvideo()
331 static void sur40_set_irlevel(struct sur40_state *handle, u8 value) in sur40_set_irlevel() argument
336 sur40_poke(handle, 0x08+(2*i), value); in sur40_set_irlevel()
/openbmc/linux/samples/bpf/
H A Dxdp2skb_meta.sh189 prio 1 handle 1 bpf da obj $file sec $prog
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTODO.txt9 need to better handle problems in pre- and post-suite.

1...<<71727374757677787980>>...167