linux/include/linux/platform_data/leds-lm355x.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2012 Texas Instruments
 *
 * Simple driver for Texas Instruments LM355x LED driver chip
 *
 * Author: G.Shark Jeong <[email protected]>
 *         Daniel Jeong <[email protected]>
 */

#define LM355x_NAME
#define LM3554_NAME
#define LM3556_NAME

/* lm3554 : strobe def. on */
enum lm355x_strobe {};

enum lm355x_torch {};

enum lm355x_tx2 {};

enum lm355x_ntc {};

enum lm355x_pmode {};

/*
 * struct lm3554_platform_data
 * @pin_strobe: strobe input
 * @pin_torch : input pin
 *              lm3554-tx1/torch/gpio1
 *              lm3556-torch
 * @pin_tx2   : input pin
 *              lm3554-envm/tx2/gpio2
 *              lm3556-tx pin
 * @ntc_pin  : output pin
 *              lm3554-ledi/ntc
 *              lm3556-temp pin
 * @pass_mode : pass mode
 */
struct lm355x_platform_data {};