Home
last modified time | relevance | path

Searched refs:DBGLVL_I2C (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-i2c.c22 dprintk(DBGLVL_I2C, "%s(num = %d)\n", __func__, num); in i2c_xfer()
25 dprintk(DBGLVL_I2C, "%s(num = %d) addr = 0x%02x len = 0x%x\n", in i2c_xfer()
85 dprintk(DBGLVL_I2C, "%s(bus = %d)\n", __func__, bus->nr); in saa7164_i2c_register()
H A Dsaa7164-api.c1393 if (saa_debug & DBGLVL_I2C) in saa7164_api_i2c_read()
1402 if (saa_debug & DBGLVL_I2C) in saa7164_api_i2c_read()
1465 if (saa_debug & DBGLVL_I2C) in saa7164_api_i2c_write()
H A Dsaa7164.h94 #define DBGLVL_I2C 16 macro