Searched refs:ec_cb_arg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/olpc/ |
H A D | olpc-ec.c | 69 static void *ec_cb_arg; variable 74 ec_cb_arg = arg; in olpc_ec_driver_register() 99 desc->outbuf, desc->outlen, ec_cb_arg); in olpc_ec_worker()
|
H A D | olpc-xo175-ec.c | 474 size_t resp_len, void *ec_cb_arg) in olpc_xo175_ec_cmd() 476 struct olpc_xo175_ec *priv = ec_cb_arg; in olpc_xo175_ec_cmd() 473 olpc_xo175_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *resp, size_t resp_len, void *ec_cb_arg) olpc_xo175_ec_cmd() argument
|
/kernel/linux/linux-6.6/drivers/platform/olpc/ |
H A D | olpc-ec.c | 68 static void *ec_cb_arg; variable 73 ec_cb_arg = arg; in olpc_ec_driver_register() 98 desc->outbuf, desc->outlen, ec_cb_arg); in olpc_ec_worker()
|
H A D | olpc-xo175-ec.c | 474 size_t resp_len, void *ec_cb_arg) in olpc_xo175_ec_cmd() 476 struct olpc_xo175_ec *priv = ec_cb_arg; in olpc_xo175_ec_cmd() 473 olpc_xo175_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *resp, size_t resp_len, void *ec_cb_arg) olpc_xo175_ec_cmd() argument
|
Completed in 5 milliseconds