Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c162 struct libusb20_device *adev = _adev->os_priv; in libusb_hotplug_scan()
165 if (adev->bus_number != bdev->bus_number) in libusb_hotplug_scan()
167 if (adev->device_address != bdev->device_address) in libusb_hotplug_scan()
169 if (memcmp(&adev->ddesc, &bdev->ddesc, sizeof(adev->ddesc))) in libusb_hotplug_scan()
171 if (memcmp(&adev->session_data, &bdev->session_data, sizeof(adev->session_data))) in libusb_hotplug_scan()
221 libusb_device *adev; in libusb_hotplug_register_callback()
271 while ((adev = TAILQ_FIRST(&ctx->hotplug_devs)) != NULL) {
272 TAILQ_REMOVE(&ctx->hotplug_devs, adev, hotplug_entr
55 struct libusb20_device *adev = _adev->os_priv; libusb_hotplug_equal() local
113 libusb_device *adev; libusb_hotplug_scan() local
191 struct libusb_device *adev; libusb_hotplug_register_callback() local
[all...]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c114 void _bnxt_re_remove(struct auxiliary_device *adev);
1076 static int bnxt_re_handle_start(struct auxiliary_device *adev) in bnxt_re_handle_start() argument
1078 struct bnxt_re_en_dev_info *en_info = auxiliary_get_drvdata(adev); in bnxt_re_handle_start()
1093 __func__, adev, en_info->rdev); in bnxt_re_handle_start()
1105 en_info->num_msix_requested, adev); in bnxt_re_handle_start()
1119 rdev->adev = adev; in bnxt_re_handle_start()
1187 NULL, netdev, rdev->adev); in bnxt_re_stop()
1197 bnxt_re_remove_device(rdev, BNXT_RE_PRE_RECOVERY_REMOVE, rdev->adev); in bnxt_re_stop()
1235 bnxt_re_remove_device(rdev, BNXT_RE_COMPLETE_REMOVE, rdev->adev); in bnxt_re_shutdown()
1383 rdev->adev); in bnxt_re_register_netdev()
[all …]
H A Dbnxt_re.h211 struct auxiliary_device *adev; member
509 struct auxiliary_device *adev; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c468 struct auxiliary_device *adev; in bnxt_rdma_aux_device_del() local
470 adev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_del()
471 auxiliary_device_delete(adev); in bnxt_rdma_aux_device_del()
472 auxiliary_device_uninit(adev); in bnxt_rdma_aux_device_del()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dacpi.h44 static inline void acpi_dev_put(struct acpi_device *adev) {} in acpi_dev_put() argument
/freebsd/sys/geom/
H A Dgeom_dev.c352 struct cdev *dev, *adev; in g_dev_taste() local
410 error = make_dev_alias_p(MAKEDEV_CHECKNAME | MAKEDEV_WAITOK, &adev, dev, in g_dev_taste()
/freebsd/sys/dev/usb/
H A Dusb_device.c1758 struct usb_device *adev; in usb_alloc_device() local
1856 adev = udev; in usb_alloc_device()
1863 udev->hs_port_no = adev->port_no; in usb_alloc_device()
1866 adev = hub; in usb_alloc_device()
/freebsd/sys/dev/axgbe/
H A Dxgbe.h1014 struct acpi_device *adev; member
/freebsd/sys/dev/acpica/
H A Dacpi.c837 struct acpi_device *adev = device_get_ivars(child); in acpi_print_child() local
838 struct resource_list *rl = &adev->ad_rl; in acpi_print_child()