/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/core/ |
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
|
/linux-6.14.4/drivers/media/i2c/ |
D | tea6415c.c | 30 static int debug; variable 38 u32 i, u32 o, u32 config) in tea6415c_s_routing()
|
D | tea6420.c | 30 static int debug; variable 39 u32 i, u32 o, u32 config) in tea6420_s_routing()
|
/linux-6.14.4/drivers/media/pci/saa7146/ |
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-6.14.4/drivers/scsi/ |
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-6.14.4/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
D | extron-da-hd-4k-plus.c | 35 static int debug; variable 1244 static int extron_g_output(struct file *file, void *priv, unsigned int *o) in extron_g_output() 1250 static int extron_s_output(struct file *file, void *priv, unsigned int o) in extron_s_output()
|
/linux-6.14.4/drivers/input/mouse/ |
D | bcm5974.c | 162 static int debug = 1; variable 270 struct bcm5974_param o; /* orientation limits */ member
|
/linux-6.14.4/drivers/net/wireless/broadcom/b43/ |
D | phy_n.c | 3037 int o = core ? 0x85 : 0; in b43_nphy_workarounds_rev7plus() local 5591 struct nphy_txgains target, u8 type, bool debug) in b43_nphy_rev2_cal_rx_iq() 5771 struct nphy_txgains target, u8 type, bool debug) in b43_nphy_rev3_cal_rx_iq() 5778 struct nphy_txgains target, u8 type, bool debug) in b43_nphy_cal_rx_iq()
|