/linux-6.1.9/drivers/scsi/ |
D | NCR5380.h | 258 #define dprintk(flg, fmt, ...) \ argument 259 do { if ((NDEBUG) & (flg)) \ 262 #define dsprintk(flg, host, fmt, ...) \ argument 263 do { if ((NDEBUG) & (flg)) \ 268 #define NCR5380_dprint(flg, arg) \ argument 269 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0) 270 #define NCR5380_dprint_phase(flg, arg) \ argument 271 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0) 275 #define NCR5380_dprint(flg, arg) do {} while (0) argument 276 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
|
/linux-6.1.9/arch/csky/abiv2/ |
D | fpu.c | 151 unsigned long flg; in save_to_user_fp() local 155 local_irq_save(flg); in save_to_user_fp() 208 local_irq_restore(flg); in save_to_user_fp() 213 unsigned long flg; in restore_from_user_fp() local 217 local_irq_save(flg); in restore_from_user_fp() 269 local_irq_restore(flg); in restore_from_user_fp()
|
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 35 bp, flg, fm, np) \ argument 48 .flag = {(flg)}, \ 54 alpha, bp, flg, fm, np, th) \ argument 67 .flag = {(flg)}, \ 74 alpha, chroma, count, bp, flg, fm, np) \ argument 87 .flag = {(flg)}, \ 92 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument 105 .flag = {(flg)}, \ 111 flg, fm, np, th) \ argument 124 .flag = {(flg)}, \ [all …]
|
/linux-6.1.9/include/dt-bindings/pinctrl/ |
D | sppctl.h | 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument 29 ((fun) << 8) | (flg))
|
/linux-6.1.9/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-6.1.9/ipc/ |
D | util.c | 372 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms() 375 err = ops->associate(ipcp, params->flg); in ipc_check_perms() 401 int flg = params->flg; in ipcget_public() local 412 if (!(flg & IPC_CREAT)) in ipcget_public() 419 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
|
D | util.h | 89 int flg; member 142 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
|
/linux-6.1.9/net/ipv4/ |
D | tcp_minisocks.c | 592 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local 615 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() 812 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
|
/linux-6.1.9/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 91 int cfe_flushcache(int flg); 95 int cfe_getstdhandle(int flg);
|
/linux-6.1.9/drivers/tty/serial/ |
D | clps711x.c | 95 unsigned int status, flg; in uart_clps711x_int_rx() local 110 flg = TTY_NORMAL; in uart_clps711x_int_rx() 123 flg = TTY_PARITY; in uart_clps711x_int_rx() 125 flg = TTY_FRAME; in uart_clps711x_int_rx() 127 flg = TTY_OVERRUN; in uart_clps711x_int_rx() 136 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
|
D | arc_uart.c | 199 unsigned int ch, flg = 0; in arc_serial_rx_chars() local 218 flg = TTY_OVERRUN; in arc_serial_rx_chars() 224 flg = TTY_FRAME; in arc_serial_rx_chars() 228 flg = TTY_NORMAL; in arc_serial_rx_chars() 237 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
|
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()
|
/linux-6.1.9/arch/s390/boot/ |
D | ipl_data.c | 9 #define CCW0(cmd, addr, cnt, flg) \ argument 10 { .cmd_code = cmd, .cda = addr, .count = cnt, .flags = flg, }
|
/linux-6.1.9/tools/testing/selftests/powerpc/nx-gzip/ |
D | gunz_test.c | 348 int flg = GETINPC(inpf); /* FLG */ in decompress_file() local 350 if (flg & 0xE0 || flg & 0x4 || flg == EOF) in decompress_file() 353 fprintf(stderr, "gzHeader FLG %x\n", flg); in decompress_file() 371 if (flg & 0x8) { in decompress_file() 384 if (flg & 0x2) { in decompress_file()
|
/linux-6.1.9/arch/mips/fw/cfe/ |
D | cfe_api.c | 171 int cfe_flushcache(int flg) in cfe_flushcache() argument 178 xiocb.xiocb_flags = flg; in cfe_flushcache() 255 int cfe_getstdhandle(int flg) in cfe_getstdhandle() argument 262 xiocb.xiocb_flags = flg; in cfe_getstdhandle()
|
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | mn88443x.c | 273 u32 cpmon, tmpu, tmpl, flg; in mn88443x_s_read_status() local 343 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status() 345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status() 475 u32 seqrd, st, flg, tmpu, tmpm, tmpl; in mn88443x_t_read_status() local 531 regmap_read(r_t, BERFLG_T, &flg); in mn88443x_t_read_status() 533 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) { in mn88443x_t_read_status()
|
/linux-6.1.9/drivers/counter/ |
D | ti-ecap-capture.c | 441 unsigned int flg; in ecap_cnt_isr() local 444 regmap_read(ecap_dev->regmap, ECAP_ECINT_EN_FLG_REG, &flg); in ecap_cnt_isr() 448 if (flg & ECAP_EVT_FLG_BIT(i)) { in ecap_cnt_isr() 455 if (flg & ECAP_EVT_FLG_BIT(ECAP_CNTOVF)) { in ecap_cnt_isr()
|
/linux-6.1.9/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-6.1.9/include/net/ |
D | vxlan.h | 517 #define VXLAN_FLAG(flg) \ in vxlan_flag_attr_error() argument 518 case IFLA_VXLAN_##flg: \ in vxlan_flag_attr_error() 520 "cannot change " #flg " flag"); \ in vxlan_flag_attr_error()
|
/linux-6.1.9/fs/nfsd/ |
D | export.c | 1209 struct flags *flg; in show_expflags() local 1212 for (flg = expflags; flg->flag; flg++) { in show_expflags() 1213 if (flg->flag & ~mask) in show_expflags() 1215 state = (flg->flag & flags) ? 0 : 1; in show_expflags() 1216 if (*flg->name[state]) in show_expflags() 1217 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
|
/linux-6.1.9/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 235 unsigned int flg; in cpm_uart_int_rx() local 274 flg = TTY_NORMAL; in cpm_uart_int_rx() 288 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx() 330 flg = TTY_BREAK; in cpm_uart_int_rx() 332 flg = TTY_PARITY; in cpm_uart_int_rx() 334 flg = TTY_FRAME; in cpm_uart_int_rx() 339 flg = TTY_OVERRUN; in cpm_uart_int_rx()
|
/linux-6.1.9/drivers/block/paride/ |
D | pcd.c | 517 int i, k, flg; in pcd_reset() local 530 flg = 1; in pcd_reset() 532 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset() 538 if (!flg) in pcd_reset() 544 return flg - 1; in pcd_reset()
|
D | pf.c | 520 int i, k, flg; in pf_reset() local 533 flg = 1; in pf_reset() 535 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset() 541 if (!flg) in pf_reset() 547 return flg - 1; in pf_reset()
|