Searched defs:params (Results 1 – 20 of 20) sorted by relevance
16 #define DPRINTF(params) do { if (virtio_kernel_debug) pr_dbg params; } while (0) argument17 #define WPRINTF(params) (pr_err params) argument
120 #define DPRINTF(params) do { if (virtio_coreu_debug) pr_dbg params; } while (0) argument121 #define WPRINTF(params) (pr_err params) argument
48 #define DPRINTF(params) do { if (virtio_audio_debug) pr_dbg params; } while (0) argument49 #define WPRINTF(params) (pr_err params) argument
72 #define DPRINTF(params) do { if (virtio_rnd_debug) pr_dbg params; } while (0) argument73 #define WPRINTF(params) (pr_err params) argument
209 #define DPRINTF(params) do { if (virtio_hdcp_debug) pr_dbg params; } while (0) argument210 #define WPRINTF(params) (pr_err params) argument
65 #define DPRINTF(params) do { if (virtio_rpmb_debug) pr_dbg params; } while (0) argument66 #define WPRINTF(params) (pr_err params) argument
26 #define DPRINTF(params) do { if (virtio_input_debug) pr_dbg params; } while (0) argument27 #define WPRINTF(params) (pr_err params) argument
134 #define DPRINTF(params) do { if (virtio_blk_debug) pr_dbg params; } while (0) argument135 #define WPRINTF(params) (pr_err params) argument
127 #define DPRINTF(params) do { if (virtio_net_debug) pr_dbg params; } while (0) argument128 #define WPRINTF(params) (pr_err params) argument
73 #define DPRINTF(params) do { \ argument77 #define WPRINTF(params) (pr_err params) argument
97 #define DPRINTF(params) do { if (gpio_debug) pr_dbg params; } while (0) argument98 #define WPRINTF(params) (pr_err params) argument
105 #define DPRINTF(params) do { if (pci_npk_debug) pr_dbg params; } while (0) argument106 #define WPRINTF(params) (pr_err params) argument
31 #define DPRINTF(params) do { if (pci_gvt_debug) pr_dbg params; } while (0) argument33 #define WPRINTF(params) (pr_err params) argument
42 #define DPRINTF(params) do { if (virtio_rpmb_debug) pr_dbg params; } while (0) argument43 #define WPRINTF(params) (pr_err params) argument
66 #define DPRINTF(params) do { if (virtio_rpmb_debug) pr_dbg params; } while (0) argument67 #define WPRINTF(params) (pr_err params) argument
95 #define DPRINTF(params) do { if (hpet_debug) pr_dbg params; } while (0) argument96 #define WPRINTF(params) (pr_err params) argument
81 #define DPRINTF(params) do { if (uart_debug) pr_dbg params; } while (0) argument82 #define WPRINTF(params) (pr_err params) argument
81 #define DPRINTF(params) do { if (block_if_debug) pr_dbg params; } while (0) argument82 #define WPRINTF(params) (pr_err params) argument
1393 struct vssram_buf_param *params; in parse_vssram_buf_params() local
538 struct ata_params params[2]; member
Completed in 55 milliseconds