Defined in 1 files as a function:
Referenced in 1 files:
Smatch caller information:
drivers/char/lp.c lp_set_timeout32() -> lp_set_timeout()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | minor | 0-1048575 |
| PARAM_VALUE | 1 | tv_sec | s32min-s32max |
| PARAM_VALUE | 2 | tv_usec | s32min-s32max |
| DATA_SOURCE | 0 | minor | $0 |
| USER_DATA | 1 | tv_sec | s32min-s32max |
| USER_DATA | 2 | tv_usec | s32min-s32max |
| LOCK2 | global &lp_mutex |
drivers/char/lp.c lp_set_timeout64() -> lp_set_timeout()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | minor | 0-1048575 |
| DATA_SOURCE | 0 | minor | $0 |
| USER_DATA | 1 | tv_sec | s64min-s64max |
| USER_DATA | 2 | tv_usec | s64min-s64max |
| LOCK2 | global &lp_mutex |