| /OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/ |
| H A D | plugin_futex.c | 52 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 D | file_table.c | 189 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 D | xorg-lib-common.inc | 16 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 D | bpmp-debugfs.c | 131 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 D | devbook.am | 51 $(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 D | docbook.am | 64 $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< 68 $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
|
| H A D | aclocal.m4 | 1602 # 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 D | vfpdouble.c | 1135 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 D | vfpsingle.c | 1180 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 D | debug.c | 139 #define ADD_FILE(name, mode, fop, priv_data) \ argument 144 priv_data, fop); \
|
| /OK3568_Linux_fs/kernel/include/soc/tegra/ |
| H A D | bpmp-abi.h | 661 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 D | user_32.h | 60 unsigned short fop; member
|
| H A D | user_64.h | 56 unsigned short fop; member
|
| H A D | user32.h | 24 unsigned short fop; member
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-autotools.mk | 201 --with-fop=no \ 234 --with-fop=no \
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | bpmp_abi.h | 590 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 D | regset.c | 252 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 D | xmlstarlet_1.6.1.bb | 23 # doc build: requires (native) xstlproc, fop, pdf2ps
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | control.c | 235 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 D | types.h | 38 u16 fop; /* Last Instruction Opcode */ member
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | client.h | 257 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 154 __u16 fop; member
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | signal.c | 94 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 D | 0001-configure-test-a-o-is-not-POSIX.patch | 60 AC_PATH_PROG([FO2PDF], [fop])
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 340 fastop_t fop; member
|