Home
last modified time | relevance | path

Searched refs:flg (Results 1 - 25 of 88) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/scsi/
H A DNCR5380.h249 #define dprintk(flg, fmt, ...) \
250 do { if ((NDEBUG) & (flg)) \
253 #define dsprintk(flg, host, fmt, ...) \
254 do { if ((NDEBUG) & (flg)) \
259 #define NCR5380_dprint(flg, arg) \
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
261 #define NCR5380_dprint_phase(flg, arg) \
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
266 #define NCR5380_dprint(flg, arg) do {} while (0)
267 #define NCR5380_dprint_phase(flg, ar
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A DNCR5380.h258 #define dprintk(flg, fmt, ...) \
259 do { if ((NDEBUG) & (flg)) \
262 #define dsprintk(flg, host, fmt, ...) \
263 do { if ((NDEBUG) & (flg)) \
268 #define NCR5380_dprint(flg, arg) \
269 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
270 #define NCR5380_dprint_phase(flg, arg) \
271 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
275 #define NCR5380_dprint(flg, arg) do {} while (0)
276 #define NCR5380_dprint_phase(flg, ar
[all...]
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dfpu.c151 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()
/kernel/linux/linux-6.6/arch/csky/abiv2/
H A Dfpu.c151 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()
/kernel/linux/linux-5.10/block/partitions/
H A Datari.c22 (((pi)->flg & 1) && \
79 if ( !(pi->flg & 1) ) in atari_partition()
102 /* ++roman: sanity check: bit 0 of flg field must be set */ 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()
H A Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */ member
/kernel/linux/linux-6.6/block/partitions/
H A Datari.c22 (((pi)->flg & 1) && \
79 if ( !(pi->flg & 1) ) in atari_partition()
102 /* ++roman: sanity check: bit 0 of flg field must be set */ 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c34 bp, flg, fm, np) \
47 .flag = {(flg)}, \
53 alpha, bp, flg, fm, np, th) \
66 .flag = {(flg)}, \
73 alpha, chroma, count, bp, flg, fm, np) \
86 .flag = {(flg)}, \
91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \
104 .flag = {(flg)}, \
110 flg, fm, np, th) \
123 .flag = {(flg)}, \
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c35 bp, flg, fm, np) \
48 .flag = {(flg)}, \
54 alpha, bp, flg, fm, np, th) \
67 .flag = {(flg)}, \
74 alpha, chroma, count, bp, flg, fm, np) \
87 .flag = {(flg)}, \
92 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \
105 .flag = {(flg)}, \
111 flg, fm, np, th) \
124 .flag = {(flg)}, \
[all...]
/kernel/linux/linux-6.6/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
29 ((fun) << 8) | (flg))
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
29 ((fun) << 8) | (flg))
/kernel/linux/linux-5.10/fs/hfs/
H A Dhfs_fs.h43 #define hfs_dbg(flg, fmt, ...) \
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \
51 if (DBG_##flg & DBG_MASK) \
/kernel/linux/linux-6.6/fs/hfs/
H A Dhfs_fs.h43 #define hfs_dbg(flg, fmt, ...) \
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \
51 if (DBG_##flg & DBG_MASK) \
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_minisocks.c580 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local
603 flg == TCP_FLAG_SYN && in tcp_check_req()
702 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
717 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
738 flg &= ~TCP_FLAG_SYN; in tcp_check_req()
744 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
755 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
801 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_minisocks.c606 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local
629 flg == TCP_FLAG_SYN && in tcp_check_req()
727 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
742 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
763 flg &= ~TCP_FLAG_SYN; in tcp_check_req()
769 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
780 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
829 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h91 int cfe_flushcache(int flg);
95 int cfe_getstdhandle(int flg);
/kernel/linux/linux-6.6/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h88 int cfe_flushcache(int flg);
92 int cfe_getstdhandle(int flg);
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dclps711x.c95 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()
H A Darc_uart.c199 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()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dclps711x.c97 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()
/kernel/linux/linux-5.10/ipc/
H A Dutil.c371 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms()
374 err = ops->associate(ipcp, params->flg); in ipc_check_perms()
400 int flg = params->flg; in ipcget_public() local
411 if (!(flg & IPC_CREAT)) in ipcget_public()
418 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
/kernel/linux/linux-6.6/ipc/
H A Dutil.c372 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()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dipl_data.c9 #define CCW0(cmd, addr, cnt, flg) \
10 { .cmd_code = cmd, .cda = addr, .count = cnt, .flags = flg, }
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c348 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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c348 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()

Completed in 18 milliseconds

1234