Lines Matching refs:KBDEc
114 } KBDEc; typedef
246 KBDEc rc;
261 KBDEc KBDInit (void *kbd_mem, KBDDevCallbackF attach_cb, KBDDevCallbackF detach_cb, KBDKeyCallbackF…
262 KBDEc KBDExit (void); // terminate library
267 KBDEc KBDGetChannelStatus (KBDChannel ch, KBDChanStatus *chanStatus);
268 KBDEc KBDResetChannel (KBDChannel ch); // reset key press state
270 KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country); // set country
271 KBDEc KBDGetCountry (KBDChannel ch, KBDCountryCode *country); // get country
274 KBDEc KBDGetKey(KBDChannel ch, KBDKeyEvent *keyEvent); // synch key API
276 KBDEc KBDSetLockProcessing(KBDChannel ch, BOOL enable);
277 KBDEc KBDGetLockProcessing(KBDChannel ch, BOOL *enable);
279 KBDEc KBDSetModState(KBDChannel ch, KBDModState modState);
280 KBDEc KBDGetModState(KBDChannel ch, KBDModState *modState);
284 KBDEc KBDSetRepeat(KBDChannel ch, u16 delay, u16 interval);
285 KBDEc KBDGetRepeat(KBDChannel ch, u16 *delay, u16 *interval);
287 KBDEc KBDSetAccessSticky(KBDChannel, BOOL enable);
288 KBDEc KBDGetAccessSticky(KBDChannel, BOOL *enable);
290 KBDEc KBDSetLeds(KBDChannel ch, KBDLedState leds);
291 KBDEc KBDSetLedsAsync(KBDChannel ch, KBDLedState leds, KBDLedCallbackF fn, void *cbArg);
292 KBDEc KBDSetLedsRetry(KBDChannel ch, KBDLedState leds);