Searched refs:i2c_hid_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 57 #define i2c_hid_dbg(ihid, fmt, arg...) \ macro 185 i2c_hid_dbg(ihid, "%s: cmd=%*ph\n", __func__, length, cmd->data); in __i2c_hid_command() 215 i2c_hid_dbg(ihid, "%s: waiting...\n", __func__); in __i2c_hid_command() 220 i2c_hid_dbg(ihid, "%s: finished.\n", __func__); in __i2c_hid_command() 243 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_get_report() 287 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_or_send_report() 344 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_power() 359 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_hwreset() 365 i2c_hid_dbg(ihid, "resetting...\n"); in i2c_hid_hwreset() 410 i2c_hid_dbg(ihid, "input: %*ph\n", ret_size, ihid->inbuf); in i2c_hid_get_input() [all …]
|