Home
last modified time | relevance | path

Searched refs:udev (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dudev.c20 struct udev { struct
52 struct udev *__wrap_udev_new(void);
55 struct udev_device *__wrap_udev_device_new_from_syspath(struct udev *,
57 struct udev_enumerate *__wrap_udev_enumerate_new(struct udev *);
73 void __wrap_udev_unref(struct udev *);
115 __wrap_udev_device_new_from_syspath(struct udev *udev, const char *syspath) in __wrap_udev_device_new_from_syspath() argument
119 ASSERT_UDEV(udev); in __wrap_udev_device_new_from_syspath()
153 struct udev *
156 struct udev *udev; in __wrap_udev_new() local
158 if ((udev = calloc(1, sizeof(*udev))) == NULL) in __wrap_udev_new()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dnouveau_nvkm_engine_device_user.c108 nvkm_udevice_info(struct nvkm_udevice *udev, void *data, u32 size) in nvkm_udevice_info() argument
110 struct nvkm_object *object = &udev->object; in nvkm_udevice_info()
111 struct nvkm_device *device = udev->device; in nvkm_udevice_info()
204 nvkm_udevice_time(struct nvkm_udevice *udev, void *data, u32 size) in nvkm_udevice_time() argument
206 struct nvkm_object *object = &udev->object; in nvkm_udevice_time()
207 struct nvkm_device *device = udev->device; in nvkm_udevice_time()
225 struct nvkm_udevice *udev = nvkm_udevice(object); in nvkm_udevice_mthd() local
229 return nvkm_udevice_info(udev, data, size); in nvkm_udevice_mthd()
231 return nvkm_udevice_time(udev, data, size); in nvkm_udevice_mthd()
241 struct nvkm_udevice *udev = nvkm_udevice(object); in nvkm_udevice_rd08() local
[all …]
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dnfc_linux.c57 copy_info(fido_dev_info_t *di, struct udev *udev, in copy_info() argument
69 (dev = udev_device_new_from_syspath(udev, name)) == NULL) in copy_info()
113 struct udev *udev = NULL; in sysnum_from_syspath() local
119 if ((udev = udev_new()) != NULL && in sysnum_from_syspath()
120 (dev = udev_device_new_from_syspath(udev, path)) != NULL && in sysnum_from_syspath()
127 if (udev != NULL) in sysnum_from_syspath()
128 udev_unref(udev); in sysnum_from_syspath()
136 struct udev *udev = NULL; in fido_nfc_manifest() local
150 if ((udev = udev_new()) == NULL || in fido_nfc_manifest()
151 (udev_enum = udev_enumerate_new(udev)) == NULL) in fido_nfc_manifest()
[all …]
H A Dhid_linux.c132 copy_info(fido_dev_info_t *di, struct udev *udev, in copy_info() argument
145 (dev = udev_device_new_from_syspath(udev, name)) == NULL || in copy_info()
191 struct udev *udev = NULL; in fido_hid_manifest() local
205 if ((udev = udev_new()) == NULL || in fido_hid_manifest()
206 (udev_enum = udev_enumerate_new(udev)) == NULL) in fido_hid_manifest()
219 if (copy_info(&devlist[*olen], udev, udev_entry) == 0) { in fido_hid_manifest()
235 if (udev != NULL) in fido_hid_manifest()
236 udev_unref(udev); in fido_hid_manifest()
/netbsd-src/sys/dev/usb/
H A Dauvitek_audio.c60 struct usbd_device *udev = sc->sc_udev; in auvitek_audio_attach() local
61 usb_device_descriptor_t *dd = &udev->ud_ddesc; in auvitek_audio_attach()
65 nifaces = udev->ud_cdesc->bNumInterface; in auvitek_audio_attach()
68 ifaces[i] = &udev->ud_ifaces[i]; in auvitek_audio_attach()
71 uiaa.uiaa_device = udev; in auvitek_audio_attach()
76 uiaa.uiaa_configno = udev->ud_cdesc->bConfigurationValue; in auvitek_audio_attach()
/netbsd-src/external/gpl2/lvm2/dist/udev/
H A D12-dm-permissions.rules11 # user-edited udev rules (usually /etc/udev/rules.d).
14 # DM_UDEV_RULES_VSN - DM udev rules version
75 # listed at the beginning of this file (udev provides simple pattern matching by
76 # using *, ? and [] that you can use, see 'man udev' for more information).
H A D10-dm.rules.in10 # the actual DM names. Some udev environment variables are set
15 # DM_UDEV_RULES_VSN - DM udev rules version
27 # Decode udev control flags and set environment variables appropriately.
/netbsd-src/external/gpl2/lvm2/dist/
H A Dconfigure.in645 dnl -- Enable udev synchronisation
646 AC_MSG_CHECKING(whether to enable synchronisation with udev processing)
647 AC_ARG_ENABLE(udev_sync, [ --enable-udev_sync Enable synchronisation with udev processing],
652 AC_DEFINE([UDEV_SYNC_SUPPORT], 1, [Define to 1 to enable synchronisation with udev processing.])
655 dnl -- Enable udev rules
656 AC_MSG_CHECKING(whether to enable installation of udev rules required for synchronisation)
657 AC_ARG_ENABLE(udev_rules, [ --enable-udev_rules Install rule files needed for udev synchronisa…
662 dnl -- Check for libudev's udev_queue_get_udev_is_active function when udev synchronisation is enab…
665 AC_CHECK_LIB(udev, udev_queue_get_udev_is_active, HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE=yes,
952 [ --with-udev-prefix=UPREFIX Install udev rule files in UPREFIX [[EPREFIX]]],
[all …]
H A DMakefile23 SUBDIRS += udev
47 udev \
H A DMakefile.in23 SUBDIRS += udev
47 udev \
/netbsd-src/sys/external/bsd/drm/dist/
H A Dconfigure.ac41 AC_ARG_ENABLE(udev, AS_HELP_STRING([--enable-udev], optenable
42 [Enable support for using udev instead of mknod (default: disabled)]),
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-common.c1029 struct udev *udev; in _check_udev_is_running()
1033 if (!(udev = udev_new())) in _check_udev_is_running()
1036 if (!(udev_queue = udev_queue_new(udev))) { in _check_udev_is_running()
1037 udev_unref(udev); in _check_udev_is_running()
1046 udev_unref(udev); in _check_udev_is_running()
/netbsd-src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A DREADME29 6) I'm not sure if devfs will work with this or not. udev, however does work,
34 will be modifying the root filesystem before it has been fsck'ed. udev gets
/netbsd-src/external/intel-fw-public/iwl2030/dist/
H A DREADME.iwlwifi-2030-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl8000/dist/
H A DREADME.iwlwifi-8000-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl100/dist/
H A DREADME.iwlwifi-100-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl3160/dist/
H A DREADME.iwlwifi-3160-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl135/dist/
H A DREADME.iwlwifi-135-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl6000/dist/
H A DREADME.iwlwifi-6000-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl7260/dist/
H A DREADME.iwlwifi-7260-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl7265/dist/
H A DREADME.iwlwifi-7265-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/bsd/libfido2/dist/
H A DREADME.adoc73 On Linux, you may need to add a udev rule to be able to access the FIDO
74 device. For example, the udev rule may contain the following:
77 #udev rule for allowing HID access to Yubico devices for FIDO support.
/netbsd-src/external/intel-fw-public/iwl105/dist/
H A DREADME.iwlwifi-105-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl6050/dist/
H A DREADME.iwlwifi-6050-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.
/netbsd-src/external/intel-fw-public/iwl8265/dist/
H A DREADME.iwlwifi-8265-ucode50 must also have a working udev and uevent infrastructure configured.
51 The steps for installing and configuring udev are very
60 udev scripts of your distro, the default is /lib/firmware.

123