Searched refs:write_size (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/sbus/char/ |
D | flash.c | 29 unsigned long write_size; /* Size of write area */ member 56 size = flash.write_size; in flash_mmap() 177 flash.write_size = resource_size(&op->resource[1]); in flash_probe() 180 flash.write_size = resource_size(&op->resource[0]); in flash_probe() 187 flash.write_base, flash.write_size); in flash_probe()
|
/linux-4.1.27/tools/perf/util/ |
D | lzma.c | 73 ssize_t write_size = sizeof(buf_out) - strm.avail_out; in lzma_decompress_to_file() local 75 if (writen(output_fd, buf_out, write_size) != write_size) { in lzma_decompress_to_file()
|
/linux-4.1.27/samples/bpf/ |
D | tracex2_kern.c | 75 long write_size = ctx->dx; /* arg3 */ in bpf_prog3() local 78 u32 index = log2l(write_size); in bpf_prog3()
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usb_stream.c | 146 free_pages((unsigned long)sk->write_page, get_order(s->write_size)); in usb_stream_free() 161 int write_size; in usb_stream_new() local 186 write_size = max_packsize * packets * USB_STREAM_URBDEPTH; in usb_stream_new() 188 if (read_size >= 256*PAGE_SIZE || write_size >= 256*PAGE_SIZE) { in usb_stream_new() 210 sk->s->write_size = write_size; in usb_stream_new() 211 pg = get_order(write_size); in usb_stream_new() 659 memset(sk->write_page, 0, s->write_size); in usb_stream_start()
|
D | us122l.c | 159 if (offset >= PAGE_ALIGN(s->write_size)) in usb_stream_hwdep_vm_fault() 255 read ? s->read_size : s->write_size); in usb_stream_hwdep_mmap() 257 if (size > PAGE_ALIGN(read ? s->read_size : s->write_size)) { in usb_stream_hwdep_mmap() 259 read ? s->read_size : s->write_size); in usb_stream_hwdep_mmap()
|
/linux-4.1.27/include/linux/ |
D | amifd.h | 35 unsigned int write_size; /* raw write size for one track */ member
|
D | pktcdvd.h | 114 int write_size; /* Total size of all bios in the orig_bios */ member
|
/linux-4.1.27/include/uapi/sound/ |
D | usb_stream.h | 43 unsigned write_size; member
|
/linux-4.1.27/include/uapi/linux/android/ |
D | binder.h | 79 binder_size_t write_size; /* bytes to write */ member
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 1252 pkt->write_size = 0; in pkt_handle_queue() 1269 pkt->write_size += bio->bi_iter.bi_size / CD_FRAMESIZE; in pkt_handle_queue() 1327 pkt->write_size, (unsigned long long)pkt->sector); in pkt_start_write() 1329 if (test_bit(PACKET_MERGE_SEGS, &pd->flags) || (pkt->write_size < pkt->frames)) { in pkt_start_write() 1363 if ((pkt->write_size < pkt->frames) && (pkt->sleep_time > 0)) in pkt_run_state_machine() 2381 pkt->write_size += in pkt_make_request_write() 2383 if ((pkt->write_size >= pkt->frames) && in pkt_make_request_write()
|
D | amiflop.c | 628 custom.dsklen = unit[drive].type->write_size/sizeof(short) | DSKLEN_DMAEN|DSKLEN_WRITE; in raw_write() 629 custom.dsklen = unit[drive].type->write_size/sizeof(short) | DSKLEN_DMAEN|DSKLEN_WRITE; in raw_write()
|
/linux-4.1.27/include/linux/mfd/ |
D | cros_ec_commands.h | 1819 uint8_t write_size; /* Either 8 or 16. */ member
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 1635 size_t write_size, loff_t *offset) in cifs_write() argument 1651 write_size, *offset, dentry); in cifs_write() 1661 for (total_written = 0; write_size > total_written; in cifs_write() 1679 (unsigned int)write_size - total_written); in cifs_write()
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 2647 (u64)bwr.write_size, (u64)bwr.write_buffer, in binder_ioctl_write_read() 2650 if (bwr.write_size > 0) { in binder_ioctl_write_read() 2653 bwr.write_size, in binder_ioctl_write_read() 2680 (u64)bwr.write_consumed, (u64)bwr.write_size, in binder_ioctl_write_read()
|