Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/i2c-hid/
Di2c-hid-core.c72 #define i2c_hid_dbg(ihid, ...) dev_dbg(&(ihid)->client->dev, __VA_ARGS__) macro
176 i2c_hid_dbg(ihid, "%s: cmd=%*ph\n", in i2c_hid_xfer()
241 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_get_report()
325 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_or_send_report()
391 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_set_power()
434 i2c_hid_dbg(ihid, "resetting...\n"); in i2c_hid_execute_reset()
456 i2c_hid_dbg(ihid, "%s: waiting...\n", __func__); in i2c_hid_execute_reset()
463 i2c_hid_dbg(ihid, "%s: finished.\n", __func__); in i2c_hid_execute_reset()
474 i2c_hid_dbg(ihid, "%s\n", __func__); in i2c_hid_hwreset()
551 i2c_hid_dbg(ihid, "input: %*ph\n", ret_size, ihid->inbuf); in i2c_hid_get_input()
[all …]