Lines Matching refs:function
39 u16 function) in hpi_init_message() argument
58 phm->function = function; in hpi_init_message()
67 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() argument
83 phr->function = function; in hpi_init_response()
90 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response() argument
92 hpi_init_message(phm, object, function); in hpi_init_message_response()
95 hpi_init_response(phr, object, function, in hpi_init_message_response()
100 u16 object, u16 function) in hpi_init_messageV1() argument
107 phm->function = function; in hpi_init_messageV1()
114 u16 object, u16 function) in hpi_init_responseV1() argument
117 (void)function; in hpi_init_responseV1()
127 u16 function) in hpi_init_message_responseV1() argument
129 hpi_init_messageV1(phm, msg_size, object, function); in hpi_init_message_responseV1()
130 hpi_init_responseV1(phr, res_size, object, function); in hpi_init_message_responseV1()