Searched refs:adev (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libusb/ |
H A D | libusb10_hotplug.c | 162 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 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() 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 D | bnxt_re.h | 211 struct auxiliary_device *adev; member 509 struct auxiliary_device *adev; member
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_ulp.c | 468 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 D | acpi.h | 44 static inline void acpi_dev_put(struct acpi_device *adev) {} in acpi_dev_put() argument
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 352 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 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 | 837 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()
|