Defined in 1 files as a function:
Referenced in 1 files:
Smatch caller information:
drivers/hid/hid-multitouch.c mt_store_field() -> mt_allocate_usage()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | hdev | 4096-ptr_max |
| PARAM_VALUE | 1 | application | 4096-ptr_max |
| PARAM_VALUE | 1 | application->mt_usages.next | 4096-ptr_max |
| CAPPED_DATA | 1 | &application->mt_usages | 1 |
| DATA_SOURCE | 0 | hdev | $0 |
| DATA_SOURCE | 1 | application | $1 |
| PARAM_COMPARE | 1 | &application->mt_usages | == $1->mt_usages.next |
drivers/hid/hid-multitouch.c mt_store_field() -> mt_allocate_usage()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | hdev | 4096-ptr_max |
| PARAM_VALUE | 1 | application | 4096-ptr_max |
| CAPPED_DATA | 1 | &application->mt_usages | 1 |
| DATA_SOURCE | 0 | hdev | $0 |
| DATA_SOURCE | 1 | application | $1 |
| PARAM_COMPARE | 1 | &application->mt_usages | != $1->mt_usages.next |