OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chan_type
(Results
1 - 4
of
4
) sorted by null
/device/samsung/manta/libsensors/iio/
events.h
48
* @
chan_type
: Type of the channel. Should be one of enum iio_chan_type.
58
#define IIO_EVENT_CODE(
chan_type
, diff, modifier, direction, \
62
((u64)
chan_type
<< 32) | (((u16)chan2) << 16) | ((u16)chan1) | \
72
* @
chan_type
: Type of the channel. Should be one of enum iio_chan_type.
79
#define IIO_MOD_EVENT_CODE(
chan_type
, number, modifier, \
81
IIO_EVENT_CODE(
chan_type
, 0, modifier, direction, type, number, 0, 0)
85
* @
chan_type
: Type of the channel. Should be one of enum iio_chan_type.
91
#define IIO_UNMOD_EVENT_CODE(
chan_type
, number, type, direction) \
92
IIO_EVENT_CODE(
chan_type
, 0, 0, direction, type, number, 0, 0)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c
101
enum util_format_type
chan_type
;
local
114
chan_type
= UTIL_FORMAT_TYPE_FLOAT;
116
chan_type
= UTIL_FORMAT_TYPE_FIXED;
118
chan_type
= UTIL_FORMAT_TYPE_SIGNED;
120
chan_type
= UTIL_FORMAT_TYPE_UNSIGNED;
129
if (desc->channel[chan].type !=
chan_type
||
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c
101
enum util_format_type
chan_type
;
local
114
chan_type
= UTIL_FORMAT_TYPE_FLOAT;
116
chan_type
= UTIL_FORMAT_TYPE_FIXED;
118
chan_type
= UTIL_FORMAT_TYPE_SIGNED;
120
chan_type
= UTIL_FORMAT_TYPE_UNSIGNED;
129
if (desc->channel[chan].type !=
chan_type
||
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
1863
unsigned int freq,
chan_type
, duration;
local
[
all
...]
Completed in 70 milliseconds