/linux-4.4.14/drivers/scsi/ |
D | NCR5380.h | 303 #define dprintk(flg, fmt, ...) \ argument 304 do { if ((NDEBUG) & (flg)) \ 308 #define NCR5380_dprint(flg, arg) \ argument 309 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0) 310 #define NCR5380_dprint_phase(flg, arg) \ argument 311 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0) 315 #define NCR5380_dprint(flg, arg) do {} while (0) argument 316 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
|
/linux-4.4.14/block/partitions/ |
D | atari.c | 21 (((pi)->flg & 1) && \ 71 if ( !(pi->flg & 1) ) in atari_partition() 95 if (!(xrs->part[0].flg & 1)) { in atari_partition() 105 if (!(xrs->part[1].flg & 1)) { in atari_partition() 133 if (!((pi->flg & 1) && OK_id(pi->id))) in atari_partition()
|
D | atari.h | 18 u8 flg; /* bit 0: active; bit 7: bootable */ member
|
/linux-4.4.14/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-4.4.14/net/ipv4/ |
D | tcp_minisocks.c | 578 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local 599 flg == TCP_FLAG_SYN && in tcp_check_req() 698 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req() 713 if (!(flg & TCP_FLAG_RST)) in tcp_check_req() 728 flg &= ~TCP_FLAG_SYN; in tcp_check_req() 734 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req() 745 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req() 784 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
|
/linux-4.4.14/ipc/ |
D | util.c | 312 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms() 315 err = ops->associate(ipcp, params->flg); in ipc_check_perms() 341 int flg = params->flg; in ipcget_public() local 352 if (!(flg & IPC_CREAT)) in ipcget_public() 359 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
|
D | util.h | 63 int flg; member 115 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
|
D | msg.c | 124 int msgflg = params->flg; in newque() 253 msg_params.flg = msgflg; in SYSCALL_DEFINE2()
|
D | shm.c | 520 int shmflg = params->flg; in newseg() 665 shm_params.flg = shmflg; in SYSCALL_DEFINE3()
|
D | sem.c | 502 int semflg = params->flg; in newary() 598 sem_params.flg = semflg; in SYSCALL_DEFINE3()
|
/linux-4.4.14/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 104 int cfe_flushcache(int flg); 108 int cfe_getstdhandle(int flg);
|
/linux-4.4.14/drivers/tty/serial/ |
D | clps711x.c | 103 unsigned int status, flg; in uart_clps711x_int_rx() local 118 flg = TTY_NORMAL; in uart_clps711x_int_rx() 131 flg = TTY_PARITY; in uart_clps711x_int_rx() 133 flg = TTY_FRAME; in uart_clps711x_int_rx() 135 flg = TTY_OVERRUN; in uart_clps711x_int_rx() 144 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
|
D | serial_ks8695.c | 156 unsigned int status, ch, lsr, flg, max_count = 256; in ks8695uart_rx_chars() local 161 flg = TTY_NORMAL; in ks8695uart_rx_chars() 187 flg = TTY_BREAK; in ks8695uart_rx_chars() 189 flg = TTY_PARITY; in ks8695uart_rx_chars() 191 flg = TTY_FRAME; in ks8695uart_rx_chars() 197 uart_insert_char(port, lsr, URLS_URROE, ch, flg); in ks8695uart_rx_chars()
|
D | arc_uart.c | 206 unsigned int ch, flg = 0; in arc_serial_rx_chars() local 225 flg = TTY_OVERRUN; in arc_serial_rx_chars() 231 flg = TTY_FRAME; in arc_serial_rx_chars() 235 flg = TTY_NORMAL; in arc_serial_rx_chars() 244 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
|
D | netx-serial.c | 201 unsigned char rx, flg, status; in netx_rxint() local 205 flg = TTY_NORMAL; in netx_rxint() 226 flg = TTY_BREAK; in netx_rxint() 228 flg = TTY_PARITY; in netx_rxint() 230 flg = TTY_FRAME; in netx_rxint() 236 uart_insert_char(port, status, SR_OE, rx, flg); in netx_rxint()
|
D | bfin_uart.c | 215 unsigned int status, ch, flg; in bfin_serial_rx_chars() local 300 flg = TTY_BREAK; in bfin_serial_rx_chars() 302 flg = TTY_PARITY; in bfin_serial_rx_chars() 304 flg = TTY_FRAME; in bfin_serial_rx_chars() 306 flg = TTY_NORMAL; in bfin_serial_rx_chars() 311 uart_insert_char(&uart->port, status, OE, ch, flg); in bfin_serial_rx_chars() 415 int i, flg, status; in bfin_serial_dma_rx_chars() local 440 flg = TTY_BREAK; in bfin_serial_dma_rx_chars() 442 flg = TTY_PARITY; in bfin_serial_dma_rx_chars() 444 flg = TTY_FRAME; in bfin_serial_dma_rx_chars() [all …]
|
D | max3100.c | 223 unsigned int ch, flg, status = 0; in max3100_handlerx() local 231 flg = TTY_FRAME; in max3100_handlerx() 237 flg = TTY_NORMAL; in max3100_handlerx() 240 flg = TTY_PARITY; in max3100_handlerx() 245 flg = TTY_NORMAL; in max3100_handlerx() 248 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx()
|
D | pnx8xxx_uart.c | 188 unsigned int status, ch, flg; in pnx8xxx_rx_chars() local 197 flg = TTY_NORMAL; in pnx8xxx_rx_chars() 223 flg = TTY_PARITY; in pnx8xxx_rx_chars() 225 flg = TTY_FRAME; in pnx8xxx_rx_chars() 236 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg); in pnx8xxx_rx_chars()
|
D | fsl_lpuart.c | 642 unsigned int flg, ignored = 0; in lpuart_rxint() local 650 flg = TTY_NORMAL; in lpuart_rxint() 680 flg = TTY_PARITY; in lpuart_rxint() 682 flg = TTY_FRAME; in lpuart_rxint() 685 flg = TTY_OVERRUN; in lpuart_rxint() 692 tty_insert_flip_char(port, rx, flg); in lpuart_rxint() 705 unsigned int flg, ignored = 0; in lpuart32_rxint() local 713 flg = TTY_NORMAL; in lpuart32_rxint() 744 flg = TTY_PARITY; in lpuart32_rxint() 746 flg = TTY_FRAME; in lpuart32_rxint() [all …]
|
D | sa1100.c | 195 unsigned int status, ch, flg; in sa1100_rx_chars() local 204 flg = TTY_NORMAL; in sa1100_rx_chars() 221 flg = TTY_PARITY; in sa1100_rx_chars() 223 flg = TTY_FRAME; in sa1100_rx_chars() 233 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
|
D | ucc_uart.c | 467 unsigned int flg; in qe_uart_int_rx() local 498 flg = TTY_NORMAL; in qe_uart_int_rx() 507 tty_insert_flip_char(tport, ch, flg); in qe_uart_int_rx() 547 flg = TTY_BREAK; in qe_uart_int_rx() 549 flg = TTY_PARITY; in qe_uart_int_rx() 551 flg = TTY_FRAME; in qe_uart_int_rx()
|
D | imx.c | 649 unsigned int rx, flg, ignored = 0; in imx_rxint() local 656 flg = TTY_NORMAL; in imx_rxint() 690 flg = TTY_BREAK; in imx_rxint() 692 flg = TTY_PARITY; in imx_rxint() 694 flg = TTY_FRAME; in imx_rxint() 696 flg = TTY_OVERRUN; in imx_rxint() 706 if (tty_insert_flip_char(port, rx, flg) == 0) in imx_rxint()
|
D | atmel_serial.c | 1407 unsigned int flg; in atmel_rx_from_ring() local 1422 flg = TTY_NORMAL; in atmel_rx_from_ring() 1448 flg = TTY_BREAK; in atmel_rx_from_ring() 1450 flg = TTY_PARITY; in atmel_rx_from_ring() 1452 flg = TTY_FRAME; in atmel_rx_from_ring() 1459 uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg); in atmel_rx_from_ring()
|
/linux-4.4.14/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-4.4.14/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-4.4.14/arch/blackfin/include/asm/ |
D | bfin5xx_spi.h | 55 __BFP(flg);
|
/linux-4.4.14/drivers/block/paride/ |
D | pf.c | 538 int i, k, flg; in pf_reset() local 551 flg = 1; in pf_reset() 553 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset() 559 if (!flg) in pf_reset() 565 return flg - 1; in pf_reset()
|
D | pcd.c | 541 int i, k, flg; in pcd_reset() local 554 flg = 1; in pcd_reset() 556 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset() 562 if (!flg) in pcd_reset() 568 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-4.4.14/fs/nfsd/ |
D | export.c | 1100 struct flags *flg; in show_expflags() local 1103 for (flg = expflags; flg->flag; flg++) { in show_expflags() 1104 if (flg->flag & ~mask) in show_expflags() 1106 state = (flg->flag & flags) ? 0 : 1; in show_expflags() 1107 if (*flg->name[state]) in show_expflags() 1108 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
|
/linux-4.4.14/drivers/spi/ |
D | spi-bfin5xx.c | 168 bfin_write_and(&drv_data->regs->flg, ~chip->flag); in bfin_spi_cs_active() 177 bfin_write_or(&drv_data->regs->flg, chip->flag); in bfin_spi_cs_deactive() 191 bfin_write_or(&drv_data->regs->flg, chip->flag >> 8); in bfin_spi_cs_enable() 198 bfin_write_and(&drv_data->regs->flg, ~(chip->flag >> 8)); in bfin_spi_cs_disable() 1340 bfin_write(&drv_data->regs->flg, 0xFF00); in bfin_spi_probe() 1413 drv_data->flag_reg = bfin_read(&drv_data->regs->flg); in bfin_spi_suspend() 1419 bfin_write(&drv_data->regs->flg, 0xFF00); in bfin_spi_suspend() 1430 bfin_write(&drv_data->regs->flg, drv_data->flag_reg); in bfin_spi_resume()
|
/linux-4.4.14/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 254 unsigned int flg; in cpm_uart_int_rx() local 293 flg = TTY_NORMAL; in cpm_uart_int_rx() 307 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx() 349 flg = TTY_BREAK; in cpm_uart_int_rx() 351 flg = TTY_PARITY; in cpm_uart_int_rx() 353 flg = TTY_FRAME; in cpm_uart_int_rx() 358 flg = TTY_OVERRUN; in cpm_uart_int_rx()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 2077 enum ieee80211_hw_flags flg) in _ieee80211_hw_check() argument 2079 return test_bit(flg, hw->flags); in _ieee80211_hw_check() 2081 #define ieee80211_hw_check(hw, flg) _ieee80211_hw_check(hw, IEEE80211_HW_##flg) argument 2084 enum ieee80211_hw_flags flg) in _ieee80211_hw_set() argument 2086 return __set_bit(flg, hw->flags); in _ieee80211_hw_set() 2088 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) argument
|
/linux-4.4.14/net/mac80211/ |
D | debugfs_sta.c | 60 #define TEST(flg) \ in sta_flags_read() argument 61 test_sta_flag(sta, WLAN_STA_##flg) ? #flg "\n" : "" in sta_flags_read()
|
/linux-4.4.14/drivers/dma/ |
D | coh901318.c | 2241 unsigned long flg; in coh901318_prep_memcpy() local 2247 spin_lock_irqsave(&cohc->lock, flg); in coh901318_prep_memcpy() 2281 spin_unlock_irqrestore(&cohc->lock, flg); in coh901318_prep_memcpy() 2285 spin_unlock_irqrestore(&cohc->lock, flg); in coh901318_prep_memcpy() 2306 unsigned long flg; in coh901318_prep_slave_sg() local 2314 spin_lock_irqsave(&cohc->lock, flg); in coh901318_prep_slave_sg() 2406 spin_unlock_irqrestore(&cohc->lock, flg); in coh901318_prep_slave_sg() 2412 spin_unlock_irqrestore(&cohc->lock, flg); in coh901318_prep_slave_sg()
|
D | pl330.c | 2360 static int add_desc(struct pl330_dmac *pl330, gfp_t flg, int count) in add_desc() argument 2366 desc = kcalloc(count, sizeof(*desc), flg); in add_desc() 2661 unsigned long flg, void *context) in pl330_prep_slave_sg() argument 2714 desc->txd.flags = flg; in pl330_prep_slave_sg()
|
/linux-4.4.14/tools/usb/ |
D | ffs-test.c | 202 #define GET_NEXT_COUNT_IF_FLAG(ret, flg) do { \ in descs_to_legacy() argument 203 if (!(flags & (flg))) \ in descs_to_legacy()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | config.c | 1222 int flg = 0; in HiSax_inithardware() local 1239 flg = i + 1; in HiSax_inithardware() 1242 if (flg >= i) in HiSax_inithardware()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 404 int flg; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1275 #define OCD_HAS_FLAG(ocd, flg) \ argument 1276 (!!((ocd)->ocd_connect_flags & OBD_CONNECT_##flg))
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1763 #define __IS_FLG(inode, flg) ((inode)->i_sb->s_flags & (flg)) argument
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 419 __SPI(FLG, flg); in bfin_debug_mmrs_spi()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 6371 u32 flg = NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR; in nl80211_parse_sched_scan() local 6374 flg = NL80211_FEATURE_ND_RANDOM_MAC_ADDR; in nl80211_parse_sched_scan() 6376 if (!(wiphy->features & flg)) { in nl80211_parse_sched_scan()
|