cregit-Linux how code gets into the kernel

Release 4.10 include/linux/iio/types.h

/* industrial I/O data types needed both in and out of kernel
 *
 * Copyright (c) 2008 Jonathan Cameron
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */

#ifndef _IIO_TYPES_H_

#define _IIO_TYPES_H_

#include <uapi/linux/iio/types.h>


enum iio_event_info {
	
IIO_EV_INFO_ENABLE,
	
IIO_EV_INFO_VALUE,
	
IIO_EV_INFO_HYSTERESIS,
	
IIO_EV_INFO_PERIOD,
	
IIO_EV_INFO_HIGH_PASS_FILTER_3DB,
	
IIO_EV_INFO_LOW_PASS_FILTER_3DB,
};


#define IIO_VAL_INT 1

#define IIO_VAL_INT_PLUS_MICRO 2

#define IIO_VAL_INT_PLUS_NANO 3

#define IIO_VAL_INT_PLUS_MICRO_DB 4

#define IIO_VAL_INT_MULTIPLE 5

#define IIO_VAL_FRACTIONAL 10

#define IIO_VAL_FRACTIONAL_LOG2 11


enum iio_available_type {
	
IIO_AVAIL_LIST,
	
IIO_AVAIL_RANGE,
};

#endif /* _IIO_TYPES_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
jonathan cameronjonathan cameron3046.15%325.00%
lars-peter clausenlars-peter clausen1827.69%433.33%
srinivas pandruvadasrinivas pandruvada69.23%216.67%
martin fuzzeymartin fuzzey46.15%18.33%
michael hennerichmichael hennerich46.15%18.33%
daniel balutadaniel baluta34.62%18.33%
Total65100.00%12100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.