Searched refs:sample_msg (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | ad_sigma_delta.c | 540 spi_message_init_with_transfers(&sigma_delta->sample_msg, xfer, 2); in ad_sd_buffer_postenable() 542 spi_message_init_with_transfers(&sigma_delta->sample_msg, in ad_sd_buffer_postenable() 546 sigma_delta->sample_msg.offload = sigma_delta->offload; in ad_sd_buffer_postenable() 548 ret = spi_optimize_message(sigma_delta->spi, &sigma_delta->sample_msg); in ad_sd_buffer_postenable() 582 spi_unoptimize_message(&sigma_delta->sample_msg); in ad_sd_buffer_postenable() 610 spi_unoptimize_message(&sigma_delta->sample_msg); in ad_sd_buffer_predisable() 632 ret = spi_sync_locked(sigma_delta->spi, &sigma_delta->sample_msg); in ad_sd_trigger_handler()
|
| /linux/include/linux/iio/adc/ |
| H A D | ad_sigma_delta.h | 115 struct spi_message sample_msg; member
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 439 static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__do_check_stype() argument 455 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype() 464 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype() 469 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__check_stype() argument 472 return evsel__do_check_stype(evsel, sample_type, sample_msg, field, false); in evsel__check_stype()
|
| H A D | builtin-inject.c | 1996 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg) 2003 name, sample_msg); in strip_init() 1974 evsel__check_stype(struct evsel * evsel,u64 sample_type,const char * sample_msg) evsel__check_stype() argument
|