Home
last modified time | relevance | path

Searched refs:keycode_kore (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/caiaq/
H A Dinput.c23 static const unsigned short keycode_kore[] = { variable
651 BUILD_BUG_ON(sizeof(cdev->keycode) < sizeof(keycode_kore)); in snd_usb_caiaq_input_init()
652 memcpy(cdev->keycode, keycode_kore, sizeof(keycode_kore)); in snd_usb_caiaq_input_init()
653 input->keycodemax = ARRAY_SIZE(keycode_kore); in snd_usb_caiaq_input_init()
/kernel/linux/linux-6.6/sound/usb/caiaq/
H A Dinput.c23 static const unsigned short keycode_kore[] = { variable
651 BUILD_BUG_ON(sizeof(cdev->keycode) < sizeof(keycode_kore)); in snd_usb_caiaq_input_init()
652 memcpy(cdev->keycode, keycode_kore, sizeof(keycode_kore)); in snd_usb_caiaq_input_init()
653 input->keycodemax = ARRAY_SIZE(keycode_kore); in snd_usb_caiaq_input_init()

Completed in 2 milliseconds