/Linux-v4.19/fs/ubifs/ |
D | io.c | 440 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock() local 454 static void new_wbuf_timer_nolock(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock() 479 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock() 500 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock() 575 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock() 626 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local 657 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local 682 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 904 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 1035 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init() [all …]
|
D | gc.c | 84 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head() local 318 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node() 349 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes() local 469 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb() local 648 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect() local 913 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit() local
|
D | journal.c | 107 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in reserve_space() local 247 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in write_node() local 279 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in write_head() local 624 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_update() local 1023 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_xrename() local 1193 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_rename() local 1638 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_change_xattr() local
|
D | misc.h | 139 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
|
D | tnc_misc.c | 469 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node() local
|
/Linux-v4.19/drivers/slimbus/ |
D | stream.c | 127 u8 wbuf[2]; in slim_connect_port_channel() local 147 u8 wbuf[1]; in slim_disconnect_port() local 163 u8 wbuf[1]; in slim_deactivate_remove_channel() local 267 u8 wbuf[4]; in slim_define_channel_content() local 302 u8 wbuf[4]; in slim_define_channel() local 326 u8 wbuf[1]; in slim_activate_channel() local
|
D | qcom-ngd-ctrl.c | 773 u8 wbuf[SLIM_MSGQ_BUF_LEN]; in qcom_slim_ngd_xfer_msg() local 921 u8 wbuf[SLIM_MSGQ_BUF_LEN]; in qcom_slim_ngd_enable_stream() local 1008 u8 wbuf[10] = {0}; in qcom_slim_ngd_get_laddr() local 1154 u8 wbuf[8]; in qcom_slim_ngd_master_worker() local
|
D | messaging.c | 273 size_t count, u8 *rbuf, u8 *wbuf) in slim_fill_msg()
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb_urb.c | 25 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dvb_usb_v2_generic_io() 69 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dvb_usbv2_generic_rw() 94 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dvb_usbv2_generic_rw_locked()
|
D | au6610.c | 24 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in au6610_usb_msg() 76 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in au6610_i2c_msg()
|
D | gl861.c | 21 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in gl861_i2c_msg() 198 gl861_i2c_write_ex(struct dvb_usb_device *d, u8 addr, u8 *wbuf, u16 wlen) in gl861_i2c_write_ex() 396 u8 wbuf[2], rbuf[2]; in friio_reset() local
|
D | af9035.c | 132 u8 wbuf[MAX_XFER_SIZE]; in af9035_wr_regs() local 155 u8 wbuf[] = { len, 2, 0, 0, (reg >> 8) & 0xff, reg & 0xff }; in af9035_rd_regs() local 500 u8 wbuf[1] = { 1 }; in af9035_identify_state() local 609 u8 wbuf[1]; in af9035_download_firmware_old() local 740 u8 wbuf[1]; in af9035_download_firmware() local
|
D | zd1301.c | 34 static int zd1301_ctrl_msg(struct dvb_usb_device *d, const u8 *wbuf, in zd1301_ctrl_msg()
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | friio.c | 34 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in gl861_i2c_ctrlmsg_data() 63 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in gl861_i2c_msg() 226 u8 *rbuf, *wbuf; in friio_initialize() local
|
D | friio-fe.c | 32 u8 wbuf[3]; in jdvbt90502_reg_read() local 62 u8 wbuf[2]; in jdvbt90502_single_reg_write() local
|
D | dvb-usb-urb.c | 12 int dvb_usb_generic_rw(struct dvb_usb_device *d, u8 *wbuf, u16 wlen, u8 *rbuf, in dvb_usb_generic_rw()
|
D | dtv5100.c | 35 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dtv5100_i2c_msg()
|
D | digitv.c | 29 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in digitv_ctrl_msg()
|
D | dibusb-common.c | 141 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dibusb_i2c_msg()
|
/Linux-v4.19/sound/isa/wavefront/ |
D | wavefront_synth.c | 337 int cmd, unsigned char *rbuf, unsigned char *wbuf) in snd_wavefront_cmd() 603 unsigned char wbuf[2]; in wavefront_delete_sample() local 621 unsigned char rbuf[32], wbuf[32]; in wavefront_get_sample_status() local 2158 unsigned char rbuf[4], wbuf[4]; in snd_wavefront_detect() local
|
/Linux-v4.19/drivers/soundwire/ |
D | stream.c | 62 u16 wbuf; in _sdw_program_slave_port_params() local 131 u8 wbuf; in sdw_program_slave_port_params() local 633 u8 *wbuf = NULL; in sdw_bank_switch() local
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | ddbridge-i2c.h | 34 u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) in i2c_io()
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 67 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer() 353 u16 wbuf[3]; in ls041y3_esd_check_mode2() member
|
/Linux-v4.19/drivers/media/tuners/ |
D | qm1d1c0042.c | 66 u8 wbuf[2] = { reg, val }; in reg_write() local
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 434 u16 len, u8 *wbuf) in spinand_program_data_to_cache() 493 u8 *wbuf; in spinand_program_page() local
|