Searched refs:i2c_hid_dbg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hid/i2c-hid/ |
| H A D | i2c-hid-core.c | 73 #define i2c_hid_dbg(ihid, ...) dev_dbg(&(ihid)->client->dev, __VA_ARGS__) macro 203 i2c_hid_dbg(ihid, "%s: cmd=%*ph\n", in i2c_hid_xfer() 265 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_get_report() 352 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_or_send_report() 422 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_power() 461 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_start_hwreset() 504 i2c_hid_dbg(ihid, "%s: waiting...\n", __func__); in i2c_hid_finish_hwreset() 515 i2c_hid_dbg(ihid, "%s: finished.\n", __func__); in i2c_hid_finish_hwreset() 571 i2c_hid_dbg(ihid, "input: %*ph\n", ret_size, ihid->inbuf); in i2c_hid_get_input() 754 i2c_hid_dbg(ihid, "entering %s\n", __func__); in i2c_hid_parse() [all …]
|