Searched refs:flag (Results 151 - 175 of 1212) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dcpuidle44xx.c98 unsigned long flag; local
100 raw_spin_lock_irqsave(&mpu_lock, flag);
106 raw_spin_unlock_irqrestore(&mpu_lock, flag);
110 raw_spin_lock_irqsave(&mpu_lock, flag);
114 raw_spin_unlock_irqrestore(&mpu_lock, flag);
/linux-master/drivers/input/serio/
H A Darc_ps2.c50 unsigned int flag, status; local
60 flag = 0;
64 flag |= SERIO_PARITY;
67 flag |= SERIO_FRAME;
70 serio_interrupt(port->io, data, flag);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_mdss.h49 (test_bit(DPU_FORMAT_FLAG_YUV_BIT, (X)->flag))
51 (test_bit(DPU_FORMAT_FLAG_DX_BIT, (X)->flag))
55 !test_bit(DPU_FORMAT_FLAG_COMPRESSED_BIT, (X)->flag))
58 test_bit(DPU_FORMAT_FLAG_COMPRESSED_BIT, (X)->flag))
387 * @flag: usage bit flags
404 DECLARE_BITMAP(flag, DPU_FORMAT_FLAG_BIT_MAX);
/linux-master/fs/
H A Dfhandle.c86 * @flag: flag value to indicate whether to follow symlink or not
96 int, flag)
103 if (flag & ~(AT_SYMLINK_FOLLOW | AT_EMPTY_PATH | AT_HANDLE_FID))
106 lookup_flags = (flag & AT_SYMLINK_FOLLOW) ? LOOKUP_FOLLOW : 0;
107 fh_flags = (flag & AT_HANDLE_FID) ? EXPORT_FH_FID : 0;
108 if (flag & AT_EMPTY_PATH)
274 * doesn't set the O_LARGEFILE flag.
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h129 u8 flag; member in struct:hclge_pri_shapping_cmd
138 u8 flag; member in struct:hclge_pg_shapping_cmd
147 u8 flag; member in struct:hclge_qs_shapping_cmd
195 u8 flag; member in struct:hclge_port_shapping_cmd
224 u8 flag; member in struct:hclge_tm_shaper_para
/linux-master/arch/x86/include/asm/
H A Dcpufeature.h41 #define x86_cap_flag_num(flag) ((flag) >> 5), ((flag) & 31)
46 #define x86_cap_flag(flag) x86_cap_flags[flag]
/linux-master/drivers/clocksource/
H A Dtimer-sprd.c34 static void sprd_timer_enable(void __iomem *base, u32 flag) argument
39 if (flag & TIMER_CTL_64BIT_WIDTH)
44 if (flag & TIMER_CTL_PERIOD_MODE)
/linux-master/arch/sparc/include/uapi/asm/
H A Dfbio.h188 __u32 flag; member in struct:fb_clut_alloc
194 __u32 flag; member in struct:fb_clut
204 __u32 flag; member in struct:fb_clut32
/linux-master/tools/testing/selftests/net/
H A Dfin_ack_lat.c34 int flag = 1; local
52 &flag, sizeof(flag)))
/linux-master/drivers/media/pci/zoran/
H A Dvideocodec.h97 * if needed and a flag which allows blocking until its ready
267 int (*handle_interrupt)(struct videocodec *codec, int source, long flag);
270 long *fr_num, long *flag, long size, void *buf);
272 long *fr_num, long *flag, long size, void *buf);
/linux-master/drivers/staging/vt6655/
H A Ddpc.c91 rx_status.flag = 0;
95 rx_status.flag |= RX_FLAG_FAILED_FCS_CRC;
104 rx_status.flag |= RX_FLAG_DECRYPTED;
/linux-master/fs/jfs/
H A Djfs_dtree.c164 int flag);
167 int flag);
170 int ri, struct component_name * key, int flag);
357 dirtab_slot->flag = DIR_INDEX_VALID;
462 dirtab_slot->flag = DIR_INDEX_VALID;
494 dirtab_slot->flag = DIR_INDEX_FREE;
568 struct btstack * btstack, int flag)
641 if (p->header.flag & BT_LEAF) {
660 if (p->header.flag & BT_LEAF) {
667 if (flag
567 dtSearch(struct inode *ip, struct component_name * key, ino_t * data, struct btstack * btstack, int flag) argument
2075 dtDelete(tid_t tid, struct inode *ip, struct component_name * key, ino_t * ino, int flag) argument
3361 ciCompare(struct component_name * key, dtpage_t * p, int si, int flag) argument
3469 ciGetLeafPrefixKey(dtpage_t * lp, int li, dtpage_t * rp, int ri, struct component_name * key, int flag) argument
3536 dtGetKey(dtpage_t * p, int i, struct component_name * key, int flag) argument
4214 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) argument
[all...]
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_tx.c133 fmdev->tx_data.rds.flag = rds_en_dis;
272 set_bit(FM_CORE_TX_XMITING, &fmdev->flag);
290 if (!test_bit(FM_CORE_READY, &fmdev->flag)) {
376 if (test_bit(FM_CORE_TX_XMITING, &fmdev->flag)) {
378 clear_bit(FM_CORE_TX_XMITING, &fmdev->flag);
409 tx->rds.flag = FM_RDS_DISABLE;
/linux-master/net/netfilter/
H A Dxt_HMARK.c169 int flag = IP6_FH_F_AUTH; local
175 nexthdr = ipv6_find_hdr(skb, &nhoff, -1, &fragoff, &flag);
179 if ((flag & IP6_FH_F_FRAG) || (nexthdr != IPPROTO_ICMPV6))
187 flag = IP6_FH_F_AUTH;
188 nexthdr = ipv6_find_hdr(skb, &nhoff, -1, &fragoff, &flag);
203 if (flag & IP6_FH_F_FRAG)
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcore.c145 set_bit(WMI_ENABLED, &ar->flag);
187 set_bit(FIRST_BOOT, &ar->flag);
252 clear_bit(WMI_ENABLED, &ar->flag);
293 clear_bit(WMI_ENABLED, &ar->flag);
294 clear_bit(SKIP_SCAN, &ar->flag);
295 clear_bit(DESTROY_IN_PROGRESS, &ar->flag);
/linux-master/sound/synth/emux/
H A Demux_effect.c92 if (fx->flag[type] == EMUX_FX_FLAG_ADD) {
113 if (fx->flag[type] == EMUX_FX_FLAG_ADD)
129 if (fx->flag[hi])
132 if (fx->flag[lo])
181 fx->flag[type] = mode;
236 if (!fx->flag[i])
/linux-master/sound/firewire/motu/
H A Dmotu-protocol-v1.c210 unsigned int flag; local
222 flag = CLK_896_STATUS_FLAG_RATE_44100;
225 flag = CLK_896_STATUS_FLAG_RATE_48000;
228 flag = CLK_896_STATUS_FLAG_RATE_88200;
231 flag = CLK_896_STATUS_FLAG_RATE_96000;
238 data |= flag;
/linux-master/drivers/clk/renesas/
H A Drzg2l-cpg.h96 u32 flag; member in struct:cpg_core_clk
144 .flag = CLK_DIVIDER_HIWORD_MASK)
148 .flag = CLK_DIVIDER_READ_ONLY)
154 .max_rate = _max_rate, .flag = (_clk_flags), \
170 .mtable = _mtable, .flag = _clk_flags, .notifier = _notifier)
178 DEF_TYPE(_name, _id, CLK_TYPE_DSI_DIV, .parent = _parent, .flag = _flag)
188 * @is_coupled: flag to indicate coupled clock
/linux-master/arch/sparc/kernel/
H A Dcpumap.c418 unsigned long flag; local
420 spin_lock_irqsave(&cpu_map_lock, flag);
427 spin_unlock_irqrestore(&cpu_map_lock, flag);
434 unsigned long flag; local
436 spin_lock_irqsave(&cpu_map_lock, flag);
438 spin_unlock_irqrestore(&cpu_map_lock, flag);
/linux-master/drivers/crypto/ccp/
H A Dtee-dev.c238 cmd->flag == CMD_WAITING_FOR_RESPONSE))
253 cmd->flag == CMD_WAITING_FOR_RESPONSE)) {
254 dev_err(tee->dev, "tee: ring buffer full. rptr = %u wptr = %u response flag %u\n",
255 rptr, tee->rb_mgr.wptr, cmd->flag);
275 cmd->flag = CMD_WAITING_FOR_RESPONSE;
345 resp->flag = CMD_RESPONSE_TIMEDOUT;
352 resp->flag = CMD_RESPONSE_COPIED;
/linux-master/drivers/target/
H A Dtarget_core_configfs.c608 bool flag; \
611 ret = kstrtobool(page, &flag); \
614 da->_name = flag; \
661 bool flag; local
671 ret = kstrtobool(page, &flag);
676 if (flag) {
682 da->emulate_model_alias = flag;
690 bool flag; local
693 ret = kstrtobool(page, &flag);
697 if (flag
742 bool flag; local
790 bool flag; local
818 bool flag; local
847 u32 flag; local
915 bool flag; local
952 bool flag; local
981 bool flag; local
1003 bool flag; local
1026 bool flag; local
1170 bool flag, oldflag; local
1209 bool flag, oldflag; local
1238 bool flag; local
[all...]
/linux-master/fs/reiserfs/
H A Ddo_balan.c57 struct buffer_head *bh, int flag)
68 * return(balance_leaf_when_delete()); (flag d handled here)
239 static int balance_leaf_when_delete(struct tree_balance *tb, int flag) argument
256 BUG_ON(flag != M_DELETE && flag != M_CUT);
257 if (flag == M_DELETE)
601 const char * const body, int flag)
608 BUG_ON(flag != M_INSERT && flag != M_PASTE);
610 if (flag
56 do_balance_mark_leaf_dirty(struct tree_balance *tb, struct buffer_head *bh, int flag) argument
599 balance_leaf_left(struct tree_balance *tb, struct item_head * const ih, const char * const body, int flag) argument
904 balance_leaf_right(struct tree_balance *tb, struct item_head * const ih, const char * const body, int flag) argument
1220 balance_leaf_new_nodes(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int flag) argument
1355 balance_leaf_finish_node(struct tree_balance *tb, struct item_head * const ih, const char * const body, int flag) argument
1382 balance_leaf(struct tree_balance *tb, struct item_head *ih, const char *body, int flag, struct item_head *insert_key, struct buffer_head **insert_ptr) argument
1847 do_balance(struct tree_balance *tb, struct item_head *ih, const char *body, int flag) argument
[all...]
/linux-master/sound/soc/fsl/
H A Dfsl_ssi_dbg.c82 * Show the statistics of a flag only if its interrupt is enabled
86 #define SIER_SHOW(flag, name) \
88 if (SSI_SIER_##flag) \
/linux-master/include/net/tc_act/
H A Dtc_skbedit.h32 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag) argument
41 return flags == flag;
/linux-master/net/bluetooth/
H A Dmgmt_util.h47 int mgmt_send_event_skb(unsigned short channel, struct sk_buff *skb, int flag,
50 void *data, u16 data_len, int flag, struct sock *skip_sk);

Completed in 282 milliseconds

1234567891011>>