Home | History | Annotate | Download | only in hid

Lines Matching refs:HID_HOST_MAX_DEVICES

244     for (size_t i = 0; i < HID_HOST_MAX_DEVICES; i++) {
321 for( i=0; i<HID_HOST_MAX_DEVICES; i++ )
348 for( i=0; i<HID_HOST_MAX_DEVICES; i++)
355 if (i== HID_HOST_MAX_DEVICES )
357 for( i=0; i<HID_HOST_MAX_DEVICES; i++)
364 if( i==HID_HOST_MAX_DEVICES )
398 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
424 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
457 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
491 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
590 for ( i=0; i<HID_HOST_MAX_DEVICES; i++)