Searched refs:ident1 (Results 1 – 4 of 4) sorted by relevance
64 __attribute__((pointer_with_type_tag(ident1,1,2)));87 __attribute__((type_tag_for_datatype(ident1,int)));
5 .equ ident1, 0 $ define7 .equ ident1, 0 // EOL COMMENT define
551 struct drm_vc5_get_param ident1 = { in vc5_get_device_info() local562 ret = vc5_ioctl(screen->fd, DRM_IOCTL_VC5_GET_PARAM, &ident1); in vc5_get_device_info()570 uint32_t minor = (ident1.value >> 0) & 0xf; in vc5_get_device_info()
619 struct drm_vc4_get_param ident1 = { in vc4_get_chip_info() local638 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident1); in vc4_get_chip_info()646 uint32_t minor = (ident1.value >> 0) & 0xf; in vc4_get_chip_info()