Home
last modified time | relevance | path

Searched refs:read_prepare (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dintel-mid-touch.c106 int (*read_prepare)(struct mrstouch_dev *tsdev); member
413 if (tsdev->read_prepare(tsdev)) in mrstouch_pendet_irq()
511 tsdev->read_prepare = mrstouch_nec_adc_read_prepare; in mrstouch_adc_init()
517 tsdev->read_prepare = mrstouch_fs_adc_read_prepare; in mrstouch_adc_init()
/linux-4.4.14/arch/x86/kvm/
Dx86.c4329 static int read_prepare(struct kvm_vcpu *vcpu, void *val, int bytes) in read_prepare() function
4376 .read_write_prepare = read_prepare,