Searched refs:hidpp_send_message_sync (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 255 * hidpp_send_message_sync() returns 0 in case of success, and something else 262 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync() function 337 ret = hidpp_send_message_sync(hidpp, message, response); in hidpp_send_fap_command_sync() 379 ret = hidpp_send_message_sync(hidpp_dev, message, response); in hidpp_send_rap_command_sync()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 282 * Same return protocol than hidpp_send_message_sync(): 337 * hidpp_send_message_sync() returns 0 in case of success, and something else 343 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync() function 399 ret = hidpp_send_message_sync(hidpp, message, response); in hidpp_send_fap_command_sync() 448 ret = hidpp_send_message_sync(hidpp_dev, message, response); in hidpp_send_rap_command_sync()
|
Completed in 16 milliseconds