Home | History | Annotate | Download | only in iio

Lines Matching refs:number

53  * @chan:	Channel number for non-differential channels.
54 * @chan1: First channel number for differential channels.
55 * @chan2: Second channel number for differential channels.
73 * @number: Channel number.
79 #define IIO_MOD_EVENT_CODE(chan_type, number, modifier, \
81 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0)
86 * @number: Channel number.
91 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \
92 IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0)
100 /* Event code number extraction depends on which type of event we have.