Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/
H A DNCR5380.h257 #define dprintk(flg, fmt, ...) \ argument
258 do { if ((NDEBUG) & (flg)) \
261 #define dsprintk(flg, host, fmt, ...) \ argument
262 do { if ((NDEBUG) & (flg)) \
267 #define NCR5380_dprint(flg, arg) \ argument
268 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
269 #define NCR5380_dprint_phase(flg, arg) \ argument
270 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
274 #define NCR5380_dprint(flg, arg) do {} while (0) argument
275 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
/linux/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()
/linux/block/partitions/
H A 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()
H A Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */ member
/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
29 ((fun) << 8) | (flg))
/linux/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()
H A Dutil.h88 int flg; member
141 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
H A Dmsg.c149 int msgflg = params->flg; in newque()
310 msg_params.flg = msgflg; in ksys_msgget()
/linux/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()
H A Dmax3100.c186 u8 ch, flg; in max3100_handlerx_unlocked() local
193 flg = TTY_FRAME; in max3100_handlerx_unlocked()
199 flg = TTY_NORMAL; in max3100_handlerx_unlocked()
202 flg = TTY_PARITY; in max3100_handlerx_unlocked()
207 flg = TTY_NORMAL; in max3100_handlerx_unlocked()
210 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx_unlocked()
H A Dsa1100.c184 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()
H A Ducc_uart.c459 unsigned int flg; in qe_uart_int_rx() local
490 flg = TTY_NORMAL; in qe_uart_int_rx()
499 tty_insert_flip_char(tport, ch, flg); in qe_uart_int_rx()
540 flg = TTY_BREAK; in qe_uart_int_rx()
542 flg = TTY_PARITY; in qe_uart_int_rx()
544 flg = TTY_FRAME; in qe_uart_int_rx()
H A Dcpm_uart.c238 unsigned int flg; in cpm_uart_int_rx() local
277 flg = TTY_NORMAL; in cpm_uart_int_rx()
291 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx()
333 flg = TTY_BREAK; in cpm_uart_int_rx()
335 flg = TTY_PARITY; in cpm_uart_int_rx()
337 flg = TTY_FRAME; in cpm_uart_int_rx()
342 flg = TTY_OVERRUN; in cpm_uart_int_rx()
H A Dfsl_lpuart.c885 unsigned int flg, ignored = 0, overrun = 0; in lpuart_rxint() local
892 flg = TTY_NORMAL; in lpuart_rxint()
922 flg = TTY_PARITY; in lpuart_rxint()
924 flg = TTY_FRAME; in lpuart_rxint()
927 flg = TTY_OVERRUN; in lpuart_rxint()
932 if (tty_insert_flip_char(port, rx, flg) == 0) in lpuart_rxint()
962 unsigned int flg, ignored = 0; in lpuart32_rxint() local
970 flg = TTY_NORMAL; in lpuart32_rxint()
1014 flg = TTY_PARITY; in lpuart32_rxint()
1017 flg = TTY_BREAK; in lpuart32_rxint()
[all …]
H A Dfsl_linflexuart.c228 unsigned int flg; in linflex_rxint() local
240 flg = TTY_NORMAL; in linflex_rxint()
266 tty_insert_flip_char(port, rx, flg); in linflex_rxint()
H A Datmel_serial.c1511 u8 flg; in atmel_rx_from_ring() local
1525 flg = TTY_NORMAL; in atmel_rx_from_ring()
1551 flg = TTY_BREAK; in atmel_rx_from_ring()
1553 flg = TTY_PARITY; in atmel_rx_from_ring()
1555 flg = TTY_FRAME; in atmel_rx_from_ring()
1562 uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg); in atmel_rx_from_ring()
H A Dimx.c876 unsigned int flg = TTY_NORMAL; in __imx_uart_rxint() local
898 flg = TTY_BREAK; in __imx_uart_rxint()
900 flg = TTY_PARITY; in __imx_uart_rxint()
902 flg = TTY_FRAME; in __imx_uart_rxint()
904 flg = TTY_OVERRUN; in __imx_uart_rxint()
914 if (tty_insert_flip_char(port, rx, flg) == 0) in __imx_uart_rxint()
/linux/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h88 int cfe_flushcache(int flg);
92 int cfe_getstdhandle(int flg);
/linux/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()
/linux/arch/mips/fw/cfe/
H A Dcfe_api.c171 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/include/net/
H A Dvxlan.h536 #define VXLAN_FLAG(flg) \ in vxlan_flag_attr_error() argument
537 case IFLA_VXLAN_##flg: \ in vxlan_flag_attr_error()
539 "cannot change " #flg " flag"); \ in vxlan_flag_attr_error()
/linux/fs/nfsd/
H A Dexport.c1365 struct flags *flg; in show_expflags() local
1368 for (flg = expflags; flg->flag; flg++) { in show_expflags()
1369 if (flg->flag & ~mask) in show_expflags()
1371 state = (flg->flag & flags) ? 0 : 1; in show_expflags()
1372 if (*flg->name[state]) in show_expflags()
1373 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
/linux/tools/usb/
H A Dffs-test.c250 #define GET_NEXT_COUNT_IF_FLAG(ret, flg) do { \ in descs_to_legacy() argument
251 if (!(flags & (flg))) \ in descs_to_legacy()
/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c91 #define EFX_NF_TCP_FLAG(flg) cpu_to_be16(be32_to_cpu(TCP_FLAG_##flg) >> 16) argument
/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser.c1710 u64 flg = 0; in ice_flg_redirect() local
1720 flg |= BIT(i); in ice_flg_redirect()
1723 return flg; in ice_flg_redirect()

12