Lines Matching refs:ch
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);
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);