Home
last modified time | relevance | path

Searched refs:ci_dbg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/usb/dvb-usb/
Dttusb2.c50 #define ci_dbg(format, arg...) \ macro
160 ci_dbg("%04x -> %d 0x%02x", address, ret, buf[2]); in tt3650_ci_read_attribute_mem()
172 ci_dbg("%d 0x%04x 0x%02x", slot, address, value); in tt3650_ci_write_attribute_mem()
196 ci_dbg("0x%02x -> %d 0x%02x", address, ret, buf[1]); in tt3650_ci_read_cam_control()
208 ci_dbg("%d 0x%02x 0x%02x", slot, address, value); in tt3650_ci_write_cam_control()
224 ci_dbg("%d %d", slot, enable); in tt3650_ci_set_video_port()
260 ci_dbg("%d", slot); in tt3650_ci_slot_reset()
318 ci_dbg(""); in tt3650_ci_uninit()
341 ci_dbg(""); in tt3650_ci_init()
Dpctv452e.c67 #define ci_dbg(format, arg...) \ macro
181 ci_dbg("%s %04x -> %d 0x%02x", in tt3650_ci_read_attribute_mem()
195 ci_dbg("%s %d 0x%04x 0x%02x", in tt3650_ci_write_attribute_mem()
222 ci_dbg("%s 0x%02x -> %d 0x%02x", in tt3650_ci_read_cam_control()
238 ci_dbg("%s %d 0x%02x 0x%02x", in tt3650_ci_write_cam_control()
257 ci_dbg("%s %d %d", __func__, slot, enable); in tt3650_ci_set_video_port()
294 ci_dbg("%s %d", __func__, slot); in tt3650_ci_slot_reset()
353 ci_dbg("%s", __func__); in tt3650_ci_uninit()
379 ci_dbg("%s", __func__); in tt3650_ci_init()
/Linux-v4.19/drivers/media/pci/cx23885/
Dcimax2.c60 static unsigned int ci_dbg; variable
61 module_param(ci_dbg, int, 0644);
62 MODULE_PARM_DESC(ci_dbg, "Enable CI debugging");
70 if (ci_dbg) \
Daltera-ci.c78 static unsigned int ci_dbg; variable
79 module_param(ci_dbg, int, 0644);
80 MODULE_PARM_DESC(ci_dbg, "Enable CI debugging");
92 if (ci_dbg) \