/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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 | 87 int flg; member 140 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
|
/Linux-v6.6/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 88 int cfe_flushcache(int flg); 92 int cfe_getstdhandle(int flg);
|
/Linux-v6.6/drivers/tty/serial/ |
D | clps711x.c | 97 u8 flg; in uart_clps711x_int_rx() local 111 flg = TTY_NORMAL; in uart_clps711x_int_rx() 124 flg = TTY_PARITY; in uart_clps711x_int_rx() 126 flg = TTY_FRAME; in uart_clps711x_int_rx() 128 flg = TTY_OVERRUN; in uart_clps711x_int_rx() 137 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
|
D | arc_uart.c | 208 u8 ch, flg = TTY_NORMAL; in arc_serial_rx_chars() local 216 flg = TTY_OVERRUN; in arc_serial_rx_chars() 222 flg = TTY_FRAME; in arc_serial_rx_chars() 233 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
|
D | max3100.c | 220 u8 ch, flg; in max3100_handlerx() local 227 flg = TTY_FRAME; in max3100_handlerx() 233 flg = TTY_NORMAL; in max3100_handlerx() 236 flg = TTY_PARITY; in max3100_handlerx() 241 flg = TTY_NORMAL; in max3100_handlerx() 244 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx()
|
D | sa1100.c | 184 u8 ch, flg; in sa1100_rx_chars() local 193 flg = TTY_NORMAL; in sa1100_rx_chars() 210 flg = TTY_PARITY; in sa1100_rx_chars() 212 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-v6.6/net/ipv4/ |
D | tcp_minisocks.c | 610 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local 633 flg == TCP_FLAG_SYN && in tcp_check_req() 731 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req() 746 if (!(flg & TCP_FLAG_RST) && in tcp_check_req() 767 flg &= ~TCP_FLAG_SYN; in tcp_check_req() 773 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req() 784 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req() 833 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/include/net/ |
D | vxlan.h | 530 #define VXLAN_FLAG(flg) \ in vxlan_flag_attr_error() argument 531 case IFLA_VXLAN_##flg: \ in vxlan_flag_attr_error() 533 "cannot change " #flg " flag"); \ in vxlan_flag_attr_error()
|
/Linux-v6.6/arch/csky/kernel/ |
D | perf_event.c | 1023 unsigned long flg; in csky_pmu_start() local 1037 local_irq_save(flg); in csky_pmu_start() 1042 local_irq_restore(flg); in csky_pmu_start() 1047 unsigned long flg; in csky_pmu_stop_event() local 1051 local_irq_save(flg); in csky_pmu_stop_event() 1056 local_irq_restore(flg); in csky_pmu_stop_event()
|
/Linux-v6.6/fs/nfsd/ |
D | export.c | 1251 struct flags *flg; in show_expflags() local 1254 for (flg = expflags; flg->flag; flg++) { in show_expflags() 1255 if (flg->flag & ~mask) in show_expflags() 1257 state = (flg->flag & flags) ? 0 : 1; in show_expflags() 1258 if (*flg->name[state]) in show_expflags() 1259 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
|
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | qat_comp_algs.c | 117 u8 cmf, flg; in parse_zlib_header() local 122 flg = header_p[0]; in parse_zlib_header() 131 if (flg & QAT_RFC_1950_DICT_MASK) in parse_zlib_header()
|