• Home
  • Raw
  • Download

Lines Matching refs:libevdev_set_fd

18008 …44" title="Set the fd for this struct and initialize internal data.">libevdev_set_fd()</a> </td></…
18017 …44" title="Set the fd for this struct and initialize internal data.">libevdev_set_fd()</a> </td></…
18149 …ss="code" href="group__init.html#ga6658ac490d68c307ff8b8d1536c12b44">libevdev_set_fd</a>(dev, fd);…
18156 …it.html#ga6658ac490d68c307ff8b8d1536c12b44">libevdev_set_fd</a></div><div class="ttdeci">int libev…
18158libevdev_set_fd()</a> is the central call and initializes the internal structs for the device at t…
18172 …c12b44" title="Set the fd for this struct and initialize internal data.">libevdev_set_fd()</a>.</p>
18178 …it.html#ga6658ac490d68c307ff8b8d1536c12b44">libevdev_set_fd</a></div><div class="ttdeci">int libev…
18431 …44" title="Set the fd for this struct and initialize internal data.">libevdev_set_fd()</a> </td></…
19236 …ss="code" href="group__init.html#ga6658ac490d68c307ff8b8d1536c12b44">libevdev_set_fd</a>(<span cla…
19480 …ss="code" href="group__init.html#ga6658ac490d68c307ff8b8d1536c12b44">libevdev_set_fd</a>(<span cla…
19712 …it.html#ga6658ac490d68c307ff8b8d1536c12b44">libevdev_set_fd</a></div><div class="ttdeci">int libev…
20290 - ['libevdev_5fset_5ffd_98',['libevdev_set_fd',['../group__init.html#ga6658ac490d68c307ff8b8d1536c…
20406 + ['libevdev_5fset_5ffd_100',['libevdev_set_fd',['../group__init.html#ga6658ac490d68c307ff8b8d1536…
20990 - ['libevdev_5fset_5ffd_199',['libevdev_set_fd',['../group__init.html#ga6658ac490d68c307ff8b8d1536…
21077 + ['libevdev_5fset_5ffd_200',['libevdev_set_fd',['../group__init.html#ga6658ac490d68c307ff8b8d1536…
22058 * err = libevdev_set_fd(dev, fd);
22072 * @param dev The evdev device, already initialized with libevdev_set_fd()
23358 * err = libevdev_set_fd(dev, fd);
23372 * @param dev The evdev device, already initialized with libevdev_set_fd()
29279 + rc = libevdev_set_fd(dev, fd);
29454 + rc = libevdev_set_fd(dev, uinput_device_get_fd(uidev));
29507 + rc = libevdev_set_fd(dev, uinput_device_get_fd(uidev));
29547 + rc = libevdev_set_fd(dev, uinput_device_get_fd(uidev));
30242 + ck_assert_int_eq(libevdev_set_fd(dev, -1), -EBADF);
30259 + ck_assert_int_eq(libevdev_set_fd(dev, uinput_device_get_fd(uidev)), 0);
30262 + ck_assert_int_eq(libevdev_set_fd(dev, 0), -EBADF);
30534 + rc = libevdev_set_fd(dev, uinput_device_get_fd(uidev));