Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c164 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_entr in libusb_hotplug_scan()
347 struct libusb_device *adev; libusb_hotplug_register_callback() local
[all...]
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dacpi.c17 struct acpi_device *adev = ACPI_COMPANION(dev); in brcmf_acpi_probe() local
19 if (!adev) in brcmf_acpi_probe()
22 if (!ACPI_FAILURE(acpi_dev_get_property(adev, "module-instance", in brcmf_acpi_probe()
33 status = acpi_evaluate_object(adev->handle, "RWCV", NULL, &buf); in brcmf_acpi_probe()
H A Dbcmsdh.c1012 struct acpi_device *adev; in brcmf_sdiod_acpi_save_power_manageable() local
1014 adev = ACPI_COMPANION(&sdiodev->func1->dev); in brcmf_sdiod_acpi_save_power_manageable()
1015 if (adev) in brcmf_sdiod_acpi_save_power_manageable()
1016 sdiodev->func1_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()
1018 adev = ACPI_COMPANION(&sdiodev->func2->dev); in brcmf_sdiod_acpi_save_power_manageable()
1019 if (adev) in brcmf_sdiod_acpi_save_power_manageable()
1020 sdiodev->func2_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()
1028 struct acpi_device *adev; in brcmf_sdiod_acpi_set_power_manageable() local
1030 adev = ACPI_COMPANION(&sdiodev->func1->dev); in brcmf_sdiod_acpi_set_power_manageable()
1031 if (adev) in brcmf_sdiod_acpi_set_power_manageable()
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c115 void _bnxt_re_remove(struct auxiliary_device *adev);
1058 static int bnxt_re_handle_start(struct auxiliary_device *adev) in __wait_for_ib_unregister()
1060 struct bnxt_re_en_dev_info *en_info = auxiliary_get_drvdata(adev); in __wait_for_ib_unregister()
1074 "%s: Device is already added adev %p rdev: %p\n", in __wait_for_ib_unregister()
1075 __func__, adev, en_info->rdev);
1086 en_info->num_msix_requested, adev); in bnxt_re_handle_start()
1100 rdev->adev = adev; in bnxt_re_handle_start()
1168 NULL, netdev, rdev->adev); in bnxt_re_stop()
1178 bnxt_re_remove_device(rdev, BNXT_RE_PRE_RECOVERY_REMOVE, rdev->adev); in bnxt_re_stop()
1076 bnxt_re_handle_start(struct auxiliary_device * adev) bnxt_re_handle_start() argument
4008 bnxt_re_schedule_work(struct bnxt_re_dev * rdev,unsigned long event,struct ifnet * vlan_dev,struct ifnet * netdev,struct auxiliary_device * adev) bnxt_re_schedule_work() argument
4279 bnxt_re_remove_base_interface(struct bnxt_re_dev * rdev,struct auxiliary_device * adev) bnxt_re_remove_base_interface() argument
4298 bnxt_re_remove(struct auxiliary_device * adev) bnxt_re_remove() argument
4353 _bnxt_re_remove(struct auxiliary_device * adev) _bnxt_re_remove() argument
4370 bnxt_re_probe(struct auxiliary_device * adev,const struct auxiliary_device_id * id) bnxt_re_probe() argument
[all...]
H A Dbnxt_re.h211 struct auxiliary_device *adev; member
509 struct auxiliary_device *adev; member
/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/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c507 struct auxiliary_device *adev; in bnxt_rdma_aux_device_add()
509 adev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_add()
510 auxiliary_device_delete(adev); in bnxt_rdma_aux_device_add()
511 auxiliary_device_uninit(adev); in bnxt_rdma_aux_device_add()
472 struct auxiliary_device *adev; bnxt_rdma_aux_device_del() local
/freebsd/sys/geom/
H A Dgeom_dev.c353 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 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.c958 struct acpi_device *adev = device_get_ivars(child); in acpi_print_child() local
959 struct resource_list *rl = &adev->ad_rl; in acpi_print_child()