Searched refs:spaces (Results 1 – 10 of 10) sorted by relevance
/drivers/s390/char/ |
D | sclp_rw.c | 178 int spaces, i_msg; in sclp_write() local 248 spaces = buffer->current_length; in sclp_write() 254 memset(buffer->current_line, 0x40, spaces); in sclp_write() 255 buffer->current_line += spaces; in sclp_write() 256 buffer->current_length = spaces; in sclp_write()
|
/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 30 u32 spaces; in sun4i_ss_opti_poll() local 95 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll() 96 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 97 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 142 u32 spaces; in sun4i_ss_cipher_poll() local 255 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll() 256 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 257 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
|
D | sun4i-ss-hash.c | 190 u32 spaces, rx_cnt = SS_RX_DEFAULT; in sun4i_hash() local 317 spaces = readl(ss->base + SS_FCSR); in sun4i_hash() 318 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_hash()
|
/drivers/tty/ |
D | n_tty.c | 420 int spaces; in do_output_char() local 450 spaces = 8 - (ldata->column & 7); in do_output_char() 452 if (space < spaces) in do_output_char() 454 ldata->column += spaces; in do_output_char() 455 tty->ops->write(tty, " ", spaces); in do_output_char() 456 return spaces; in do_output_char() 458 ldata->column += spaces; in do_output_char()
|
/drivers/scsi/ |
D | scsi_devinfo.c | 36 static const char spaces[] = " "; /* 16 of them */ variable 312 strncpy(&to[from_length], spaces, in scsi_strcpy_devinfo()
|
/drivers/iommu/ |
D | Kconfig | 30 sizes at both stage-1 and stage-2, as well as address spaces
|
/drivers/mtd/ |
D | Kconfig | 99 Due to the way Linux handles the command line, no spaces are
|
/drivers/media/rc/ |
D | Kconfig | 302 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
|
/drivers/block/ |
D | rbd.c | 5594 const char *spaces = " \f\n\r\t\v"; in next_token() local 5596 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token() 5598 return strcspn(*buf, spaces); /* Return token length */ in next_token()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used
|