Lines Matching full:options
27 struct adc_sequence_options *options, in copy_sequence() argument
35 if (dst->options) { in copy_sequence()
36 if (k_usermode_from_copy(options, dst->options, in copy_sequence()
41 dst->options = options; in copy_sequence()
56 struct adc_sequence_options options; in z_vrfy_adc_read() local
59 K_OOPS(K_SYSCALL_VERIFY_MSG(copy_sequence(&sequence, &options, in z_vrfy_adc_read()
62 if (sequence.options != NULL) { in z_vrfy_adc_read()
63 K_OOPS(K_SYSCALL_VERIFY_MSG(sequence.options->callback == NULL, in z_vrfy_adc_read()
77 struct adc_sequence_options options; in z_vrfy_adc_read_async() local
80 K_OOPS(K_SYSCALL_VERIFY_MSG(copy_sequence(&sequence, &options, in z_vrfy_adc_read_async()
83 if (sequence.options != NULL) { in z_vrfy_adc_read_async()
84 K_OOPS(K_SYSCALL_VERIFY_MSG(sequence.options->callback == NULL, in z_vrfy_adc_read_async()