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() 351 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_or_send_report() 421 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_power() 460 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_start_hwreset() 503 i2c_hid_dbg(ihid, "%s: waiting...\n", __func__); in i2c_hid_finish_hwreset() 514 i2c_hid_dbg(ihid, "%s: finished.\n", __func__); in i2c_hid_finish_hwreset() 570 i2c_hid_dbg(ihid, "input: %*ph\n", ret_size, ihid->inbuf); in i2c_hid_get_input() 753 i2c_hid_dbg(ihid, "entering %s\n", __func__); in i2c_hid_parse() [all …]
|