Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 10 of 10) sorted by relevance

/drivers/s390/char/
Dsclp_rw.c178 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/
Dsun4i-ss-cipher.c30 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()
Dsun4i-ss-hash.c190 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/
Dn_tty.c420 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/
Dscsi_devinfo.c36 static const char spaces[] = " "; /* 16 of them */ variable
312 strncpy(&to[from_length], spaces, in scsi_strcpy_devinfo()
/drivers/iommu/
DKconfig30 sizes at both stage-1 and stage-2, as well as address spaces
/drivers/mtd/
DKconfig99 Due to the way Linux handles the command line, no spaces are
/drivers/media/rc/
DKconfig302 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
/drivers/block/
Drbd.c5594 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/
Daic79xx.reg95 * Controls which of the 5, 512byte, address spaces should be used