Searched refs:get_offset (Results 1 – 4 of 4) sorted by relevance
| /drivers/iio/adc/ |
| A D | mcp3911.c | 114 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); member 356 ret = adc->chip->get_offset(adc, channel->channel, val); in mcp3911_read_raw() 840 .get_offset = mcp3910_get_offset, 852 .get_offset = mcp3911_get_offset, 864 .get_offset = mcp3910_get_offset, 876 .get_offset = mcp3910_get_offset, 888 .get_offset = mcp3910_get_offset, 900 .get_offset = mcp3910_get_offset, 912 .get_offset = mcp3910_get_offset,
|
| /drivers/hwmon/ |
| A D | w83773g.c | 105 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function 191 return get_offset(regmap, channel - 1, val); in w83773_read()
|
| /drivers/scsi/ |
| A D | nsp32.c | 2228 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local 2253 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2261 if (get_offset == ASYNC_OFFSET) { in nsp32_analyze_sdtr() 2300 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2308 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2310 get_offset = SYNC_OFFSET; in nsp32_analyze_sdtr() 2320 if (get_offset == ASYNC_OFFSET || entry < 0) { in nsp32_analyze_sdtr() 2324 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2325 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()
|
| /drivers/message/fusion/ |
| A D | mptspi.c | 1202 .get_offset = mptspi_read_parameters,
|
Completed in 15 milliseconds