Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 162) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py15 self.client = tpm2.Client()
233 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
235 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE)
247 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
257 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
259 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE)
276 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
301 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)
H A Dtpm2.py353 class Client: class
362 if (self.flags & Client.FLAG_SPACE) == 0:
367 if (self.flags & Client.FLAG_NONBLOCK):
383 if (self.flags & Client.FLAG_NONBLOCK):
389 if (self.flags & Client.FLAG_NONBLOCK):
392 if (self.flags & Client.FLAG_DEBUG) != 0:
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.android-fastboot-protocol26 2. Client response with a single packet no greater than 64 bytes.
52 4. Client responds with a single packet no greater than 64 bytes.
71 Client: "OKAY0.4" return version "0.4"
75 Client: "OKAY" return value ""
79 Client: "DATA00001234" ready to accept data
83 Client: "OKAY" success
87 Client: "INFOerasing flash" indicate status / progress
93 Client: "FAILunknown command" indicate failure
144 Client Variables
/OK3568_Linux_fs/kernel/drivers/ntb/test/
H A DKconfig3 tristate "NTB Ping Pong Test Client"
12 tristate "NTB Debugging Tool Test Client"
31 tristate "NTB MSI Test Client"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/
H A Dsblim-sfcc_2.2.8.bb1 SUMMARY = "Small Footprint CIM Client Library"
2 DESCRIPTION = "Small Footprint CIM Client Library Runtime Libraries"
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A DREADME29 Client side:
69 2. Client requests to open a device by sending RNBD_MSG_OPEN message. This
75 3. Client attaches RNBD_MSG_IO to each IO message send to a device. This
79 4. Client closes a device by sending RNBD_MSG_CLOSE which contains only the
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/
H A Dunable-connect-dbus.patch3 (gconftool-2.real:10095): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
60 - g_warning ("Client failed to connect to the D-BUS daemon:\n%s", error.message);
63 + "Client failed to connect to the D-BUS daemon:\n%s",
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfc-common/
H A Dsblim-sfc-common_1.0.1.bb1 SUMMARY = "Common functions for SBLIM Small Footprint CIM Broker and CIM Client Library."
4 Small Footprint CIM Client (and sblim-sfcc)."
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibice_1.0.10.bb1 SUMMARY = "ICE: Inter-Client Exchange library"
3 DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A Dmei-client-bus.rst4 Intel(R) Management Engine (ME) Client bus API
26 A driver implementation for an MEI Client is very similar to any other existing bus
56 To actually register a driver on the ME Client bus one must call the :c:func:`mei_cl_add_driver`
161 MEI Client Bus Drivers
H A Dmei.rst17 Each Intel ME feature, or Intel ME Client is addressed by a unique GUID and
84 Connect to firmware Feature/Client.
102 out_client_properties - Client Properties: MTU and Protocol Version.
139 out_client_properties - Client Properties: MTU and Protocol Version.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/
H A Dpptp-linux_1.10.0.bb1 SUMMARY = "Client for Microsoft PPTP VPNs"
2 DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkirkwood-openrd-client.dts3 * Marvell OpenRD Client Board Description
16 model = "OpenRD Client";
H A Dkirkwood-t5325.dts3 * Device Tree file for HP t5325 Thin Client"
18 model = "HP t5325 Thin Client";
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py6 from django.test.client import Client
42 client = Client()
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dtee.rst146 The GlobalPlatform TEE Client API [5] is implemented on top of the generic
155 | Client | | Trusted |
165 | Client| || | TEE | OP-TEE | | OP-TEE |
208 | Client | | | Trusted |
220 | Client | | subsystem | driver | | Trusted |
261 The GlobalPlatform TEE Client API [5] can be used by the user space (client) to
277 "TEE Client API Specification v1.0" and click download.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dclient.py105 class Client(bb.asyncrpc.Client): class
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DREADME8 OP-TEE Client in U-Boot
10 OP-TEE Client in U-Boot is responsible for communication managerment
/OK3568_Linux_fs/buildroot/package/freeradius-client/
H A DConfig.in4 FreeRADIUS Client is a framework and library for
/OK3568_Linux_fs/buildroot/package/kodi-pvr-stalker/
H A DConfig.in6 A PVR Client that connects Kodi to Stalker Middleware
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dsntp.service2 Description=Simple Network Time Service Client
/OK3568_Linux_fs/buildroot/package/fetchmail/
H A DConfig.in8 Client daemon to move mail from POP and IMAP to your local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A D__init__.py32 from .client import AsyncClient, Client
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dqcom,msm-uartdm.txt29 - qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be
32 - qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/keystone/
H A Dti,sci.txt66 TI-SCI Client Device Node:
69 Client nodes are maintained as children of the relevant TI-SCI device node.

1234567