Home
last modified time | relevance | path

Searched refs:max_byte_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/pci/asihpi/
Dhpifunc.c1690 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count, in hpi_cobranet_hmi_read() argument
1703 if (max_byte_count > sizeof(hr.bytes)) in hpi_cobranet_hmi_read()
1707 hm.p.byte_count = max_byte_count; in hpi_cobranet_hmi_read()
1719 if (hr.byte_count < max_byte_count) in hpi_cobranet_hmi_read()
1720 max_byte_count = *pbyte_count; in hpi_cobranet_hmi_read()
1722 memcpy(pb_data, hr.bytes, max_byte_count); in hpi_cobranet_hmi_read()
Dhpi.h1672 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count,