Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | hpi_init_response (struct hpi_response *phr, u16 object, u16 function, u16 error) |
void | hpi_init_message_response (struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) |
void | hpi_init_responseV1 (struct hpi_response_header *phr, u16 size, u16 object, u16 function) |
void | hpi_init_message_responseV1 (struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) |
void hpi_init_message_response | ( | struct hpi_message * | phm, |
struct hpi_response * | phr, | ||
u16 | object, | ||
u16 | function | ||
) |
Definition at line 76 of file hpimsginit.c.
void hpi_init_message_responseV1 | ( | struct hpi_message_header * | phm, |
u16 | msg_size, | ||
struct hpi_response_header * | phr, | ||
u16 | res_size, | ||
u16 | object, | ||
u16 | function | ||
) |
Definition at line 110 of file hpimsginit.c.
Definition at line 60 of file hpimsginit.c.
Definition at line 100 of file hpimsginit.c.