Searched refs:wbuf (Results 26 - 50 of 87) sorted by relevance

1234

/linux-master/drivers/soundwire/
H A Dstream.c69 u16 wbuf; local
106 wbuf = FIELD_GET(SDW_DPN_SAMPLECTRL_HIGH, t_params->sample_interval - 1);
108 ret = sdw_write_no_pm(slave, addr3, wbuf);
115 wbuf = FIELD_PREP(SDW_DPN_HCTRL_HSTART, t_params->hstart);
116 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop);
118 ret = sdw_write_no_pm(slave, addr4, wbuf);
135 u8 wbuf; local
163 wbuf = FIELD_PREP(SDW_DPN_PORTCTRL_DATAMODE, p_params->data_mode);
164 wbuf |= FIELD_PREP(SDW_DPN_PORTCTRL_FLOWMODE, p_params->flow_mode);
166 ret = sdw_update_no_pm(s_rt->slave, addr1, 0xF, wbuf);
679 u8 *wbuf; local
[all...]
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c192 struct reg_window *wbuf)
203 wbuf->locals[i] = win32.locals[i];
205 wbuf->ins[i] = win32.ins[i];
208 if (get_from_target(target, rw_addr, wbuf, sizeof(*wbuf)))
217 struct reg_window *wbuf)
226 win32.locals[i] = wbuf->locals[i];
228 win32.ins[i] = wbuf->ins[i];
234 if (set_to_target(target, rw_addr, wbuf, sizeof(*wbuf)))
190 regwindow64_get(struct task_struct *target, const struct pt_regs *regs, struct reg_window *wbuf) argument
215 regwindow64_set(struct task_struct *target, const struct pt_regs *regs, struct reg_window *wbuf) argument
[all...]
/linux-master/drivers/media/pci/ngene/
H A Dngene-dvb.c83 struct dvb_ringbuffer *wbuf = &dev->tsout_rbuf; local
87 poll_wait(file, &wbuf->queue, wait);
91 if (dvb_ringbuffer_free(wbuf) >= 188)
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ca.c217 struct dvb_ringbuffer *wbuf = &av7110->ci_wbuffer; local
223 poll_wait(file, &wbuf->queue, wait);
228 if (dvb_ringbuffer_free(wbuf) > 1024)
/linux-master/drivers/media/tuners/
H A Dmxl301rf.c54 u8 wbuf[2] = { 0xfb, reg }; local
57 ret = raw_write(state, wbuf, sizeof(wbuf));
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf.h121 u8 cmd, u8 *wbuf, int wlen, u8 *rbuf, int rlen);
H A Dzd1301.c25 static int zd1301_ctrl_msg(struct dvb_usb_device *d, const u8 *wbuf, argument
34 memcpy(&dev->buf, wbuf, wlen);
H A Dgl861.c330 u8 wbuf[1], rbuf[2]; local
357 wbuf[0] = 0x80;
358 ret = gl861_ctrl_msg(d, CMD_WRITE, 0x09 << 9, 0x03, wbuf, 1);
371 wbuf[0] = 0x80;
372 ret = gl861_ctrl_msg(d, CMD_WRITE, 0x48 << 9, 0x03, wbuf, 1);
/linux-master/fs/jffs2/
H A Djffs2_fs_sb.h102 struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the current wbuf is flushed */
125 uint32_t wbuf_pagesize; /* 0 for NOR and other flashes with no wbuf */
131 unsigned char *wbuf; /* Write-behind buffer for NAND flash */ member in struct:jffs2_sb_info
/linux-master/sound/isa/wavefront/
H A Dwavefront_midi.c488 unsigned char rbuf[4], wbuf[4]; local
533 if (snd_wavefront_cmd (dev, WFC_MISYNTH_ON, rbuf, wbuf)) {
549 if (snd_wavefront_cmd (dev, WFC_VMIDI_OFF, rbuf, wbuf)) {
556 if (snd_wavefront_cmd (dev, WFC_VMIDI_ON, rbuf, wbuf)) {
/linux-master/drivers/platform/x86/
H A Dintel_scu_ipc.c294 u32 *wbuf = (u32 *)&cbuf; local
312 ipc_data_writel(scu, wbuf[nc], offset);
318 ipc_data_writel(scu, wbuf[nc], offset);
323 ipc_data_writel(scu, wbuf[0], 0); /* Write wbuff */
/linux-master/fs/ubifs/
H A Dtnc_misc.c487 struct ubifs_wbuf *wbuf; local
493 wbuf = ubifs_get_wbuf(c, zbr->lnum);
494 if (wbuf)
495 err = ubifs_read_node_wbuf(wbuf, node, type, zbr->len,
H A Dtnc.c1675 * read_wbuf - bulk-read from a LEB with a wbuf.
1676 * @wbuf: wbuf that may overlap the read
1684 static int read_wbuf(struct ubifs_wbuf *wbuf, void *buf, int len, int lnum, argument
1687 const struct ubifs_info *c = wbuf->c;
1691 ubifs_assert(c, wbuf && lnum >= 0 && lnum < c->leb_cnt && offs >= 0);
1695 spin_lock(&wbuf->lock);
1696 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs);
1699 spin_unlock(&wbuf
1792 struct ubifs_wbuf *wbuf; local
[all...]
H A Dsuper.c481 err = ubifs_wbuf_sync(&c->jheads[i].wbuf);
830 err = ubifs_wbuf_init(c, &c->jheads[i].wbuf);
834 c->jheads[i].wbuf.sync_callback = &bud_wbuf_callback;
835 c->jheads[i].wbuf.jhead = i;
848 c->jheads[GCHD].wbuf.no_timer = 1;
854 kfree(c->jheads[i].wbuf.buf);
855 kfree(c->jheads[i].wbuf.inodes);
859 kfree(c->jheads[i].wbuf.buf);
860 kfree(c->jheads[i].wbuf.inodes);
879 kfree(c->jheads[i].wbuf
[all...]
/linux-master/include/linux/
H A Dslimbus.h100 * @wbuf: buffer to write
111 const u8 *wbuf; member in struct:slim_val_inf
/linux-master/drivers/scsi/
H A Dadvansys.c8704 ushort *wbuf; local
8710 wbuf = (ushort *)cfg_buf;
8713 for (s_addr = 0; s_addr < 2; s_addr++, wbuf++) {
8714 *wbuf = AscReadEEPWord(iop_base, (uchar)s_addr);
8715 sum += *wbuf;
8724 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) {
8731 *wbuf = le16_to_cpu(wval);
8734 *wbuf = wval;
8742 *wbuf = AscReadEEPWord(iop_base, (uchar)s_addr);
8816 ushort *wbuf; local
9620 ushort *wbuf; local
9687 ushort *wbuf; local
9754 ushort *wbuf; local
9824 ushort *wbuf; local
9867 ushort *wbuf; local
9910 ushort *wbuf; local
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_mipid.c56 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, argument
79 x->tx_buf = wbuf;
342 u16 wbuf[3]; member in struct:__anon2906
355 mipid_write(md, rd->cmd, (u8 *)rd->wbuf, rd->wlen);
363 mipid_write(md, rd->cmd, (u8 *)rd->wbuf, rd->wlen);
/linux-master/drivers/hwmon/
H A Dpt5161l.c127 u8 wbuf[16], rbuf[24]; local
140 wbuf[0] = config | (curr_len - 1) << 1 |
142 wbuf[1] = (address >> 8) & 0xff;
143 wbuf[2] = address & 0xff;
147 wbuf);
/linux-master/drivers/video/backlight/
H A Dlms501kf03.c128 const unsigned char *wbuf,
135 ret = lms501kf03_spi_write(lcd, COMMAND_ONLY, wbuf[i]);
137 ret = lms501kf03_spi_write(lcd, DATA_ONLY, wbuf[i]);
127 lms501kf03_panel_send_sequence(struct lms501kf03 *lcd, const unsigned char *wbuf, unsigned int len) argument
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.h178 u8 cmd, const u8 *wbuf, int wlen, u8 *rbuf, int rlen);
H A Ddibusb-common.c138 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen)
161 memcpy(&sndbuf[2], wbuf, wlen);
137 dibusb_i2c_msg(struct dvb_usb_device *d, u8 addr, u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) argument
H A Ddigitv.c26 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen)
44 memcpy(&st->sndbuf[3], wbuf, wlen);
25 digitv_ctrl_msg(struct dvb_usb_device *d, u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) argument
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c286 u8 wbuf[2]; local
330 wbuf[0] = subaddr >> 8;
331 wbuf[1] = subaddr;
332 ret = pvr2_i2c_basic_op(hdw,i2c_addr,wbuf,2,rdata,rlen);
/linux-master/drivers/usb/misc/
H A Dusb251xb.c354 char wbuf[USB251XB_I2C_WRITE_SZ + 1]; local
359 wbuf[0] = USB251XB_I2C_WRITE_SZ;
360 memcpy(&wbuf[1], &i2c_wb[offset], USB251XB_I2C_WRITE_SZ);
367 wbuf);
/linux-master/fs/jbd2/
H A Dcommit.c354 struct buffer_head **wbuf = journal->j_wbuf; local
628 wbuf[bufs++] = descriptor;
665 jh, &wbuf[bufs], blocknr);
670 jbd2_file_log_bh(&io_bufs, wbuf[bufs]);
684 jbd2_block_tag_csum_set(journal, tag, wbuf[bufs],
717 struct buffer_head *bh = wbuf[i];

Completed in 281 milliseconds

1234