Searched refs:res_size (Results 1 – 4 of 4) sorted by relevance
/sound/pci/asihpi/ |
D | hpimsginit.c | 20 static u16 res_size[HPI_OBJ_MAXINDEX + 1] = HPI_RESPONSE_SIZE_BY_OBJECT; variable 63 size = res_size[object]; in hpi_init_response() 115 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1() argument 119 hpi_init_responseV1(phr, res_size, object, function); in hpi_init_message_responseV1()
|
D | hpimsginit.h | 32 struct hpi_response_header *phr, u16 res_size, u16 object,
|
/sound/core/ |
D | sgbuf.c | 56 size_t *res_size) in snd_malloc_sgbuf_pages() argument 101 if (!res_size) in snd_malloc_sgbuf_pages() 127 if (res_size) in snd_malloc_sgbuf_pages() 128 *res_size = sgbuf->size; in snd_malloc_sgbuf_pages()
|
/sound/drivers/mpu401/ |
D | mpu401_uart.c | 543 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2; in snd_mpu401_uart_new() local 544 mpu->res = request_region(port, res_size, "MPU401 UART"); in snd_mpu401_uart_new() 548 port, res_size); in snd_mpu401_uart_new()
|