Lines Matching refs:KBDEc
111 } KBDEc; typedef
243 KBDEc rc;
258 KBDEc KBDInit (void *kbd_mem, KBDDevCallbackF attach_cb, KBDDevCallbackF detach_cb, KBDKeyCallbackF…
259 KBDEc KBDExit (void); // terminate library
264 KBDEc KBDGetChannelStatus (KBDChannel ch, KBDChanStatus *chanStatus);
265 KBDEc KBDResetChannel (KBDChannel ch); // reset key press state
267 KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country); // set country
268 KBDEc KBDGetCountry (KBDChannel ch, KBDCountryCode *country); // get country
271 KBDEc KBDGetKey(KBDChannel ch, KBDKeyEvent *keyEvent); // synch key API
273 KBDEc KBDSetLockProcessing(KBDChannel ch, BOOL enable);
274 KBDEc KBDGetLockProcessing(KBDChannel ch, BOOL *enable);
276 KBDEc KBDSetModState(KBDChannel ch, KBDModState modState);
277 KBDEc KBDGetModState(KBDChannel ch, KBDModState *modState);
281 KBDEc KBDSetRepeat(KBDChannel ch, u16 delay, u16 interval);
282 KBDEc KBDGetRepeat(KBDChannel ch, u16 *delay, u16 *interval);
284 KBDEc KBDSetAccessSticky(KBDChannel, BOOL enable);
285 KBDEc KBDGetAccessSticky(KBDChannel, BOOL *enable);
287 KBDEc KBDSetLeds(KBDChannel ch, KBDLedState leds);
288 KBDEc KBDSetLedsAsync(KBDChannel ch, KBDLedState leds, KBDLedCallbackF fn, void *cbArg);
289 KBDEc KBDSetLedsRetry(KBDChannel ch, KBDLedState leds);