Jetson Linux API Reference

32.5 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
max9295.h File Reference

Detailed Description

Copyright (c) 2018, NVIDIA Corporation.

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

MAX9295 API: For Maxim Integrated MAX9295 serializer.

Description: Defines elements used to set up and use a Maxim Integrated MAX9295 serializer.

Definition in file max9295.h.

Go to the source code of this file.

Functions

int max9295_setup_control (struct device *dev)
 Powers on a serializer device and performs the I2C overrides for sensor and serializer devices. More...
 
int max9295_reset_control (struct device *dev)
 Reverts I2C overrides and resets a serializer device. More...
 
int max9295_sdev_pair (struct device *dev, struct gmsl_link_ctx *g_ctx)
 Pairs a sensor device with a serializer device. More...
 
int max9295_sdev_unpair (struct device *dev, struct device *s_dev)
 Unpairs a sensor device from a serializer device. More...
 
int max9295_setup_streaming (struct device *dev)
 Sets up the serializer device's internal pipeline for a specified sensor/serializer pair. More...