Searched refs:head_len (Results 1 – 2 of 2) sorted by relevance
298 size_t head_len = config->desc->grptrm_header.bLength; in usbd_midi_class_cth() local318 MIN(head_len, setup->wLength)); in usbd_midi_class_cth()321 if (setup->wLength > head_len && total_len > head_len) { in usbd_midi_class_cth()323 MIN(total_len, setup->wLength) - head_len); in usbd_midi_class_cth()
2197 if (params->head_len > ARRAY_SIZE(beacon_data->head)) { in nrf_wifi_set_beacon_data()2212 beacon_data->head_len = params->head_len; in nrf_wifi_set_beacon_data()2216 if (params->head_len) { in nrf_wifi_set_beacon_data()2218 params->head_len); in nrf_wifi_set_beacon_data()