Searched refs:get_offset (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | w83773g.c | 109 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function 195 return get_offset(regmap, channel - 1, val); in w83773_read()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | sys_parisc.c | 48 static int get_offset(unsigned int last_mmap) in get_offset() function 56 return (get_offset(last_mmap) + pgoff) << PAGE_SHIFT; in shared_align_offset()
|
/Linux-v4.19/net/core/ |
D | net-procfs.c | 10 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro 21 unsigned int count = 0, offset = get_offset(*pos); in dev_from_same_bucket()
|
/Linux-v4.19/drivers/scsi/ |
D | nsp32.c | 2234 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local 2263 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2271 if (get_offset == ASYNC_OFFSET) { in nsp32_analyze_sdtr() 2310 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2318 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2320 get_offset = SYNC_OFFSET; in nsp32_analyze_sdtr() 2330 if (get_offset == ASYNC_OFFSET || entry < 0) { in nsp32_analyze_sdtr() 2334 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2335 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()
|
/Linux-v4.19/include/scsi/ |
D | scsi_transport_spi.h | 110 void (*get_offset)(struct scsi_target *); member
|
/Linux-v4.19/arch/mips/kernel/ |
D | vpe.c | 169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function 208 get_offset((unsigned long *)&mod->core_layout.size, s); in layout_sections()
|
/Linux-v4.19/kernel/ |
D | module.c | 2344 static long get_offset(struct module *mod, unsigned int *size, in get_offset() function 2387 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections() 2420 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections() 2625 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab() 2650 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 517 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function 540 offset = get_offset(sym, al); in get_symoff()
|
/Linux-v4.19/net/unix/ |
D | af_unix.c | 2736 #define get_offset(x) ((x) & ((1L << BUCKET_SPACE) - 1)) macro 2741 unsigned long offset = get_offset(*pos); in unix_from_bucket()
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptspi.c | 1206 .get_offset = mptspi_read_parameters,
|