Lines Matching full:endpoint
25 * pmt_telem_get_next_endpoint() - Get next device id for a telemetry endpoint
31 * endpoint info and register to receive a pointer to the endpoint. The pointer
35 * * devid - devid of the next present endpoint from start
41 * pmt_telem_register_endpoint() - Register a telemetry endpoint
42 * @devid: device id/handle of the telemetry endpoint
44 * Increments the kref usage counter for the endpoint.
47 * * endpoint - On success returns pointer to the telemetry endpoint
48 * * -ENXIO - telemetry endpoint not found
53 * pmt_telem_unregister_endpoint() - Unregister a telemetry endpoint
56 * Decrements the kref usage counter for the endpoint.
61 * pmt_telem_get_endpoint_info() - Get info for an endpoint from its devid
62 * @devid: device id/handle of the telemetry endpoint
63 * @info: Endpoint info structure to be populated
67 * * -ENXIO - telemetry endpoint not found for the devid
73 * pmt_telem_find_and_register_endpoint() - Get a telemetry endpoint from
80 * * endpoint - On success returns pointer to the telemetry endpoint
81 * * -ENXIO - telemetry endpoint not found
88 * @ep: Telemetry endpoint to be read
95 * endpoint.
108 * @ep: Telemetry endpoint to be read
115 * endpoint.