Searched refs:get_offset (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dmcp3911.c110 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); member in struct:mcp3911_chip_info
333 ret = adc->chip->get_offset(adc, channel->channel, val);
826 .get_offset = mcp3910_get_offset,
837 .get_offset = mcp3911_get_offset,
848 .get_offset = mcp3910_get_offset,
859 .get_offset = mcp3910_get_offset,
870 .get_offset = mcp3910_get_offset,
881 .get_offset = mcp3910_get_offset,
892 .get_offset = mcp3910_get_offset,
/linux-master/tools/testing/selftests/user_events/
H A Dperf_test.c55 static int get_offset(void) function
156 offset = get_offset();
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py61 def get_offset(perf_dict, field): function
144 offs = get_offset(param_dict, "symoff")
H A Dintel-pt-events.py70 def get_offset(perf_dict, field): function
268 offs = get_offset(param_dict, "symoff")
294 offs = get_offset(sample, "addr_symoff")
304 offs = get_offset(param_dict, "symoff")
/linux-master/drivers/hwmon/
H A Dw83773g.c105 static int get_offset(struct regmap *regmap, int index, long *val) function
191 return get_offset(regmap, channel - 1, val);
/linux-master/include/scsi/
H A Dscsi_transport_spi.h97 void (*get_offset)(struct scsi_target *); member in struct:spi_function_template
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h157 int get_offset(const struct jit_context *ctx, int off);
H A Dbpf_jit_comp64.c498 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/
502 emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */
513 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/
H A Dbpf_jit_comp32.c1313 emit(ctx, beqz, t1, get_offset(ctx, 1)); /* PC += off(1) if t1 == 0 */
1318 emit(ctx, blez, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 <= 0 */
1332 emit(ctx, beqz, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 == 0 */
H A Dbpf_jit_comp.c185 int get_offset(const struct jit_context *ctx, int off) function
/linux-master/drivers/scsi/
H A Dnsp32.c2228 unsigned char get_offset = data->msginbuf[4]; local
2253 if (get_offset > SYNC_OFFSET) {
2261 if (get_offset == ASYNC_OFFSET) {
2300 nsp32_set_sync_entry(data, target, entry, get_offset);
2308 if (get_offset > SYNC_OFFSET) {
2310 get_offset = SYNC_OFFSET;
2320 if (get_offset == ASYNC_OFFSET || entry < 0) {
2324 nsp32_set_sync_entry(data, target, entry, get_offset);
2325 nsp32_build_sdtr(SCpnt, get_period, get_offset);
/linux-master/lib/
H A Dxarray.c144 static unsigned int get_offset(unsigned long index, struct xa_node *node) function
151 xas->xa_offset = get_offset(xas->xa_index, xas->xa_node);
205 unsigned int offset = get_offset(xas->xa_index, node);
1161 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node))
1200 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node))
/linux-master/arch/mips/kernel/
H A Dvpe.c169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) function
211 get_offset((unsigned long *)&mod_mem->size, s);
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c405 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) function
479 offset = get_offset(node->ms.sym, &node_al);
581 offset = get_offset(sym, al);
815 PyLong_FromUnsignedLong(get_offset(al->sym, al)));
/linux-master/drivers/message/fusion/
H A Dmptspi.c1200 .get_offset = mptspi_read_parameters,
/linux-master/net/unix/
H A Daf_unix.c3258 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1)) macro
3263 unsigned long offset = get_offset(*pos);

Completed in 400 milliseconds