Searched refs:adev (Results 1 – 9 of 9) sorted by relevance
| /freebsd/lib/libusb/ |
| H A D | libusb10_hotplug.c | 164 struct libusb20_device *adev = _adev->os_priv; in libusb_hotplug_equal() local 167 if (adev->bus_number != bdev->bus_number) in libusb_hotplug_equal() 169 if (adev->device_address != bdev->device_address) in libusb_hotplug_equal() 171 if (memcmp(&adev->ddesc, &bdev->ddesc, sizeof(adev->ddesc))) in libusb_hotplug_equal() 173 if (memcmp(&adev->session_data, &bdev->session_data, sizeof(adev->session_data))) in libusb_hotplug_equal() 223 libusb_device *adev; in libusb_hotplug_scan() local 273 while ((adev = TAILQ_FIRST(&ctx->hotplug_devs)) != NULL) { in libusb_hotplug_scan() 274 TAILQ_REMOVE(&ctx->hotplug_devs, adev, hotplug_entry); in libusb_hotplug_scan() 275 libusb_unref_device(adev); in libusb_hotplug_scan() 293 TAILQ_FOREACH_SAFE(adev, &ctx->hotplug_devs, hotplug_entry, temp) { in libusb_hotplug_scan() [all …]
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | main.c | 114 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() 1104 en_info->num_msix_requested, adev); in bnxt_re_handle_start() 1118 rdev->adev = adev; in bnxt_re_handle_start() 1186 NULL, netdev, rdev->adev); in bnxt_re_stop() 1196 bnxt_re_remove_device(rdev, BNXT_RE_PRE_RECOVERY_REMOVE, rdev->adev); in bnxt_re_stop() 1234 bnxt_re_remove_device(rdev, BNXT_RE_COMPLETE_REMOVE, rdev->adev); in bnxt_re_shutdown() 1382 rdev->adev); in bnxt_re_register_netdev() [all …]
|
| H A D | bnxt_re.h | 211 struct auxiliary_device *adev; member 509 struct auxiliary_device *adev; member
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | acpi.h | 44 static inline void acpi_dev_put(struct acpi_device *adev) {} in acpi_dev_put() argument
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_ulp.c | 472 struct auxiliary_device *adev; in bnxt_rdma_aux_device_del() local 474 adev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_del() 475 auxiliary_device_delete(adev); in bnxt_rdma_aux_device_del() 476 auxiliary_device_uninit(adev); in bnxt_rdma_aux_device_del()
|
| /freebsd/sys/geom/ |
| H A D | geom_dev.c | 353 struct cdev *dev, *adev; in g_dev_taste() local 411 error = make_dev_alias_p(MAKEDEV_CHECKNAME | MAKEDEV_WAITOK, &adev, dev, in g_dev_taste()
|
| /freebsd/sys/dev/usb/ |
| H A D | usb_device.c | 1758 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 D | xgbe.h | 1014 struct acpi_device *adev; member
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi.c | 957 struct acpi_device *adev = device_get_ivars(child); in acpi_print_child() local 958 struct resource_list *rl = &adev->ad_rl; in acpi_print_child()
|