Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dserio_raw.c28 struct serio_raw { struct
44 struct serio_raw *serio_raw; member
62 static struct serio_raw *serio_raw_locate(int minor) in serio_raw_locate()
64 struct serio_raw *serio_raw; in serio_raw_locate() local
66 list_for_each_entry(serio_raw, &serio_raw_list, node) { in serio_raw_locate()
67 if (serio_raw->dev.minor == minor) in serio_raw_locate()
68 return serio_raw; in serio_raw_locate()
76 struct serio_raw *serio_ra in serio_raw_open() local
107 struct serio_raw *serio_raw = serio_raw_free() local
117 struct serio_raw *serio_raw = client->serio_raw; serio_raw_release() local
129 serio_raw_fetch_byte(struct serio_raw * serio_raw,char * c) serio_raw_fetch_byte() argument
146 struct serio_raw *serio_raw = client->serio_raw; serio_raw_read() local
187 struct serio_raw *serio_raw = client->serio_raw; serio_raw_write() local
219 struct serio_raw *serio_raw = client->serio_raw; serio_raw_poll() local
250 struct serio_raw *serio_raw = serio_get_drvdata(serio); serio_raw_interrupt() local
270 struct serio_raw *serio_raw; serio_raw_connect() local
335 struct serio_raw *serio_raw = serio_get_drvdata(serio); serio_raw_reconnect() local
355 serio_raw_hangup(struct serio_raw * serio_raw) serio_raw_hangup() argument
370 struct serio_raw *serio_raw = serio_get_drvdata(serio); serio_raw_disconnect() local
[all...]
H A DMakefile25 obj-$(CONFIG_SERIO_RAW) += serio_raw.o
H A DKconfig199 echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
202 module will be called serio_raw.