Searched refs:dev (Results 51 - 75 of 6298) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.h35 #include <dev/bhnd/bhnd.h>
36 #include <dev/bhnd/nvram/bhnd_nvram.h>
/freebsd-11-stable/sys/dev/usb/
H A Dusb_pci.h35 #include <dev/pci/pcireg.h>
36 #include <dev/pci/pcivar.h>
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dxkeyboard-variants.sh36 echo $line | grep '! ' >/dev/null 2>/dev/null
47 echo $line | grep '! variant' >/dev/null 2>/dev/null
/freebsd-11-stable/tools/test/iconv/tablegen/
H A Dcmp.sh4 diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c25 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_core/mlx5_mpfs.c 359542 2020-04-01 22:45:33Z kib $
31 #include <dev/mlx5/mlx5_ifc.h>
32 #include <dev/mlx5/device.h>
33 #include <dev/mlx5/mpfs.h>
34 #include <dev/mlx5/driver.h>
38 #define MPFS_LOCK(dev) spin_lock(&(dev)->mpfs.spinlock)
39 #define MPFS_UNLOCK(dev) spin_unlock(&(dev)->mpfs.spinlock)
42 mlx5_mpfs_add_mac(struct mlx5_core_dev *dev, u3 argument
87 mlx5_mpfs_del_mac(struct mlx5_core_dev *dev, u32 index) argument
112 mlx5_mpfs_init(struct mlx5_core_dev *dev) argument
121 mlx5_mpfs_destroy(struct mlx5_core_dev *dev) argument
[all...]
H A Dmlx5_health.c25 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_core/mlx5_health.c 369093 2021-01-22 12:49:42Z hselasky $
34 #include <dev/mlx5/driver.h>
35 #include <dev/mlx5/mlx5_ifc.h>
67 static int lock_sem_sw_reset(struct mlx5_core_dev *dev) argument
72 ret = -mlx5_vsc_lock(dev);
74 mlx5_core_warn(dev, "Timed out locking gateway %d\n", ret);
78 ret = -mlx5_vsc_lock_addr_space(dev, MLX5_SEMAPHORE_SW_RESET);
81 mlx5_core_dbg(dev,
84 mlx5_core_warn(dev,
89 mlx5_vsc_unlock(dev);
94 unlock_sem_sw_reset(struct mlx5_core_dev *dev) argument
113 mlx5_get_nic_state(struct mlx5_core_dev *dev) argument
118 mlx5_set_nic_state(struct mlx5_core_dev *dev, u8 state) argument
128 sensor_fw_synd_rfr(struct mlx5_core_dev *dev) argument
142 struct mlx5_core_dev *dev = local
165 sensor_pci_no_comm(struct mlx5_core_dev *dev) argument
174 sensor_nic_disabled(struct mlx5_core_dev *dev) argument
179 sensor_nic_sw_reset(struct mlx5_core_dev *dev) argument
184 check_fatal_sensors(struct mlx5_core_dev *dev) argument
200 reset_fw_if_needed(struct mlx5_core_dev *dev) argument
237 mlx5_health_allow_reset(struct mlx5_core_dev *dev) argument
265 mlx5_enter_error_state(struct mlx5_core_dev *dev, bool force) argument
334 mlx5_handle_bad_state(struct mlx5_core_dev *dev) argument
367 struct mlx5_core_dev *dev; local
410 get_recovery_delay(struct mlx5_core_dev *dev) argument
421 struct mlx5_core_dev *dev; local
457 mlx5_trigger_health_work(struct mlx5_core_dev *dev) argument
502 print_health_info(struct mlx5_core_dev *dev) argument
543 struct mlx5_core_dev *dev; local
594 mlx5_trigger_health_watchdog(struct mlx5_core_dev *dev) argument
610 struct mlx5_core_dev *dev = (struct mlx5_core_dev *)data; local
644 mlx5_start_health_poll(struct mlx5_core_dev *dev) argument
664 mlx5_stop_health_poll(struct mlx5_core_dev *dev, bool disable_health) argument
680 mlx5_drain_health_wq(struct mlx5_core_dev *dev) argument
695 mlx5_drain_health_recovery(struct mlx5_core_dev *dev) argument
706 mlx5_health_cleanup(struct mlx5_core_dev *dev) argument
715 mlx5_health_init(struct mlx5_core_dev *dev) argument
[all...]
H A Dmlx5_main.c25 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_core/mlx5_main.c 369092 2021-01-22 12:49:39Z hselasky $
37 #include <dev/mlx5/driver.h>
38 #include <dev/mlx5/cq.h>
39 #include <dev/mlx5/qp.h>
40 #include <dev/mlx5/srq.h>
41 #include <dev/mlx5/mpfs.h>
42 #include <dev/mlx5/vport.h>
44 #include <dev/mlx5/mlx5_ifc.h>
45 #include <dev/mlx5/mlx5_fpga/core.h>
46 #include <dev/mlx
188 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
215 mlx5_pci_read_power_status(struct mlx5_core_dev *dev, u16 *p_power, u8 *p_status) argument
230 mlx5_pci_enable_device(struct mlx5_core_dev *dev) argument
246 mlx5_pci_disable_device(struct mlx5_core_dev *dev) argument
260 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
280 mlx5_enable_msix(struct mlx5_core_dev *dev) argument
315 mlx5_disable_msix(struct mlx5_core_dev *dev) argument
337 to_fw_pkey_sz(struct mlx5_core_dev *dev, u32 size) argument
358 mlx5_core_get_caps_mode(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type, enum mlx5_cap_mode cap_mode) argument
404 mlx5_core_get_caps(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type) argument
415 set_caps(struct mlx5_core_dev *dev, void *in, int in_sz) argument
424 handle_hca_cap(struct mlx5_core_dev *dev) argument
469 handle_hca_cap_atomic(struct mlx5_core_dev *dev) argument
510 set_hca_ctrl(struct mlx5_core_dev *dev) argument
528 mlx5_core_enable_hca(struct mlx5_core_dev *dev, u16 func_id) argument
538 mlx5_core_disable_hca(struct mlx5_core_dev *dev) argument
547 mlx5_core_set_issi(struct mlx5_core_dev *dev) argument
597 mlx5_vector2eqn(struct mlx5_core_dev *dev, int vector, int *eqn, int *irqn) argument
618 free_comp_eqs(struct mlx5_core_dev *dev) argument
636 alloc_comp_eqs(struct mlx5_core_dev *dev) argument
672 map_bf_area(struct mlx5_core_dev *dev) argument
682 unmap_bf_area(struct mlx5_core_dev *dev) argument
688 fw_initializing(struct mlx5_core_dev *dev) argument
693 wait_fw_init(struct mlx5_core_dev *dev, u32 max_wait_mili, u32 warn_time_mili) argument
726 struct mlx5_core_dev *dev = container_of(priv, struct mlx5_core_dev, priv); local
749 struct mlx5_core_dev *dev = container_of(priv, struct mlx5_core_dev, priv); local
764 mlx5_register_device(struct mlx5_core_dev *dev) argument
779 mlx5_unregister_device(struct mlx5_core_dev *dev) argument
847 mlx5_firmware_update(struct mlx5_core_dev *dev) argument
866 mlx5_pci_init(struct mlx5_core_dev *dev, struct mlx5_priv *priv) argument
922 mlx5_pci_close(struct mlx5_core_dev *dev, struct mlx5_priv *priv) argument
933 mlx5_init_once(struct mlx5_core_dev *dev, struct mlx5_priv *priv) argument
983 mlx5_cleanup_once(struct mlx5_core_dev *dev) argument
994 mlx5_load_one(struct mlx5_core_dev *dev, struct mlx5_priv *priv, bool boot) argument
1210 mlx5_unload_one(struct mlx5_core_dev *dev, struct mlx5_priv *priv, bool cleanup) argument
1257 mlx5_core_event(struct mlx5_core_dev *dev, enum mlx5_dev_event event, unsigned long param) argument
1305 struct mlx5_core_dev *dev; local
1645 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1671 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1689 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1714 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1754 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1778 mlx5_iov_init(device_t dev, uint16_t num_vfs, const nvlist_t *pf_config) argument
1798 mlx5_iov_uninit(device_t dev) argument
1812 mlx5_iov_add_vf(device_t dev, uint16_t vfnum, const nvlist_t *vf_config) argument
1879 mlx5_try_fast_unload(struct mlx5_core_dev *dev) argument
1939 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1995 mlx5_disable_device(struct mlx5_core_dev *dev) argument
2000 mlx5_recover_device(struct mlx5_core_dev *dev) argument
[all...]
/freebsd-11-stable/sbin/sunlabel/
H A Druntest.sh7 trap "exec 7</dev/null; rm -f ${TMP}* ; mdconfig -d -u ${MD}" EXIT INT TERM
11 dd if=/dev/$MD of=${TMP}i0 count=16 > /dev/null 2>&1
23 if [ -c /dev/${MD}a ] ; then
32 true > /dev/${MD}
33 if [ -c /dev/${MD}a ] ; then
40 dd if=/dev/$MD of=${TMP}i1 count=16 > /dev/null 2>&1
50 dd if=/dev/$MD of=${TMP}i2 count=16 > /dev/nul
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drv.c35 #include "dev/drm/drmP.h"
36 #include "dev/drm/drm.h"
37 #include "dev/drm/radeon_drm.h"
38 #include "dev/drm/radeon_drv.h"
39 #include "dev/drm/drm_pciids.h"
48 static void radeon_configure(struct drm_device *dev) argument
50 dev->driver->driver_features =
54 dev->driver->buf_priv_size = sizeof(drm_radeon_buf_priv_t);
55 dev->driver->load = radeon_driver_load;
56 dev
91 struct drm_device *dev = device_get_softc(kdev); local
104 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dmach64_irq.c41 #include "dev/drm/drmP.h"
42 #include "dev/drm/drm.h"
43 #include "dev/drm/mach64_drm.h"
44 #include "dev/drm/mach64_drv.h"
48 struct drm_device *dev = arg; local
49 drm_mach64_private_t *dev_priv = dev->dev_private;
68 drm_handle_vblank(dev, 0);
74 u32 mach64_get_vblank_counter(struct drm_device * dev, int crtc) argument
76 const drm_mach64_private_t *const dev_priv = dev->dev_private;
84 int mach64_enable_vblank(struct drm_device * dev, in argument
104 mach64_disable_vblank(struct drm_device * dev, int crtc) argument
118 mach64_disable_vblank_local(struct drm_device * dev, int crtc) argument
136 mach64_driver_irq_preinstall(struct drm_device * dev) argument
147 mach64_driver_irq_postinstall(struct drm_device * dev) argument
152 mach64_driver_irq_uninstall(struct drm_device * dev) argument
[all...]
H A Dsavage_drv.c32 #include "dev/drm/drmP.h"
33 #include "dev/drm/drm.h"
34 #include "dev/drm/savage_drm.h"
35 #include "dev/drm/savage_drv.h"
36 #include "dev/drm/drm_pciids.h"
43 static void savage_configure(struct drm_device *dev) argument
45 dev->driver->driver_features =
49 dev->driver->buf_priv_size = sizeof(drm_savage_buf_priv_t);
50 dev->driver->load = savage_driver_load;
51 dev
77 struct drm_device *dev = device_get_softc(kdev); local
90 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dr128_drv.c37 #include "dev/drm/drmP.h"
38 #include "dev/drm/drm.h"
39 #include "dev/drm/r128_drm.h"
40 #include "dev/drm/r128_drv.h"
41 #include "dev/drm/drm_pciids.h"
48 static void r128_configure(struct drm_device *dev) argument
50 dev->driver->driver_features =
54 dev->driver->buf_priv_size = sizeof(drm_r128_buf_priv_t);
55 dev->driver->load = r128_driver_load;
56 dev
87 struct drm_device *dev = device_get_softc(kdev); local
97 r128_driver_load(struct drm_device * dev, unsigned long flags) argument
105 struct drm_device *dev = device_get_softc(kdev); local
[all...]
/freebsd-11-stable/sys/dev/iicbus/
H A Diicbb.c56 #include <dev/ofw/ofw_bus.h>
57 #include <dev/ofw/ofw_bus_subr.h>
58 #include <dev/fdt/fdt_common.h>
61 #include <dev/iicbus/iiconf.h>
62 #include <dev/iicbus/iicbus.h>
64 #include <dev/smbus/smbconf.h>
86 static int iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs);
128 iicbb_probe(device_t dev) argument
130 device_set_desc(dev, "I2C bit-banging driver");
136 iicbb_attach(device_t dev) argument
150 iicbb_detach(device_t dev) argument
161 iicbb_get_node(device_t bus, device_t dev) argument
170 iicbb_child_detached( device_t dev, device_t child ) argument
179 iicbb_print_child(device_t bus, device_t dev) argument
230 iicbb_setscl(device_t dev, int val, int timeout) argument
247 iicbb_one(device_t dev, int timeout) argument
258 iicbb_zero(device_t dev, int timeout) argument
283 iicbb_ack(device_t dev, int timeout) argument
306 iicbb_sendbyte(device_t dev, u_char data, int timeout) argument
322 iicbb_readbyte(device_t dev, int last, int timeout) argument
346 iicbb_callback(device_t dev, int index, caddr_t data) argument
352 iicbb_reset(device_t dev, u_char speed, u_char addr, u_char *oldaddr) argument
358 iicbb_start(device_t dev, u_char slave, int timeout) argument
386 iicbb_stop(device_t dev) argument
399 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
423 iicbb_read(device_t dev, char * buf, int len, int *read, int last, int delay) argument
441 iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs) argument
[all...]
H A Diicoc.c43 #include <dev/iicbus/iiconf.h>
44 #include <dev/iicbus/iicbus.h>
45 #include <dev/iicbus/iicoc.h>
47 #include <dev/pci/pcireg.h>
48 #include <dev/pci/pcivar.h>
61 static int iicoc_start(device_t dev, u_char slave, int timeout);
62 static int iicoc_stop(device_t dev);
63 static int iicoc_read(device_t dev, char *buf,
65 static int iicoc_write(device_t dev, const char *buf,
67 static int iicoc_repeated_start(device_t dev, u_cha
70 device_t dev; /* Self */ member in struct:iicoc_softc
83 iicoc_dev_write(device_t dev, int reg, int value) argument
92 iicoc_dev_read(device_t dev, int reg) argument
103 iicoc_wait_on_status(device_t dev, uint8_t bit) argument
116 iicoc_rd_cmd(device_t dev, uint8_t cmd) argument
130 iicoc_wr_cmd(device_t dev, uint8_t data, uint8_t cmd) argument
143 iicoc_wr_ack_cmd(device_t dev, uint8_t data, uint8_t cmd) argument
156 iicoc_init(device_t dev) argument
177 iicoc_probe(device_t dev) argument
199 iicoc_attach(device_t dev) argument
229 iicoc_detach(device_t dev) argument
238 iicoc_start(device_t dev, u_char slave, int timeout) argument
276 iicoc_stop(device_t dev) argument
291 iicoc_write(device_t dev, const char *buf, int len, int *sent, int timeout ) argument
321 iicoc_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
347 iicoc_reset(device_t dev, u_char speed, u_char addr, u_char *oldadr) argument
360 iicoc_repeated_start(device_t dev, u_char slave, int timeout) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal.h32 #include <dev/nxge/include/xge-defs.h>
33 #include <dev/nxge/include/xge-os-pal.h>
34 #include <dev/nxge/include/xge-debug.h>
35 #include <dev/nxge/include/xgehal-types.h>
36 #include <dev/nxge/include/xgehal-driver.h>
37 #include <dev/nxge/include/xgehal-config.h>
38 #include <dev/nxge/include/xgehal-device.h>
39 #include <dev/nxge/include/xgehal-channel.h>
40 #include <dev/nxge/include/xgehal-fifo.h>
41 #include <dev/nxg
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c39 #include <dev/drm2/drmP.h>
42 #define vblanktimestamp(dev, crtc, count) ( \
43 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \
69 int drm_irq_by_busid(struct drm_device *dev, void *data, argument
74 if (!dev->driver->bus->irq_by_busid)
77 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
80 return dev->driver->bus->irq_by_busid(dev, p);
86 static void clear_vblank_timestamps(struct drm_device *dev, int crtc) argument
88 memset(&dev
98 vblank_disable_and_save(struct drm_device *dev, int crtc) argument
167 struct drm_device *dev = (struct drm_device *)arg; local
184 drm_vblank_cleanup(struct drm_device *dev) argument
209 drm_vblank_init(struct drm_device *dev, int num_crtcs) argument
286 drm_irq_install(struct drm_device *dev) argument
365 drm_irq_uninstall(struct drm_device *dev) argument
417 drm_control(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
545 drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, int crtc, int *max_error, struct timeval *vblank_time, unsigned flags, struct drm_crtc *refcrtc) argument
726 drm_get_last_vbltimestamp(struct drm_device *dev, int crtc, struct timeval *tvblank, unsigned flags) argument
760 drm_vblank_count(struct drm_device *dev, int crtc) argument
780 drm_vblank_count_and_time(struct drm_device *dev, int crtc, struct timeval *vblanktime) argument
800 send_vblank_event(struct drm_device *dev, struct drm_pending_vblank_event *e, unsigned long seq, struct timeval *now) argument
825 drm_send_vblank_event(struct drm_device *dev, int crtc, struct drm_pending_vblank_event *e) argument
857 drm_update_vblank_count(struct drm_device *dev, int crtc) argument
916 drm_vblank_get(struct drm_device *dev, int crtc) argument
962 drm_vblank_put(struct drm_device *dev, int crtc) argument
982 drm_vblank_off(struct drm_device *dev, int crtc) argument
1020 drm_vblank_pre_modeset(struct drm_device *dev, int crtc) argument
1040 drm_vblank_post_modeset(struct drm_device *dev, int crtc) argument
1070 drm_modeset_ctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
1109 drm_queue_vblank_event(struct drm_device *dev, int pipe, union drm_wait_vblank *vblwait, struct drm_file *file_priv) argument
1192 drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
1304 drm_handle_vblank_events(struct drm_device *dev, int crtc) argument
1341 drm_handle_vblank(struct drm_device *dev, int crtc) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dcmd.h32 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_fpga/cmd.h 341966 2018-12-12 12:54:43Z hselasky $
39 #include <dev/mlx5/driver.h>
40 #include <dev/mlx5/mlx5io.h>
61 int mlx5_fpga_caps(struct mlx5_core_dev *dev);
62 int mlx5_fpga_query(struct mlx5_core_dev *dev, struct mlx5_fpga_query *query);
63 int mlx5_fpga_query_mtmp(struct mlx5_core_dev *dev,
65 int mlx5_fpga_ctrl_op(struct mlx5_core_dev *dev, u8 op);
66 int mlx5_fpga_access_reg(struct mlx5_core_dev *dev, u8 size, u64 addr,
68 int mlx5_fpga_sbu_caps(struct mlx5_core_dev *dev, void *caps, int size);
69 int mlx5_fpga_load(struct mlx5_core_dev *dev, enu
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh43 if [ -e "/dev/${MPART}" ] ; then
44 rc_nohalt "mount /dev/${MPART} ${FSMNT}"
55 mount -t devfs devfs ${FSMNT}/dev
62 chroot ${FSMNT} umount /proc >/dev/null 2>/dev/null
63 chroot ${FSMNT} umount /compat/linux/proc >/dev/null 2>/dev/null
72 cp ${FSMNT}${i} ${FSMNT}${i}.preUpgrade >/dev/null 2>/dev/null
76 rm -rf ${FSMNT}/etc/rc.d >/dev/nul
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_if_dwc.c38 #include <dev/dwc/if_dwc.h>
39 #include <dev/dwc/if_dwcvar.h>
40 #include <dev/ofw/ofw_bus.h>
41 #include <dev/ofw/ofw_bus_subr.h>
44 #include <dev/extres/clk/clk.h>
45 #include <dev/extres/regulator/regulator.h>
50 a20_if_dwc_probe(device_t dev) argument
53 if (!ofw_bus_status_okay(dev))
55 if (!ofw_bus_is_compatible(dev, "allwinner,sun7i-a20-gmac"))
57 device_set_desc(dev, "A2
63 a20_if_dwc_init(device_t dev) argument
114 a20_if_dwc_mac_type(device_t dev) argument
121 a20_if_dwc_mii_clk(device_t dev) argument
[all...]
/freebsd-11-stable/sys/mips/malta/
H A Dgtvar.h33 device_t dev; member in struct:gt_softc
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_7240.h31 extern int ar7240_probe(device_t dev);
H A Darswitch_9340.h32 extern int ar9340_probe(device_t dev);
H A Darswitch_phy.h31 extern int arswitch_readphy_external(device_t dev, int phy, int reg);
32 extern int arswitch_writephy_external(device_t dev, int phy, int reg, int data);
34 extern int arswitch_readphy_internal(device_t dev, int phy, int reg);
35 extern int arswitch_writephy_internal(device_t dev, int phy, int reg, int data);
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg_hisi.c38 #include <dev/ofw/ofw_bus_subr.h>
40 #include <dev/usb/usb.h>
41 #include <dev/usb/usbdi.h>
43 #include <dev/usb/usb_busdma.h>
44 #include <dev/usb/usb_process.h>
46 #include <dev/usb/usb_controller.h>
47 #include <dev/usb/usb_bus.h>
49 #include <dev/usb/controller/dwc_otg.h>
50 #include <dev/usb/controller/dwc_otg_fdt.h>
56 hisi_dwc_otg_probe(device_t dev) argument
71 hisi_dwc_otg_attach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm283x_dwc_fdt.c38 #include <dev/ofw/ofw_bus_subr.h>
40 #include <dev/usb/usb.h>
41 #include <dev/usb/usbdi.h>
43 #include <dev/usb/usb_busdma.h>
44 #include <dev/usb/usb_process.h>
46 #include <dev/usb/usb_controller.h>
47 #include <dev/usb/usb_bus.h>
49 #include <dev/usb/controller/dwc_otg.h>
50 #include <dev/usb/controller/dwc_otg_fdt.h>
64 bcm283x_dwc_otg_probe(device_t dev) argument
79 bcm283x_dwc_otg_attach(device_t dev) argument
[all...]

Completed in 144 milliseconds

1234567891011>>