Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_pci.c122 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup()
149 unsigned int bar, offset = board->first_offset; in afavlab_setup()
204 unsigned int offset = board->first_offset; in pci_hp_diva_setup()
373 unsigned int bar, offset = board->first_offset; in sbs_setup()
621 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup()
655 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup()
758 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup()
1308 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup()
1316 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup()
1362 unsigned int bar, offset = board->first_offset, maxnr; in pci_pericom_setup()
[all …]
/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dio_uring-cp.c29 off_t first_offset, offset; member
100 data->offset = data->first_offset = offset; in queue_read()
114 data->offset = data->first_offset; in queue_write()
/OK3568_Linux_fs/buildroot/package/meson-tools/
H A D0001-amlbootenc-gxl-remove-non-std-C-convention-in-for.patch40 AES_cbc_encrypt(src_buf, buf + hdr.first_offset, hdr.block_size, &aes_key, iv, AES_ENCRYPT);
41 SHA256_Update(&sha256_ctx, buf + hdr.first_offset, hdr.block_size);
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c284 int first_offset, last_offset; in decompress_file() local
441 first_offset = fifo_free_first_offset(cur_in, used_in); in decompress_file()
449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file()
630 first_offset = fifo_free_first_offset(cur_out, used_out); in decompress_file()
631 nx_append_dde(ddl_out, fifo_out + first_offset, first_free); in decompress_file()
/OK3568_Linux_fs/kernel/include/linux/
H A D8250_pci.h29 unsigned int first_offset; member
/OK3568_Linux_fs/kernel/fs/afs/
H A Drxrpc.c331 offset = op->store.first_offset; in afs_send_pages()
332 op->store.first_offset = 0; in afs_send_pages()
390 tx_total_len += op->store.last_to - op->store.first_offset; in afs_make_call()
396 tx_total_len += PAGE_SIZE - op->store.first_offset; in afs_make_call()
H A Dwrite.c408 (op->store.first * PAGE_SIZE + op->store.first_offset), in afs_store_data_success()
456 op->store.first_offset = offset; in afs_store_data()
H A Dyfsclient.c1110 size = (loff_t)op->store.last_to - (loff_t)op->store.first_offset; in yfs_fs_store_data()
1114 pos += op->store.first_offset; in yfs_fs_store_data()
H A Dfsclient.c1138 size = (loff_t)op->store.last_to - (loff_t)op->store.first_offset; in afs_fs_store_data()
1142 pos += op->store.first_offset; in afs_fs_store_data()
H A Dinternal.h815 unsigned first_offset; /* offset into mapping[first] */ member
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c105 u16 first_offset, in tls_push_sg() argument
112 int offset = first_offset; in tls_push_sg()
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_serial.c519 .first_offset = 0xC0,
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h418 struct scatterlist *sg, u16 first_offset,
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.c3549 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
3556 key.offset = first_offset; in insert_dir_log_key()
3592 u64 first_offset = min_offset; in log_dir_items() local
3630 first_offset = max(min_offset, tmp.offset) + 1; in log_dir_items()
3641 first_offset = tmp.offset; in log_dir_items()
3767 ino, first_offset, last_offset); in log_dir_items()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c4208 unsigned int first_offset; in skb_gro_receive() local
4213 first_offset = skb->data - in skb_gro_receive()
4220 skb_frag_off_set(frag, first_offset); in skb_gro_receive()