Home
last modified time | relevance | path

Searched refs:handle (Results 1401 – 1425 of 4154) sorted by relevance

1...<<51525354555657585960>>...167

/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dfsl,tcon.txt8 - clocks: From common clock binding: handle to tcon ipg clock.
/openbmc/u-boot/drivers/crypto/fsl/
H A Djobdesc.h42 void inline_cnstr_jobdesc_rng_instantiation(uint32_t *desc, int handle);
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-omx_%.bbappend6 file://0004-Properly-handle-drain-requests-while-flushing.patch \
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-udoo-neo-full.dts21 phy-handle = <&ethphy1>;
H A Dimx6qp-prtwd3.dts150 phy-handle = <&usbeth_phy>;
157 phy-handle = <&tja1102_phy1>;
164 phy-handle = <&tja1102_phy0>;
172 phy-handle = <&rgmii_phy>;
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908-netgear-raxe500.dts47 phy-handle = <&phy12>;
/openbmc/dbus-sensors/src/
H A DFileHandle.cpp48 int FileHandle::handle() const in handle() function in FileHandle
/openbmc/linux/fs/ext4/
H A Dsuper.c760 handle_t *handle; in update_super_work() local
775 if (IS_ERR(handle)) in update_super_work()
6873 handle_t *handle; in ext4_write_dquot() local
6879 if (IS_ERR(handle)) in ext4_write_dquot()
6895 handle_t *handle; in ext4_acquire_dquot() local
6899 if (IS_ERR(handle)) in ext4_acquire_dquot()
6915 handle_t *handle; in ext4_release_dquot() local
6950 handle_t *handle; in ext4_write_info() local
7016 handle_t *handle; in ext4_quota_on() local
7136 handle_t *handle; in ext4_quota_off() local
[all …]
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h35 struct vmci_handle handle);
/openbmc/linux/include/linux/mfd/
H A Ddln2.h8 u16 handle; /* sub-driver handle (internally used only) */ member
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-q201.dts20 phy-handle = <&internal_phy>;
H A Dmeson-gxl-s905d-p231.dts20 phy-handle = <&internal_phy>;
/openbmc/phosphor-pid-control/ipmi/
H A DREADME1 This holds the source for the library we install to handle the manual control
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dcrypto.h46 u32 handle; member
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dartpec6-crypto.txt8 - interrupts: Interrupt handle for the PDMA interrupt line.
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dprintf.h10 _p->func->l(_o, "[%s/%08x:%s] "f"\n", _o->client->object.name, _o->handle, _o->name, ##a); \
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h53 uint32_t handle; member
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Db4860si-post.dtsi78 dev-handle = <&ddr2>;
95 cpu-handle = <&cpu1>;
100 cpu-handle = <&cpu2>;
105 cpu-handle = <&cpu3>;
H A Dp2020rdb.dts240 tbi-handle = <&tbi0>;
241 phy-handle = <&phy0>;
246 phy-handle = <&phy1>;
H A Dp1022ds.dtsi191 codec-handle = <&wm8776>;
231 phy-handle = <&phy0>;
236 phy-handle = <&phy1>;
/openbmc/u-boot/drivers/mtd/spi/
H A DKconfig45 to handle the common case when only a single serial
54 to handle the common case when only a single serial
63 to handle the common case when only a single serial
72 to handle the common case when only a single serial
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.h422 static inline int cpsw_is_xdpf_handle(void *handle) in cpsw_is_xdpf_handle() argument
424 return (unsigned long)handle & BIT(0); in cpsw_is_xdpf_handle()
432 static inline struct xdp_frame *cpsw_handle_to_xdpf(void *handle) in cpsw_handle_to_xdpf() argument
434 return (struct xdp_frame *)((unsigned long)handle & ~BIT(0)); in cpsw_handle_to_xdpf()
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp455 constexpr uint8_t handle = 0x23; // handle for active session in TEST() local
481 p.pack(handle, maxSessions, currentSessions, activeSession, lanSession); in TEST()
483 sizeof(handle) + sizeof(maxSessions) + sizeof(currentSessions) + in TEST()
489 handle, maxSessions, currentSessions, userID, priv, protocol_channel, in TEST()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c2448 uint32_t handle, in dce_v11_0_crtc_cursor_set2() argument
2459 if (!handle) { in dce_v11_0_crtc_cursor_set2()
2889 static int dce_v11_0_sw_init(void *handle) in dce_v11_0_sw_init() argument
2969 static int dce_v11_0_sw_fini(void *handle) in dce_v11_0_sw_fini() argument
2987 static int dce_v11_0_hw_init(void *handle) in dce_v11_0_hw_init() argument
3023 static int dce_v11_0_hw_fini(void *handle) in dce_v11_0_hw_fini() argument
3041 static int dce_v11_0_suspend(void *handle) in dce_v11_0_suspend() argument
3053 return dce_v11_0_hw_fini(handle); in dce_v11_0_suspend()
3056 static int dce_v11_0_resume(void *handle) in dce_v11_0_resume() argument
3064 ret = dce_v11_0_hw_init(handle); in dce_v11_0_resume()
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8308rdb.dts152 tbi-handle = < &tbi0 >;
153 phy-handle = < &phy2 >;
185 tbi-handle = < &tbi1 >;

1...<<51525354555657585960>>...167