Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad_sigma_delta.c538 spi_message_init_with_transfers(&sigma_delta->sample_msg, xfer, 2); in ad_sd_buffer_postenable()
540 spi_message_init_with_transfers(&sigma_delta->sample_msg, in ad_sd_buffer_postenable()
544 sigma_delta->sample_msg.offload = sigma_delta->offload; in ad_sd_buffer_postenable()
546 ret = spi_optimize_message(sigma_delta->spi, &sigma_delta->sample_msg); in ad_sd_buffer_postenable()
580 spi_unoptimize_message(&sigma_delta->sample_msg); in ad_sd_buffer_postenable()
608 spi_unoptimize_message(&sigma_delta->sample_msg); in ad_sd_buffer_predisable()
630 ret = spi_sync_locked(sigma_delta->spi, &sigma_delta->sample_msg); in ad_sd_trigger_handler()
/linux/include/linux/iio/adc/
H A Dad_sigma_delta.h115 struct spi_message sample_msg; member
/linux/tools/perf/
H A Dbuiltin-script.c447 static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__do_check_stype() argument
463 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype()
472 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype()
477 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__check_stype() argument
480 return evsel__do_check_stype(evsel, sample_type, sample_msg, field, false); in evsel__check_stype()
H A Dbuiltin-inject.c1899 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg) in evsel__check_stype() argument
1906 name, sample_msg); in evsel__check_stype()