Searched refs:kc (Results 1 – 7 of 7) sorted by relevance
187 static void wake(struct dm_kcopyd_client *kc) in wake() argument189 queue_work(kc->kcopyd_wq, &kc->kcopyd_work); in wake()222 static void kcopyd_put_pages(struct dm_kcopyd_client *kc, struct page_list *pl) in kcopyd_put_pages() argument229 if (kc->nr_free_pages >= kc->nr_reserved_pages) in kcopyd_put_pages()232 pl->next = kc->pages; in kcopyd_put_pages()233 kc->pages = pl; in kcopyd_put_pages()234 kc->nr_free_pages++; in kcopyd_put_pages()241 static int kcopyd_get_pages(struct dm_kcopyd_client *kc, in kcopyd_get_pages() argument252 pl = kc->pages; in kcopyd_get_pages()255 kc->pages = pl->next; in kcopyd_get_pages()[all …]
144 u32 kc; /* current input keycode */ member1360 } else if (ictx->kc == KEY_CHANNELUP && (buf[2] & 0x40) != 0x40) { in imon_mouse_event()1362 } else if (ictx->kc == KEY_CHANNELDOWN && (buf[2] & 0x40) != 0x40) { in imon_mouse_event()1384 ictx->last_keycode = ictx->kc; in imon_mouse_event()1434 ictx->kc = KEY_UNKNOWN; in imon_pad_to_keys()1499 ictx->kc = KEY_UNKNOWN; in imon_pad_to_keys()1531 ictx->kc = imon_remote_key_lookup(ictx, scancode); in imon_pad_to_keys()1550 if (ictx->kc == KEY_RESERVED && buf[0] == 0x02 && buf[3] == 0x00) in imon_parse_press_type()1551 ictx->kc = ictx->last_keycode; in imon_parse_press_type()1554 else if (ictx->kc == KEY_RESERVED && buf[0] == 0x68 && buf[1] == 0x82 && in imon_parse_press_type()[all …]
36 #define NEXT_KEYCHORD(kc) ((struct input_keychord *) \ argument37 ((char *)kc + sizeof(struct input_keychord) + \38 kc->count * sizeof(kc->keycodes[0])))
6 pps_core-$(CONFIG_NTP_PPS) += kc.o
1849 int kc = 0; in vt_do_kbkeycode_ioctl() local1855 kc = getkeycode(tmp.scancode); in vt_do_kbkeycode_ioctl()1856 if (kc >= 0) in vt_do_kbkeycode_ioctl()1857 kc = put_user(kc, &user_kbkc->keycode); in vt_do_kbkeycode_ioctl()1862 kc = setkeycode(tmp.scancode, tmp.keycode); in vt_do_kbkeycode_ioctl()1865 return kc; in vt_do_kbkeycode_ioctl()
90 u32 kc:4; member
196 scssc->kc = PAGE_DEFAULT_KEY >> 4; in chsc_sadc()