Symbol: hpi_response_header
sound/pci/asihpi/hpi6000.c
1794
phr->size = sizeof(struct hpi_response_header);
sound/pci/asihpi/hpi6000.c
358
sizeof(struct hpi_response_header) +
sound/pci/asihpi/hpi6205.c
2096
phr->size = sizeof(struct hpi_response_header);
sound/pci/asihpi/hpi6205.c
2140
sizeof(struct hpi_response_header));
sound/pci/asihpi/hpi6205.c
2144
phr->size = sizeof(struct hpi_response_header);
sound/pci/asihpi/hpi6205.c
2191
phr->size = sizeof(struct hpi_response_header);
sound/pci/asihpi/hpi_internal.h
1088
sizeof(struct hpi_response_header) ,/* Default, no object type 0 */ \
sound/pci/asihpi/hpi_internal.h
1089
sizeof(struct hpi_response_header) + sizeof(struct hpi_subsys_res),\
sound/pci/asihpi/hpi_internal.h
1090
sizeof(struct hpi_response_header) + sizeof(union hpi_adapterx_res),\
sound/pci/asihpi/hpi_internal.h
1091
sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
sound/pci/asihpi/hpi_internal.h
1092
sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
sound/pci/asihpi/hpi_internal.h
1093
sizeof(struct hpi_response_header) + sizeof(struct hpi_mixer_res),\
sound/pci/asihpi/hpi_internal.h
1094
sizeof(struct hpi_response_header) , /* no node response */ \
sound/pci/asihpi/hpi_internal.h
1095
sizeof(struct hpi_response_header) + sizeof(struct hpi_control_res),\
sound/pci/asihpi/hpi_internal.h
1096
sizeof(struct hpi_response_header) + sizeof(struct hpi_nvmemory_res),\
sound/pci/asihpi/hpi_internal.h
1097
sizeof(struct hpi_response_header) + sizeof(struct hpi_gpio_res),\
sound/pci/asihpi/hpi_internal.h
1098
sizeof(struct hpi_response_header) + sizeof(struct hpi_watchdog_res),\
sound/pci/asihpi/hpi_internal.h
1099
sizeof(struct hpi_response_header) + sizeof(struct hpi_clock_res),\
sound/pci/asihpi/hpi_internal.h
1100
sizeof(struct hpi_response_header) + sizeof(struct hpi_profile_res),\
sound/pci/asihpi/hpi_internal.h
1101
sizeof(struct hpi_response_header), /* controlx obj removed */ \
sound/pci/asihpi/hpi_internal.h
1102
sizeof(struct hpi_response_header) + sizeof(struct hpi_async_res) \
sound/pci/asihpi/hpi_internal.h
1122
struct hpi_response_header h; /*v0 */
sound/pci/asihpi/hpi_internal.h
1127
struct hpi_response_header h;
sound/pci/asihpi/hpi_internal.h
1150
struct hpi_response_header h;
sound/pci/asihpi/hpi_internal.h
1157
#define hpi_response_header_v1 hpi_response_header
sound/pci/asihpi/hpi_internal.h
1167
struct hpi_response_header h0;
sound/pci/asihpi/hpi_internal.h
1195
struct hpi_response_header h;
sound/pci/asihpi/hpicmn.c
319
sizeof(struct hpi_response_header) +
sound/pci/asihpi/hpifunc.c
1668
struct hpi_response_header hr;
sound/pci/asihpi/hpifunc.c
92
struct hpi_response_header *r)
sound/pci/asihpi/hpimsginit.c
102
void hpi_init_responseV1(struct hpi_response_header *phr, u16 size,
sound/pci/asihpi/hpimsginit.c
115
struct hpi_response_header *phr, u16 res_size, u16 object,
sound/pci/asihpi/hpimsginit.h
28
void hpi_init_responseV1(struct hpi_response_header *phr, u16 size,
sound/pci/asihpi/hpimsginit.h
32
struct hpi_response_header *phr, u16 res_size, u16 object,
sound/pci/asihpi/hpimsgx.c
102
struct hpi_response_header h;
sound/pci/asihpi/hpimsgx.c
107
struct hpi_response_header h;
sound/pci/asihpi/hpimsgx.c
97
struct hpi_response_header h;
sound/pci/asihpi/hpioctl.c
149
if (res_max_size < sizeof(struct hpi_response_header)) {