| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | vm86_32.c | 90 #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 D | ptrace.c | 336 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 D | flags.c | 454 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 D | flags.su | |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sec.h | 40 unsigned long (*set_flags) (unsigned long flags, void *priv); member
|
| H A D | sec_tkip.c | 777 .set_flags = lib80211_tkip_set_flags,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | lib80211.h | 80 unsigned long (*set_flags) (unsigned long flags, void *priv); member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 151 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 D | eswitch.h | 445 u16 vport, u16 vlan, u8 qos, u8 set_flags);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cros_ec.h | 189 uint32_t set_mask, uint32_t set_flags,
|
| H A D | i2c.h | 440 int (*set_flags)(struct udevice *dev, uint flags); member
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass.c | 428 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 D | blk-mq.h | 434 unsigned int set_flags);
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec.c | 607 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 D | hub.c | 471 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 D | indirect_streambuf.hpp | 111 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 D | cxgb4_ethtool.c | 2100 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 D | lib80211_crypt_tkip.c | 723 .set_flags = lib80211_tkip_set_flags,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 484 goto set_flags; in qlcnic_tx_pkt() 489 set_flags: in qlcnic_tx_pkt()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-mq.c | 3173 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 D | core_c.h | 1729 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 D | core_c.h | 1729 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 D | core_c.h | 1729 CVAPI(CvSet*) cvCreateSet( int set_flags, int header_size,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2100.c | 7606 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 D | ipw2200.c | 6621 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()
|