/src/sbin/devpubd/ |
devpubd-run-hooks.in | 13 device-attach|device-detach)
|
/src/sbin/devpubd/hooks/ |
01-makedev | 12 device-attach)
|
/src/sys/arch/epoc32/windermere/ |
files.windermere | 5 attach windermere at internal 9 attach wmcom at windermere 13 attach wmlcd at windermere 17 attach wmrtc at windermere
|
/src/sys/arch/evbarm/conf/ |
files.mpcsa | 12 attach at91cf at at91bus with mpcsa_cf 16 attach at91spi at at91bus with mpcsa_spi 20 attach mpcsa_leds at spi 24 attach at91usart at at91bus with mpcsa_usart
|
files.imx31 | 18 attach imx31lk_pcic at aips
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_prime.c | 39 struct drm_device *dev, struct dma_buf_attachment *attach,
|
/src/sys/arch/arm/clps711x/ |
files.clps711x | 5 attach clpssoc at internal 11 attach clpscom at clpssoc 15 attach clpslcd at clpssoc 19 attach clpsrtc at clpssoc
|
/src/sys/external/bsd/drm2/linux/ |
linux_dma_buf.c | 185 struct dma_buf_attachment *attach; local in function:dma_buf_dynamic_attach 188 attach = kmem_zalloc(sizeof(*attach), KM_SLEEP); 189 attach->dmabuf = dmabuf; 190 attach->dev = dmat; 191 attach->dynamic_mapping = dynamic_mapping; 194 if (dmabuf->ops->attach) 195 ret = dmabuf->ops->attach(dmabuf, attach); 200 if (attach->dynamic_mapping != dmabuf->ops->dynamic_mapping [all...] |
/src/sys/arch/mips/conf/ |
files.sibyte | 7 attach sbscd at zbbus 12 attach sbobio at zbbus 17 attach sbgbus at sbobio 22 attach sbbrz at zbbus 32 attach sbtimer at sbscd 36 attach sbwdog at sbscd 43 attach sbmac at sbobio 48 attach sbscn at sbobio 57 attach smbus at sbobio 64 attach xirtc at smbu [all...] |
/src/sys/arch/epoc32/conf/ |
files.epoc32 | 21 attach internal at mainbus 25 attach external at mainbus 31 attach etna at external 37 attach saip at internal with saip_internal 40 attach epockbd at clpssoc with epockbd_clpssoc 41 attach epockbd at windermere with epockbd_windermere 42 attach epockbd at external with epockbd_external
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_prime.c | 43 * DMA-BUF attach- and mapping methods. No need to implement 48 struct dma_buf_attachment *attach) 54 struct dma_buf_attachment *attach) 58 static struct sg_table *vmw_prime_map_dma_buf(struct dma_buf_attachment *attach, 64 static void vmw_prime_unmap_dma_buf(struct dma_buf_attachment *attach, 71 .attach = vmw_prime_map_attach,
|
/src/sys/arch/atari/conf/ |
files.atari | 18 attach mainbus at root 21 attach cpu at mainbus 31 attach clock at mainbus 36 attach kbd at mainbus 42 attach ser at mainbus 47 attach zs at mainbus 52 attach lp at mainbus 60 attach nvr at mainbus 64 attach fdc at mainbus 68 attach fd at fd [all...] |
/src/sys/arch/luna68k/conf/ |
files.luna68k | 32 attach mainbus at root 36 attach clock at mainbus 40 attach lcd at mainbus 43 attach le at mainbus: le24 47 attach sio at mainbus 51 attach siotty at sio 56 attach xpbus at mainbus 62 attach xp at xpbus 66 attach psgpam at xpbus 72 attach ws at si [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dma_buf.c | 187 * amdgpu_dma_buf_attach - &dma_buf_ops.attach implementation 189 * @dmabuf: DMA-buf where we attach to 190 * @attach: attachment to add 195 struct dma_buf_attachment *attach) 205 if (attach->dev->driver == adev->dev->driver) 234 * @attach: the attachment to remove 239 struct dma_buf_attachment *attach) 249 if (attach->dev->driver != adev->dev->driver && bo->prime_shared_count) 256 * @attach: DMA-buf attachment 267 static struct sg_table *amdgpu_dma_buf_map(struct dma_buf_attachment *attach, 458 struct dma_buf_attachment *attach; local in function:amdgpu_gem_prime_import [all...] |
/src/lib/lua/gpio/ |
gpio.c | 208 struct gpio_attach attach; local in function:gpio_attach 212 memset(&attach, 0, sizeof(attach)); 213 strlcpy(attach.ga_dvname, luaL_checkstring(L, 2), 214 sizeof(attach.ga_dvname)); 215 attach.ga_offset = (int)luaL_checkinteger(L, 3); 216 attach.ga_mask = (int)luaL_checkinteger(L, 4); 218 attach.ga_flags = (int)luaL_checkinteger(L, 5); 220 attach.ga_flags = 0; 222 if (ioctl(*fd, GPIOATTACH, &attach) == -1 [all...] |
/src/usr.sbin/btdevctl/ |
btdevctl.c | 67 int ch, query, verbose, attach, detach, set, none; local in function:main 75 attach = false; 82 case 'A': /* Attach device */ 83 attach = true; 144 || (attach == true && detach == true) 150 if (attach == false && detach == false) 191 if (attach == true) 207 "\t-A attach device\n"
|
/src/sys/arch/x86/pci/ |
amdnb_misc.c | 85 bool attach; local in function:amdnb_misc_search 90 attach = true; 93 * No need to attach it twice. 108 attach = false; 114 if (!attach)
|
/src/sys/dev/wscons/ |
wsemulvar.h | 46 void *(*attach)(int console, const struct wsscreen_descr *, void *, member in struct:wsemul_ops
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front_gem.h | 28 struct dma_buf_attachment *attach,
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_prime.h | 79 struct dma_buf_attachment *attach); 81 struct dma_buf_attachment *attach); 82 struct sg_table *drm_gem_map_dma_buf(struct dma_buf_attachment *attach, 84 void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach,
|
/src/sys/dev/isa/ |
if_lc_isa.c | 75 struct isa_attach_args *ia, int attach) 107 if (attach) 129 if (attach) { 150 if (attach) { 183 if (rv == 0 || !attach)
|
/src/usr.sbin/gpioctl/ |
gpioctl.c | 129 if (!strcmp(argv[1], "attach")) { 374 struct gpio_attach attach; local in function:devattach 376 memset(&attach, 0, sizeof(attach)); 377 strlcpy(attach.ga_dvname, dvname, sizeof(attach.ga_dvname)); 378 attach.ga_offset = offset; 379 attach.ga_mask = mask; 380 attach.ga_flags = flags; 381 if (ioctl(devfd, GPIOATTACH, &attach) == -1 [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_prime.c | 64 struct dma_buf_attachment *attach, 70 struct dma_resv *robj = attach->dmabuf->resv; 71 u64 size = attach->dmabuf->size;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_prime.c | 68 struct dma_buf_attachment *attach, 71 struct dma_resv *resv = attach->dmabuf->resv; 77 ret = radeon_bo_create(rdev, attach->dmabuf->size, PAGE_SIZE, false,
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_prime.c | 56 struct drm_device *dev, struct dma_buf_attachment *attach,
|