Home
last modified time | relevance | path

Searched refs:fop (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_futex.c52 const struct futex_op *fop) in futex_print() argument
56 if (fop->fmt_val) in futex_print()
57 trace_seq_printf(s, fop->fmt_val, args->val); in futex_print()
59 if (fop->fmt_utime) in futex_print()
60 trace_seq_printf(s,fop->fmt_utime, args->utime); in futex_print()
62 if (fop->fmt_uaddr2) in futex_print()
63 trace_seq_printf(s, fop->fmt_uaddr2, args->uaddr2); in futex_print()
65 if (fop->fmt_val3) in futex_print()
66 trace_seq_printf(s, fop->fmt_val3, args->val3); in futex_print()
72 const struct futex_op *fop; in futex_handler() local
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dfile_table.c189 const struct file_operations *fop) in alloc_file() argument
203 likely(fop->read || fop->read_iter)) in alloc_file()
206 likely(fop->write || fop->write_iter)) in alloc_file()
209 file->f_op = fop; in alloc_file()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dxorg-lib-common.inc16 EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
22 --disable-specs --without-groff --without-ps2pdf --without-fop \
/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp-debugfs.c131 sz_name = strscpy(req.fop.name, name, sizeof(req.fop.name)); in mrq_debug_open()
143 *len = resp.fop.datalen; in mrq_debug_open()
144 *fd = resp.fop.fd; in mrq_debug_open()
461 .fop = { in mrq_debugfs_read()
488 *nbytes = (size_t)resp.fop.nbytes; in mrq_debugfs_read()
499 .fop = { in mrq_debugfs_write()
/OK3568_Linux_fs/external/xserver/
H A Ddevbook.am51 $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
53 $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
H A Ddocbook.am64 $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
68 $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
H A Daclocal.m41602 # the --with-fop option, it allows maximum flexibilty in making decisions
1603 # as whether or not to use the fop package. When DEFAULT is not specified,
1604 # --with-fop assumes 'auto'.
1608 # FOP: returns the path of the fop program found
1610 # --with-fop: 'yes' user instructs the module to use fop
1611 # 'no' user instructs the module not to use fop
1616 AC_ARG_VAR([FOP], [Path to fop command])
1618 AC_ARG_WITH(fop, optwith
1619 AS_HELP_STRING([--with-fop],
1620 [Use fop to regenerate documentation (default: ]_defopt[)]),
[all …]
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpdouble.c1135 struct op *fop; in vfp_double_cpdo() local
1139 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_double_cpdo()
1145 if (fop->flags & OP_SD) in vfp_double_cpdo()
1153 if (fop->flags & OP_SM) in vfp_double_cpdo()
1162 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0)) in vfp_double_cpdo()
1170 if (!fop->fn) in vfp_double_cpdo()
1177 type = fop->flags & OP_SD ? 's' : 'd'; in vfp_double_cpdo()
1187 except = fop->fn(dest, dn, dm, fpscr); in vfp_double_cpdo()
H A Dvfpsingle.c1180 struct op *fop; in vfp_single_cpdo() local
1184 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_single_cpdo()
1192 if (fop->flags & OP_DD) in vfp_single_cpdo()
1201 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0) in vfp_single_cpdo()
1209 if (!fop->fn) in vfp_single_cpdo()
1217 type = fop->flags & OP_DD ? 'd' : 's'; in vfp_single_cpdo()
1227 except = fop->fn(dest, sn, m, fpscr); in vfp_single_cpdo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c139 #define ADD_FILE(name, mode, fop, priv_data) \ argument
144 priv_data, fop); \
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dbpmp-abi.h661 struct cmd_debugfs_fileop_request fop; member
676 struct cmd_debugfs_fileop_response fop; member
853 struct cmd_debug_fopen_request fop; member
869 struct cmd_debug_fopen_response fop; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duser_32.h60 unsigned short fop; member
H A Duser_64.h56 unsigned short fop; member
H A Duser32.h24 unsigned short fop; member
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-autotools.mk201 --with-fop=no \
234 --with-fop=no \
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h590 struct cmd_debugfs_fileop_request fop; member
605 struct cmd_debugfs_fileop_response fop; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dregset.c252 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in convert_from_fxsr()
272 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/
H A Dxmlstarlet_1.6.1.bb23 # doc build: requires (native) xstlproc, fop, pdf2ps
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dcontrol.c235 const struct file_operations *fop) in fuse_ctl_add_dentry() argument
259 inode->i_fop = fop; in fuse_ctl_add_dentry()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dtypes.h38 u16 fop; /* Last Instruction Opcode */ member
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dclient.h257 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsigcontext.h154 __u16 fop; member
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsignal.c94 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16); in convert_fxsr_to_user()
130 fxsave->fop = (unsigned short)((env[4] & 0xffff0000ul) >> 16); in convert_fxsr_from_user()
/OK3568_Linux_fs/buildroot/package/linux-pam/
H A D0001-configure-test-a-o-is-not-POSIX.patch60 AC_PATH_PROG([FO2PDF], [fop])
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h340 fastop_t fop; member

12