Searched refs:rs (Results 26 - 35 of 35) sorted by relevance

12

/drivers/isdn/i4l/
H A Disdn_tty.c3137 char rs[20]; local
3144 sprintf(rs, "\r\n%d",
3148 sprintf(rs, "\r\n2");
3150 sprintf(rs, "\r\n1");
3152 isdn_tty_at_cout(rs, info);
3199 strcpy(rs, "\r\n0,");
3203 strcat(rs, "1,");
3206 strcat(rs, "2,");
3208 strcat(rs, "8");
3209 isdn_tty_at_cout(rs, inf
3240 char rs[20]; local
[all...]
/drivers/video/console/
H A Dbitblit.c213 unsigned int rs = info->var.xres - rw; local
221 region.dx = info->var.xoffset + rs;
231 region.width = rs;
H A Dfbcon_cw.c182 unsigned int rs = info->var.yres - rw; local
191 region.dy = info->var.yoffset + rs;
/drivers/mtd/nand/
H A Ddiskonchip.c143 static int doc_ecc_decode(struct rs_control *rs, uint8_t *data, uint8_t *ecc) argument
168 tmp = rs->index_of[ds[j]];
170 s[i] ^= rs->alpha_to[rs_modnn(rs, tmp + (FCR + i) * j)];
176 syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i));
179 nerr = decode_rs16(rs, NULL, NULL, 1019, syn, 0, errpos, 0, errval);
/drivers/net/wireless/ath/ath5k/
H A Ddebug.c970 struct ath5k_rx_status *rs)
980 !done ? ' ' : (rs->rs_status == 0) ? '*' : '!');
988 struct ath5k_rx_status rs = {}; local
1000 status = ah->ah_proc_rx_desc(ah, ds, &rs);
1002 ath5k_debug_printrxbuf(bf, status == 0, &rs);
969 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, struct ath5k_rx_status *rs) argument
/drivers/staging/panel/
H A Dpanel.c605 unsigned char rs; /* parallel LCD RS (0 = cmd, 1 = data) */ member in struct:__anon5277
624 | lcd_bits[LCD_PORT_D][LCD_BIT_RS][bits.rs]
644 | lcd_bits[LCD_PORT_C][LCD_BIT_RS][bits.rs]
795 bits.rs = BIT_CLR;
817 bits.rs = BIT_SET;
909 bits.rs = BIT_SET;
/drivers/tty/
H A Dcyclades.c2487 u32 rs; local
2493 rs = readl(&ch_ctrl->rs_control);
2495 rs |= C_RS_RTS;
2497 rs &= ~C_RS_RTS;
2499 rs |= C_RS_DTR;
2505 rs &= ~C_RS_DTR;
2511 cy_writel(&ch_ctrl->rs_control, rs);
3068 u32 rs; local
3070 rs = readl(&ch_ctrl->rs_control);
3072 rs |
[all...]
/drivers/block/drbd/
H A Ddrbd_nl.c1685 struct resize rs; local
1690 memset(&rs, 0, sizeof(struct resize));
1691 if (!resize_from_tags(mdev, nlp->tag_list, &rs)) {
1712 if (rs.no_resync && mdev->agreed_pro_version < 93) {
1720 mdev->ldev->dc.disk_size = (sector_t)rs.resize_size;
1721 ddsf = (rs.resize_force ? DDSF_FORCED : 0) | (rs.no_resync ? DDSF_NO_RESYNC : 0);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dpub.h588 struct brcm_rateset *rs);
/drivers/net/wireless/ath/ath9k/
H A Dmac.h725 struct ath_rx_status *rs);

Completed in 272 milliseconds

12