Searched refs:cbuf (Results 26 - 39 of 39) sorted by last modified time

12

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h578 int lpfc_io_buf_replenish(struct lpfc_hba *phba, struct list_head *cbuf);
/linux-master/arch/s390/include/asm/
H A Dcpacf.h457 * @cbuf: buffer for conditioned data
461 u8 *cbuf, unsigned long cbuf_len)
467 c.even = (unsigned long)cbuf;
471 "0: .insn rre,%[opc] << 16,%[ucbuf],%[cbuf]\n"
473 : [ucbuf] "+&d" (u.pair), [cbuf] "+&d" (c.pair)
460 cpacf_trng(u8 *ucbuf, unsigned long ucbuf_len, u8 *cbuf, unsigned long cbuf_len) argument
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c454 output->dma->cbuf = 0;
514 input->dma->cbuf = 0;
578 if (output->dma->cbuf != idx) {
579 if ((((output->dma->cbuf + 1) % output->dma->num) == idx) &&
602 if ((((output->dma->cbuf + 1) % output->dma->num) == idx) &&
608 if (output->dma->cbuf == idx) {
619 if (copy_from_user(output->dma->vbuf[output->dma->cbuf] +
626 output->dma->pbuf[output->dma->cbuf],
633 output->dma->cbuf = ((output->dma->cbuf
[all...]
H A Dddbridge.h150 u32 cbuf; member in struct:ddb_dma
/linux-master/drivers/staging/media/av7110/
H A Dav7110_hw.c745 u16 cbuf[5] = { (COMTYPE_OSD << 8) + DText, 3, win, x, y }; local
783 ret = __av7110_send_fw_cmd(av7110, cbuf, 5);
/linux-master/fs/ubifs/
H A Dtnc_commit.c863 idx = c->cbuf + used;
988 ubifs_pad(c, c->cbuf + wlen, blen - wlen);
992 err = ubifs_leb_write(c, lnum, c->cbuf, buf_offs, blen);
1008 memmove(c->cbuf, c->cbuf + blen, used);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c82 * input line directly into cbuf and then write
100 * Characters are read one at a time into cbuf
106 char cbuf[CBUF_LEN]; member in struct:rte_console
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c158 * rtw_cbuf_full - test if cbuf is full
159 * @cbuf: pointer of struct rtw_cbuf
161 * Returns: true if cbuf is full
163 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) argument
165 return (cbuf->write == cbuf->read - 1) ? true : false;
169 * rtw_cbuf_empty - test if cbuf is empty
170 * @cbuf: pointer of struct rtw_cbuf
172 * Returns: true if cbuf is empty
174 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) argument
187 rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) argument
205 rtw_cbuf_pop(struct rtw_cbuf *cbuf) argument
225 struct rtw_cbuf *cbuf; local
[all...]
/linux-master/drivers/hid/
H A Dhid-lg.c800 static const unsigned char cbuf[] = { local
803 u8 *buf = kmemdup(cbuf, sizeof(cbuf), GFP_KERNEL);
810 ret = hid_hw_raw_request(hdev, buf[0], buf, sizeof(cbuf),
823 ret = hid_hw_raw_request(hdev, buf[0], buf, sizeof(cbuf),
/linux-master/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h119 bool rtw_cbuf_full(struct rtw_cbuf *cbuf);
120 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);
121 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);
122 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
/linux-master/sound/parisc/
H A Dharmony.c215 h->cbuf.buf += h->cbuf.count;
216 h->cbuf.buf %= h->cbuf.size;
219 h->cbuf.addr + h->cbuf.buf);
341 harmony_write(h, HARMONY_RNXTADD, h->cbuf.addr);
433 h->cbuf.size = snd_pcm_lib_buffer_bytes(ss);
434 h->cbuf.count = snd_pcm_lib_period_bytes(ss);
435 if (h->cbuf
[all...]
H A Dharmony.h36 struct harmony_buffer cbuf; member in struct:snd_harmony
/linux-master/tools/perf/util/
H A Dstream.c272 char buf[512], cbuf[256], *s; local
291 s = callchain_list__sym_name(chain, cbuf, sizeof(cbuf), false);
/linux-master/drivers/media/pci/pt3/
H A Dpt3_i2c.c45 static void cmdbuf_add(struct pt3_i2cbuf *cbuf, enum ctl_cmd cmd) argument
49 if ((cbuf->num_cmds % 2) == 0)
50 cbuf->tmp = cmd;
52 cbuf->tmp |= cmd << 4;
53 buf_idx = cbuf->num_cmds / 2;
54 if (buf_idx < ARRAY_SIZE(cbuf->data))
55 cbuf->data[buf_idx] = cbuf->tmp;
57 cbuf->num_cmds++;
60 static void put_end(struct pt3_i2cbuf *cbuf) argument
67 put_start(struct pt3_i2cbuf *cbuf) argument
75 put_byte_write(struct pt3_i2cbuf *cbuf, u8 val) argument
84 put_byte_read(struct pt3_i2cbuf *cbuf, u32 size) argument
95 put_stop(struct pt3_i2cbuf *cbuf) argument
104 translate(struct pt3_i2cbuf *cbuf, struct i2c_msg *msgs, int num) argument
195 struct pt3_i2cbuf *cbuf; local
[all...]

Completed in 295 milliseconds

12