Lines Matching refs:function
38 u16 function) in hpi_init_message() argument
55 phm->function = function; in hpi_init_message()
64 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() argument
78 phr->function = function; in hpi_init_response()
85 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response() argument
87 hpi_init_message(phm, object, function); in hpi_init_message_response()
90 hpi_init_response(phr, object, function, in hpi_init_message_response()
95 u16 object, u16 function) in hpi_init_messageV1() argument
102 phm->function = function; in hpi_init_messageV1()
109 u16 object, u16 function) in hpi_init_responseV1() argument
112 (void)function; in hpi_init_responseV1()
122 u16 function) in hpi_init_message_responseV1() argument
124 hpi_init_messageV1(phm, msg_size, object, function); in hpi_init_message_responseV1()
125 hpi_init_responseV1(phr, res_size, object, function); in hpi_init_message_responseV1()