/Linux-v4.19/drivers/scsi/ |
D | NCR5380.h | 249 #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/ |
D | atari.c | 22 (((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()
|
D | atari.h | 19 u8 flg; /* bit 0: active; bit 7: bootable */ member
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 42 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/ |
D | hfs_fs.h | 43 #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/ |
D | util.c | 342 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()
|
D | util.h | 60 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/ |
D | cfe_api.h | 104 int cfe_flushcache(int flg); 108 int cfe_getstdhandle(int flg);
|
/Linux-v4.19/net/ipv4/ |
D | tcp_minisocks.c | 591 __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/ |
D | clps711x.c | 99 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()
|
D | serial_ks8695.c | 151 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()
|
D | arc_uart.c | 203 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()
|
D | netx-serial.c | 189 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()
|
D | max3100.c | 218 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()
|
D | pnx8xxx_uart.c | 184 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()
|
D | sa1100.c | 182 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/ |
D | debugfs_sta.c | 92 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/ |
D | cfe_api.c | 179 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/ |
D | mn88443x.c | 264 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/ |
D | hfsplus_fs.h | 42 #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/ |
D | pf.c | 545 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()
|
D | pcd.c | 549 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()
|
D | pt.c | 454 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/ |
D | export.c | 1113 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/ |
D | cpm_uart_core.c | 240 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()
|