max_byte_count   1661 sound/pci/asihpi/hpi.h u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count,
max_byte_count   1690 sound/pci/asihpi/hpifunc.c u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count,
max_byte_count   1703 sound/pci/asihpi/hpifunc.c 	if (max_byte_count > sizeof(hr.bytes))
max_byte_count   1707 sound/pci/asihpi/hpifunc.c 	hm.p.byte_count = max_byte_count;
max_byte_count   1719 sound/pci/asihpi/hpifunc.c 		if (hr.byte_count < max_byte_count)
max_byte_count   1720 sound/pci/asihpi/hpifunc.c 			max_byte_count = *pbyte_count;
max_byte_count   1722 sound/pci/asihpi/hpifunc.c 		memcpy(pb_data, hr.bytes, max_byte_count);