Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c42 struct serio_raw_client { struct
57 struct serio_raw_client *client = file->private_data; in serio_raw_fasync() argument
77 struct serio_raw_client *client; in serio_raw_open()
95 client = kzalloc(sizeof(struct serio_raw_client), GFP_KERNEL); in serio_raw_open()
126 struct serio_raw_client *client = file->private_data; in serio_raw_release()
160 struct serio_raw_client *client = file->private_data; in serio_raw_read()
201 struct serio_raw_client *client = file->private_data; in serio_raw_write()
241 struct serio_raw_client *client = file->private_data; in serio_raw_poll()
274 struct serio_raw_client *client; in serio_raw_interrupt()
380 struct serio_raw_client *client; in serio_raw_hangup()