Searched refs:fake_input (Results 1 – 4 of 4) sorted by relevance
25 struct fake_input;30 gboolean (*connect) (struct fake_input *fake_input, GError **err);31 int (*disconnect) (struct fake_input *fake_input);33 int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid);39 struct fake_input *fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
214 struct fake_input *fake = data; in ps3remote_event()275 static int ps3remote_setup_uinput(struct fake_input *fake, in ps3remote_setup_uinput()333 static gboolean fake_hid_common_connect(struct fake_input *fake, GError **err) in fake_hid_common_connect()338 static int fake_hid_common_disconnect(struct fake_input *fake) in fake_hid_common_disconnect()375 struct fake_input *fake_hid_connadd(struct fake_input *fake, in fake_hid_connadd()380 struct fake_input *old = NULL; in fake_hid_connadd()
69 struct fake_input *fake;270 struct fake_input *fake = data; in rfcomm_io_cb()321 struct fake_input *fake = iconn->fake; in rfcomm_connect_cb()577 struct fake_input *fake; in hidp_add_connection()607 fake = g_new0(struct fake_input, 1); in hidp_add_connection()650 struct fake_input *fake = iconn->fake; in is_connected()681 struct fake_input *fake = iconn->fake; in connection_disconnect()891 struct fake_input *fake = iconn->fake; in fake_disconnect()917 struct fake_input *fake; in input_device_connect()1133 iconn->fake = g_new0(struct fake_input, 1); in fake_input_register()
33 struct fake_input { struct