| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | client.h | 11 u32 debug; member 27 #define nvif_printk(o,l,p,f,a...) do { \ argument 34 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 35 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 36 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 37 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 38 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 39 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
| H A D | device.h | 32 u32 debug; member 138 #define NVKM_RD32_(p,o,dr) nvkm_rd32((p), (o) + (dr)) argument
|
| /linux/drivers/media/pci/saa7146/ |
| H A D | mxb.c | 47 static int debug; variable 163 #define saa7111a_call(mxb, o, f, args...) \ argument 165 #define tda9840_call(mxb, o, f, args...) \ argument 167 #define tea6415c_call(mxb, o, f, args...) \ argument 169 #define tuner_call(mxb, o, f, args...) \ argument 171 #define call_all(dev, o, f, args...) \ argument
|
| /linux/drivers/scsi/ |
| H A D | ncr53c8xx.h | 327 #define ncr_offb(o) (((o)&~3)+((~((o)&3))&3)) argument 328 #define ncr_offw(o) (((o)&~3)+((~((o)&3))&2)) argument 332 #define ncr_offb(o) (o) argument 333 #define ncr_offw(o) (o) argument 379 #define INB_OFF(o) readb_raw((char __iomem *)np->reg + ncr_offb(o)) argument 380 #define OUTB_OFF(o, val) writeb_raw((val), (char __iomem *)np->reg + ncr_offb(o)) argument 384 #define INW_OFF(o) readw_l2b((char __iomem *)np->reg + ncr_offw(o)) argument 385 #define INL_OFF(o) readl_l2b((char __iomem *)np->reg + (o)) argument 387 #define OUTW_OFF(o, val) writew_b2l((val), (char __iomem *)np->reg + ncr_offw(o)) argument 388 #define OUTL_OFF(o, val) writel_b2l((val), (char __iomem *)np->reg + (o)) argument [all …]
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | extron-da-hd-4k-plus.c | 36 static int debug; variable 1245 static int extron_g_output(struct file *file, void *priv, unsigned int *o) in extron_g_output() 1251 static int extron_s_output(struct file *file, void *priv, unsigned int o) in extron_s_output()
|
| /linux/drivers/input/mouse/ |
| H A D | bcm5974.c | 162 static int debug = 1; variable 270 struct bcm5974_param o; /* orientation limits */ member
|