Searched refs:hid_host_send_control_message (Results 1 – 1 of 1) sorted by relevance
1332 static inline uint8_t hid_host_send_control_message(uint16_t hid_cid, uint8_t control_message_bitma… in hid_host_send_control_message() function1349 return hid_host_send_control_message(hid_cid, CONTROL_MESSAGE_BITMASK_SUSPEND); in hid_host_send_suspend()1353 return hid_host_send_control_message(hid_cid, CONTROL_MESSAGE_BITMASK_EXIT_SUSPEND); in hid_host_send_exit_suspend()1357 return hid_host_send_control_message(hid_cid, CONTROL_MESSAGE_BITMASK_VIRTUAL_CABLE_UNPLUG); in hid_host_send_virtual_cable_unplug()