Searched refs:i2c_hid_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/hid/i2c-hid/ |
D | i2c-hid-core.c | 72 #define i2c_hid_dbg(ihid, ...) dev_dbg(&(ihid)->client->dev, __VA_ARGS__) macro 197 i2c_hid_dbg(ihid, "%s: cmd=%*ph\n", in i2c_hid_xfer() 259 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_get_report() 345 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_or_send_report() 415 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_power() 442 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_start_hwreset() 485 i2c_hid_dbg(ihid, "%s: waiting...\n", __func__); in i2c_hid_finish_hwreset() 496 i2c_hid_dbg(ihid, "%s: finished.\n", __func__); in i2c_hid_finish_hwreset() 552 i2c_hid_dbg(ihid, "input: %*ph\n", ret_size, ihid->inbuf); in i2c_hid_get_input() 735 i2c_hid_dbg(ihid, "entering %s\n", __func__); in i2c_hid_parse() [all …]
|