Searched defs:format (Results 1 – 10 of 10) sorted by relevance
| /devicemodel/hw/platform/ |
| A D | cmos_io.c | 36 #define DPRINTF(format, args...) \ argument 39 #define DPRINTF(format, arg...) argument
|
| A D | ioc.c | 75 #define DPRINTF(format, arg...) \ argument 77 #define WPRINTF(format, arg...) pr_err(format, ##arg) argument
|
| A D | ioc_cbc.c | 22 #define DPRINTF(format, arg...) \ argument 24 #define WPRINTF(format, arg...) pr_err(format, ##arg) argument
|
| A D | rtc.c | 52 # define RTC_DEBUG(format, ...) do { } while (0) argument
|
| /devicemodel/hw/pci/ |
| A D | wdt_i6300esb.c | 73 #define DPRINTF(format, args...) \ argument 76 #define DPRINTF(format, arg...) argument
|
| A D | ahci.c | 99 #define DPRINTF(format, arg...) do { pr_dbg(format, ##arg); } while (0) argument 101 #define DPRINTF(format, arg...) argument 103 #define WPRINTF(format, arg...) pr_err(format, ##arg) argument 1200 uint8_t format; in atapi_read_toc() local
|
| /devicemodel/core/ |
| A D | monitor.c | 61 #define DPRINTF(format, args...) \ argument 83 #define DPRINTF(format, arg...) argument
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_mei.c | 186 #define DPRINTF(format, arg...) do { \ argument 194 #define WPRINTF(format, arg...) do { \ argument 203 #define MEI_HCL_FMT(format) "CL:[%02d:%02d](%04d): " format argument 205 #define HCL_DBG(_hcl, format, arg...) \ argument 207 #define HCL_WARN(_hcl, format, arg...) \ argument
|
| A D | virtio_gpu.c | 202 uint32_t format; member 216 uint32_t format; member 341 uint32_t format; member 620 virtio_gpu_get_pixman_format(uint32_t format) in virtio_gpu_get_pixman_format() 940 pixman_format_code_t format; in virtio_gpu_cmd_transfer_to_host_2d() local
|
| /devicemodel/hw/ |
| A D | vdisplay_sdl.c | 643 int format; in vdpy_surface_set() local
|
Completed in 37 milliseconds