| /kernel/linux/linux-5.10/include/sound/ |
| H A D | emux_synth.h | 114 struct snd_info_entry *proc; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_dev.c | 624 hinic_comm_recv_mgmt_self_cmd_reg(struct hinic_pfhwdev *pfhwdev, u8 cmd, comm_mgmt_self_msg_proc proc) hinic_comm_recv_mgmt_self_cmd_reg() argument [all...] |
| /kernel/linux/linux-6.6/drivers/acpi/ |
| H A D | tables.c | 300 static __init_or_acpilib bool has_handler(struct acpi_subtable_proc *proc) in has_handler() argument 305 static __init_or_acpilib int call_handler(struct acpi_subtable_proc *proc, in call_handler() argument 339 acpi_parse_entries_array( char *id, unsigned long table_size, struct acpi_table_header *table_header, struct acpi_subtable_proc *proc, int proc_num, unsigned int max_entries) acpi_parse_entries_array() argument 401 acpi_table_parse_entries_array( char *id, unsigned long table_size, struct acpi_subtable_proc *proc, int proc_num, unsigned int max_entries) acpi_table_parse_entries_array() argument 439 struct acpi_subtable_proc proc = { __acpi_table_parse_entries() local [all...] |
| /kernel/linux/linux-6.6/fs/dlm/ |
| H A D | user.c | 201 struct dlm_user_proc *proc; in dlm_user_add_ast() local 265 device_user_lock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_lock() argument 316 device_user_unlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_unlock() argument 345 device_user_deadlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_deadlock() argument 406 device_user_purge(struct dlm_user_proc *proc, struct dlm_purge_params *params) device_user_purge() argument 530 struct dlm_user_proc *proc = file->private_data; device_write() local 658 struct dlm_user_proc *proc; device_open() local 685 struct dlm_user_proc *proc = file->private_data; device_close() local 805 struct dlm_user_proc *proc = file->private_data; device_read() local 924 struct dlm_user_proc *proc = file->private_data; device_poll() local [all...] |
| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | nfssvc.c | 987 const struct svc_procedure *proc = rqstp->rq_procinfo; in nfsd_dispatch() local
|
| /kernel/linux/linux-6.6/fs/lockd/ |
| H A D | mon.c | 43 u32 proc; member 91 static int nsm_mon_unmon(struct nsm_handle *nsm, u32 proc, struct nsm_res *res, in nsm_mon_unmon() argument
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| H A D | cper-x86.c | 257 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc) in cper_print_proc_ia() argument [all...] |
| /kernel/linux/linux-6.6/include/sound/ |
| H A D | emux_synth.h | 114 struct snd_info_entry *proc; member
|
| /kernel/linux/linux-6.6/drivers/hwmon/occ/ |
| H A D | common.c | 97 struct power_sensor_data_and_time proc; member
|
| /kernel/linux/linux-6.6/sound/pci/ |
| H A D | ad1889.c | 84 struct snd_info_entry *proc; member
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nf_conntrack_expect.c | 681 struct proc_dir_entry *proc; in exp_proc_init() local
|
| /third_party/NuttX/fs/nfs/ |
| H A D | rpc_clnt.c | 199 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument 264 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument
|
| /third_party/ltp/testcases/kernel/mem/lib/ |
| H A D | mem.c | 305 static void verify(char **memory, char value, int proc, in verify() argument
|
| /third_party/node/deps/v8/src/bigint/ |
| H A D | bigint.h | 285 void operator()(Processor* proc) { proc->Destroy(); } in operator ()() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkSwizzler.cpp | 782 RowProc proc = nullptr; in MakeSimple() local 818 RowProc proc = nullptr; Make() local 1147 Make(const SkImageInfo& dstInfo, RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP, const SkCodec::Options& options, const SkIRect* frame) Make() argument 1170 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) SkSwizzler() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkMipmap.cpp | 597 FilterProc* proc; in Build() local [all...] |
| H A D | SkAAClip.cpp | 527 void SkAAClip::Builder::operateX(int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc) { in operateX() argument 596 AlphaProc proc = (op == SkClipOp::kDifference) ? kDiff : kIntersect; in operateY() local
|
| H A D | SkScan_Path.cpp | 461 PrePostProc proc = nullptr; in sk_fill_path() local 100 walk_edges(SkEdge* prevHead, SkPathFillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) walk_edges() argument [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkDisplacementMapImageFilter.cpp | 570 onSetData(const GrGLSLProgramDataManager& pdman, const GrFragmentProcessor& proc) onSetData() argument
|
| /third_party/skia/tools/gpu/gl/angle/ |
| H A D | GLTestContext_angle.cpp | 54 GrGLFuncPtr proc = (GrGLFuncPtr) SkGetProcedureAddress(libs->fGLLib, name); in angle_get_gl_proc() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/param/ |
| H A D | properties.cpp | 471 int GetProcessQuota(const string& proc) in GetProcessQuota() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
| H A D | tde_ioctl.c | 255 osal_proc_entry_t *proc = HI_NULL; in tde_init_create() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
| H A D | media_mem.c | 1159 osal_proc_entry_t *proc = NULL; local
|
| /foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
| H A D | ams_app_life_cycle_module_test.cpp | 1503 std::string proc = "KeepAliveApplication"; in HWTEST_F() local 1538 std::string proc = "KeepAliveApplication"; in HWTEST_F() local 1602 std::string proc = "KeepAliveApplication"; in HWTEST_F() local 1712 std::string proc = "KeepAliveApplication"; HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec.cpp | 95 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetCallback() local 105 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in Configure() local 113 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetCustomBuffer() local 122 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetOutputSurface() local 176 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetParameter() local 243 std::function<void(ParamSP)> proc = [&](ParamSP msg) { SetInputSurface() local 257 std::function<void(ParamSP)> proc = [&](ParamSP msg) { QueueInputBuffer() local 265 std::function<void(ParamSP)> proc = [&](ParamSP msg) { RenderOutputBuffer() local 273 std::function<void(ParamSP)> proc = [&](ParamSP msg) { ReleaseOutputBuffer() local [all...] |