Home
last modified time | relevance | path

Searched refs:read_state (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/input/misc/
H A Dpcf8574_keypad.c46 static short read_state(struct kp_data *lp) in read_state() function
67 unsigned char nextstate = read_state(lp); in pcf8574_kp_irq_handler()
131 lp->laststate = read_state(lp); in pcf8574_kp_probe()
/linux/arch/x86/kvm/
H A Di8254.h20 u8 read_state; member
H A Di8254.c479 s->read_state = access; in pit_ioport_write()
552 switch (s->read_state) { in pit_ioport_read()
565 s->read_state = RW_STATE_WORD1; in pit_ioport_read()
570 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
/linux/drivers/input/touchscreen/
H A Dads7846.c139 void (*read_state)(struct ads7846 *ts); member
999 ts->read_state(ts); in ads7846_irq()
1394 ts->read_state = ads7846_halfd_read_state; in ads7846_probe()
1397 ts->read_state = ads7846_read_state; in ads7846_probe()
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c415 read_state: in decompress_file()
973 goto read_state; in decompress_file()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h280 __u8 read_state; member
/linux/drivers/block/
H A Drbd.c290 enum rbd_obj_read_state read_state; /* for reads */ member
2219 obj_req->read_state = RBD_OBJ_READ_START; in rbd_obj_init_read()
2853 switch (obj_req->read_state) { in rbd_obj_advance_read()
2859 obj_req->read_state = RBD_OBJ_READ_OBJECT; in rbd_obj_advance_read()
2868 obj_req->read_state = RBD_OBJ_READ_OBJECT; in rbd_obj_advance_read()
2884 obj_req->read_state = RBD_OBJ_READ_PARENT; in rbd_obj_advance_read()