Home
last modified time | relevance | path

Searched refs:fops (Results 1 – 25 of 2217) sorted by relevance

12345678910>>...89

/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/coccinelle/api/
H A Dstream_open.cocci84 identifier fops;
91 identifier fops0.fops;
99 identifier fops0.fops;
107 identifier fops0.fops;
115 identifier fops0.fops;
123 identifier fops0.fops;
131 identifier fops0.fops;
228 fops << fops0.fops;
235 fops << fops0.fops;
295 fops << fops0.fops;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/coccinelle/api/
H A Dstream_open.cocci84 identifier fops;
91 identifier fops0.fops;
99 identifier fops0.fops;
107 identifier fops0.fops;
115 identifier fops0.fops;
123 identifier fops0.fops;
131 identifier fops0.fops;
228 fops << fops0.fops;
235 fops << fops0.fops;
295 fops << fops0.fops;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/coccinelle/api/
H A Dstream_open.cocci84 identifier fops;
91 identifier fops0.fops;
99 identifier fops0.fops;
107 identifier fops0.fops;
115 identifier fops0.fops;
123 identifier fops0.fops;
131 identifier fops0.fops;
228 fops << fops0.fops;
235 fops << fops0.fops;
295 fops << fops0.fops;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Dfailover.c50 struct failover_ops *fops; in failover_slave_register() local
62 if (fops && fops->slave_pre_register && in failover_slave_register()
85 if (fops && fops->slave_register && in failover_slave_register()
86 !fops->slave_register(slave_dev, failover_dev)) in failover_slave_register()
107 struct failover_ops *fops; in failover_slave_unregister() local
118 if (fops && fops->slave_pre_unregister && in failover_slave_unregister()
126 if (fops && fops->slave_unregister && in failover_slave_unregister()
138 struct failover_ops *fops; in failover_slave_link_change() local
152 if (fops && fops->slave_link_change && in failover_slave_link_change()
163 struct failover_ops *fops; in failover_slave_name_change() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dfailover.c50 struct failover_ops *fops; in failover_slave_register() local
62 if (fops && fops->slave_pre_register && in failover_slave_register()
85 if (fops && fops->slave_register && in failover_slave_register()
86 !fops->slave_register(slave_dev, failover_dev)) in failover_slave_register()
107 struct failover_ops *fops; in failover_slave_unregister() local
118 if (fops && fops->slave_pre_unregister && in failover_slave_unregister()
126 if (fops && fops->slave_unregister && in failover_slave_unregister()
138 struct failover_ops *fops; in failover_slave_link_change() local
152 if (fops && fops->slave_link_change && in failover_slave_link_change()
163 struct failover_ops *fops; in failover_slave_name_change() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Dfailover.c50 struct failover_ops *fops; in failover_slave_register() local
62 if (fops && fops->slave_pre_register && in failover_slave_register()
85 if (fops && fops->slave_register && in failover_slave_register()
86 !fops->slave_register(slave_dev, failover_dev)) in failover_slave_register()
107 struct failover_ops *fops; in failover_slave_unregister() local
118 if (fops && fops->slave_pre_unregister && in failover_slave_unregister()
126 if (fops && fops->slave_unregister && in failover_slave_unregister()
138 struct failover_ops *fops; in failover_slave_link_change() local
152 if (fops && fops->slave_link_change && in failover_slave_link_change()
163 struct failover_ops *fops; in failover_slave_name_change() local
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core/
H A Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops() argument
30 context->fops = fops; in lws_set_fops()
56 ofs = fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, in lws_vfs_file_seek_set()
66 return fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, in lws_vfs_file_seek_end()
83 if (!fops->next) in lws_vfs_select_fops()
84 return fops; in lws_vfs_select_fops()
97 pf = fops->next; in lws_vfs_select_fops()
116 return fops; in lws_vfs_select_fops()
126 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open()
128 return selected->LWS_FOP_OPEN(fops, vfs_path, vpath, flags); in lws_vfs_file_open()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Danon_inodes.c79 const struct file_operations *fops, in __anon_inode_getfile() argument
87 if (fops->owner && !try_module_get(fops->owner)) in __anon_inode_getfile()
110 flags & (O_ACCMODE | O_NONBLOCK), fops); in __anon_inode_getfile()
123 module_put(fops->owner); in __anon_inode_getfile()
144 const struct file_operations *fops, in anon_inode_getfile() argument
147 return __anon_inode_getfile(name, fops, priv, flags, NULL, false); in anon_inode_getfile()
152 const struct file_operations *fops, in __anon_inode_getfd() argument
165 file = __anon_inode_getfile(name, fops, priv, flags, context_inode, in __anon_inode_getfd()
197 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() argument
200 return __anon_inode_getfd(name, fops, priv, flags, NULL, false); in anon_inode_getfd()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Danon_inodes.c79 const struct file_operations *fops, in __anon_inode_getfile() argument
87 if (fops->owner && !try_module_get(fops->owner)) in __anon_inode_getfile()
110 flags & (O_ACCMODE | O_NONBLOCK), fops); in __anon_inode_getfile()
123 module_put(fops->owner); in __anon_inode_getfile()
144 const struct file_operations *fops, in anon_inode_getfile() argument
147 return __anon_inode_getfile(name, fops, priv, flags, NULL, false); in anon_inode_getfile()
152 const struct file_operations *fops, in __anon_inode_getfd() argument
165 file = __anon_inode_getfile(name, fops, priv, flags, context_inode, in __anon_inode_getfd()
197 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() argument
200 return __anon_inode_getfd(name, fops, priv, flags, NULL, false); in anon_inode_getfd()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Danon_inodes.c79 const struct file_operations *fops, in __anon_inode_getfile() argument
87 if (fops->owner && !try_module_get(fops->owner)) in __anon_inode_getfile()
110 flags & (O_ACCMODE | O_NONBLOCK), fops); in __anon_inode_getfile()
123 module_put(fops->owner); in __anon_inode_getfile()
144 const struct file_operations *fops, in anon_inode_getfile() argument
147 return __anon_inode_getfile(name, fops, priv, flags, NULL, false); in anon_inode_getfile()
152 const struct file_operations *fops, in __anon_inode_getfd() argument
165 file = __anon_inode_getfile(name, fops, priv, flags, context_inode, in __anon_inode_getfd()
197 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() argument
200 return __anon_inode_getfd(name, fops, priv, flags, NULL, false); in anon_inode_getfd()
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/include/libwebsockets/
H A Dlws-vfs.h74 const struct lws_plat_file_ops *fops; member
96 lws_fop_fd_t (*LWS_FOP_OPEN)(const struct lws_plat_file_ops *fops,
138 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops);
194 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path,
205 if (*fop_fd && (*fop_fd)->fops) in lws_vfs_file_close()
206 return (*fop_fd)->fops->LWS_FOP_CLOSE(fop_fd); in lws_vfs_file_close()
221 return fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, offset); in lws_vfs_file_seek_cur()
235 return fop_fd->fops->LWS_FOP_READ(fop_fd, amount, buf, len); in lws_vfs_file_read()
249 return fop_fd->fops->LWS_FOP_WRITE(fop_fd, amount, buf, len); in lws_vfs_file_write()
257 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename,
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/livepatch/
H A Dpatch.c42 struct ftrace_ops *fops, in klp_ftrace_handler() argument
50 ops = container_of(fops, struct klp_ops, fops); in klp_ftrace_handler()
161 WARN_ON(unregister_ftrace_function(&ops->fops)); in klp_unpatch_func()
162 WARN_ON(ftrace_set_filter_ip(&ops->fops, ftrace_loc, 1, 0)); in klp_unpatch_func()
201 ops->fops.func = klp_ftrace_handler; in klp_patch_func()
202 ops->fops.flags = FTRACE_OPS_FL_DYNAMIC | in klp_patch_func()
214 ret = ftrace_set_filter_ip(&ops->fops, ftrace_loc, 0, 0); in klp_patch_func()
221 ret = register_ftrace_function(&ops->fops); in klp_patch_func()
225 ftrace_set_filter_ip(&ops->fops, ftrace_loc, 1, 0); in klp_patch_func()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/livepatch/
H A Dpatch.c42 struct ftrace_ops *fops, in klp_ftrace_handler() argument
50 ops = container_of(fops, struct klp_ops, fops); in klp_ftrace_handler()
161 WARN_ON(unregister_ftrace_function(&ops->fops)); in klp_unpatch_func()
162 WARN_ON(ftrace_set_filter_ip(&ops->fops, ftrace_loc, 1, 0)); in klp_unpatch_func()
201 ops->fops.func = klp_ftrace_handler; in klp_patch_func()
202 ops->fops.flags = FTRACE_OPS_FL_DYNAMIC | in klp_patch_func()
214 ret = ftrace_set_filter_ip(&ops->fops, ftrace_loc, 0, 0); in klp_patch_func()
221 ret = register_ftrace_function(&ops->fops); in klp_patch_func()
225 ftrace_set_filter_ip(&ops->fops, ftrace_loc, 1, 0); in klp_patch_func()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/livepatch/
H A Dpatch.c42 struct ftrace_ops *fops, in klp_ftrace_handler() argument
50 ops = container_of(fops, struct klp_ops, fops); in klp_ftrace_handler()
161 WARN_ON(unregister_ftrace_function(&ops->fops)); in klp_unpatch_func()
162 WARN_ON(ftrace_set_filter_ip(&ops->fops, ftrace_loc, 1, 0)); in klp_unpatch_func()
201 ops->fops.func = klp_ftrace_handler; in klp_patch_func()
202 ops->fops.flags = FTRACE_OPS_FL_DYNAMIC | in klp_patch_func()
214 ret = ftrace_set_filter_ip(&ops->fops, ftrace_loc, 0, 0); in klp_patch_func()
221 ret = register_ftrace_function(&ops->fops); in klp_patch_func()
225 ftrace_set_filter_ip(&ops->fops, ftrace_loc, 1, 0); in klp_patch_func()
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/
H A DHaskeline.hs212 getInputChar = promptedInput getInputCmdChar $ \fops -> do
213 c <- getPrintableChar fops
214 maybeReadNewline fops
218 getPrintableChar fops = do function
219 c <- runMaybeT $ getLocaleChar fops
221 Just False -> getPrintableChar fops
250 $ \fops -> fmap isJust . runMaybeT $ getLocaleChar fops
281 (\fops -> withoutInputEcho fops $ runMaybeT $ getLocaleLine fops)
316 Right fops -> liftIO $ do
318 wrapFileInput fops $ doFile fops
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/
H A DHaskeline.hs211 getInputChar = promptedInput getInputCmdChar $ \fops -> do
212 c <- getPrintableChar fops
213 maybeReadNewline fops
217 getPrintableChar fops = do function
218 c <- runMaybeT $ getLocaleChar fops
220 Just False -> getPrintableChar fops
249 $ \fops -> fmap isJust . runMaybeT $ getLocaleChar fops
280 (\fops -> withoutInputEcho fops $ runMaybeT $ getLocaleLine fops)
315 Right fops -> liftIO $ do
317 wrapFileInput fops $ doFile fops
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/
H A DHaskeline.hs212 getInputChar = promptedInput getInputCmdChar $ \fops -> do
213 c <- getPrintableChar fops
214 maybeReadNewline fops
218 getPrintableChar fops = do function
219 c <- runMaybeT $ getLocaleChar fops
221 Just False -> getPrintableChar fops
250 $ \fops -> fmap isJust . runMaybeT $ getLocaleChar fops
281 (\fops -> withoutInputEcho fops $ runMaybeT $ getLocaleLine fops)
316 Right fops -> liftIO $ do
318 wrapFileInput fops $ doFile fops
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/driver/others/
H A Dprofile.c54 unsigned long long calls, fops, cycles, tcycles, area; in gotoblas_profile_quit() local
59 fops = 0; in gotoblas_profile_quit()
70 fops += function_profile_table[i].fops; in gotoblas_profile_quit()
89 (double)function_profile_table[i].fops / (double)function_profile_table[i].tcycles * 100., in gotoblas_profile_quit()
105 (double)fops / (double)tcycles * 100., in gotoblas_profile_quit()
121 function_profile_table[i].fops = 0; in gotoblas_profile_clear()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/others/
H A Dprofile.c37 unsigned long long calls, fops, cycles, tcycles, area; in gotoblas_profile_quit() local
42 fops = 0; in gotoblas_profile_quit()
53 fops += function_profile_table[i].fops; in gotoblas_profile_quit()
72 (double)function_profile_table[i].fops / (double)function_profile_table[i].tcycles * 100., in gotoblas_profile_quit()
87 (double)fops / (double)tcycles * 100., in gotoblas_profile_quit()
103 function_profile_table[i].fops = 0; in gotoblas_profile_clear()
/dports/math/openblas/OpenBLAS-0.3.18/driver/others/
H A Dprofile.c54 unsigned long long calls, fops, cycles, tcycles, area; in gotoblas_profile_quit() local
59 fops = 0; in gotoblas_profile_quit()
70 fops += function_profile_table[i].fops; in gotoblas_profile_quit()
89 (double)function_profile_table[i].fops / (double)function_profile_table[i].tcycles * 100., in gotoblas_profile_quit()
105 (double)fops / (double)tcycles * 100., in gotoblas_profile_quit()
121 function_profile_table[i].fops = 0; in gotoblas_profile_clear()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/source/
H A Duser.c107 ctx->fops.Mutation = (int(*)(void *, void *, void *, void *))f; in PGASetUserFunction()
113 ctx->fops.Crossover = (void(*)(void *, void *, void *, void *, void *, void *, void *))f; in PGASetUserFunction()
119 ctx->fops.PrintString = (void(*)(void *, void *, void *, void *))f; in PGASetUserFunction()
133 ctx->fops.Duplicate = (int(*)(void *, void *, void *, void *, void *))f; in PGASetUserFunction()
139 ctx->fops.InitString = (void(*)(void *, void *, void *))f; in PGASetUserFunction()
153 ctx->fops.StopCond = (int(*)(void *))f; in PGASetUserFunction()
159 ctx->fops.EndOfGen = (void(*)(void *))f; in PGASetUserFunction()
/dports/math/gotoblas/GotoBLAS2/driver/others/
H A Dprofile.c54 unsigned long long calls, fops, cycles, tcycles, area; in gotoblas_profile_quit() local
59 fops = 0; in gotoblas_profile_quit()
70 fops += function_profile_table[i].fops; in gotoblas_profile_quit()
89 (double)function_profile_table[i].fops / (double)function_profile_table[i].tcycles * 100., in gotoblas_profile_quit()
104 (double)fops / (double)tcycles * 100., in gotoblas_profile_quit()
120 function_profile_table[i].fops = 0; in gotoblas_profile_clear()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/mc/
H A Dmc-devnode.c75 if (!devnode->fops->read) in media_read()
79 return devnode->fops->read(filp, buf, sz, off); in media_read()
87 if (!devnode->fops->write) in media_write()
91 return devnode->fops->write(filp, buf, sz, off); in media_write()
101 if (!devnode->fops->poll) in media_poll()
103 return devnode->fops->poll(filp, poll); in media_poll()
126 return __media_ioctl(filp, cmd, arg, devnode->fops->ioctl); in media_ioctl()
167 if (devnode->fops->open) { in media_open()
168 ret = devnode->fops->open(filp); in media_open()
184 if (devnode->fops->release) in media_release()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/mc/
H A Dmc-devnode.c75 if (!devnode->fops->read) in media_read()
79 return devnode->fops->read(filp, buf, sz, off); in media_read()
87 if (!devnode->fops->write) in media_write()
91 return devnode->fops->write(filp, buf, sz, off); in media_write()
101 if (!devnode->fops->poll) in media_poll()
103 return devnode->fops->poll(filp, poll); in media_poll()
126 return __media_ioctl(filp, cmd, arg, devnode->fops->ioctl); in media_ioctl()
167 if (devnode->fops->open) { in media_open()
168 ret = devnode->fops->open(filp); in media_open()
184 if (devnode->fops->release) in media_release()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/mc/
H A Dmc-devnode.c75 if (!devnode->fops->read) in media_read()
79 return devnode->fops->read(filp, buf, sz, off); in media_read()
87 if (!devnode->fops->write) in media_write()
91 return devnode->fops->write(filp, buf, sz, off); in media_write()
101 if (!devnode->fops->poll) in media_poll()
103 return devnode->fops->poll(filp, poll); in media_poll()
126 return __media_ioctl(filp, cmd, arg, devnode->fops->ioctl); in media_ioctl()
167 if (devnode->fops->open) { in media_open()
168 ret = devnode->fops->open(filp); in media_open()
184 if (devnode->fops->release) in media_release()
[all …]

12345678910>>...89