Searched refs:crpc_handle (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/ |
A D | device_vfs_core.c | 94 int _cdev_fops_handler(int crpc_handle, u_cdev_msg_t *p_msg) { in _cdev_fops_handler() argument 250 ret = aos_rpc_resp(crpc_handle, 1, sizeof(res), &res); in _cdev_fops_handler() 260 ret = aos_rpc_resp(crpc_handle, 1, sizeof(res), &res); in _cdev_fops_handler() 274 int _loop_msg_handler(int crpc_handle, u_cdev_msg_t *p_msg) { in _loop_msg_handler() argument 277 ret = aos_rpc_resp(crpc_handle, 1, 1, -1); in _loop_msg_handler() 384 int u_device_rpc_open(u_fops_arg_u *parg, int crpc_handle) { in u_device_rpc_open() argument 397 if (!parg || !crpc_handle) { in u_device_rpc_open() 491 ret = aos_rpc_resp(crpc_handle, 1, sizeof(res), &res); in u_device_rpc_open() 536 ret = aos_rpc_resp(crpc_handle, 1, sizeof(res), &res); in u_device_rpc_open() 562 if (!parg || !crpc_handle) { in u_device_rpc_close() [all …]
|
A D | u_driver_main.c | 22 static int _cdev_fops_handler(int crpc_handle, u_cdev_msg_t *p_msg); 23 static int _loop_msg_handler(int crpc_handle, u_cdev_msg_t *p_msg); 31 int _loop_msg_handler(int crpc_handle, u_cdev_msg_t *p_msg) { in _loop_msg_handler() argument
|
/AliOS-Things-master/components/drivers/core/base/include/devicevfs/ |
A D | devicevfs_rpc.h | 18 int u_device_rpc_open(u_fops_arg_u *parg, int crpc_handle); 29 int u_device_rpc_close(u_fops_arg_u *parg, int crpc_handle);
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_cdev_msg.h | 164 typedef int (*u_cdev_msg_handler)(int crpc_handle, u_cdev_msg_t *p_msg);
|
Completed in 12 milliseconds