Searched refs:dev (Results 51 - 75 of 6298) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dport_buffer.h25 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_en/port_buffer.h 369094 2021-01-22 12:49:45Z hselasky $
32 #include <dev/mlx5/port.h>
H A Den.h25 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_en/en.h 369088 2021-01-22 12:49:25Z git2svn $
64 #include <dev/mlx5/driver.h>
65 #include <dev/mlx5/qp.h>
66 #include <dev/mlx5/cq.h>
67 #include <dev/mlx5/port.h>
68 #include <dev/mlx5/vport.h>
69 #include <dev/mlx5/diagnostics.h>
71 #include <dev/mlx5/mlx5_core/wq.h>
72 #include <dev/mlx5/mlx5_core/transobj.h>
73 #include <dev/mlx
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
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...]
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_fwdump.c27 __FBSDID("$FreeBSD: stable/11/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c 369096 2021-01-22 12:49:51Z hselasky $");
33 #include <dev/mlx5/driver.h>
34 #include <dev/mlx5/device.h>
35 #include <dev/mlx5/port.h>
36 #include <dev/mlx5/mlx5_core/mlx5_core.h>
37 #include <dev/mlx5/mlx5io.h>
38 #include <dev/mlx5/diagnostics.h>
65 device_t dev; local
87 dev = mdev->pdev->dev
253 device_t dev; local
320 device_t dev, bus; local
336 mlx5_eeprom_copyout(struct mlx5_core_dev *dev, struct mlx5_eeprom_get *eeprom_info) argument
384 mlx5_ctl_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td) argument
[all...]
H A Dmlx5_core.h25 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h 369102 2021-01-22 12:50:12Z hselasky $
35 #include <dev/mlxfw/mlxfw.h>
45 #define mlx5_core_dbg(dev, format, ...) \
47 (dev)->priv.name, __func__, __LINE__, curthread->td_proc->p_pid, \
50 #define mlx5_core_dbg_mask(dev, mask, format, ...) \
53 mlx5_core_dbg(dev, format, ##__VA_ARGS__); \
57 device_printf((_dev)->pdev->dev.bsddev, "ERR: ""%s:%d:(pid %d): " format, \
62 device_printf((_dev)->pdev->dev.bsddev, "WARN: ""%s:%d:(pid %d): " format, \
67 device_printf((_dev)->pdev->dev.bsddev, "INFO: ""%s:%d:(pid %d): " format, \
111 int mlx5_query_hca_caps(struct mlx5_core_dev *dev);
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c55 #include <dev/mlx4/driver.h>
56 #include <dev/mlx4/cmd.h>
57 #include <dev/mlx4/qp.h>
99 static int check_flow_steering_support(struct mlx4_dev *dev) argument
104 int dmfs = dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED;
108 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH)
110 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB)
113 (dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_DMFS_IPOIB)) &&
115 (dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_FS_EN));
116 if (ib_num_ports && mlx4_is_mfunc(dev)) {
124 num_ib_ports(struct mlx4_dev *dev) argument
138 struct net_device *dev; local
172 struct mlx4_dev *dev = ibdev->dev; local
205 struct mlx4_dev *dev = ibdev->dev; local
443 struct mlx4_ib_dev *dev = to_mdev(ibdev); local
590 struct mlx4_dev *dev = to_mdev(device)->dev; local
777 struct mlx4_ib_dev *dev = to_mdev(ibdev); local
984 mlx4_ib_SET_PORT(struct mlx4_ib_dev *dev, u8 port, int reset_qkey_viols, u32 cap_mask) argument
1047 struct mlx4_ib_dev *dev = to_mdev(ibdev); local
1155 struct mlx4_ib_dev *dev = to_mdev(context->device); local
1390 parse_flow_attr(struct mlx4_dev *dev, u32 qp_num, union ib_flow_spec *ib_spec, struct _rule_hw *mlx4_spec) argument
1648 __mlx4_ib_destroy_flow(struct mlx4_dev *dev, u64 reg_id) argument
1665 struct mlx4_dev *dev = to_mdev(qp->device)->dev; local
1685 mlx4_ib_add_dont_trap_rule(struct mlx4_dev *dev, struct ib_flow_attr *flow_attr, enum mlx4_net_trans_promisc_mode *type) argument
1742 struct mlx4_dev *dev = (to_mdev(qp->device))->dev; local
1883 struct mlx4_dev *dev = mdev->dev; local
1961 struct mlx4_dev *dev = mdev->dev; local
2020 init_node_data(struct mlx4_ib_dev *dev) argument
2061 struct mlx4_ib_dev *dev = local
2069 struct mlx4_ib_dev *dev = local
2077 struct mlx4_ib_dev *dev = local
2138 struct mlx4_ib_dev *dev = to_mdev(ibdev); local
2153 struct mlx4_ib_dev *dev = to_mdev(ibdev); local
2286 mlx4_ib_update_qps(struct mlx4_ib_dev *ibdev, struct net_device *dev, int port) argument
2341 mlx4_ib_scan_netdevs(struct mlx4_ib_dev *ibdev, struct net_device *dev, unsigned long event) argument
2373 struct net_device *dev = netdev_notifier_info_to_dev(ptr); local
2418 mlx4_ib_alloc_eqs(struct mlx4_dev *dev, struct mlx4_ib_dev *ibdev) argument
2449 mlx4_ib_free_eqs(struct mlx4_dev *dev, struct mlx4_ib_dev *ibdev) argument
2500 struct mlx4_ib_dev *dev = local
2508 mlx4_ib_add(struct mlx4_dev *dev) argument
2882 mlx4_ib_steer_qp_alloc(struct mlx4_ib_dev *dev, int count, int *qpn) argument
2898 mlx4_ib_steer_qp_free(struct mlx4_ib_dev *dev, u32 qpn, int count) argument
2945 mlx4_ib_remove(struct mlx4_dev *dev, void *ibdev_ptr) argument
2986 struct mlx4_dev *dev = ibdev->dev; local
3174 mlx4_ib_event(struct mlx4_dev *dev, void *ibdev_ptr, enum mlx4_dev_event event, unsigned long param) argument
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h48 #include <dev/mlx4/device.h>
49 #include <dev/mlx4/driver.h>
50 #include <dev/mlx4/doorbell.h>
51 #include <dev/mlx4/cmd.h>
52 #include <dev/mlx4/mlx4_core/fw_qos.h>
204 int (*verify)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
206 int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
222 &(mdev)->persist->pdev->dev, format, \
227 dev_err(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
229 dev_info(&(mdev)->persist->pdev->dev, forma
386 struct mlx4_dev *dev; member in struct:mlx4_eq
817 struct mlx4_dev *dev; member in struct:mlx4_port_info
831 struct mlx4_dev *dev; member in struct:mlx4_sense
859 struct mlx4_dev dev; member in struct:mlx4_priv
913 mlx4_priv(struct mlx4_dev *dev) argument
1375 mlx4_tlock(struct mlx4_dev *dev) argument
[all...]
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c1367 static int reg_supported(struct ib_device *dev) argument
1371 if ((dev->attrs.device_cap_flags & needed_flags) != needed_flags) {
1374 (unsigned long long)dev->attrs.device_cap_flags);
1378 (unsigned long long)dev->attrs.device_cap_flags);
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c196 * \param dev The XenBus bus instance to search for device children.
205 xenbusb_device_exists(device_t dev, const char *node) argument
212 if (device_get_children(dev, &kids, &count))
229 xenbusb_delete_child(device_t dev, device_t child) argument
246 device_delete_child(dev, child);
251 * \param dev The NewBus device representing this XenBus bus.
252 * \param child The NewBus device representing a child of dev%'s XenBus bus.
255 xenbusb_verify_device(device_t dev, device_t child) argument
263 xenbusb_delete_child(dev, child);
308 device_t dev; local
342 xenbusb_device_sysctl_init(device_t dev) argument
441 xenbusb_probe_children(device_t dev) argument
535 device_t dev = (device_t)arg; local
562 device_t dev; local
641 xenbusb_add_device(device_t dev, const char *type, const char *id) argument
739 xenbusb_attach(device_t dev, char *bus_node, u_int id_components) argument
795 xenbusb_resume(device_t dev) argument
861 xenbusb_print_child(device_t dev, device_t child) argument
874 xenbusb_read_ivar(device_t dev, device_t child, int index, uintptr_t *result) argument
904 xenbusb_write_ivar(device_t dev, device_t child, int index, uintptr_t value) argument
[all...]
H A Dxenbusvar.h115 * \param dev The XenBus device whose peer to query.
121 xenbus_get_otherend_state(device_t dev) argument
123 return (xenbus_read_driver_state(xenbus_get_otherend_path(dev)));
129 * \param dev The device granting access to the ring page.
141 * \note On error, \a dev will be switched to the XenbusStateClosing
143 * for \a dev in the XenStore.
145 int xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp);
149 * message in dev's device specific error node in the XenStore.
151 * \param dev The device which encountered the error.
156 void xenbus_dev_error(device_t dev, in
[all...]
H A Dxenbus.c68 * \param dev The XenBus device for which we are constructing an error path.
76 error_path(device_t dev) argument
79 + strlen(xenbus_get_node(dev)) + 1,M_XENBUS, M_WAITOK);
82 strcpy(path_buffer + strlen("error/"), xenbus_get_node(dev));
106 xenbus_dev_verror(device_t dev, int err, const char *fmt, va_list ap) argument
119 device_printf(dev, "Error %s\n", printf_buffer);
120 path_buffer = error_path(dev);
124 xenbus_get_node(dev), printf_buffer);
130 xenbus_get_node(dev), printf_buffer);
142 xenbus_dev_error(device_t dev, in argument
152 xenbus_dev_vfatal(device_t dev, int err, const char *fmt, va_list ap) argument
160 xenbus_dev_fatal(device_t dev, int err, const char *fmt, ...) argument
170 xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp) argument
198 xenbus_dev_is_online(device_t dev) argument
215 xenbus_localend_changed(device_t dev, const char *path) argument
[all...]
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c33 __FBSDID("$FreeBSD: stable/11/sys/dev/xen/xenstore/xenstore.c 369072 2021-01-21 09:14:50Z royger $");
1122 * \param dev
1125 xs_probe(device_t dev) argument
1133 device_set_desc(dev, "XenStore");
1163 xs_attach(device_t dev) argument
1168 xs.xs_dev = dev;
1169 device_set_softc(dev, &xs);
1250 xs_suspend(device_t dev) argument
1255 error = bus_generic_suspend(dev);
1269 xs_resume(device_t dev __unuse
[all...]
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c92 __FBSDID("$FreeBSD: stable/11/sys/dev/xen/control/control.c 369072 2021-01-21 09:14:50Z royger $");
403 * \param dev NewBus device_t for this Xen control instance.
408 xctrl_probe(device_t dev) argument
410 device_set_desc(dev, "Xen Control Device");
418 * \param dev NewBus device_t for this Xen control instance.
424 xctrl_attach(device_t dev) argument
428 xctrl = device_get_softc(dev);
452 * \param dev NewBus device_t for this Xen control device instance.
458 xctrl_detach(device_t dev) argument
462 xctrl = device_get_softc(dev);
[all...]
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c33 __FBSDID("$FreeBSD: stable/11/sys/dev/xen/balloon/balloon.c 369072 2021-01-21 09:14:50Z royger $");
359 * \param dev NewBus device_t for this Xen control instance.
364 xenballoon_probe(device_t dev) argument
367 device_set_desc(dev, "Xen Balloon Device");
374 * \param dev NewBus device_t for this Xen control instance.
380 xenballoon_attach(device_t dev) argument
400 device_printf(dev,
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh598 QUIETREDIR="/dev/stderr"
600 STATSREDIR="/dev/stderr"
608 STATSREDIR="/dev/null"
614 QUIETREDIR="/dev/null"
616 STATSREDIR="/dev/stdout"
662 case `df -T ${WORKDIR}` in */dev/md[0-9]* | *tmpfs*)
1548 >/dev/stderr
1567 >/dev/stderr
2152 INDEX-OLD INDEX-PRESENT INDEX-NEW /dev/null
2443 > merge/new/${F} 2>/dev/nul
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Ddevs.c156 dsgetinfo(struct statinfo* dev) argument
158 switch (devstat_getdevs(NULL, dev)) {
163 num_devices = dev->dinfo->numdevs;
164 generation = dev->dinfo->generation;
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea.c124 #include <dev/ofw/openfirm.h>
H A Daim_machdep.c130 #include <dev/ofw/openfirm.h>
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h24 * $FreeBSD: stable/11/sys/dev/usb/usbdi.h 368827 2020-12-30 01:11:12Z hselasky $
507 struct usb_fs_privdata *dev; member in struct:usb_fifo_sc
528 void device_set_usb_desc(device_t dev);
H A Dusb_request.c1 /* $FreeBSD: stable/11/sys/dev/usb/usb_request.c 368827 2020-12-30 01:11:12Z hselasky $ */
51 #include <dev/usb/usb.h>
52 #include <dev/usb/usbdi.h>
53 #include <dev/usb/usbdi_util.h>
54 #include <dev/usb/usbhid.h>
58 #include <dev/usb/usb_core.h>
59 #include <dev/usb/usb_busdma.h>
60 #include <dev/usb/usb_request.h>
61 #include <dev/usb/usb_process.h>
62 #include <dev/us
[all...]
H A Dusb_parse.c1 /* $FreeBSD: stable/11/sys/dev/usb/usb_parse.c 368826 2020-12-30 01:11:08Z hselasky $ */
49 #include <dev/usb/usb.h>
50 #include <dev/usb/usbdi.h>
51 #include <dev/usb/usbdi_util.h>
55 #include <dev/usb/usb_core.h>
56 #include <dev/usb/usb_debug.h>
H A Dusb_device.c1 /* $FreeBSD: stable/11/sys/dev/usb/usb_device.c 368827 2020-12-30 01:11:12Z hselasky $ */
51 #include <dev/usb/usb.h>
52 #include <dev/usb/usbdi.h>
53 #include <dev/usb/usbdi_util.h>
54 #include <dev/usb/usb_ioctl.h>
64 #include <dev/usb/usb_core.h>
65 #include <dev/usb/usb_debug.h>
66 #include <dev/usb/usb_process.h>
67 #include <dev/usb/usb_device.h>
68 #include <dev/us
1212 device_t dev; local
1321 device_t dev; local
1564 usb_suspend_resume_sub(struct usb_device *udev, device_t dev, uint8_t do_suspend) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c50 #include <dev/usb/usb.h>
51 #include <dev/usb/usbdi.h>
52 #include <dev/usb/usbdi_util.h>
56 #include <dev/usb/usb_core.h>
58 #include <dev/usb/usb_process.h>
59 #include <dev/usb/usb_device.h>
60 #include <dev/usb/usb_util.h>
61 #include <dev/usb/usb_busdma.h>
62 #include <dev/usb/usb_transfer.h>
63 #include <dev/us
213 usb_linux_probe(device_t dev) argument
260 usb_linux_attach(device_t dev) argument
309 usb_linux_detach(device_t dev) argument
341 usb_linux_suspend(device_t dev) argument
359 usb_linux_resume(device_t dev) argument
382 usb_max_isoc_frames(struct usb_device *dev) argument
558 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) argument
655 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, uint8_t request, uint8_t requesttype, uint16_t value, uint16_t index, void *data, uint16_t size, usb_timeout_t timeout) argument
746 usb_set_interface(struct usb_device *dev, uint8_t iface_no, uint8_t alt_index) argument
776 usb_setup_endpoint(struct usb_device *dev, struct usb_host_endpoint *uhe, usb_size_t bufsize) argument
862 usb_linux_create_usb_device(struct usb_device *udev, device_t dev) argument
1025 usb_find_host_endpoint(struct usb_device *dev, uint8_t type, uint8_t ep) argument
1101 usb_ifnum_to_if(struct usb_device *dev, uint8_t iface_no) argument
1120 usb_buffer_alloc(struct usb_device *dev, usb_size_t size, uint16_t mem_flags, uint8_t *dma_addr) argument
1191 usb_linux_free_device(struct usb_device *dev) argument
1211 usb_buffer_free(struct usb_device *dev, usb_size_t size, void *addr, uint8_t dma_addr) argument
1280 usb_linux_cleanup_interface(struct usb_device *dev, struct usb_interface *iface) argument
[all...]
/freebsd-11-stable/contrib/tzdata/
H A DMakefile464 TARFLAGS= `if tar $(GNUTARFLAGS) --version >/dev/null 2>&1; \
591 { (type git) >/dev/null 2>&1 && \
755 LC_ALL='$(UTF8_LOCALE)' grep -q '^A.B$$' >/dev/null 2>&1 || { \
893 lsout=`ls -n --time-style="+%s" "$$dest" 2>/dev/null`; then \
915 if (type git) >/dev/null 2>&1 && \
993 if diff -q Makefile Makefile 2>/dev/null; then \

Completed in 380 milliseconds

1234567891011>>