| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 244 #define binder_proc_lock(proc) _binder_proc_lock(proc, __LINE__) argument 246 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock() 262 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock() 276 #define binder_inner_proc_lock(proc) _binder_inner_proc_lock(proc, __LINE__) argument 278 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock() 292 #define binder_inner_proc_unlock(proc) _binder_inner_proc_unlock(proc, __LINE__) argument 294 _binder_inner_proc_unlock(struct binder_proc *proc, int line) in _binder_inner_proc_unlock() 367 struct binder_proc *proc = node->proc; in _binder_node_inner_unlock() local 391 static bool binder_worklist_empty(struct binder_proc *proc, in binder_worklist_empty() 491 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work() [all …]
|
| H A D | binder_internal.h | 240 struct binder_proc *proc; member 327 struct binder_proc *proc; member 465 struct binder_proc proc; member 469 static inline const struct cred *binder_get_cred(struct binder_proc *proc) in binder_get_cred() 515 struct binder_proc *proc; member
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | user.c | 180 struct dlm_user_proc *proc; in dlm_user_add_ast() local 236 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock() 290 static int device_user_unlock(struct dlm_user_proc *proc, in device_user_unlock() 319 static int device_user_deadlock(struct dlm_user_proc *proc, in device_user_deadlock() 380 static int device_user_purge(struct dlm_user_proc *proc, in device_user_purge() 504 struct dlm_user_proc *proc = file->private_data; in device_write() local 632 struct dlm_user_proc *proc; in device_open() local 659 struct dlm_user_proc *proc = file->private_data; in device_close() local 779 struct dlm_user_proc *proc = file->private_data; in device_read() local 890 struct dlm_user_proc *proc = file->private_data; in device_poll() local
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | clntproc.c | 261 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call() 339 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call() 367 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call() 381 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() 390 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() 406 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct… in nlmclnt_async_call()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cluster.cpp | 69 TaskProc proc; member 85 MppNodeProc *proc; member 208 ClusterQueue *queue, MppNodeProc *proc) in mpp_node_task_attach() 229 MppNodeProc *proc = task->proc; in mpp_node_task_schedule_f() local 297 MppNodeProc *proc = task->proc; in mpp_node_task_detach() local 345 MPP_RET mpp_node_set_func(MppNode node, TaskProc proc, void *param) in mpp_node_set_func() 470 MppNodeProc *proc = task->proc; in cluster_worker_run_task() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Events.c | 546 addInputHandler(int fd, InputHandlerProc proc, void *data) in addInputHandler() 574 xf86AddInputHandler(int fd, InputHandlerProc proc, void *data) in xf86AddInputHandler() 584 xf86AddGeneralHandler(int fd, InputHandlerProc proc, void *data) in xf86AddGeneralHandler() 597 xf86SetConsoleHandler(InputHandlerProc proc, void *data) in xf86SetConsoleHandler()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_ex_fun.c | 94 struct ftxxxx_proc *proc = &ts_data->proc; in fts_debug_write() local 219 struct ftxxxx_proc *proc = &ts_data->proc; in fts_debug_read() local 303 struct ftxxxx_proc *proc = &ts_data->proc; in fts_debug_write() local 428 struct ftxxxx_proc *proc = &ts_data->proc; in fts_debug_read() local 499 struct ftxxxx_proc *proc = &ts_data->proc; in fts_create_apk_debug_channel() local 522 struct ftxxxx_proc *proc = &ts_data->proc; in fts_release_apk_debug_channel() local
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 690 def draw_processes_recursively(ctx, proc, proc_tree, y, proc_h, rect, clip) : argument 722 def draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect, clip): argument 776 def elide_bootchart(proc): argument 780 def __init__(self, proc): argument 786 def merge_samples(self, proc): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | client.py | 65 async def _send_wrapper(self, proc): argument 102 async def proc(): function
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxext.c | 385 int (*proc) (__GLXclientState * cl, GLbyte * pc); in __glXDispatch() local 439 int (*proc) (__GLXclientState * cl, GLbyte * pc); in __glXSwapDispatch() local
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | processor-generic.h | 37 int (*proc)(void *); member 41 void (*proc)(void *); member
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | cpuid.c | 50 unsigned int proc, x; in get_cpu_info() local
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | devbell.c | 95 BellProcPtr proc; in ProcXDeviceBell() local
|
| H A D | sendexev.c | 83 EventSwapPtr proc; in SProcXSendExtensionEvent() local
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpp_opt.h | 32 OptParser proc; member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | tables.c | 286 struct acpi_subtable_proc *proc, int proc_num, in acpi_parse_entries_array() 347 struct acpi_subtable_proc *proc, int proc_num, in acpi_table_parse_entries_array() 385 struct acpi_subtable_proc proc = { in acpi_table_parse_entries() local
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | glthunk.c | 45 PROC proc = NULL; in glWinResolveHelper() local
|
| H A D | glshim.c | 59 void *proc; in glXGetProcAddressARB() local
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | scaler_service.cpp | 48 ScalerTask::ScalerTask(std::unique_ptr<ImageProcessor> proc) : proc_(std::move(proc)) {} in ScalerTask()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | scaler_service.cpp | 52 ScalerTask::ScalerTask(std::unique_ptr<ImageProcessor> proc) : proc_(std::move(proc)) {} in ScalerTask()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 1315 struct c2h_proc_func *proc = c2h_proc_fw_info_cmd; in c2h_fw_info() local 1663 struct c2h_proc_func *proc = c2h_proc_fw_ofld_cmd; in c2h_fw_ofld() local 1723 struct c2h_proc_func *proc = c2h_proc_wow_cmd; in c2h_wow() local 1989 struct c2h_proc_func *proc = c2h_proc_mcc_cmd; in c2h_mcc() local 2035 struct c2h_proc_func *proc = c2h_proc_fw_dbg_cmd; in c2h_fw_dbg() local 2087 struct c2h_proc_func *proc = c2h_proc_misc; in c2h_cl_misc() local 2142 struct c2h_proc_func *proc; in c2h_fast_ch_sw() local 2271 struct c2h_proc_func *proc = c2h_proc_mport; in c2h_cl_mport() local 2326 struct c2h_proc_class *proc; in c2h_proc_sel() local 2364 struct c2h_proc_class *proc; in mac_process_c2h() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 1315 struct c2h_proc_func *proc = c2h_proc_fw_info_cmd; in c2h_fw_info() local 1663 struct c2h_proc_func *proc = c2h_proc_fw_ofld_cmd; in c2h_fw_ofld() local 1723 struct c2h_proc_func *proc = c2h_proc_wow_cmd; in c2h_wow() local 1989 struct c2h_proc_func *proc = c2h_proc_mcc_cmd; in c2h_mcc() local 2035 struct c2h_proc_func *proc = c2h_proc_fw_dbg_cmd; in c2h_fw_dbg() local 2087 struct c2h_proc_func *proc = c2h_proc_misc; in c2h_cl_misc() local 2142 struct c2h_proc_func *proc; in c2h_fast_ch_sw() local 2271 struct c2h_proc_func *proc = c2h_proc_mport; in c2h_cl_mport() local 2326 struct c2h_proc_class *proc; in c2h_proc_sel() local 2364 struct c2h_proc_class *proc; in mac_process_c2h() local [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndcmds.c | 46 GlxServerDispatchProc proc; member 81 GlxServerDispatchProc proc = vendor->glxvc.getDispatchAddress(opcode, vendorCode); in GetVendorDispatchFunc() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | utsname_sysctl.c | 130 void uts_proc_notify(enum uts_proc proc) in uts_proc_notify()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_trie_test.c | 33 TestProc proc; member
|