Home
last modified time | relevance | path

Searched refs:set_flags (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dvm86_32.c90 #define set_flags(X, new, mask) \ macro
113 set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | vm86->veflags_mask); in save_v86_state()
414 set_flags(VEFLAGS, flags, current->thread.vm86->veflags_mask); in set_vflags_long()
415 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_long()
424 set_flags(VFLAGS, flags, current->thread.vm86->veflags_mask); in set_vflags_short()
425 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_short()
H A Dptrace.c336 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() function
368 return set_flags(child, value); in putreg()
908 return set_flags(child, value); in putreg32()
/OK3568_Linux_fs/u-boot/env/
H A Dflags.c454 static int set_flags(const char *name, const char *value, void *priv) in set_flags() function
483 env_attr_walk(ENV_FLAGS_LIST_STATIC, set_flags, NULL); in on_flags()
485 env_attr_walk(value, set_flags, NULL); in on_flags()
H A Dflags.su
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec.h40 unsigned long (*set_flags) (unsigned long flags, void *priv); member
H A Dsec_tkip.c777 .set_flags = lib80211_tkip_set_flags,
/OK3568_Linux_fs/kernel/include/net/
H A Dlib80211.h80 unsigned long (*set_flags) (unsigned long flags, void *priv); member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c151 u16 vlan, u8 qos, u8 set_flags) in modify_esw_vport_cvlan() argument
160 vport, vlan, qos, set_flags); in modify_esw_vport_cvlan()
162 if (set_flags & SET_VLAN_STRIP) in modify_esw_vport_cvlan()
166 if (set_flags & SET_VLAN_INSERT) { in modify_esw_vport_cvlan()
2017 u16 vport, u16 vlan, u8 qos, u8 set_flags) in __mlx5_eswitch_set_vport_vlan() argument
2027 err = modify_esw_vport_cvlan(esw->dev, vport, vlan, qos, set_flags); in __mlx5_eswitch_set_vport_vlan()
2046 u8 set_flags = 0; in mlx5_eswitch_set_vport_vlan() local
2053 set_flags = SET_VLAN_STRIP | SET_VLAN_INSERT; in mlx5_eswitch_set_vport_vlan()
2056 err = __mlx5_eswitch_set_vport_vlan(esw, vport, vlan, qos, set_flags); in mlx5_eswitch_set_vport_vlan()
H A Deswitch.h445 u16 vport, u16 vlan, u8 qos, u8 set_flags);
/OK3568_Linux_fs/u-boot/include/
H A Dcros_ec.h189 uint32_t set_mask, uint32_t set_flags,
H A Di2c.h440 int (*set_flags)(struct udevice *dev, uint flags); member
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c428 if (ops->set_flags) { in i2c_set_chip_flags()
429 ret = ops->set_flags(dev, flags); in i2c_set_chip_flags()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-mq.h434 unsigned int set_flags);
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c607 uint32_t set_mask, uint32_t set_flags, in cros_ec_flash_protect() argument
613 params.flags = set_flags; in cros_ec_flash_protect()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c471 u16 set_flags, in ast_vhub_change_port_stat() argument
479 p->status = (prev & ~clr_flags) | set_flags; in ast_vhub_change_port_stat()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp111 void set_flags(int f) { flags_ = f; } in set_flags() function in boost::iostreams::detail::indirect_streambuf
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c2100 static inline void set_flags(u32 *cur_flags, u32 new_flags, u32 flags) in set_flags() function
2110 set_flags(&adapter->eth_flags, flags, PRIV_FLAGS_ADAP); in cxgb4_set_priv_flags()
2111 set_flags(&pi->eth_flags, flags, PRIV_FLAGS_PORT); in cxgb4_set_priv_flags()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_tkip.c723 .set_flags = lib80211_tkip_set_flags,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c484 goto set_flags; in qlcnic_tx_pkt()
489 set_flags: in qlcnic_tx_pkt()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq.c3173 unsigned int set_flags) in blk_mq_init_sq_queue() argument
3184 set->flags = set_flags; in blk_mq_init_sq_queue()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1729 CVAPI(CvSet*) cvCreateSet( int set_flags, int header_size,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1729 CVAPI(CvSet*) cvCreateSet( int set_flags, int header_size,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1729 CVAPI(CvSet*) cvCreateSet( int set_flags, int header_size,
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c7606 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7616 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
H A Dipw2200.c6621 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6631 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()

12