Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/drivers/scsi/
DNCR5380.h249 #define dprintk(flg, fmt, ...) \ argument
250 do { if ((NDEBUG) & (flg)) \
253 #define dsprintk(flg, host, fmt, ...) \ argument
254 do { if ((NDEBUG) & (flg)) \
259 #define NCR5380_dprint(flg, arg) \ argument
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
261 #define NCR5380_dprint_phase(flg, arg) \ argument
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
266 #define NCR5380_dprint(flg, arg) do {} while (0) argument
267 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
/Linux-v4.19/block/partitions/
Datari.c22 (((pi)->flg & 1) && \
79 if ( !(pi->flg & 1) ) in atari_partition()
103 if (!(xrs->part[0].flg & 1)) { in atari_partition()
113 if (!(xrs->part[1].flg & 1)) { in atari_partition()
141 if (!((pi->flg & 1) && OK_id(pi->id))) in atari_partition()
Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */ member
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c42 bp, flg, fm, np) \ argument
55 .flag = {(flg)}, \
61 alpha, bp, flg, fm, np, th) \ argument
74 .flag = {(flg)}, \
81 alpha, chroma, count, bp, flg, fm, np) \ argument
94 .flag = {(flg)}, \
99 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
112 .flag = {(flg)}, \
118 flg, fm, np, th) \ argument
131 .flag = {(flg)}, \
[all …]
/Linux-v4.19/fs/hfs/
Dhfs_fs.h43 #define hfs_dbg(flg, fmt, ...) \ argument
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \ argument
51 if (DBG_##flg & DBG_MASK) \
/Linux-v4.19/ipc/
Dutil.c342 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms()
345 err = ops->associate(ipcp, params->flg); in ipc_check_perms()
371 int flg = params->flg; in ipcget_public() local
382 if (!(flg & IPC_CREAT)) in ipcget_public()
389 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
Dutil.h60 int flg; member
113 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
/Linux-v4.19/arch/mips/include/asm/fw/cfe/
Dcfe_api.h104 int cfe_flushcache(int flg);
108 int cfe_getstdhandle(int flg);
/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c591 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local
614 flg == TCP_FLAG_SYN && in tcp_check_req()
713 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
728 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
746 flg &= ~TCP_FLAG_SYN; in tcp_check_req()
752 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
763 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
803 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
/Linux-v4.19/drivers/tty/serial/
Dclps711x.c99 unsigned int status, flg; in uart_clps711x_int_rx() local
114 flg = TTY_NORMAL; in uart_clps711x_int_rx()
127 flg = TTY_PARITY; in uart_clps711x_int_rx()
129 flg = TTY_FRAME; in uart_clps711x_int_rx()
131 flg = TTY_OVERRUN; in uart_clps711x_int_rx()
140 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
Dserial_ks8695.c151 unsigned int status, ch, lsr, flg, max_count = 256; in ks8695uart_rx_chars() local
156 flg = TTY_NORMAL; in ks8695uart_rx_chars()
182 flg = TTY_BREAK; in ks8695uart_rx_chars()
184 flg = TTY_PARITY; in ks8695uart_rx_chars()
186 flg = TTY_FRAME; in ks8695uart_rx_chars()
192 uart_insert_char(port, lsr, URLS_URROE, ch, flg); in ks8695uart_rx_chars()
Darc_uart.c203 unsigned int ch, flg = 0; in arc_serial_rx_chars() local
222 flg = TTY_OVERRUN; in arc_serial_rx_chars()
228 flg = TTY_FRAME; in arc_serial_rx_chars()
232 flg = TTY_NORMAL; in arc_serial_rx_chars()
241 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
Dnetx-serial.c189 unsigned char rx, flg, status; in netx_rxint() local
193 flg = TTY_NORMAL; in netx_rxint()
214 flg = TTY_BREAK; in netx_rxint()
216 flg = TTY_PARITY; in netx_rxint()
218 flg = TTY_FRAME; in netx_rxint()
224 uart_insert_char(port, status, SR_OE, rx, flg); in netx_rxint()
Dmax3100.c218 unsigned int ch, flg, status = 0; in max3100_handlerx() local
226 flg = TTY_FRAME; in max3100_handlerx()
232 flg = TTY_NORMAL; in max3100_handlerx()
235 flg = TTY_PARITY; in max3100_handlerx()
240 flg = TTY_NORMAL; in max3100_handlerx()
243 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx()
Dpnx8xxx_uart.c184 unsigned int status, ch, flg; in pnx8xxx_rx_chars() local
193 flg = TTY_NORMAL; in pnx8xxx_rx_chars()
219 flg = TTY_PARITY; in pnx8xxx_rx_chars()
221 flg = TTY_FRAME; in pnx8xxx_rx_chars()
232 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg); in pnx8xxx_rx_chars()
Dsa1100.c182 unsigned int status, ch, flg; in sa1100_rx_chars() local
191 flg = TTY_NORMAL; in sa1100_rx_chars()
208 flg = TTY_PARITY; in sa1100_rx_chars()
210 flg = TTY_FRAME; in sa1100_rx_chars()
220 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
/Linux-v4.19/net/mac80211/
Ddebugfs_sta.c92 unsigned int flg; in sta_flags_read() local
96 for (flg = 0; flg < NUM_WLAN_STA_FLAGS; flg++) { in sta_flags_read()
97 if (test_sta_flag(sta, flg)) in sta_flags_read()
99 sta_flag_names[flg]); in sta_flags_read()
/Linux-v4.19/arch/mips/fw/cfe/
Dcfe_api.c179 int cfe_flushcache(int flg) in cfe_flushcache() argument
186 xiocb.xiocb_flags = flg; in cfe_flushcache()
268 int cfe_getstdhandle(int flg) in cfe_getstdhandle() argument
275 xiocb.xiocb_flags = flg; in cfe_getstdhandle()
/Linux-v4.19/drivers/media/dvb-frontends/
Dmn88443x.c264 u32 cpmon, tmpu, tmpl, flg; in mn88443x_s_read_status() local
334 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status()
336 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status()
466 u32 seqrd, st, flg, tmpu, tmpm, tmpl; in mn88443x_t_read_status() local
522 regmap_read(r_t, BERFLG_T, &flg); in mn88443x_t_read_status()
524 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) { in mn88443x_t_read_status()
/Linux-v4.19/fs/hfsplus/
Dhfsplus_fs.h42 #define hfs_dbg(flg, fmt, ...) \ argument
44 if (DBG_##flg & DBG_MASK) \
48 #define hfs_dbg_cont(flg, fmt, ...) \ argument
50 if (DBG_##flg & DBG_MASK) \
/Linux-v4.19/drivers/block/paride/
Dpf.c545 int i, k, flg; in pf_reset() local
558 flg = 1; in pf_reset()
560 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset()
566 if (!flg) in pf_reset()
572 return flg - 1; in pf_reset()
Dpcd.c549 int i, k, flg; in pcd_reset() local
562 flg = 1; in pcd_reset()
564 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset()
570 if (!flg) in pcd_reset()
576 return flg - 1; in pcd_reset()
Dpt.c454 int i, k, flg; in pt_reset() local
467 flg = 1; in pt_reset()
469 flg &= (read_reg(pi, i + 1) == expect[i]); in pt_reset()
475 if (!flg) in pt_reset()
481 return flg - 1; in pt_reset()
/Linux-v4.19/fs/nfsd/
Dexport.c1113 struct flags *flg; in show_expflags() local
1116 for (flg = expflags; flg->flag; flg++) { in show_expflags()
1117 if (flg->flag & ~mask) in show_expflags()
1119 state = (flg->flag & flags) ? 0 : 1; in show_expflags()
1120 if (*flg->name[state]) in show_expflags()
1121 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
/Linux-v4.19/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c240 unsigned int flg; in cpm_uart_int_rx() local
279 flg = TTY_NORMAL; in cpm_uart_int_rx()
293 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx()
335 flg = TTY_BREAK; in cpm_uart_int_rx()
337 flg = TTY_PARITY; in cpm_uart_int_rx()
339 flg = TTY_FRAME; in cpm_uart_int_rx()
344 flg = TTY_OVERRUN; in cpm_uart_int_rx()

12