Home
last modified time | relevance | path

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

12345678

/linux/tools/testing/selftests/tpm2/
A Dtpm2_tests.py15 self.client = tpm2.Client()
246 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
248 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE)
260 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
270 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
272 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE)
289 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
314 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)
323 async_client = tpm2.Client(tpm2.Client.FLAG_SPACE | tpm2.Client.FLAG_NONBLOCK)
A Dtpm2.py354 class Client: class
363 if (self.flags & Client.FLAG_SPACE) == 0:
368 if (self.flags & Client.FLAG_NONBLOCK):
384 if (self.flags & Client.FLAG_NONBLOCK):
390 if (self.flags & Client.FLAG_NONBLOCK):
393 if (self.flags & Client.FLAG_DEBUG) != 0:
/linux/Documentation/driver-api/surface_aggregator/
A Dclient-api.rst4 Client Driver API Documentation
32 Client Bus and Client Device API
/linux/Documentation/devicetree/bindings/rtc/
A Dfsl,scu-rtc.yaml7 title: i.MX SCU Client Device Node - RTC Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/Documentation/devicetree/bindings/watchdog/
A Dfsl,scu-wdt.yaml7 title: i.MX SCU Client Device Node - Watchdog Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/Documentation/devicetree/bindings/input/
A Dfsl,scu-key.yaml7 title: i.MX SCU Client Device Node - SCU Key Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/Documentation/devicetree/bindings/thermal/
A Dfsl,scu-thermal.yaml7 title: i.MX SCU Client Device Node - Thermal Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/Documentation/devicetree/bindings/power/
A Dfsl,scu-pd.yaml7 title: i.MX SCU Client Device Node - Power Domain Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/Documentation/devicetree/bindings/nvmem/
A Dfsl,scu-ocotp.yaml7 title: i.MX SCU Client Device Node - OCOTP Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/Documentation/devicetree/bindings/pinctrl/
A Dfsl,scu-pinctrl.yaml7 title: i.MX SCU Client Device Node - Pinctrl Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
32 Client device subnodes use below standard properties.
A Dintel,lgm-io.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
A Dfsl,imx8ulp-pinctrl.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
A Dfsl,imxrt1050.yaml24 # Client device subnode's properties
30 Client device subnodes use below standard properties.
A Dfsl,imxrt1170.yaml24 # Client device subnode's properties
30 Client device subnodes use below standard properties.
A Dfsl,imx8m-pinctrl.yaml27 # Client device subnode's properties
33 Client device subnodes use below standard properties.
A Dfsl,imx9-pinctrl.yaml28 # Client device subnode's properties
34 Client device subnodes use below standard properties.
/linux/Documentation/devicetree/bindings/clock/
A Dfsl,scu-clk.yaml7 title: i.MX SCU Client Device Node - Clock Controller Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
13 Client nodes are maintained as children of the relevant IMX-SCU device node.
/linux/drivers/ntb/test/
A DKconfig3 tristate "NTB Ping Pong Test Client"
12 tristate "NTB Debugging Tool Test Client"
31 tristate "NTB MSI Test Client"
/linux/Documentation/tee/
A Damd-tee.rst25 | Client | | | Trusted |
37 | Client | | subsystem | driver | | Trusted |
78 The GlobalPlatform TEE Client API [3] can be used by the user space (client) to
90 "TEE Client API Specification v1.0" and click download.
/linux/drivers/block/rnbd/
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
/linux/arch/arm/boot/dts/marvell/
A Dkirkwood-openrd-client.dts3 * Marvell OpenRD Client Board Description
16 model = "OpenRD Client";
/linux/Documentation/driver-api/mei/
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
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.
/linux/Documentation/gpu/xe/
A Dxe-drm-usage-stats.rst10 :doc: DRM Client usage stats
/linux/Documentation/devicetree/bindings/tpm/
A Dtcg,tpm-tis-i2c.yaml16 TCG PC Client Specific TPM Interface Specification (TIS)
21 TCG PC Client Platform TPM Profile Specification for TPM 2.0 (PTP)

Completed in 33 milliseconds

12345678