Searched refs:res_size (Results 1 – 4 of 4) sorted by relevance
/sound/pci/asihpi/ |
D | hpimsginit.c | 31 static u16 res_size[HPI_OBJ_MAXINDEX + 1] = HPI_RESPONSE_SIZE_BY_OBJECT; variable 74 size = res_size[object]; in hpi_init_response() 126 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1() argument 130 hpi_init_responseV1(phr, res_size, object, function); in hpi_init_message_responseV1()
|
D | hpimsginit.h | 43 struct hpi_response_header *phr, u16 res_size, u16 object,
|
/sound/core/ |
D | sgbuf.c | 68 size_t *res_size) in snd_malloc_sgbuf_pages() argument 105 if (!res_size) in snd_malloc_sgbuf_pages() 131 if (res_size) in snd_malloc_sgbuf_pages() 132 *res_size = sgbuf->size; in snd_malloc_sgbuf_pages()
|
/sound/drivers/mpu401/ |
D | mpu401_uart.c | 559 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2; in snd_mpu401_uart_new() local 560 mpu->res = request_region(port, res_size, "MPU401 UART"); in snd_mpu401_uart_new() 564 port, res_size); in snd_mpu401_uart_new()
|