Lines Matching refs:function
28 u16 function) in hpi_init_message() argument
47 phm->function = function; in hpi_init_message()
56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() argument
72 phr->function = function; in hpi_init_response()
79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response() argument
81 hpi_init_message(phm, object, function); in hpi_init_message_response()
84 hpi_init_response(phr, object, function, in hpi_init_message_response()
89 u16 object, u16 function) in hpi_init_messageV1() argument
96 phm->function = function; in hpi_init_messageV1()
103 u16 object, u16 function) in hpi_init_responseV1() argument
106 (void)function; in hpi_init_responseV1()
116 u16 function) in hpi_init_message_responseV1() argument
118 hpi_init_messageV1(phm, msg_size, object, function); in hpi_init_message_responseV1()
119 hpi_init_responseV1(phr, res_size, object, function); in hpi_init_message_responseV1()