Searched defs:vtable (Results 1 - 11 of 11) sorted by relevance
| /kernel/linux/linux-6.6/rust/macros/ |
| H A D | lib.rs | 13 mod vtable; modules 129 pub fn vtable(attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() functions [all...] |
| /device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
| H A D | fb.c | 60 struct fb_vtable_s *vtable; /* Framebuffer interface */ member 77 struct fb_vtable_s *vtable; in fb_open() local 110 struct fb_vtable_s *vtable; in fb_close() local [all...] |
| /kernel/linux/linux-5.10/kernel/ |
| H A D | cfi.c | 335 void cfi_failure_handler(void *data, void *ptr, void *vtable) in cfi_failure_handler() argument
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| H A D | vctrl-regulator.c | 44 struct vctrl_voltage_table *vtable; member [all...] |
| /kernel/linux/linux-6.6/drivers/regulator/ |
| H A D | vctrl-regulator.c | 44 struct vctrl_voltage_table *vtable; member [all...] |
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| H A D | virtgpu.c | 682 static int FbGetVideoInfo(struct fb_vtable_s *vtable, struct fb_videoinfo_s *vinfo) in FbGetVideoInfo() argument 693 static int FbGetPlaneInfo(struct fb_vtable_s *vtable, int planeno, struct fb_planeinfo_s *pinfo) in FbGetPlaneInfo() argument 728 static int FbOpen(struct fb_vtable_s *vtable) in FbOpen() argument 734 static int FbRelease(struct fb_vtable_s *vtable) in FbRelease() argument
|
| /device/qemu/drivers/virtio/ |
| H A D | virtgpu.c | 668 static int FbGetVideoInfo(struct fb_vtable_s *vtable, struct fb_videoinfo_s *vinfo) in FbGetVideoInfo() argument 679 static int FbGetPlaneInfo(struct fb_vtable_s *vtable, int planeno, struct fb_planeinfo_s *pinfo) in FbGetPlaneInfo() argument 714 static int FbOpen(struct fb_vtable_s *vtable) in FbOpen() argument 720 static int FbRelease(struct fb_vtable_s *vtable) in FbRelease() argument 726 static ssize_t FbMmap(struct fb_vtable_s *vtable, LosVmMapRegion *region) in FbMmap() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/ |
| H A D | hifb.h | 399 struct fb_vtable_s vtable; /* FB interfaces */
member
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| H A D | hifb.h | 374 struct fb_vtable_s vtable; /* FB interfaces */
member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| H A D | hifb.h | 379 struct fb_vtable_s vtable; /* FB interfaces */
member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
| H A D | hifb_main.c | 1827 static hi_s32 hifb_open (struct fb_vtable_s *vtable) in hifb_open() argument 1926 static hi_s32 hifb_release(struct fb_vtable_s *vtable) in hifb_release() argument 3530 hifb_ioctl(struct fb_vtable_s *vtable, int cmd, unsigned long arg) global() argument 5183 hifb_set_par(struct fb_vtable_s *vtable) global() argument 5241 hifb_pan_display(struct fb_vtable_s *vtable, struct fb_overlayinfo_s *oinfo) global() argument [all...] |
Completed in 14 milliseconds