Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-sensor-custom.c775 static u16 w_buf[HID_CUSTOM_MAX_FEATURE_BYTES]; in get_known_custom_sensor_index() local
779 memset(w_buf, 0, sizeof(w_buf)); in get_known_custom_sensor_index()
791 sensor_manufacturer.index, sizeof(w_buf), in get_known_custom_sensor_index()
792 w_buf); in get_known_custom_sensor_index()
801 for (i = 0; i < ARRAY_SIZE(buf) - 1 && w_buf[i]; i++) in get_known_custom_sensor_index()
802 buf[i] = (char)w_buf[i]; in get_known_custom_sensor_index()
808 memset(w_buf, 0, sizeof(w_buf)); in get_known_custom_sensor_index()
819 sensor_luid_info.index, sizeof(w_buf), in get_known_custom_sensor_index()
820 w_buf); in get_known_custom_sensor_index()
828 for (i = 0; i < ARRAY_SIZE(buf) - 1 && w_buf[i]; i++) in get_known_custom_sensor_index()
[all …]