Searched refs:direction (Results 1 - 9 of 9) sorted by relevance

/device/samsung/manta/libsensors/iio/
H A Devents.h51 * @direction: Direction of the event. One of enum iio_event_direction.
58 #define IIO_EVENT_CODE(chan_type, diff, modifier, direction, \
61 ((u64)direction << 48) | ((u64)modifier << 40) | \
67 #define IIO_EV_BIT(type, direction) \
68 (1 << (type*IIO_EV_DIR_MAX + direction))
76 * @direction: Direction of the event. One of enum iio_event_direction.
80 type, direction) \
81 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0)
88 * @direction: Direction of the event. One of enum iio_event_direction.
91 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \
[all...]
/device/google/accessory/arduino/USB_Host_Shield/
H A DUsb.cpp88 boolean direction = false; //request direction, IN or OUT local
94 direction = true; //determine request direction
111 //Serial.println( direction, HEX );
113 rcode = ctrlData( addr, ep, nbytes, dataptr, direction );
120 rcode = ctrlStatus( ep, direction ); //status stage
125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit ) argument
128 if( direction ) { //GET
137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigne argument
[all...]
H A DUsb.h81 byte direction: 1; // Direction of data X-fer member in struct:__anon490::__anon491::__anon492
100 byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
149 byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
150 byte ctrlStatus( byte ep, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
/device/lge/hammerhead/kernel-headers/sound/
H A Dcompress_offload.h61 __u32 direction; member in struct:snd_compr_caps
/device/lge/hammerhead/original-kernel-headers/sound/
H A Dcompress_offload.h94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
/device/asus/grouper/keymaster/
H A DNOTICE62 direction or management of such entity, whether by contract or
/device/asus/grouper/self-extractors/nvidia/staging/keymaster/
H A DNOTICE62 direction or management of such entity, whether by contract or
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
H A DNOTICE62 direction or management of such entity, whether by contract or
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_types.h720 uint8_t direction; member in struct:__anon1688
803 int8_t updown_dir; /* up down direction (-90, 90) */
804 int8_t leftright_dir; /* left right direction (-90, 90) */
805 int8_t roll_dir; /* roll direction (-90, 90) */

Completed in 359 milliseconds