Searched refs:max_byte_count (Results 1 – 2 of 2) sorted by relevance
1689 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count, in hpi_cobranet_hmi_read() argument1702 if (max_byte_count > sizeof(hr.bytes)) in hpi_cobranet_hmi_read()1706 hm.p.byte_count = max_byte_count; in hpi_cobranet_hmi_read()1718 if (hr.byte_count < max_byte_count) in hpi_cobranet_hmi_read()1719 max_byte_count = *pbyte_count; in hpi_cobranet_hmi_read()1721 memcpy(pb_data, hr.bytes, max_byte_count); in hpi_cobranet_hmi_read()
1664 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count,