Searched refs:applications (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | cmtp.h | 93 struct list_head applications; member
|
H A D | capi.c | 85 list_add_tail(&app->list, &session->applications); in cmtp_application_add() 104 list_for_each_entry(app, &session->applications, list) { in cmtp_application_get() 517 list_for_each_entry(app, &session->applications, list) { in cmtp_proc_show()
|
H A D | core.c | 372 INIT_LIST_HEAD(&session->applications); in cmtp_add_connection()
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | cmtp.h | 93 struct list_head applications; member
|
H A D | capi.c | 85 list_add_tail(&app->list, &session->applications); in cmtp_application_add() 104 list_for_each_entry(app, &session->applications, list) { in cmtp_application_get() 517 list_for_each_entry(app, &session->applications, list) { in cmtp_proc_show()
|
H A D | core.c | 372 INIT_LIST_HEAD(&session->applications); in cmtp_add_connection()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 59 | instructions for supervisor mode applications and call _copyin()/_copyout() 60 | for user mode applications.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 59 | instructions for supervisor mode applications and call _copyin()/_copyout() 60 | for user mode applications.
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-multitouch.c | 168 struct list_head applications; member 398 list_for_each_entry(application, &td->applications, list) { in mt_set_quirks() 555 list_add_tail(&mt_application->list, &td->applications); in mt_allocate_application() 566 list_for_each_entry(tmp, &td->applications, list) { in mt_find_application() 1653 list_for_each_entry(application, &td->applications, list) { in mt_release_contacts() 1697 INIT_LIST_HEAD(&td->applications); in mt_probe() 1710 * that emits events through different applications on the same HID in mt_probe()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-multitouch.c | 170 struct list_head applications; member 428 list_for_each_entry(application, &td->applications, list) { in mt_set_quirks() 585 list_add_tail(&mt_application->list, &td->applications); in mt_allocate_application() 596 list_for_each_entry(tmp, &td->applications, list) { in mt_find_application() 1703 list_for_each_entry(application, &td->applications, list) { in mt_release_contacts() 1747 INIT_LIST_HEAD(&td->applications); in mt_probe() 1769 * that emits events through different applications on the same HID in mt_probe()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 212 # because EFI applications must be relocatable. The .reloc
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 1407 * applications. This allows for 16384 different keycodes, in kbd_keycode() 1431 * usable with slow applications and under heavy loads. in kbd_keycode()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 1445 * applications. This allows for 16384 different keycodes, in kbd_keycode() 1466 * usable with slow applications and under heavy loads. in kbd_keycode()
|
Completed in 16 milliseconds