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

1234567891011>>

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.NoSpecBuffer.exe29 cat /etc/motd > /dev/null
/freebsd-12-stable/sys/dev/drm/
H A Dmga_drv.c37 #include "dev/drm/drmP.h"
38 #include "dev/drm/drm.h"
39 #include "dev/drm/mga_drm.h"
40 #include "dev/drm/mga_drv.h"
41 #include "dev/drm/drm_pciids.h"
55 * \param dev The device to be tested.
65 static int mga_driver_device_is_agp(struct drm_device * dev) argument
77 bus = device_get_parent(device_get_parent(dev->device));
78 if (pci_get_device(dev->device) == 0x0525 &&
86 static void mga_configure(struct drm_device *dev) argument
127 struct drm_device *dev = device_get_softc(kdev); local
140 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dsis_drv.c32 #include "dev/drm/drmP.h"
33 #include "dev/drm/sis_drm.h"
34 #include "dev/drm/sis_drv.h"
35 #include "dev/drm/drm_pciids.h"
42 static void sis_configure(struct drm_device *dev) argument
44 dev->driver->driver_features =
47 dev->driver->buf_priv_size = 1; /* No dev_priv */
48 dev->driver->context_ctor = sis_init_context;
49 dev->driver->context_dtor = sis_final_context;
51 dev
71 struct drm_device *dev = device_get_softc(kdev); local
84 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-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c31 #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, u32 *p_index, const u8 *mac, argument
45 const u32 l2table_size = MIN(1U << MLX5_CAP_GEN(dev, log_max_l2_tabl
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_main.c37 #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/mlx5/mlx5_lib/mlx5.h>
52 #include <dev/pc
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
998 mlx5_cleanup_once(struct mlx5_core_dev *dev) argument
1012 mlx5_load_one(struct mlx5_core_dev *dev, struct mlx5_priv *priv, bool boot) argument
1228 mlx5_unload_one(struct mlx5_core_dev *dev, struct mlx5_priv *priv, bool cleanup) argument
1275 mlx5_core_event(struct mlx5_core_dev *dev, enum mlx5_dev_event event, unsigned long param) argument
1323 struct mlx5_core_dev *dev; local
1663 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1689 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1707 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1732 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1772 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
1796 mlx5_iov_init(device_t dev, uint16_t num_vfs, const nvlist_t *pf_config) argument
1816 mlx5_iov_uninit(device_t dev) argument
1830 mlx5_iov_add_vf(device_t dev, uint16_t vfnum, const nvlist_t *vf_config) argument
1897 mlx5_try_fast_unload(struct mlx5_core_dev *dev) argument
1957 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); local
2013 mlx5_disable_device(struct mlx5_core_dev *dev) argument
2018 mlx5_recover_device(struct mlx5_core_dev *dev) argument
[all...]
H A Dmlx5_health.c34 #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 static int 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...]
/freebsd-12-stable/sys/dev/usb/
H A Dusb_pci.h37 #include <dev/pci/pcireg.h>
38 #include <dev/pci/pcivar.h>
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_reg.h22 #include <dev/rtwn/rtl8192c/pci/r92ce_reg.h>
23 #include <dev/rtwn/rtl8188e/r88e_reg.h>
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_reg.h24 #include <dev/rtwn/rtl8192c/usb/r92cu_reg.h>
25 #include <dev/rtwn/rtl8188e/r88e_reg.h>
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_reg.h32 #include <dev/rtwn/rtl8188e/usb/r88eu_reg.h>
33 #include <dev/rtwn/rtl8812a/r12a_reg.h>
/freebsd-12-stable/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_reg.h32 #include <dev/rtwn/rtl8812a/usb/r12au_reg.h>
33 #include <dev/rtwn/rtl8821a/r21a_reg.h>
/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Dbsddisks.ksh6 ls /dev|egrep "^($BSDDEVS)[0-9]+\$" |sed 's/^/\/dev\//'
/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl_vreg.h35 int twl_vreg_get_voltage(device_t dev, const char *name, int *millivolts);
36 int twl_vreg_set_voltage(device_t dev, const char *name, int millivolts);
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dxkeyboard-variants.sh38 echo $line | grep '! ' >/dev/null 2>/dev/null
49 echo $line | grep '! variant' >/dev/null 2>/dev/null
/freebsd-12-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-12-stable/sys/dev/bhnd/
H A Dbhndvar.h56 struct bhnd_core_clkctl *bhnd_alloc_core_clkctl(device_t dev,
65 int bhnd_generic_attach(device_t dev);
66 int bhnd_generic_detach(device_t dev);
67 int bhnd_generic_shutdown(device_t dev);
68 int bhnd_generic_resume(device_t dev);
69 int bhnd_generic_suspend(device_t dev);
71 int bhnd_generic_get_probe_order(device_t dev,
74 int bhnd_generic_alloc_pmu(device_t dev,
76 int bhnd_generic_release_pmu(device_t dev,
78 int bhnd_generic_get_clock_latency(device_t dev,
121 device_t dev; /**< bus device */ member in struct:bhnd_softc
[all...]
/freebsd-12-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-12-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-12-stable/sys/dev/mlx5/mlx5_fpga/
H A Dcmd.h39 #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, enum mlx5_fpga_image image);
70 int mlx5_fpga_image_select(struct mlx5_core_dev *dev,
[all...]
/freebsd-12-stable/sys/riscv/riscv/
H A Dsoc.c41 #include <dev/fdt/simplebus.h>
42 #include <dev/ofw/ofw_bus_subr.h>
46 device_t dev; member in struct:soc_softc
50 soc_probe(device_t dev) argument
53 if (!ofw_bus_status_okay(dev))
56 if (!ofw_bus_is_compatible(dev, "riscv-virtio-soc"))
59 device_set_desc(dev, "RISC-V SoC");
65 soc_attach(device_t dev) argument
70 sc = device_get_softc(dev);
71 sc->dev
94 soc_detach(device_t dev) argument
[all...]
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh45 if [ -e "/dev/${MPART}" ] ; then
46 rc_nohalt "mount /dev/${MPART} ${FSMNT}"
57 mount -t devfs devfs ${FSMNT}/dev
64 chroot ${FSMNT} umount /proc >/dev/null 2>/dev/null
65 chroot ${FSMNT} umount /compat/linux/proc >/dev/null 2>/dev/null
74 cp ${FSMNT}${i} ${FSMNT}${i}.preUpgrade >/dev/null 2>/dev/null
78 rm -rf ${FSMNT}/etc/rc.d >/dev/nul
[all...]
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_dwc3.c45 #include <dev/fdt/simplebus.h>
47 #include <dev/fdt/fdt_common.h>
48 #include <dev/ofw/ofw_bus.h>
49 #include <dev/ofw/ofw_bus_subr.h>
50 #include <dev/ofw/ofw_subr.h>
52 #include <dev/extres/clk/clk.h>
53 #include <dev/extres/hwreset/hwreset.h>
54 #include <dev/extres/phy/phy_usb.h>
55 #include <dev/extres/syscon/syscon.h>
64 device_t dev; member in struct:rk_dwc3_softc
75 rk_dwc3_probe(device_t dev) argument
95 rk_dwc3_attach(device_t dev) argument
[all...]

Completed in 282 milliseconds

1234567891011>>