Searched refs:dev (Results 276 - 300 of 400) sorted by relevance

<<111213141516

/barrelfish-2018-10-04/lib/dma/ioat/
H A Dioat_dma_channel.c11 #include <dev/ioat_dma_chan_dev.h>
170 * \param dev IOAT DMA device
177 errval_t ioat_dma_channel_init(struct ioat_dma_device *dev, argument
190 struct dma_device *dma_dev = (struct dma_device *) dev;
211 ioat_dma_device_get_complsts_addr(dev, &chan->completion);
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_descriptors.c12 #include <dev/xeon_phi/xeon_phi_dma_dev.h>
/barrelfish-2018-10-04/lib/libc/tests/sys/
H A DMakefile86 dd if=/dev/null bs=1 count=1 of=${.TARGET} status=none
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dplat_a9mpcore.c19 #include <dev/cortex_a9_pit_dev.h>
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dpic.c17 #include <dev/lpc_pic_dev.h>
H A Drtc.c20 #include <dev/lpc_rtc_dev.h>
H A Dserial.c20 #include <dev/pc16550d_dev.h>
/barrelfish-2018-10-04/usr/drivers/lpc_timer/
H A Dtimer.c18 #include <dev/lpc_timer_dev.h>
/barrelfish-2018-10-04/usr/drivers/omap44xx/sdma/
H A Domap_sdma.h14 #include <dev/omap/omap44xx_sdma_dev.h>
/barrelfish-2018-10-04/usr/drivers/rtc/
H A Drtc.c20 #include <dev/lpc_rtc_dev.h>
/barrelfish-2018-10-04/usr/drivers/serial/
H A Dserial_pc16550d.c19 #include <dev/pc16550d_dev.h>
H A Dserial_pl011.c20 #include <dev/pl011_uart_dev.h>
/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Dmain_guest.c21 #include <dev/virtio/virtio_blk_dev.h>
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_resources.c50 /*struct net_device *dev = priv->dev;*/
71 if (!rss && (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_LB_SRC_CHK)
82 /*if (!(dev->if_capabilities & IFCAP_VLAN_HWCSUM))
H A Dicm.h74 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent);
78 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj);
82 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
90 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table);
131 /*int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev);*/
H A Dmlx4_stats.h179 int mlx4_get_vport_ethtool_stats(struct mlx4_dev *dev, int port,
H A Dreset.c140 reset = priv->dev.bar_info->vaddr + MLX4_RESET_BASE;
H A Den_tx.c98 bus_get_dma_tag(mdev->pdev->dev.bsddev),
155 err = mlx4_alloc_hwq_res(mdev->dev, &ring->wqres, ring->buf_size,
174 err = mlx4_qp_reserve_range(mdev->dev, 1, 1, &ring->qpn,
181 err = mlx4_qp_alloc(mdev->dev, ring->qpn, &ring->qp);
188 err = mlx4_bf_alloc(mdev->dev, &ring->bf, node);
203 err_reserve: /*mlx4_qp_release_range(mdev->dev, ring->qpn, 1);*/
205 err_hwq_res: /*mlx4_free_hwq_res(mdev->dev, &ring->wqres, ring->buf_size);*/
225 mlx4_bf_free(mdev->dev, &ring->bf);
226 mlx4_qp_remove(mdev->dev, &ring->qp);
227 mlx4_qp_free(mdev->dev,
[all...]
/barrelfish-2018-10-04/lib/acpica/generate/linux/
H A Dlibacpica.sh277 dos2unix $1 > /dev/null 2>&1
300 $ACPISRC -ldqy $1 $1 > /dev/null
306 $ACPISRC -idqy $1 $1 > /dev/null
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A DDo312 make install > /dev/null
344 make install > /dev/null
395 make install > /dev/null
H A Dasltsrun797 do_compare_two_runs "$1" $NORM32 "$1" $SLACK32 > /dev/null
800 do_compare_two_runs "$1" $NORM32 "$1" $NORM64 > /dev/null
803 do_compare_two_runs "$1" $NORM32 "$1" $SLACK64 > /dev/null
806 do_compare_two_runs "$1" $SLACK32 "$1" $NORM64 > /dev/null
809 do_compare_two_runs "$1" $SLACK32 "$1" $SLACK64 > /dev/null
812 do_compare_two_runs "$1" $NORM64 "$1" $SLACK64 > /dev/null
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddeferred.c118 struct deferred_event dev; local
123 deferred_event_init(&dev);
125 err = deferred_event_register(&dev, &ws, delay,
/barrelfish-2018-10-04/lib/devif/backends/net/e10k/
H A Ddevif_backend_e10k.c13 #include <dev/e10k_q_dev.h>
14 #include <dev/e10k_dev.h>
15 #include <dev/e10k_vf_dev.h>
449 uint32_t bus, uint32_t function, uint32_t devid, uint32_t dev,
472 err = e10k_init_vf_driver(0, 0, bus+1, dev+16, devid, interrupts);
480 err = e10k_init_vf_driver(0, 0, bus+1, dev+16, devid, interrupts);
448 e10k_queue_create(struct e10k_queue** queue, e10k_event_cb_t cb, uint32_t bus, uint32_t function, uint32_t devid, uint32_t dev, bool use_vf, bool interrupts, bool qzero) argument
/barrelfish-2018-10-04/kernel/arch/armv8/boot/
H A Dboot_generic.c27 #include <dev/armv8_dev.h>
43 #include <dev/pl011_uart_dev.h>
59 #include <dev/apm88xxxx/apm88xxxx_pc16550_dev.h>
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c47 #include <armv7/include/dev/omap/omap44xx_boot_dev.h>
361 struct libusb_device *dev= libusb_get_device(usbdev); local
362 int speed= libusb_get_device_speed(dev);

Completed in 136 milliseconds

<<111213141516