Home
last modified time | relevance | path

Searched defs:offset_in_page (Results 1 – 9 of 9) sorted by relevance

/linux/sound/firewire/
H A Dpackets-buffer.c26 unsigned int i, page_index, offset_in_page; in iso_packets_buffer_init() local
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c1094 unsigned int offset_in_page) in nand_fill_column_cycles()
1140 unsigned int offset_in_page, void *buf, in nand_sp_exec_read_page_op()
1183 unsigned int offset_in_page, void *buf, in nand_lp_exec_read_page_op()
1252 unsigned int offset_in_page, void *buf, in nand_lp_exec_cont_read_page_op()
1344 unsigned int offset_in_page, void *buf, unsigned int len) in nand_read_page_op()
1440 unsigned int offset_in_page, void *buf, in nand_change_read_column_op()
1531 unsigned int offset_in_page, const void *buf, in nand_exec_prog_page_op()
1611 unsigned int offset_in_page, const void *buf, in nand_prog_page_begin_op()
1697 unsigned int offset_in_page, const void *buf, in nand_prog_page_op()
1752 unsigned int offset_in_page, in nand_change_write_column_op()
H A Dstm32_fmc2_nand.c988 unsigned int offset_in_page = mtd->writesize; in stm32_fmc2_nfc_seq_write() local
/linux/tools/virtio/linux/
H A Dkernel.h50 #define offset_in_page(p) (((unsigned long)p) % PAGE_SIZE) macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h40 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux/drivers/edac/
H A Dedac_mc.c943 const unsigned long offset_in_page, in edac_mc_handle_error()
/linux/arch/powerpc/perf/
H A Dhv-24x7.c1006 loff_t offset_in_page; in catalog_read() local
/linux/tools/testing/vma/include/
H A Ddup.h398 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux/include/linux/
H A Dmm.h3036 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro