Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c481 ishtp_set_connection_state(cl, ISHTP_CL_INITIALIZING); in ishtp_cl_establish_connection()
528 ishtp_set_connection_state(cl, ISHTP_CL_CONNECTING); in ishtp_cl_establish_connection()
567 ishtp_set_connection_state(cl, ISHTP_CL_DISCONNECTED); in ishtp_cl_destroy_connection()
570 ishtp_set_connection_state(cl, ISHTP_CL_DISCONNECTING); in ishtp_cl_destroy_connection()
1258 void ishtp_set_connection_state(struct ishtp_cl *cl, int state) in ishtp_set_connection_state() function
1262 EXPORT_SYMBOL(ishtp_set_connection_state);
/linux-6.15/drivers/platform/x86/intel/
H A Dishtp_eclite.c477 ishtp_set_connection_state(ecl_ishtp_cl, ISHTP_CL_CONNECTING); in ecl_ishtp_cl_init()
611 ishtp_set_connection_state(ecl_ishtp_cl, ISHTP_CL_DISCONNECTING); in ecl_ishtp_cl_probe()
629 ishtp_set_connection_state(ecl_ishtp_cl, ISHTP_CL_DISCONNECTING); in ecl_ishtp_cl_remove()
/linux-6.15/include/linux/
H A Dintel-ish-client-if.h109 void ishtp_set_connection_state(struct ishtp_cl *cl, int state);