applications      168 drivers/hid/hid-multitouch.c 	struct list_head applications;
applications      405 drivers/hid/hid-multitouch.c 	list_for_each_entry(application, &td->applications, list) {
applications      562 drivers/hid/hid-multitouch.c 	list_add_tail(&mt_application->list, &td->applications);
applications      573 drivers/hid/hid-multitouch.c 	list_for_each_entry(tmp, &td->applications, list) {
applications     1663 drivers/hid/hid-multitouch.c 	list_for_each_entry(application, &td->applications, list) {
applications     1707 drivers/hid/hid-multitouch.c 	INIT_LIST_HEAD(&td->applications);
applications       85 net/bluetooth/cmtp/capi.c 	list_add_tail(&app->list, &session->applications);
applications      104 net/bluetooth/cmtp/capi.c 	list_for_each_entry(app, &session->applications, list) {
applications      517 net/bluetooth/cmtp/capi.c 	list_for_each_entry(app, &session->applications, list) {
applications       93 net/bluetooth/cmtp/cmtp.h 	struct list_head applications;
applications      372 net/bluetooth/cmtp/core.c 	INIT_LIST_HEAD(&session->applications);