Searched refs:user_flags (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_context.c | 225 pc->user_flags |= BIT(UCONTEXT_PERSISTENCE); in proto_context_set_persistence() 247 pc->user_flags &= ~BIT(UCONTEXT_PERSISTENCE); in proto_context_set_persistence() 263 } else if ((pc->user_flags & BIT(UCONTEXT_RECOVERABLE)) || in proto_context_set_protected() 264 !(pc->user_flags & BIT(UCONTEXT_BANNABLE))) { in proto_context_set_protected() 295 pc->user_flags = BIT(UCONTEXT_BANNABLE) | in proto_context_create() 298 pc->user_flags |= BIT(UCONTEXT_PERSISTENCE); in proto_context_create() 889 pc->user_flags |= BIT(UCONTEXT_NO_ERROR_CAPTURE); in set_proto_ctx_param() 891 pc->user_flags &= ~BIT(UCONTEXT_NO_ERROR_CAPTURE); in set_proto_ctx_param() 900 pc->user_flags |= BIT(UCONTEXT_BANNABLE); in set_proto_ctx_param() 904 pc->user_flags &= ~BIT(UCONTEXT_BANNABLE); in set_proto_ctx_param() [all …]
|
| /linux/include/video/ |
| H A D | cvisionppc.h | 24 u32 user_flags; member
|
| /linux/fs/hfsplus/ |
| H A D | ioctl.c | 27 static int hfsplus_ioctl_bless(struct file *file, int __user *user_flags) in hfsplus_ioctl_bless() argument
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_fs.h | 248 unsigned user_flags; member
|
| H A D | f_fs.c | 2343 if (ffs->user_flags & FUNCTIONFS_VIRTUAL_ADDR) in ffs_epfiles_create() 2924 ffs->user_flags = flags; in __ffs_data_got_descs() 3345 if (func->ffs->user_flags & FUNCTIONFS_VIRTUAL_ADDR) in __ffs_func_bind_do_descs() 3839 if (func->ffs->user_flags & FUNCTIONFS_VIRTUAL_ADDR) in ffs_func_setup() 3844 if (func->ffs->user_flags & FUNCTIONFS_ALL_CTRL_RECIP) in ffs_func_setup() 3865 if (config0 && !(func->ffs->user_flags & FUNCTIONFS_CONFIG0_SETUP)) in ffs_func_req_match() 3876 return (bool) (func->ffs->user_flags & in ffs_func_req_match()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_lib.c | 1185 return test_bit(__IDPF_USER_FLAG_HSPLIT, config->user_flags) ? in idpf_vport_get_hsplit() 1210 __set_bit(__IDPF_USER_FLAG_HSPLIT, config->user_flags); in idpf_vport_set_hsplit() 1213 __clear_bit(__IDPF_USER_FLAG_HSPLIT, config->user_flags); in idpf_vport_set_hsplit() 2209 !test_and_set_bit(__IDPF_PROMISC_UC, config_data->user_flags)) { in idpf_set_rx_mode() 2217 test_and_clear_bit(__IDPF_PROMISC_UC, config_data->user_flags)) { in idpf_set_rx_mode() 2223 !test_and_set_bit(__IDPF_PROMISC_MC, config_data->user_flags)) { in idpf_set_rx_mode() 2229 test_and_clear_bit(__IDPF_PROMISC_MC, config_data->user_flags)) { in idpf_set_rx_mode()
|
| H A D | idpf.h | 489 DECLARE_BITMAP(user_flags, __IDPF_USER_FLAGS_NBITS);
|
| H A D | idpf_virtchnl.c | 4418 if (test_bit(__IDPF_PROMISC_UC, config_data->user_flags)) in idpf_set_promiscuous() 4420 if (test_bit(__IDPF_PROMISC_MC, config_data->user_flags)) in idpf_set_promiscuous()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.h | 535 u_char user_flags; member
|
| H A D | sym_hipd.c | 5029 lp->user_flags = tp->usrflags & (SYM_DISC_ENABLED | SYM_TAGS_ENABLED);
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 1140 qc->flags = user_flags(ctrl); in v4l2_query_ext_ctrl()
|
| H A D | v4l2-ctrls-core.c | 27 ev->u.ctrl.flags = user_flags(ctrl); in fill_event()
|