Symbol: offsets
sys/arm/nvidia/drm2/tegra_dc.c
266
win->base[i] = bo->pbase + fb->drm_fb.offsets[i];
sys/arm/nvidia/drm2/tegra_dc.c
900
if (base == (bo->pbase + fb->drm_fb.offsets[0])) {
sys/arm/nvidia/drm2/tegra_fb.c
296
width * bpp + cmd->offsets[i];
sys/compat/linuxkpi/common/include/linux/kernel.h
362
__might_resched(const char *file, int line, unsigned int offsets)
sys/dev/drm2/drm_crtc.c
2282
if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
sys/dev/drm2/drm_crtc.h
256
unsigned int offsets[4];
sys/dev/drm2/drm_crtc_helper.c
910
fb->offsets[i] = mode_cmd->offsets[i];
sys/dev/drm2/drm_mode.h
313
__u32 offsets[4]; /* offset of each plane */
sys/dev/ice/ice_switch.h
434
const struct ice_dummy_pkt_offsets **offsets);
sys/dev/ice/ice_switch.h
440
const struct ice_dummy_pkt_offsets *offsets);
sys/dev/virtio/gpu/virtio_gpu.h
424
uint32_t offsets[4];
tests/sys/geom/class/eli/unaligned_io.c
106
for (unsigned int i = 0; i < offsets; i++) {
tests/sys/geom/class/eli/unaligned_io.c
119
for (unsigned int i = 0; i < offsets; i++) {
tests/sys/geom/class/eli/unaligned_io.c
55
unsigned int offsets, secsz;
tests/sys/geom/class/eli/unaligned_io.c
95
offsets = MAX(EALG_MAX_BLOCK_LEN, HMAC_MAX_BLOCK_LEN) + 1;
tools/tools/drm/radeon/mkregtable/mkregtable.c
557
struct list_head offsets;
tools/tools/drm/radeon/mkregtable/mkregtable.c
578
list_add_tail(&offset->list, &t->offsets);
tools/tools/drm/radeon/mkregtable/mkregtable.c
583
INIT_LIST_HEAD(&t->offsets);
tools/tools/drm/radeon/mkregtable/mkregtable.c
624
list_for_each_entry(offset, &t->offsets, list) {