Searched refs:buf1 (Results 51 - 65 of 65) sorted by relevance

123

/linux-master/drivers/soundwire/
H A Dqcom.c596 char *buf1 = (char *)&val1, *buf2 = (char *)&val2; local
612 addr = buf2[1] | (buf2[0] << 8) | (buf1[3] << 16) |
613 ((u64)buf1[2] << 24) | ((u64)buf1[1] << 32) |
614 ((u64)buf1[0] << 40);
/linux-master/fs/unicode/
H A Dmkutf8data.c57 char buf1[LINESIZE]; variable
2326 &unichar, buf0, buf1,
2341 &unichar, buf0, buf1,
2368 unichar, buf0, buf1, major, minor, revision);
3233 buf0, buf1);
3245 s = buf1;
3259 printf("Line %s -> %s", buf0, buf1);
/linux-master/fs/bcachefs/
H A Djournal_io.c1343 struct printbuf buf1 = PRINTBUF, buf2 = PRINTBUF; local
1359 bch2_journal_ptrs_to_text(&buf1, c, prev);
1360 prt_printf(&buf1, " size %zu", vstruct_sectors(&prev->j, c->block_bits));
1362 prt_printf(&buf1, "(none)");
1372 buf1.buf, buf2.buf);
1374 printbuf_exit(&buf1);
H A Dec.c378 struct printbuf buf1 = PRINTBUF; local
381 bch2_bkey_val_to_text(&buf1, c, old);
385 "new %s", idx, buf1.buf, buf2.buf);
387 printbuf_exit(&buf1);
H A Dbtree_iter.c145 struct printbuf buf1 = PRINTBUF; local
195 bch2_bpos_to_text(&buf1, path->pos);
217 msg, level, buf1.buf, buf2.buf, buf3.buf);
316 struct printbuf buf1 = PRINTBUF, buf2 = PRINTBUF; local
318 bch2_bkey_to_text(&buf1, k.k);
325 buf1.buf, buf2.buf);
H A Dbtree_update_interior.c2006 struct printbuf buf1 = PRINTBUF, buf2 = PRINTBUF; local
2008 bch2_bpos_to_text(&buf1, prev->data->max_key);
2014 __func__, buf1.buf, buf2.buf);
2015 printbuf_exit(&buf1);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c631 unsigned char *buf = NULL, *buf1; local
658 buf1 = buf = kmalloc((num_rq * BNX2FC_RQ_BUF_SZ),
661 if (!buf1) {
672 memcpy(buf1, rq_data, len);
673 buf1 += len;
/linux-master/drivers/staging/rts5208/
H A Dms.c3804 u8 buf1[32], buf2[12]; local
3823 memset(buf1, 0, 32);
3826 buf1[8 + i] = buf2[4 + i];
3829 buf1, 32);
3974 u8 buf1[32], buf2[36]; local
3989 buf1, 32);
4006 memcpy(buf2 + 20, buf1, 16);
/linux-master/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c337 struct buffer_desc *buf1; local
340 buf1 = buf->next;
344 buf = buf1;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c702 desc->buf1 = cpu_to_le32(buf_phys + txd_size);
1556 desc->buf1 = 0;
1924 desc->buf1 = 0;
1929 desc->buf1 = 0;
H A Dmtk_wed_regs.h22 __le32 buf1; member in struct:mtk_wdma_desc
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c187 ptr->buf1 = cpu_to_le32(addr);
238 dma_unmap_single(dev->dev, le32_to_cpu(ptr->buf1), len,
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c3915 u32 buf1; local
3931 buf1 = (1 << 11);
3933 buf1 = 0;
3936 buf1 |= maxp;
3940 stream->buf1 = cpu_to_hc32(fotg210, buf1);
4283 itd->hw_bufp[1] = stream->buf1;
/linux-master/net/ipv4/
H A Dfib_trie.c2822 char buf1[32], buf2[32]; local
2827 rtn_scope(buf1, sizeof(buf1),
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c4821 char buf1[16]; local
4917 sky2_name(hw->chip_id, buf1, sizeof(buf1)), hw->chip_rev);

Completed in 659 milliseconds

123