Home
last modified time | relevance | path

Searched defs:wbuf (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/u-boot/fs/ubifs/
H A Dio.c455 static void new_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock()
475 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock()
498 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock()
573 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
625 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local
656 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local
681 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock()
1035 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init()
1085 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum) in ubifs_wbuf_add_ino_nolock()
1105 static int wbuf_has_ino(struct ubifs_wbuf *wbuf, ino_t inum) in wbuf_has_ino()
[all …]
H A Dgc.c74 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head() local
312 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node()
343 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes() local
463 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb() local
642 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect() local
911 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit() local
H A Dmisc.h125 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
H A Dtnc_misc.c454 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node() local
/openbmc/linux/fs/ubifs/
H A Dio.c498 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock() local
537 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock()
558 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock()
633 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
684 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local
715 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local
740 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock()
1150 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init()
1194 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum) in ubifs_wbuf_add_ino_nolock()
1214 static int wbuf_has_ino(struct ubifs_wbuf *wbuf, ino_t inum) in wbuf_has_ino()
[all …]
H A Dgc.c68 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head() local
304 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node()
335 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes() local
495 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb() local
674 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect() local
954 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit() local
H A Djournal.c101 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in reserve_space() local
272 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in write_head() local
640 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_update() local
1147 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_xrename() local
1373 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_rename() local
1881 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_change_xattr() local
H A Dmisc.h127 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
H A Dtnc_misc.c465 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node() local
/openbmc/linux/drivers/slimbus/
H A Dstream.c127 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
274 u8 wbuf[4]; in slim_define_channel_content() local
309 u8 wbuf[4]; in slim_define_channel() local
333 u8 wbuf[1]; in slim_activate_channel() local
H A Dmessaging.c275 size_t count, u8 *rbuf, u8 *wbuf) in slim_fill_msg()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_urb.c12 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dvb_usb_v2_generic_io()
61 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dvb_usbv2_generic_rw()
86 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dvb_usbv2_generic_rw_locked()
H A Dau6610.c15 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in au6610_usb_msg()
67 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in au6610_i2c_msg()
H A Daf9035.c117 u8 wbuf[MAX_XFER_SIZE]; in af9035_wr_regs() local
140 u8 wbuf[] = { len, 2, 0, 0, (reg >> 8) & 0xff, reg & 0xff }; in af9035_rd_regs() local
492 u8 wbuf[1] = { 1 }; in af9035_identify_state() local
601 u8 wbuf[1]; in af9035_download_firmware_old() local
732 u8 wbuf[1]; in af9035_download_firmware() local
H A Dzd1301.c25 static int zd1301_ctrl_msg(struct dvb_usb_device *d, const u8 *wbuf, in zd1301_ctrl_msg()
/openbmc/u-boot/drivers/video/
H A Dld9040.c64 static void ld9040_spi_write(const unsigned char *wbuf, unsigned int size_cmd) in ld9040_spi_write()
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c334 int cmd, unsigned char *rbuf, unsigned char *wbuf) in snd_wavefront_cmd()
602 unsigned char wbuf[2]; in wavefront_delete_sample() local
620 unsigned char rbuf[32], wbuf[32]; in wavefront_get_sample_status() local
2171 unsigned char rbuf[4], wbuf[4]; in snd_wavefront_detect() local
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-urb.c12 int dvb_usb_generic_rw(struct dvb_usb_device *d, u8 *wbuf, u16 wlen, u8 *rbuf, in dvb_usb_generic_rw()
H A Ddtv5100.c26 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dtv5100_i2c_msg()
H A Ddibusb-common.c138 u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen) in dibusb_i2c_msg()
H A Ddigitv.c26 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in digitv_ctrl_msg()
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-i2c.h25 u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) in i2c_io()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c56 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer()
342 u16 wbuf[3]; in ls041y3_esd_check_mode2() member
/openbmc/u-boot/arch/x86/lib/
H A Dscu.c29 u32 wbuf[4]; member
/openbmc/linux/drivers/media/tuners/
H A Dqm1d1c0042.c66 u8 wbuf[2] = { reg, val }; in reg_write() local

1234