Home
last modified time | relevance | path

Searched refs:user_flags (Results 1 – 10 of 10) sorted by relevance

/linux/include/video/
H A Dcvisionppc.h24 u32 user_flags; member
/linux/fs/hfsplus/
H A Dioctl.c27 static int hfsplus_ioctl_bless(struct file *file, int __user *user_flags) in hfsplus_ioctl_bless() argument
/linux/drivers/usb/gadget/function/
H A Du_fs.h248 unsigned user_flags; member
H A Df_fs.c2361 if (ffs->user_flags & FUNCTIONFS_VIRTUAL_ADDR) in ffs_epfiles_create()
2942 ffs->user_flags = flags; in __ffs_data_got_descs()
3363 if (func->ffs->user_flags & FUNCTIONFS_VIRTUAL_ADDR) in __ffs_func_bind_do_descs()
3849 if (func->ffs->user_flags & FUNCTIONFS_VIRTUAL_ADDR) in ffs_func_setup()
3854 if (func->ffs->user_flags & FUNCTIONFS_ALL_CTRL_RECIP) in ffs_func_setup()
3875 if (config0 && !(func->ffs->user_flags & FUNCTIONFS_CONFIG0_SETUP)) in ffs_func_req_match()
3886 return (bool) (func->ffs->user_flags & in ffs_func_req_match()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c1180 return test_bit(__IDPF_USER_FLAG_HSPLIT, config->user_flags) ? in idpf_vport_get_hsplit()
1205 __set_bit(__IDPF_USER_FLAG_HSPLIT, config->user_flags); in idpf_vport_set_hsplit()
1208 __clear_bit(__IDPF_USER_FLAG_HSPLIT, config->user_flags); in idpf_vport_set_hsplit()
2194 !test_and_set_bit(__IDPF_PROMISC_UC, config_data->user_flags)) { in idpf_set_rx_mode()
2202 test_and_clear_bit(__IDPF_PROMISC_UC, config_data->user_flags)) { in idpf_set_rx_mode()
2208 !test_and_set_bit(__IDPF_PROMISC_MC, config_data->user_flags)) { in idpf_set_rx_mode()
2214 test_and_clear_bit(__IDPF_PROMISC_MC, config_data->user_flags)) { in idpf_set_rx_mode()
H A Didpf.h478 DECLARE_BITMAP(user_flags, __IDPF_USER_FLAGS_NBITS);
H A Didpf_virtchnl.c4330 if (test_bit(__IDPF_PROMISC_UC, config_data->user_flags)) in idpf_set_promiscuous()
4332 if (test_bit(__IDPF_PROMISC_MC, config_data->user_flags)) in idpf_set_promiscuous()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h535 u_char user_flags; member
H A Dsym_glue.c839 lp->curr_flags = lp->user_flags; in sym53c8xx_sdev_configure()
H A Dsym_hipd.c5029 lp->user_flags = tp->usrflags & (SYM_DISC_ENABLED | SYM_TAGS_ENABLED);