opnsense-src/sys/dev/usb
Warner Losh df365278e0 Create wrapper for Giant taken for newbus
Create a wrapper for newbus to take giant and for busses to take it too.
bus_topo_lock() should be called before interacting with newbus routines
and unlocked with bus_topo_unlock(). If you need the topology lock for
some reason, bus_topo_mtx() will provide that.

Sponsored by:		Netflix
Reviewed by:		mav
Differential Revision:	https://reviews.freebsd.org/D31831

(cherry picked from commit c6df6f5322)
2022-12-13 10:56:28 +01:00
..
controller Create wrapper for Giant taken for newbus 2022-12-13 10:56:28 +01:00
gadget
input wmt(4): Adapt to recent KPI changes 2021-09-22 02:36:18 +03:00
misc Fix typo on "Celsius" 2021-12-06 08:55:55 -07:00
net Create wrapper for Giant taken for newbus 2022-12-13 10:56:28 +01:00
quirk
serial u3g(4): Add more USB IDs. 2022-10-17 08:25:37 +02:00
storage usb(4): Automagically apply all quirks for USB mass storage devices. 2022-03-03 15:41:12 +01:00
template
video
wlan rsu: add KASSERT to document maximum mbuf size in rsu_tx_start 2022-02-09 12:28:42 -05:00
ufm_ioctl.h
uftdiio.h
uled_ioctl.h
usb.h Narrow down the probe range for if_ure(4) compatible devices 2021-07-10 21:17:29 +02:00
usb_bus.h
usb_busdma.c Fix busdma resource leak on usb device detach. 2021-10-06 09:36:02 -06:00
usb_busdma.h Fix busdma resource leak on usb device detach. 2021-10-06 09:36:02 -06:00
usb_cdc.h
usb_controller.h
usb_core.c
usb_core.h
usb_debug.c Update usb_timings_sysctl_handler() to accept any value for timings between 2021-06-02 13:25:20 +02:00
usb_debug.h
usb_dev.c usb(4): Fix for use after free in combination with EVDEV_SUPPORT. 2021-11-02 09:37:25 +01:00
usb_dev.h
usb_device.c Create wrapper for Giant taken for newbus 2022-12-13 10:56:28 +01:00
usb_device.h
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_fdt_support.c
usb_fdt_support.h
usb_freebsd.h
usb_freebsd_loader.h
usb_generic.c usb(4): Factor out the usb_check_request() function. 2022-03-17 13:23:32 +01:00
usb_generic.h
usb_handle_request.c
usb_hid.c
usb_hub.c usb(4): Don't skip calling uhub_explore_sub() even on HUB port errors. 2022-03-09 21:05:43 +01:00
usb_hub.h
usb_hub_acpi.c
usb_hub_private.h
usb_if.m
usb_ioctl.h
usb_lookup.c
usb_mbuf.c
usb_mbuf.h
usb_msctest.c usb(4): Automagically apply all quirks for USB mass storage devices. 2022-03-03 15:41:12 +01:00
usb_msctest.h usb(4): Automagically apply all quirks for USB mass storage devices. 2022-03-03 15:41:12 +01:00
usb_parse.c
usb_pci.h
usb_pf.c
usb_pf.h
usb_process.c
usb_process.h
usb_request.c
usb_request.h
usb_transfer.c Factor out repeated code in the USB controller drivers to avoid bugs 2022-03-17 13:25:56 +01:00
usb_transfer.h Factor out repeated code in the USB controller drivers to avoid bugs 2022-03-17 13:25:56 +01:00
usb_util.c usb(4): Factor out the usb_check_request() function. 2022-03-17 13:23:32 +01:00
usb_util.h usb(4): Factor out the usb_check_request() function. 2022-03-17 13:23:32 +01:00
usbdevs u3g(4): Add more USB IDs. 2022-10-17 08:25:37 +02:00
usbdi.h
usbdi_util.h
usbhid.h