Home
last modified time | relevance | path

Searched refs:ts_offset (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/iio/
Dbuffer.h41 size_t ts_offset = indio_dev->scan_bytes / sizeof(int64_t) - 1; in iio_push_to_buffers_with_timestamp() local
42 ((int64_t *)data)[ts_offset] = timestamp; in iio_push_to_buffers_with_timestamp()
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c1851 int ts_offset, bool is_40) in ar9003_hw_init_txpower_ht() argument
1868 for (i = ts_offset; i < ts_offset + AR9300_HT_TS_RATES; i++) { in ar9003_hw_init_txpower_ht()
1876 int ds_offset, int ts_offset) in ar9003_hw_init_txpower_stbc() argument
1882 memcpy(&ah->tx_power_stbc[ts_offset], &ah->tx_power[ts_offset], in ar9003_hw_init_txpower_stbc()
/linux-6.6.21/drivers/iio/adc/
Ddln2-adc.c134 size_t ts_offset = indio_dev->scan_bytes / sizeof(int64_t) - 1; in dln2_adc_update_demux() local
137 dln2->ts_pad_length = ts_offset * sizeof(int64_t) - out_loc; in dln2_adc_update_demux()
/linux-6.6.21/drivers/accel/habanalabs/common/
Dcommand_submission.c3202 u64 ts_offset, u64 cq_offset, u64 target_value, in ts_buff_get_kernel_ts_record() argument
3209 ts_offset; in ts_buff_get_kernel_ts_record()
3266 (u64 *) ts_buff->user_buff_address + ts_offset; in ts_buff_get_kernel_ts_record()
3285 bool register_ts_record, u64 ts_handle, u64 ts_offset, in _hl_interrupt_wait_ioctl() argument
3314 interrupt->interrupt_id, ts_offset, cq_counters_offset); in _hl_interrupt_wait_ioctl()
3322 rc = ts_buff_get_kernel_ts_record(buf, cq_cb, ts_offset, in _hl_interrupt_wait_ioctl()